3be31c10b4ac8ae9aa48e05a53f1a3d3cac7b48e
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/tcp/gstfdset.h:
4         Remove unused field to same some memory.
5
6         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7         Mark action signals as such.
8
9 2008-02-06  Michael Smith <msmith@fluendo.com>
10
11         * ext/theora/theoradec.c: (_theora_granule_frame),
12         (_inc_granulepos):
13           Increment granulepos for new-bitstream versions appropriately.
14           Fixes #514623.
15
16 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
17
18         * tests/examples/seek/seek.c: (do_seek),
19         (rate_spinbutton_changed_cb), (update_streams), (main):
20         Remove obsolete stream_time reset after flushing seek, core does that
21         automatically now.
22         Improve accuracy of speed spinbutton.
23         Only do playbin2 stuff when we actually use it.
24
25 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
26
27         * tests/check/Makefile.am:
28           Revert previous change of the test environment's GST_PLUGIN_PATH.
29           The problem is not with the plugins, but with element factories
30           and only occurs if elements are split out from existing plugins
31           or if plugins change name (see #512740).
32
33 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
34
35         * tests/check/Makefile.am:
36           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
37           with the core's plugins first and our local build directories last,
38           since we might be building against an installed core, and that
39           core's plugin directory may contain older or other versions of
40           our own -base plugins, but we really do want to test our local
41           ones (if there are multiple plugins or element factories with the
42           same name, those inspected last will trump those read in earlier).
43           Fixes #512740 for the most part.
44
45 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
46
47         * configure.ac:
48         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
49         Use gmtime_r if available as gmtime is not MT-safe.
50         Fixes bug #511810.
51
52 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
53
54         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
55         Cast glong to time_t as time_t might have a different type on
56         other platforms, like FreeBSD, and we get a compiler warning
57         otherwise. Fixes bug #511825.
58
59 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
60
61         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
62         (get_group), (get_n_pads), (gst_play_bin_get_property),
63         (pad_added_cb), (no_more_pads_cb), (perform_eos),
64         (autoplug_select_cb), (deactivate_group):
65         Remove stream-info, we going for something easier.
66         Refactor getting the current group.
67         Implement getting the number of audio/video/text streams.
68
69         * gst/playback/gststreamselector.c:
70         (gst_stream_selector_class_init), (gst_stream_selector_init),
71         (gst_stream_selector_get_property),
72         (gst_stream_selector_request_new_pad),
73         (gst_stream_selector_release_pad):
74         * gst/playback/gststreamselector.h:
75         Add property for number of pads.
76
77         * tests/examples/seek/seek.c: (set_scale), (update_flag),
78         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
79         (text_toggle_cb), (update_streams), (msg_async_done),
80         (msg_state_changed), (main):
81         Block slider callback when updating the slider position.
82         Add gui elements for controlling playbin2.
83         Add callback for async_done that updates position/duration.
84
85 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
86
87         * docs/plugins/Makefile.am:
88         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
89         * docs/plugins/gst-plugins-base-plugins-sections.txt:
90         * docs/plugins/gst-plugins-base-plugins.hierarchy:
91         * docs/plugins/gst-plugins-base-plugins.interfaces:
92         * docs/plugins/gst-plugins-base-plugins.prerequisites:
93           First round of plugin docs cleansups.
94
95         * docs/plugins/inspect/plugin-adder.xml:
96         * docs/plugins/inspect/plugin-alsa.xml:
97         * docs/plugins/inspect/plugin-audioconvert.xml:
98         * docs/plugins/inspect/plugin-audiorate.xml:
99         * docs/plugins/inspect/plugin-audioresample.xml:
100         * docs/plugins/inspect/plugin-audiotestsrc.xml:
101         * docs/plugins/inspect/plugin-cdparanoia.xml:
102         * docs/plugins/inspect/plugin-decodebin.xml:
103         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
104         * docs/plugins/inspect/plugin-gdp.xml:
105         * docs/plugins/inspect/plugin-gnomevfs.xml:
106         * docs/plugins/inspect/plugin-libvisual.xml:
107         * docs/plugins/inspect/plugin-ogg.xml:
108         * docs/plugins/inspect/plugin-pango.xml:
109         * docs/plugins/inspect/plugin-subparse.xml:
110         * docs/plugins/inspect/plugin-tcp.xml:
111         * docs/plugins/inspect/plugin-theora.xml:
112         * docs/plugins/inspect/plugin-typefindfunctions.xml:
113         * docs/plugins/inspect/plugin-video4linux.xml:
114         * docs/plugins/inspect/plugin-videorate.xml:
115         * docs/plugins/inspect/plugin-videoscale.xml:
116         * docs/plugins/inspect/plugin-videotestsrc.xml:
117         * docs/plugins/inspect/plugin-volume.xml:
118         * docs/plugins/inspect/plugin-vorbis.xml:
119         * docs/plugins/inspect/plugin-ximagesink.xml:
120         * docs/plugins/inspect/plugin-xvimagesink.xml:
121           Regenerate.
122
123         * ext/ogg/Makefile.am:
124         * ext/ogg/gstoggmux.c:
125         * ext/ogg/gstoggmux.h:
126           Add header for oggmux. the c-file needs a doc blob still.
127
128 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
129
130         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
131
132         * gst-libs/gst/rtp/gstrtpbuffer.c:
133         (gst_rtp_buffer_set_extension_data):
134         * gst-libs/gst/rtp/gstrtpbuffer.h:
135         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
136         Add gst_rtp_buffer_set_extension_data() 
137         Add a unit test for this addition. Fixes #511478.
138         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
139
140 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
141
142         * configure.ac:
143         Back to CVS
144
145 === release 0.10.17 ===
146
147 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
148
149         * configure.ac:
150           releasing 0.10.17, "Peanut Butter and Jelly"
151
152 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
153
154         * gst-libs/gst/interfaces/mixeroptions.c:
155         * gst-libs/gst/interfaces/mixertrack.c:
156         Also remove the conditional registration of the signals
157         that disappeared with the ABI change in 0.10.14
158
159 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
160
161         * gst-libs/gst/rtsp/gstrtspconnection.c:
162         Revert patch to gstrtspconnection.c for brown paper bag
163         release of -base. Re-opens: #511825
164
165 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
166
167         * gst-libs/gst/interfaces/mixeroptions.h:
168         * gst-libs/gst/interfaces/mixertrack.h:
169         Change the way these deprecated function pointers are removed
170         so that the compiled ABI is unconditionally smaller. This 
171         sets in stone an ABI break that actually occurred when the
172         things were deprecated in 0.10.14, which seems to be the best
173         fix as the only known users are oss-mixer and sunaudio-mixer in 
174         gst-plugins-good.
175         Fixes: #513018
176
177 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
178
179         * win32/common/libgstpbutils.def:
180           Export the two new _get_type() functions which are needed
181           by the python bindings.
182
183 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
184
185         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
186         Cast glong to time_t as time_t might have a different type on
187         other platforms, like FreeBSD, and we get a compiler warning
188         otherwise. Fixes bug #511825.
189
190 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
191
192         * gst-libs/gst/audio/gstaudiofilter.c:
193         (gst_audio_filter_class_init):
194         Initialize the GstRingerBuffer class to get it's debug category
195         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
196         category and otherwise we get some g_critical(). Fixes bug #512334.
197
198 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
199
200         * configure.ac:
201         Back to CVS
202
203 === release 0.10.16 ===
204
205 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
206
207         * configure.ac:
208           releasing 0.10.16, "Scheduled Interruption"
209
210 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
211
212         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
213
214         * gst-libs/gst/rtp/gstrtpbuffer.c:
215         (gst_rtp_buffer_get_extension_data):
216         Fix typos and wrong extension check. Fixes #511274.
217
218 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
219
220         * po/sk.po:
221         Oops - add new sk.po mentioned in the LINGUAS I just committed
222
223 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
224
225         * po/LINGUAS:
226         Add ca translation to the disted list.
227
228         * win32/vs6/libgstsdp.dsp:
229         Convert line endings to CRLF
230
231 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
232
233         * win32/MANIFEST:
234         Add win32/vs6/libgstrtsp.dsp to MANIFEST
235
236 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
237
238         * win32/common/libgstsdp.def:
239         * win32/common/libgstvideo.def:
240         Add new API declarations
241
242 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
243
244         * ext/theora/gsttheoradec.h:
245         * ext/theora/gsttheoraparse.h:
246         * ext/theora/theoradec.c:
247         * ext/theora/theoraparse.c:
248         Take a 2nd stab at handling libtheora granulepos changes in the decoder
249         and parser by inspecting the bitstream version of the incoming data.
250
251 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
252
253         * configure.ac:
254         * pkgconfig/Makefile.am:
255         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
256         * pkgconfig/gstreamer-audio.pc.in:
257         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
258         * pkgconfig/gstreamer-cdda.pc.in:
259         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
260         * pkgconfig/gstreamer-fft.pc.in:
261         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
262         * pkgconfig/gstreamer-floatcast.pc.in:
263         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
264         * pkgconfig/gstreamer-interfaces.pc.in:
265         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
266         * pkgconfig/gstreamer-netbuffer.pc.in:
267         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
268         * pkgconfig/gstreamer-pbutils.pc.in:
269         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
270         * pkgconfig/gstreamer-riff.pc.in:
271         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
272         * pkgconfig/gstreamer-rtp.pc.in:
273         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
274         * pkgconfig/gstreamer-rtsp.pc.in:
275         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
276         * pkgconfig/gstreamer-sdp.pc.in:
277         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
278         * pkgconfig/gstreamer-tag.pc.in:
279         * pkgconfig/gstreamer-video-uninstalled.pc.in:
280         * pkgconfig/gstreamer-video.pc.in:
281         Provide one pkg-config file for every gst-plugins-base library.
282         This makes linking to those libraries much more intuitive and
283         provides standard pkg-config behaviour for them. Fixes bug #499697.
284
285 2008-01-13  David Schleef  <ds@schleef.org>
286
287         * gst/videoscale/vs_4tap.c:
288           Fix valgrind error on 4tap scaling method.
289
290 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
291
292         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
293         Include Winsock2.h for VS6 and use a different way initialize
294         hints structure so it can build with VS6.
295         * win32/MANIFEST:
296         * win32/vs6/libgstsdp.dsp:
297         * win32/common/libgstsdp.def:
298         Add new files for libgstsdp.
299         * win32/vs6/grammar.dsp:
300         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
301         * win32/vs6/gst_plugins_base.dsw:
302         * win32/vs6/libgstdecodebin.dsp:
303         * win32/vs6/libgstdecodebin2.dsp:
304         * win32/vs6/libgstplaybin.dsp:
305         * win32/vs6/libgstvolume.dsp:
306         Add new dependencies to the link list.
307
308 2008-01-13  Julien Moutte  <julien@fluendo.com>
309
310         * win32/common/config.h:
311         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
312         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
313         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
314         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
315         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
316         * win32/common/interfaces-enumtypes.c:
317         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
318         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
319         (gst_mixer_track_flags_get_type),
320         (gst_tuner_channel_flags_get_type):
321         * win32/common/multichannel-enumtypes.c:
322         (gst_audio_channel_position_get_type):
323         * win32/common/pbutils-enumtypes.c:
324         (gst_install_plugins_return_get_type):
325         * win32/common/pbutils-enumtypes.h: Update/Add generated files
326         in the win32 build directory.
327
328 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
329
330         * tests/check/Makefile.am:
331         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
332
333         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
334         * tests/check/elements/playbin.c:
335         * tests/check/libs/mixer.c: (test_element_interface_supported),
336         (gst_implements_interface_init):
337         * tests/check/libs/rtp.c: (GST_START_TEST):
338         Fix various assignment type mismatches.
339
340 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
341
342         * configure.ac:
343         * gst-libs/gst/rtsp/Makefile.am:
344         Add test to see if hstrerror is available or if we need libresolv
345         (Solaris) for it, then use it in libgstrtsp.
346
347 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
348
349         * gst-libs/gst/tag/Makefile.am:
350         Fix include path order
351
352 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
353
354         * gst-libs/gst/pbutils/install-plugins.c:
355         (gst_install_plugins_context_copy),
356         (gst_install_plugins_context_get_type):
357         * gst-libs/gst/pbutils/install-plugins.h:
358         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
359         for bindings.
360
361 2008-01-11  Michael Smith <msmith@fluendo.com>
362
363         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
364         (_theora_granule_frame), (_theora_granule_start_time),
365         (theora_dec_sink_convert), (theora_dec_decode_buffer):
366           Adapt for post-alpha meaning of granulepos, when we
367           have a newer version of libtheora.
368         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
369         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
370         (theora_enc_is_discontinuous), (theora_enc_chain):
371           Likewise.
372         * tests/check/Makefile.am:
373           Link libtheora into theoraenc test so we can check which version of
374           libtheora we're testing against.
375         * tests/check/pipelines/theoraenc.c: (check_libtheora),
376         (check_buffer_granulepos),
377         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
378         (theoraenc_suite):
379           Adapt tests to check the values that are now defined for theora; make
380           the tests backwards-adapt the passed values if we're running against an
381           old libtheora.
382           Fixes #497964
383
384 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
385
386         * gst-libs/gst/audio/gstbaseaudiosink.c:
387           (gst_base_audio_sink_class_init):
388         * gst-libs/gst/audio/gstbaseaudiosrc.c:
389           (gst_base_audio_src_class_init):
390           Ref audio clock class from a thread-safe context to make sure
391           we're not bit by GObjects lack of thread-safety here (#349410),
392            however unlikely that may be in practice.
393
394 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
395
396         * autogen.sh:
397           Add -Wno-portability to the automake parameters to stop warnings
398           about GNU make extensions being used. We require GNU make in almost
399           every Makefile anyway.
400           
401         * configure.ac:
402           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
403           at the same time is required for per target flags.
404
405 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
406
407         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
408           Post an error message if we can't pull as many bytes as we need
409           for the tag. This makes sure the user gets to see a proper error
410           message if a file with a partial ID3 tag is fed to decodebin, and
411           not a 'no ID3 tag demuxer' error, which would be confusing
412           (see #508138).
413
414 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
415
416         * gst-libs/gst/pbutils/descriptions.c: (formats):
417           Add description strings for ID3, APE, and ICY tags.
418
419 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
420
421         * gst/playback/gstdecodebin.c: (try_to_link_1):
422           Make sure we error out correctly if we can't activate one of
423           the elements we've added.  Fixes #508138.
424           
425 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
426
427         Patch by: Bastien Nocera <hadess at hadess net>
428
429         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
430           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
431           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
432           the volume is the same for all channels. This works around
433           some problem in alsa that leaves us with inconsistent state
434           for some reason (#486840).
435
436 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
437
438         Patch by: Jerone Young <jerone at gmail com>
439
440         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
441           If there's no mixer track by the name of 'Master' or 'Front',
442           check if there's one called 'PCM' before trying the generic
443           fallback logic (fixes #506928, where we pick 'Mic' as master
444           track for the AD1984 card in a Thinkpad T61/X61 laptop).
445
446 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
447
448         * gst/playback/gstplay-enum.c:
449         (register_gst_autoplug_select_result),
450         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
451         (gst_play_flags_get_type):
452         * gst/playback/gstplay-enum.h:
453         Add enums for configuration flags.
454
455         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
456         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
457         (gst_play_bin_get_property), (no_more_pads_cb),
458         (autoplug_select_cb), (gst_play_bin_change_state):
459         Merge mode with flags.
460         Add more property getters/setters, defaults and docs.
461         Add properties to get number of audio/video/text streams.
462         Create sink object in _init so that we can always rely on it being
463         there.
464
465         * gst/playback/gstplaysink.c: (gst_play_sink_init),
466         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
467         (activate_vis), (gst_play_sink_reconfigure),
468         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
469         (gst_play_sink_change_state):
470         * gst/playback/gstplaysink.h:
471         Use flags to configure the sink pipelines.
472         Add tee before audio pipeline so that we can use it for visualisations.
473         Start working on integrating visualisations.
474         Remove mode, we can do everything with the flags now.
475         Add method to configue the sink pipeline.
476
477 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
478
479         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
480           (check_buffer_timestamp), (check_buffer_duration):
481           Turn these functions into macros so we can see right away
482           where the failure occured.
483
484 2008-01-05  Julien Moutte  <julien@fluendo.com>
485
486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
487         debugging information to understand how X calculates the stride
488         for XvImages.
489
490 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
491
492         * gst/volume/Makefile.am:
493         * gst/volume/gstvolume.c: (volume_choose_func),
494         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
495         (volume_setup):
496         * gst/volume/gstvolume.h:
497         Use GstAudioFilter as base class for the volume element instead of
498         plain GstBaseTransform.
499
500 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
501
502         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
503         Don't set element details for the abstract GstAudioFilter class.
504
505 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
506
507         * gst-libs/gst/audio/gstaudiofilter.c:
508         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
509         Implement get_unit_size() vmethod of GstBaseTransform.
510
511 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
512
513         * gst-libs/gst/pbutils/Makefile.am:
514         * gst-libs/gst/pbutils/pbutils.h:
515         Use glib-enum generator to have a proper enum GType for
516         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
517
518 2007-12-31  David Schleef  <ds@schleef.org>
519
520         * tests/check/Makefile.am:
521         * tests/check/pipelines/theoraenc.c:
522           Reenable theoraenc test, which fails on the buildbot but
523           not locally.
524
525 2007-12-31  David Schleef  <ds@schleef.org>
526
527         * docs/libs/.cvsignore:
528         * docs/plugins/.cvsignore:
529           Add *-undeclared.txt to fix buildbot.
530
531 2007-12-31  David Schleef  <ds@schleef.org>
532
533         * tests/check/Makefile.am:
534           Second attempt at disabling theoraenc test long enough to
535           get buildbot to compile -base.
536
537 2007-12-31  David Schleef  <ds@schleef.org>
538
539         * tests/check/pipelines/theoraenc.c:
540           Disable theoraenc test long enough to get the buildbot to
541           compile a recent -base.
542
543 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
544
545         * tests/examples/seek/seek.c: (stop_cb):
546         Make sure we reset the slider value to 0.0 without racing against a
547         possible g_idle that sets it to something else.
548
549 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
550
551         * sys/ximage/ximagesink.c:
552         fix typo
553
554 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
555
556         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
557         * gst-libs/gst/rtsp/gstrtspdefs.h:
558         Add Location header so that we can start implementing redirects.
559         See #506025.
560
561 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
562
563         * gst/subparse/gstssaparse.c:
564         combine if's
565
566 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
567
568         * gst/subparse/gstssaparse.c:
569         remove duplicate log message
570
571 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
572
573         * ext/libvisual/visual.c: (gst_visual_chain):
574         Fix 'xyz may be used uninitialized' compiler warnings caused
575         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
576         abort() in any case but properly report the error.
577
578 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
579
580         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
581         (gst_play_bin_finalize), (gst_play_bin_set_uri),
582         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
583         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
584         (autoplug_select_cb), (activate_group), (deactivate_group),
585         (setup_next_source), (save_current_group),
586         (gst_play_bin_change_state):
587         Code cleanups.
588         Remove next-uri, we can use the uri property just fine.
589         Fix some crasher.
590         Unref uridecodebin when switching.
591         Fix going to READY.
592
593         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
594         (gst_play_sink_init), (gst_play_sink_dispose),
595         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
596         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
597         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
598         (gst_play_sink_set_property), (gst_play_sink_get_property),
599         (gen_video_chain), (gen_text_element), (gen_audio_chain),
600         (gen_vis_element), (gst_play_sink_get_mode),
601         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
602         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
603         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
604         (gst_play_sink_change_state):
605         * gst/playback/gstplaysink.h:
606         Add some locking to make things threadsafe.
607
608         * gst/playback/test7.c: (about_to_finish_cb):
609         Fix test.
610
611 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
612
613         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
614           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
615           (gst_video_scale_transform):
616           Don't claim to be able to handle/transform caps that can't really
617           be handled by the currently selected scaling method (here: RGB or
618           packed YUV with 4-tap method). Also add locking to method property.
619
620         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
621           (test_basetransform_based):
622           Some test pipelines for the above (not entirely valgrind clean yet
623           apparently).
624
625 2007-12-21  David Schleef  <ds@schleef.org>
626
627         * gst-libs/gst/video/video.c:
628         * gst-libs/gst/video/video.h:
629           Add additional RGBA and RGB-24 video formats.
630
631 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
632
633         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
634           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
635           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
636         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
637           (cddabasesrc_suite):
638           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
639           deprecated in the future (see #498924).
640
641 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
642
643         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
644           Don't leak event.
645
646 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
647
648         * gst-libs/gst/riff/riff-read.c:
649         Use GST_ROUND_UP_2 macro
650
651 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
652
653         * gst/playback/.cvsignore:
654           Ignore more.
655
656 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
657
658         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
659         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
660           (set_active_source):
661         * gst/playback/gstplaybasebin.h:
662         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
663           (setup_sinks), (playbin_set_subtitles_visible):
664           Make switching off of subtitles work. To avoid all kind of
665           problems with unlinking of the subtitle input, we just keep
666           the subtitle inputs linked as they are and tell textoverlay
667           not to render them. Fixes #373011.
668           Other subtitle switching issues (esp. when there are both
669           external and in-stream subtitles) remain. They'll be solved
670           in playbin2.
671
672 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
673
674         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
675         Init the pad segment too.
676
677 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
678
679         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
680         (gst_audioringbuffer_open_device),
681         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
682         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
683         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
684         (gst_audio_sink_create_ringbuffer):
685         Improve debug output.
686
687         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
688         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
689         Prevent some functions from doing things and failing when the
690         ringbuffer is not yet acquired.
691
692 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
693
694         * gst-libs/gst/interfaces/interfaces.h:
695           Also remove interfaces.h from CVS as it is not needed anymore.
696
697 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
698
699         * gst-libs/gst/interfaces/Makefile.am:
700           interfaces.h is not used anymore so remove it from the build
701           process.
702
703 2007-12-17  David Schleef  <ds@schleef.org>
704
705         * gst/videotestsrc/gstvideotestsrc.c:
706         * gst/videotestsrc/gstvideotestsrc.h:
707           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
708           for testing vertical refresh synchronization.
709
710 2007-12-17  David Schleef  <ds@schleef.org>
711
712         * docs/libs/gst-plugins-base-libs-sections.txt:
713         * gst-libs/gst/video/video.c:
714         * gst-libs/gst/video/video.h:
715           Add new GstVideFormat enum and write a bunch of helper functions
716           based around it.
717
718 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
719
720         * Makefile.am:
721           Use new common/win32.mak.
722
723 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
724
725         * gst-libs/gst/audio/gstbaseaudiosrc.c:
726         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
727         Add debug info.
728         When going from PLAYING to PAUSED, pause the ringbuffer before calling
729         the parent state change function, just like the audiosink, because the
730         parent waits for the element to finish its processing before completing
731         the state change. This makes going to PAUSED a lot snappier.
732         When going from READY to PAUSED, don't allow the ringbuffer to start
733         yet.
734
735 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
736
737         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
738         Yet another fix for broken software that produce files with an empty
739         blockalign field. Instead of completely failing, make a second attempt
740         at guessing the width/depth by looking at strf->size.
741
742 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
743
744         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
745           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
746         * gst-libs/gst/pbutils/install-plugins.c:
747           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
748         * gst-libs/gst/pbutils/missing-plugins.c:
749           (gst_missing_plugin_message_get_installer_detail),
750           (gst_missing_encoder_installer_detail_new):
751         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
752         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
753           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
754           avoid compiler warnings (#503930).
755
756 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
757
758         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
759         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
760         for jpeg video streams.
761         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
762         for the above modification.
763
764 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
765
766         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
767           (gst_x_overlay_handle_events):
768           More guards (we don't want klass to end up being NULL).
769
770 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
771
772         * configure.ac:
773         * gst/volume/gstvolume.c: (gst_volume_init):
774           Use new gst_base_transform_set_gap_aware() function as volume
775           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
776           for this.
777
778 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
779
780         * tests/examples/seek/seek.c: (msg_segment_done), (main):
781         Don't go to READY on EOS as this avoids testing of seeking and
782         restarting after EOS, use the stop button when you want to READY.
783         Don't try to do a flushing seek in segment-done, it does not make
784         sense to use this for gapless playback and is not needed.
785
786 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
787
788         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
789         (reset_rate_timer), (update_in_rates), (update_out_rates),
790         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
791         (gst_queue_chain), (gst_queue_loop):
792         Use separate timers for input and output rates.
793         Pause measuring the output rate when we block for more data.
794         See #503262.
795
796 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
797
798         * gst/playback/gstqueue2.c: (gst_queue_chain):
799         Pause the timer to measure the input rate when we block because the
800         queue is filled. See #503262.
801
802 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
803
804         Patch by: Peter Kjellerstedt  <pkj at axis com>
805
806         * gst-libs/gst/rtsp/gstrtspconnection.c:
807         (gst_rtsp_connection_free):
808         Close control sockets. Fixes #503440.
809
810 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
811
812         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
813         Expose the right pad in the right place with the right element.
814
815 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
816
817         * gst-libs/gst/pbutils/descriptions.c: (formats):
818           Add description for 'private' dts caps (who come up with that name?).
819
820 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
821
822         * Makefile.am:
823           Add check-exports target and run it with 'make check'.
824
825         * configure.ac:
826           Be stricter about what we export in our libraries: change regexp so that
827           we only export _gst_foo(), but not __gst_foo().
828
829         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
830         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
831           Change internal functions to __gst_foo so they dont' get exported.
832
833         * win32/common/libgstaudio.def:
834           Add missing symbols.
835
836 2007-12-11  David Schleef  <ds@schleef.org>
837
838         * ChangeLog: remove conflict markers
839
840 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
841
842         * ext/gnomevfs/Makefile.am:
843         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
844           Use gst_tag_freeform_string_to_utf8() here, which also takes
845           into account any character sets specified by the user via
846           environment variables.
847
848 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
849
850         * gst/audioconvert/Makefile.am:
851         Also link to libm.
852
853 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
854
855         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
856         No need for floating point operations here. avoids having to link
857         against the math library too.
858
859 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
860
861         * gst-libs/gst/pbutils/descriptions.c: (formats),
862           (format_info_get_desc):
863         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
864           (GST_START_TEST):
865           Add one or two missing formats.  Generate ADPCM description
866           dynamically depending on layout/format.
867
868 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
869
870         * configure.ac:
871           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
872
873 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
874
875         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
876
877         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
878           Some .srt files start with chunk number 0 and not chunk number 1,
879           recognise and accept those as well (fixes #502497).
880
881         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
882           (test_src):
883           Add unit test for the above.
884
885 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
886
887         * gst/playback/gstplay-enum.c:
888         (register_gst_autoplug_select_result),
889         (gst_autoplug_select_result_get_type):
890         * gst/playback/gstplay-enum.h:
891         Add missing files.
892
893 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
894
895         * gst/playback/Makefile.am:
896         Group decodebin2 and uridecodebin into the same plugin so that they
897         can share the GEnumType.
898
899         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
900         (_gst_select_accumulator), (gst_decode_bin_class_init),
901         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
902         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
903         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
904         Add signal to sort factories instead of the more awkward autoplug-select
905         signal.
906         Modify autoplug_select so that we can try, skip or expose the
907         autopluggin of an element on a pad.
908
909         * gst/playback/gstfactorylists.c: (compare_ranks),
910         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
911         (element_filter), (gst_factory_list_get_elements),
912         (gst_factory_list_debug), (gst_factory_list_filter):
913         * gst/playback/gstfactorylists.h:
914         Simplify the API, allow getting elements based on mask.
915
916         * gst/playback/gstplay-marshal.list:
917         Add some more marshallers.
918
919         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
920         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
921         (autoplug_select_cb), (activate_group):
922         Add support for managing non-raw sinks by providing a custom element and
923         sink list to decodebin2.
924         Try to plug non-raw sinks when decodebin2 using autoplug-select of
925         decodebin2.
926
927         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
928         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
929         * gst/playback/gstplaysink.h:
930         Add support for raw and non-raw sinks. 
931         Add support to force sinks selected by playbin2.
932         Don't plug raw converters for non-raw sinks.
933
934         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
935         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
936         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
937         (plugin_init):
938         Use right accumulators.
939         Proxy new signal.
940
941 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
942
943         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
944         Use runnning time as the base time instead of the timestamp.
945         Spotted by Saur on IRC.
946
947 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
948
949         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
950         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
951
952 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
953
954         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
955         (gst_ogg_demux_read_chain):
956         If we find a new serial number but it does not contain a BOS page, make
957         sure we initialize the chain to NULL because else we will try to scan it
958         and crash. Fixes #500763
959
960 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
961
962         * gst/playback/Makefile.am:
963         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
964         (get_feature_array), (decoders_filter), (sinks_filter),
965         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
966         (gst_factory_list_filter):
967         * gst/playback/gstfactorylists.h:
968         Refactor some common code to filter factories and check caps compat.
969
970         * gst/playback/gstdecodebin.c:
971         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
972         (gst_decode_bin_init), (gst_decode_bin_dispose),
973         (gst_decode_bin_autoplug_continue),
974         (gst_decode_bin_autoplug_factories),
975         (gst_decode_bin_autoplug_select), (analyze_new_pad),
976         (find_compatibles):
977         * gst/playback/gstplaybin.c:
978         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
979         (gst_play_bin_init), (gst_play_bin_finalize),
980         (autoplug_factories_cb), (activate_group):
981         * gst/playback/gstqueue2.c:
982         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
983         (proxy_autoplug_continue_signal),
984         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
985         (proxy_drained_signal):
986         Add some more debug info and use factor filtering code.
987
988 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
989
990         * gst/audiotestsrc/gstaudiotestsrc.c:
991         * gst/volume/gstvolume.c:
992         * gst/volume/gstvolume.h:
993           Add GAP-flag support.
994
995 2007-11-24  Julien MOUTTE  <julien@moutte.net>
996
997         * tests/examples/seek/seek.c: (main): Increase the range of the
998         rate selector as I would like to test QOS behavior at higher
999         forward and reverse playback speed like say 64x.
1000
1001 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
1002
1003         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
1004         (audioresample_query), (audioresample_query_type),
1005         (gst_audioresample_set_property):
1006         Implement latency query.
1007
1008 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
1009
1010         * gst-libs/gst/audio/gstbaseaudiosink.c:
1011         (gst_base_audio_sink_drain):
1012         Our EOS time contains the base_time, _wait_eos() expects a running_time
1013         so we have to subtract the base_time again before calling the function.
1014         This fixes an EOS regression where the base_time was added twice and EOS
1015         took longer and longer in certain situations.
1016         Fixes #498767.
1017
1018 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
1019
1020         * docs/libs/gst-plugins-base-libs-sections.txt:
1021         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
1022         (gst_base_audio_sink_set_provide_clock),
1023         (gst_base_audio_sink_get_provide_clock),
1024         (gst_base_audio_sink_set_slave_method),
1025         (gst_base_audio_sink_get_slave_method),
1026         (gst_base_audio_sink_set_property),
1027         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
1028         (gst_base_audio_sink_none_slaving),
1029         (gst_base_audio_sink_handle_slaving):
1030         * gst-libs/gst/audio/gstbaseaudiosink.h:
1031         Expose methods for some object properties so that subclasses can more
1032         easily configure them.
1033         Added slave method none, that completely disables slaving to the
1034         internal clock.
1035         API: gst_base_audio_sink_set_provide_clock()
1036         API: gst_base_audio_sink_get_provide_clock()
1037         API: gst_base_audio_sink_set_slave_method()
1038         API: gst_base_audio_sink_get_slave_method()
1039
1040         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1041         (gst_base_audio_src_set_provide_clock),
1042         (gst_base_audio_src_get_provide_clock),
1043         (gst_base_audio_src_set_property),
1044         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
1045         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1046         Expose methods for some object properties so that subclasses can more
1047         easily configure them.
1048         API: gst_base_audio_src_set_provide_clock()
1049         API: gst_base_audio_src_get_provide_clock()
1050
1051 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
1052
1053         Patch by: Joe Peterson <lavajoe at gentoo dot org>
1054
1055         * gst-libs/gst/sdp/gstsdpmessage.c:
1056         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
1057
1058 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
1059
1060         * tests/check/libs/fft.c: (GST_START_TEST):
1061         Fix scaling to really have dB instead of something else.
1062
1063 2007-11-19  Julien MOUTTE  <julien@moutte.net>
1064
1065         * tests/examples/seek/seek.c: (main): There's a nice macro to check
1066         GTK version, use it.
1067
1068 2007-11-19  Julien MOUTTE  <julien@moutte.net>
1069
1070         * tests/examples/seek/seek.c: (main): Try to support stable version
1071         of GTK.
1072
1073 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
1074
1075         * gst/playback/README:
1076         * gst/playback/test7.c:
1077           Fix the build + little README update.
1078
1079 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1080
1081         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
1082         Add playbin2 seek pipeline.
1083
1084 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1085
1086         * gst/playback/Makefile.am:
1087         * gst/playback/gstplayback.c: (plugin_init):
1088         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
1089         (eos_cb), (about_to_finish_cb), (main):
1090         Add playbin2.
1091         Added gapless playback example.
1092
1093         * gst/playback/gstplaybasebin.c:
1094         * gst/playback/gstplaybasebin.h:
1095         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
1096         * gst/playback/gstqueue2.c:
1097         * gst/playback/test.c:
1098         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
1099         (pad_removed_cb):
1100         * gst/playback/gststreaminfo.h:
1101         Change email.
1102
1103         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
1104         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
1105         (gst_play_bin_dispose), (gst_play_bin_set_uri),
1106         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
1107         (gst_play_bin_get_property), (gst_play_bin_handle_message),
1108         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
1109         (drained_cb), (unlink_group), (activate_group),
1110         (setup_next_source), (gst_play_bin_change_state),
1111         (gst_play_bin2_plugin_init):
1112         Added raw first version of playbin2. Does chained oggs and gapless
1113         playback fine. No support for raw sinks yet. No visualisations or
1114         subtitles yet.
1115
1116         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
1117         (gst_play_sink_class_init), (gst_play_sink_init),
1118         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
1119         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
1120         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
1121         (gst_play_sink_set_property), (gst_play_sink_get_property),
1122         (post_missing_element_message), (free_chain), (add_chain),
1123         (activate_chain), (gen_video_chain), (gen_text_element),
1124         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
1125         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
1126         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
1127         (gst_play_sink_send_event), (gst_play_sink_change_state):
1128         * gst/playback/gstplaysink.h:
1129         Added Element that abstracts the sinks and their pipelines for playbin2.
1130
1131 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1132
1133         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
1134         (gst_selector_pad_class_init), (gst_selector_pad_init),
1135         (gst_selector_pad_finalize), (gst_selector_pad_reset),
1136         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
1137         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
1138         (gst_selector_pad_chain), (gst_stream_selector_get_type),
1139         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
1140         (gst_stream_selector_init), (gst_stream_selector_set_property),
1141         (gst_stream_selector_get_linked_pad),
1142         (gst_stream_selector_getcaps),
1143         (gst_stream_selector_is_active_sinkpad),
1144         (gst_stream_selector_activate_sinkpad),
1145         (gst_stream_selector_get_linked_pads),
1146         (gst_stream_selector_request_new_pad),
1147         (gst_stream_selector_release_pad):
1148         * gst/playback/gststreamselector.h:
1149         Improve streamselector, make it select and unselect the current pad more
1150         intelligently. 
1151         Subclass GstPad for the sinkpads of the selector.
1152         Handle segments more correctly.
1153         Fix caps negotiation.
1154         Implement release_pad.
1155
1156 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1157
1158         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1159         (gst_decode_group_check_if_drained), (source_pad_event_probe),
1160         (remove_fakesink):
1161         Add drained signal fired when decodebin finishes decoding the data.
1162         Remove deprecated STATE_DIRTY message.
1163
1164         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
1165         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
1166         (analyse_source), (proxy_drained_signal), (make_decoder),
1167         (source_new_pad), (value_list_append_structure_list),
1168         (handle_redirect_message), (handle_message):
1169         Proxy the new drained signal.
1170         Handle pad removed from decodebin.
1171         Handle redirect messages by sorting multiple redirections based on the
1172         connection speed.
1173
1174 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1175
1176         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1177
1178         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
1179         Fix leaking headers. Fixes #496761.
1180
1181 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
1182
1183         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1184
1185         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
1186         (gst_ximagesink_change_state):
1187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
1188         Don't leak the PAR on errors. Fixes #496731.
1189
1190 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1191
1192         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
1193           (gst_tag_from_id3_user_tag):
1194           Add mapping for audio cd discid tags, so we can extract
1195           them from tags as well (see #347848). Also compare identifiers
1196           in ID3v2 TXXX frames in a case-insensitive way to increase
1197           compatibility when reading tags (discid vs. DiscID vs. DiscId).
1198
1199 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
1200
1201         * gst-plugins-base.doap:
1202         Oops, fix the release name.
1203
1204 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
1205
1206         * gst-plugins-base.doap:
1207         Add 0.10.15 release
1208
1209 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
1210
1211         * configure.ac:
1212         Back to CVS
1213
1214 === release 0.10.15 ===
1215
1216 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
1217
1218         * configure.ac:
1219           releasing 0.10.15, "No need to argue"
1220
1221 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
1222
1223         * win32/vs6/libgstfft.dsp:
1224         Convert line endings to DOS.
1225
1226 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
1227
1228         * win32/vs6/gst_plugins_base.dsw:
1229         * win32/vs6/libgstfft.dsp:
1230         * win32/MANIFEST:
1231         Add a project file for fft plugin and remove socket
1232         based plugin which don't build from the workspace.
1233         * win32/vs6/libgstaudio.dsp:
1234         * win32/vs6/libgstrtp.dsp:
1235         * win32/vs6/libgsttag.dsp:
1236         Convert line endings back to DOS.
1237         Fixes #496724
1238
1239 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
1240
1241         * win32/vs6/libgstinterfaces.dsp:
1242         * win32/vs6/libgstrtsp.dsp:
1243         Convert line endings back to DOS
1244
1245 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
1246
1247         * gst-libs/gst/fft/kiss_fft_f32.h:
1248         * gst-libs/gst/fft/kiss_fft_f64.h:
1249         * gst-libs/gst/fft/kiss_fft_s16.h:
1250         * gst-libs/gst/fft/kiss_fft_s32.h:
1251         Don't include malloc.h which doesn't exist on Mac OSX.
1252         Instead, pull in glib.h and use g_malloc/g_free for 
1253         consistency. Fixes: #496548
1254
1255 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
1256
1257         * gst/playback/gstdecodebin2.c:
1258           Dont leak ghostpad. Fixes #475451.
1259
1260 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
1261
1262         * docs/design/design-decodebin.txt:
1263         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1264         Update some more docs and comments.
1265
1266 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1267
1268         Patch by: Sebastien Moutte  <sebastien moutte net>
1269
1270         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
1271           (gst_rtcp_unix_to_ntp):
1272         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
1273           Fix some C99-isms and and a missing function that some versions of
1274           MSVC don't like too much (#494346).
1275
1276         * win32/vs6/gst_plugins_base.dsw:
1277         * win32/vs6/libgstaudio.dsp:
1278         * win32/vs6/libgstrtp.dsp:
1279         * win32/vs6/libgsttag.dsp:
1280           Update vs6 projects files (#494346).
1281
1282 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1283
1284         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1285
1286         * win32/common/libgstaudio.def:
1287         * win32/common/libgstcdda.def:
1288         * win32/common/libgstinterfaces.def:
1289         * win32/common/libgstnetbuffer.def:
1290         * win32/common/libgstpbutils.def:
1291         * win32/common/libgstrtp.def:
1292         * win32/common/libgstrtsp.def:
1293         * win32/common/libgsttag.def:
1294         * win32/common/libgstvideo.def:
1295           More missing symbols to export (fixes #493986).
1296
1297 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
1298
1299         * docs/libs/gst-plugins-base-libs-sections.txt:
1300         * gst-libs/gst/fft/gstfftf32.c:
1301         * gst-libs/gst/fft/gstfftf32.h:
1302         * gst-libs/gst/fft/gstfftf64.c:
1303         * gst-libs/gst/fft/gstfftf64.h:
1304         * gst-libs/gst/fft/gstffts16.c:
1305         * gst-libs/gst/fft/gstffts16.h:
1306         * gst-libs/gst/fft/gstffts32.c:
1307         * gst-libs/gst/fft/gstffts32.h:
1308         * tests/check/libs/fft.c: (GST_START_TEST):
1309         Remove the magnitude and phase calculation functions as these have
1310         very special use cases and can't even be used for the spectrum
1311         element. Also adjust the docs to mention some properties of the used
1312         FFT implemention, i.e. how the values are scaled. Fixes #492098.
1313
1314 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1315
1316         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
1317           (finish_source):
1318           Avoid crash when there are external subtitles (fixes #491722).
1319
1320 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
1321
1322         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1323         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
1324           'Could not open resource for writing' is not an acceptable
1325           error message when we can't open the audio device (see #492334),
1326           even less so when we're trying to open it to record something.
1327
1328 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1329
1330         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1331
1332         * win32/common/libgstrtp.def:
1333           Add some more missing symbols (#492813).
1334
1335 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1336
1337         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
1338
1339         * tests/check/elements/audioconvert.c: (verify_convert):
1340           Add check to make sure that the out caps have a channel layout
1341           set on them where they should have one.
1342
1343 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1344
1345         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
1346
1347         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
1348         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
1349           Include our own _stdint.h instead of sys/types.h, makes MingW happy
1350           (#492306).
1351
1352         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
1353           Use _pipe directly, GLib doesn't have a pipe() macro any longer
1354           (it disappeared in GLib 2.14.0) (#492306).
1355
1356         * gst-libs/gst/sdp/Makefile.am:
1357         * gst-libs/gst/sdp/gstsdpmessage.c:
1358           Fix includes and LIBS for win32/Mingw (#492306).
1359
1360         * tests/examples/dynamic/addstream.c (pause_play_stream):
1361           Use more portable g_usleep() instead of sleep() (#492306).
1362
1363 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1364
1365         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1366
1367         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1368           (gst_ring_buffer_parse_caps):
1369           Return NULL instead of an enum that happens to be 0, fixes warning
1370           on MSVC (#492114).
1371
1372         * gst-libs/gst/audio/gstringbuffer.h:
1373           No trailing commas in enum list (for gcc-2.9x).
1374
1375         * gst/videotestsrc/videotestsrc.c: (random_char):
1376           Make information loss explicit instead of implicitly truncating to
1377           eight bits via the return value.  Fixes runtime error on MSVC when
1378           using the debug CRT (#492114).
1379
1380         * win32/common/config.h.in:
1381           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
1382
1383         * win32/common/libgstinterfaces.def:
1384         * win32/common/libgstrtp.def:
1385           Export a few more symbols (#492114).
1386
1387 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
1388
1389         * gst-libs/gst/audio/audio.c:
1390         * gst-libs/gst/audio/audio.h:
1391           Readd the deprecation guards, but preserve compilability.
1392
1393 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1394
1395         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
1396           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
1397           Preserve channel layout when fixating the number of channels in the
1398           output caps, or make sure there's a suitable channel position layout
1399           set on the caps if required. Fixes #430677.
1400
1401 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1402
1403         * tests/check/elements/decodebin.c: (test_text_plain_streams):
1404           Make sure the pipeline really operates in push mode as it should
1405           in this case.
1406
1407 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1408
1409         * gst-libs/gst/audio/audio.h:
1410           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
1411           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
1412           (ie. normal cvs builds) will fail.
1413
1414 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
1415
1416         * docs/libs/Makefile.am:
1417         * gst-libs/gst/audio/audio.c:
1418         * gst-libs/gst/audio/audio.h:
1419         * gst-libs/gst/interfaces/mixer.c:
1420           tell gtk-doc about the deprecation guard. Apply more doc fixes.
1421
1422 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1423
1424         * tests/check/libs/audio.c: (init_value_to_channel_layout),
1425           (test_channel_layout_value_intersect), (audio_suite):
1426           Add simple unit test to make sure GstValue intersection
1427           of channel layouts works the way I think it does.
1428
1429 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
1430
1431         * docs/libs/gst-plugins-base-libs-sections.txt:
1432         * gst-libs/gst/audio/gstaudiofilter.h:
1433         * gst-libs/gst/interfaces/mixer.h:
1434         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1435         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1436         * gst-libs/gst/sdp/gstsdpmessage.c:
1437           Fix the docs according to what gtk-doc complained about.
1438
1439 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
1440
1441         * tests/icles/stress-playbin.c:
1442           Fix the build.
1443
1444 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
1445
1446         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
1447         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1448           Post nice/more useful error message if we don't have a decoder for
1449           the primary type.
1450
1451 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1452
1453         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
1454         Be a bit more useful, unblock the pads after we fired the no-more-pads
1455         signal so that we can use the signal to inspect and connect all pads
1456         without having to keep extra state outside of decodebin.
1457
1458 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1459
1460         * gst/playback/gsturidecodebin.c:
1461         (gst_uri_decode_bin_autoplug_continue),
1462         (gst_uri_decode_bin_class_init), (no_more_pads_full):
1463         Implement default signal handler so that we return TRUE when nothing is
1464         connected.
1465
1466 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1467
1468         * gst-libs/gst/riff/riff-media.c:
1469         (gst_riff_wavext_add_channel_layout),
1470         (gst_riff_wave_add_default_channel_layout),
1471         (gst_riff_wavext_get_default_channel_mask),
1472         (gst_riff_create_audio_caps):
1473         Use the ALSA channel layout as default for wav files without channel
1474         layout information. This fixes playback of chan-id.wav on 5.1 systems
1475         for example. Also refactor the channel layout setting a bit and add
1476         more default channel orders. Fixes #489010.
1477
1478 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1479
1480         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
1481           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
1482           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
1483           instead.
1484
1485 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
1486
1487         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1488         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
1489         (gst_decode_bin_set_subs_encoding),
1490         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
1491         (gst_decode_bin_get_property), (analyze_new_pad):
1492         Move subtitle encoding property to decodebin2 so that it can set the
1493         property value on all elements that it autoplugs and that require it.
1494         Make caps refcounting more consistent in get/set.
1495
1496         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
1497         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1498         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
1499         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
1500         (proxy_autoplug_continue_signal),
1501         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
1502         (make_decoder):
1503         Proxy properties and relevant signals from the internal decodebin.
1504         Make properties MT safe.
1505
1506 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1507
1508         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
1509         * gst-libs/gst/tag/tags.c:
1510           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
1511           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
1512
1513         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
1514           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
1515
1516         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
1517           (gst_tag_to_vorbis_comments):
1518           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
1519           just mapping everything I found in the wild) (#414539).
1520
1521 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
1522
1523         Inspired by patch of: René Stadler <mail at renestadler dot de>
1524
1525         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1526         (gst_decode_bin_autoplug_continue),
1527         (gst_decode_bin_autoplug_factories),
1528         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
1529         (find_compatibles):
1530         * gst/playback/gstplay-marshal.list:
1531         Remove the autoplug-sort signal and replace it with a binding friendly
1532         autoplug-select signal.
1533         Add an autoplug-factories signal that can be used to generate a list of
1534         factories to try to autoplug.
1535         Add the GstPad to the autoplugging signal args as it might be needed to
1536         make a good factory selection.
1537         Fix up the marshallers for this. Fixes #407282.
1538
1539 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1540
1541         * gst-libs/gst/tag/gsttagdemux.c:
1542           Don't abort with an assertion if we receive a seek event with
1543           a start type of NONE (see launchpad bug #155878).
1544
1545 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1546
1547         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
1548         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
1549         (gst_ximagesink_change_state), (gst_ximagesink_reset):
1550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
1551         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
1552         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
1553         Make sure that before we clean up the X resources, we shutdown and join
1554         the event thread.
1555         Also make sure the event thread does not shut down immediatly after
1556         startup because the running variable is not yet correctly set.
1557         Fixes #378770. 
1558
1559 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
1560
1561         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
1562         Make the window for a race in typefind and shutting down smaller until
1563         we figure out the right locking here. Avoids #485753 usually.
1564
1565         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
1566         Remove unneeded lock causing a race in typefind and shutting down.
1567         Fixes #485753.
1568
1569         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
1570         Also remove sinks when going to NULL because we might not complete the
1571         state change to PAUSED, causing the PAUSED->READY state change not to
1572         happen.
1573
1574 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
1575
1576         * gst-libs/gst/audio/gstbaseaudiosink.c:
1577         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
1578         Also explicitly release the ringbuffer when going to NULL because it
1579         is required in the setcaps function, before the state change to PAUSED
1580         completes.
1581
1582 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
1583
1584         * tests/icles/.cvsignore:
1585         * tests/icles/Makefile.am:
1586         * tests/icles/stress-playbin.c:
1587           Does what it says on the tin.
1588
1589 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
1590
1591         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
1592         Fix queue negotiation. See #486758.
1593
1594 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
1595
1596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
1597         (gst_xvimagesink_xwindow_new),
1598         (gst_xvimagesink_update_colorbalance),
1599         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
1600
1601         Fix handling of some of the X atoms. If the last parameter is True,
1602         XInternAtom won't create the atom if it doesn't exist, and therefore
1603         might return None. This causes X errors on Xv implementations that
1604         don't provide the colour balance attributes.
1605
1606 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1607
1608         * gst-libs/gst/tag/gstvorbistag.c:
1609         * tests/check/libs/tag.c:
1610           Extract vorbis comment LICENSE tags correctly.
1611
1612 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1613
1614         Patch by: Jason Kivlighn  <jkivlighn gmail com>
1615
1616         * gst-libs/gst/tag/gstid3tag.c:
1617         * tests/check/libs/tag.c:
1618           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
1619
1620 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
1621
1622         * gst-libs/gst/tag/gsttagdemux.c:
1623           Don't error out when a buggy downstream element doesn't
1624           handle the newsegment event we send properly (especially
1625           not without posting a meaningful error message on the
1626           bus). See bug #471370 and launchpad bug #136264.
1627
1628 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
1629
1630         * gst-libs/gst/audio/gstbaseaudiosink.c:
1631         (gst_base_audio_sink_drain):
1632         Use new basesink method to make our EOS drain interruptable.
1633
1634 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
1635
1636         * gst-libs/gst/rtp/gstrtppayloads.c:
1637         Fix silly search-replace oversight.
1638
1639 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
1640
1641         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1642
1643         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
1644         (gst_basertppayload_set_outcaps):
1645         Fix caps memleak. Fixes #484989.
1646
1647
1648 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1649
1650         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1651         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
1652         Fix debug output.
1653
1654 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1655
1656         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1657         (gst_base_audio_src_create):
1658         Also handle the case where there is no clock set on the audio source,
1659         like in the unit tests.
1660
1661 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1662
1663         * gst-libs/gst/rtp/gstrtppayloads.c:
1664         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
1665         to avoid compiler warnings
1666
1667 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1668
1669         * gst/playback/gstdecodebin.c: (type_found),
1670         (gst_decode_bin_change_state):
1671         * gst/playback/gstdecodebin2.c: (type_found),
1672         (gst_decode_bin_change_state):
1673         Don't disconnect the have_type signal because we never reconnect it
1674         later on. Instead keep a variable to see if we already detected a type.
1675
1676 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1677
1678         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
1679         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
1680         (type_found):
1681         Unlink the signal handler when we found the type, we're not going to do
1682         anything sensible with more type_found signals anyway.
1683
1684 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1685
1686         * gst-libs/gst/tag/gsttagdemux.c:
1687           Don't leak caps.
1688
1689 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1690
1691         * gst-libs/gst/tag/Makefile.am:
1692         * gst-libs/gst/tag/gsttagdemux.c:
1693         * gst-libs/gst/tag/gsttagdemux.h:
1694           API: add GstTagDemux base class for simple tag demuxers.
1695
1696         * docs/libs/gst-plugins-base-libs-docs.sgml:
1697         * docs/libs/gst-plugins-base-libs-sections.txt:
1698           Add GstTagDemux to docs.
1699
1700 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
1701
1702         * gst-libs/gst/rtp/gstrtpbuffer.c:
1703         (gst_rtp_buffer_get_payload_subbuffer):
1704         Fix bug introduced with last commit which inverted the logic and
1705         caused all buffers to be dropped. Fixes #483620.
1706         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
1707
1708 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1709
1710         * gst-libs/gst/rtp/gstrtpbuffer.c:
1711           Replace g_return_if_val (as it could be disabled), with regular return
1712           and warning.
1713
1714 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
1715
1716         * tests/check/pipelines/simple-launch-lines.c:
1717           Print message name and not just number.
1718
1719 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
1720
1721         * gst-libs/gst/audio/gstbaseaudiosink.c:
1722         (gst_base_audio_sink_async_play):
1723         When slaved to the clock, don't try to align a sample with the previous
1724         one when going to PLAYING again.
1725
1726 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1727
1728         * tests/examples/snapshot/snapshot.c:
1729           Fix the build.
1730
1731 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1732
1733         * gst-libs/gst/sdp/gstsdpmessage.h:
1734         Add RFC 3556 bandwidth modifiers.
1735
1736 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1737
1738         * docs/libs/gst-plugins-base-libs-docs.sgml:
1739         * docs/libs/gst-plugins-base-libs-sections.txt:
1740         * gst-libs/gst/rtp/gstrtppayloads.c:
1741         Update documentation.
1742
1743 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1744
1745         * gst-libs/gst/rtp/Makefile.am:
1746         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
1747         (gst_rtp_payload_info_for_name):
1748         * gst-libs/gst/rtp/gstrtppayloads.h:
1749         Added new file and header to deal with payload info.
1750
1751         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
1752         (gst_rtp_buffer_default_clock_rate):
1753         * gst-libs/gst/rtp/gstrtpbuffer.h:
1754         Payload specific stuff is move to new headers.
1755         Implement _default_clock rate using the new payload function.
1756
1757         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
1758         (gst_sdp_parse_line):
1759         * gst-libs/gst/sdp/gstsdpmessage.h:
1760         Add some more comments.
1761
1762 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1763
1764         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1765         (sdp_check_header), (sdp_type_find), (plugin_init):
1766         Add typefind function for application/sdp.
1767         Remove some old dirac typefind code that was ifdeffed out.
1768
1769 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
1770
1771         * win32/common/libgstaudio.def:
1772         Add new exported functions.
1773         * win32/vs6/grammar.dsp:
1774         Add autogeneration and copy of some autegenerated files from win32/common
1775         for rtsp library.
1776         * win32/vs6/libgstaudioconvert.dsp:
1777         Add gstaudioquantize.c to the build.
1778         * win32/vs6/libgstinterfaces.dsp:
1779         Add videoorientation.c to the build.
1780         * win32/vs6/libgstriff.dsp:
1781         Add libgsttag to the link libraries list.
1782         * win32/vs6/libgstvolume.dsp:
1783         Add liboil to the link.
1784         * win32/vs6/gst_plugins_base.dsw:
1785         * win32/vs6/libgstrtsp.dsp:
1786         * win32/common/libgstrtsp.def:
1787         Add files to build libgstrtsp library.
1788         
1789 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1790
1791         * tests/examples/snapshot/snapshot.c: (main):
1792         Print error when pipeline failed to construct.
1793
1794 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1795
1796         * configure.ac:
1797         * gst-libs/gst/tag/gstid3tag.c:
1798         * gst-libs/gst/tag/gstvorbistag.c:
1799           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
1800           and ID3v2 tags.
1801
1802 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1803
1804         * gst-libs/gst/floatcast/floatcast.h:
1805           Don't include config.h in an installed public header, this
1806           might break compilation of applications that don't have such
1807           a header and doesn't necessarily do what it's supposed to do
1808           anyway (ie. check for the lrint/lrintf defines) (#442065).
1809           Add docs for the various macros and document how this header
1810           has to be used (link against libm, etc.); add a few FIXMEs;
1811           include math.h for non-c99 code path.  Based on patch by
1812           Jan Schmidt.
1813           
1814 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1815
1816         * configure.ac:
1817         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
1818         of duplicating these macros in configure.ac.
1819
1820 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1821
1822         * po/hu.po:
1823         * po/sv.po:
1824         * po/uk.po:
1825           Updated translations to 0.10.14
1826
1827 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1828
1829         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1830
1831         * po/pl.po:
1832           Added Polish translation.
1833
1834 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1835
1836         translated by: Ilkka Tuohela <hile@iki.fi>
1837
1838         * po/fi.po:
1839           Added Finnish translation.
1840
1841 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1842
1843         translated by: Jorge González González <aloriel@gmail.com>
1844
1845         * po/es.po:
1846           Added Spanish translation.
1847
1848 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1849
1850         translated by: Mogens Jaeger <mogens@jaeger.tf>
1851
1852         * po/da.po:
1853           Added Danish translation.
1854
1855 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1856
1857         translated by: Funda Wang <fundawang@linux.net.cn>
1858
1859         * po/zh_CN.po:
1860           Added Chinese (simplified) translation.
1861
1862 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1863
1864         translated by: Alexander Shopov <ash@contact.bg>
1865
1866         * po/bg.po:
1867           Added Bulgarian translation.
1868
1869 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1870
1871         * gst/playback/gstqueue2.c: (gst_queue_push_one):
1872         Fix compilation wrt printf arguments.
1873
1874 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
1875
1876         * configure.ac:
1877         * tests/examples/Makefile.am:
1878         * tests/examples/snapshot/.cvsignore:
1879         * tests/examples/snapshot/Makefile.am:
1880         * tests/examples/snapshot/snapshot.c: (main):
1881         Add simple snapshot example program using appsink.
1882
1883 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1884
1885         * tests/check/generic/states.c:
1886           Improved state change unit test.
1887
1888 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1889
1890         * docs/plugins/.cvsignore:
1891         * tests/check/.cvsignore:
1892           Ignore registries in any format.
1893
1894 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1895
1896         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1897         (gst_base_rtp_depayload_chain),
1898         (gst_base_rtp_depayload_set_gst_timestamp):
1899         Only copy timestamp on outgoing packets if the depayloader did not set
1900         one.
1901         Also copy duration on outgoing packets.
1902
1903 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1904
1905         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
1906         (gst_basertppayload_set_outcaps):
1907         Fix compilation because of missing %d in printf.
1908         When fixating caps, fixate what we can and throw away all remaining
1909         unfixed caps, subclasses should do something smart if they need to.
1910
1911 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1912
1913         * ext/gnomevfs/gstgnomevfssrc.c:
1914           Improve debug logs a bit and be more verbose if things go wrong.
1915
1916 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1917
1918         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1919         (gst_text_overlay_set_property):
1920         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1921         * gst-libs/gst/audio/gstbaseaudiosink.c:
1922         (gst_base_audio_sink_render):
1923         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
1924         (gst_rtcp_unix_to_ntp):
1925         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
1926         * gst/playback/gstqueue2.c:
1927         * tests/examples/seek/seek.c: (set_scale):
1928         Fix a bunch of compile warnings shown with Forte.
1929
1930         * gst/audiorate/gstaudiorate.c:
1931         Always pull in config.h before including any system headers.
1932
1933 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
1934
1935         * gst/playback/gstqueue2.c: (update_buffering),
1936         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
1937         (gst_queue_handle_sink_event), (gst_queue_chain),
1938         (gst_queue_push_one), (gst_queue_sink_activate_push),
1939         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
1940         Also fix #476514 for queue2.
1941
1942 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1943
1944         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1945         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
1946         (gst_base_rtp_depayload_chain),
1947         (gst_base_rtp_depayload_handle_sink_event),
1948         (gst_base_rtp_depayload_push_full),
1949         (gst_base_rtp_depayload_set_gst_timestamp),
1950         (gst_base_rtp_depayload_change_state):
1951         Remove code to deal with RTP to GST time conversion, we now just copy
1952         the GST timestamp we receive to the outgoing buffers.
1953         Handle segment and flushes correctly.
1954
1955         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
1956         When we have no valid input timestamp, use the previous rtp timestamp on
1957         the outgoing RTP packet instead of the RTP base time.
1958
1959 2007-09-15  David Schleef  <ds@schleef.org>
1960
1961         * ext/alsa/gstalsa.c:
1962         * ext/alsa/gstalsadeviceprobe.c:
1963         * ext/alsa/gstalsamixer.c:
1964         * ext/alsa/gstalsasink.c:
1965         * ext/alsa/gstalsasrc.c:
1966           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
1967
1968 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
1969
1970         * gst-libs/gst/rtp/gstbasertppayload.c:
1971         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
1972         Add some debug info when negotiating caps.
1973
1974 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1975
1976         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
1977         A buffer with an empty payload is also a valid buffer.
1978
1979 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1980
1981         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
1982         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1983         (gst_basertppayload_change_state):
1984         Make sure we start our RTP timestamp from the random base RTP
1985         timestamp even if the buffer timestamp starts from some random value.
1986
1987 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1988
1989         * configure.ac:
1990         * tests/examples/Makefile.am:
1991         * tests/examples/dynamic/.cvsignore:
1992         * tests/examples/dynamic/Makefile.am:
1993         * tests/examples/dynamic/addstream.c: (create_stream),
1994         (pause_play_stream), (message_received), (eos_message_received),
1995         (perform_step), (main):
1996         Add simple exmple app to demonstrate starting and pausing live and
1997         non-live bins in a PLAYING pipeline.
1998
1999 2007-09-14  Julien MOUTTE  <julien@moutte.net>
2000
2001         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
2002         typefind for QCP files (RFC #3625)
2003
2004 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2005
2006         * gst-libs/gst/audio/gstbaseaudiosink.c:
2007         (gst_base_audio_sink_init):
2008         Disable pull mode scheduling, we're not ready for it yet and it subtly
2009         breaks a lot of things.
2010
2011 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
2012
2013         * tests/check/elements/libvisual.c:
2014           Test all libvisual plugins, not just the first one; this reproduces
2015           bug #450336 quite easily.  Looks like a problem with the 'jess'
2016           visualisation.
2017
2018 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
2019
2020         * tests/check/Makefile.am:
2021         * tests/check/elements/.cvsignore:
2022         * tests/check/elements/libvisual.c:
2023           Add basic libvisual test case in an attempt to reproduce bug #450336.
2024           Doesn't reproduce that bug, but some other crasher instead (invalid
2025           free), at least with make elements/libvisual.forever and the bumscope
2026           plugin on x86-64/gutsy. Leaving test disabled for now.
2027
2028 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2029
2030         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2031
2032         * gst-libs/gst/rtsp/gstrtspconnection.c:
2033         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
2034         (read_body), (gst_rtsp_connection_receive):
2035         Make sure we can not cancel in the middle of receiving a message.
2036         Fixes #475731.
2037
2038 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
2039
2040         Patch by: Josep Torra Valles <josep@fluendo.com>
2041
2042         * gst/playback/gstplaybasebin.c:
2043           Increase upper limit for audio queue a bit; fixes preroll problem
2044           with playbin and decodebin2 when playing a quicktime trailer with
2045           multichannel audio via http (#464666).
2046
2047 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2048
2049         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2050         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2051         (gst_base_audio_src_provide_clock),
2052         (gst_base_audio_src_set_property),
2053         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2054         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2055         Allow othe clocks than the internal clock to be used for the pipeline.
2056         Add property to disable clock provide.
2057         API: GstBaseAudioSrc::provide-clock
2058
2059 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2060
2061         * gst/playback/gstdecodebin2.c:
2062           Don't leak request pads. Fixes #475395.
2063
2064 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
2065
2066         Patch by: René Stadler <mail at renestadler dot de>
2067
2068         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2069         (gst_ximage_buffer_class_init):
2070         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2071         (gst_xvimage_buffer_class_init):
2072         Correctly chain up finalize with the parent class to prevent
2073         memory leaks. Fixes #474880.
2074
2075 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
2076
2077         * gst/volume/gstvolume.c: (volume_choose_func):
2078         * tests/check/elements/volume.c: (GST_START_TEST):
2079         Revert the latest change: floating point samples are allowed to
2080         have any value, not only values in the range [-1,1]. Thanks to Andy
2081         Wingo for noticing.
2082         Also fix processing of int32 samples with volumes > 4 by making the
2083         unity value smaller which prevents overflows.
2084
2085 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2086
2087         * gst-libs/gst/rtp/gstrtpbuffer.c:
2088         * tests/check/libs/rtp.c:
2089           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
2090
2091 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2092
2093         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2094
2095         * gst-libs/gst/rtp/gstrtpbuffer.c:
2096           Fix up GstRTPHeader helper struct so that compilers will not under
2097           any circumstances add padding in between our fields, as currently
2098           happens with MSVC on win32, because that would lead to us sending
2099           out RTP payloads with broken RTP headers (#471194).
2100           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
2101           
2102         * tests/check/Makefile.am:
2103         * tests/check/libs/.cvsignore:
2104         * tests/check/libs/rtp.c:
2105           Add some simple unit tests for GstRTPBuffer. Some are disabled
2106           because the code tested still needs fixing (set_csrc() does not work).
2107
2108 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2109
2110         * win32/MANIFEST:
2111         * win32/common/gstrtsp-enumtypes.c:
2112         * win32/common/gstrtsp-enumtypes.h:
2113         * win32/common/interfaces-enumtypes.c:
2114         * win32/common/interfaces-enumtypes.h:
2115         * win32/common/multichannel-enumtypes.c:
2116           Add rtsp enumtypes (#474384) and update others.
2117
2118 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
2119
2120         * configure.ac:
2121           Fix configure check for HAVE_LIBXML_HTML.
2122
2123 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2124
2125         * tests/check/libs/.cvsignore:
2126           Ignore more, in case the build bots work again one day.
2127
2128 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
2129
2130         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
2131
2132         * configure.ac:
2133         * gst-libs/gst/Makefile.am:
2134         * gst-libs/gst/fft/Makefile.am:
2135         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
2136         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
2137         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
2138         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
2139         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
2140         * gst-libs/gst/fft/gstfft.h:
2141         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
2142         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
2143         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
2144         * gst-libs/gst/fft/gstfftf32.h:
2145         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
2146         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
2147         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
2148         * gst-libs/gst/fft/gstfftf64.h:
2149         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
2150         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
2151         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
2152         * gst-libs/gst/fft/gstffts16.h:
2153         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
2154         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
2155         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
2156         * gst-libs/gst/fft/gstffts32.h:
2157         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
2158         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
2159         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
2160         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
2161         * gst-libs/gst/fft/kiss_fft_f32.h:
2162         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
2163         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
2164         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
2165         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
2166         * gst-libs/gst/fft/kiss_fft_f64.h:
2167         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
2168         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
2169         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
2170         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
2171         * gst-libs/gst/fft/kiss_fft_s16.h:
2172         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
2173         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
2174         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
2175         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
2176         * gst-libs/gst/fft/kiss_fft_s32.h:
2177         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
2178         (kiss_fftr_f32), (kiss_fftri_f32):
2179         * gst-libs/gst/fft/kiss_fftr_f32.h:
2180         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
2181         (kiss_fftr_f64), (kiss_fftri_f64):
2182         * gst-libs/gst/fft/kiss_fftr_f64.h:
2183         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
2184         (kiss_fftr_s16), (kiss_fftri_s16):
2185         * gst-libs/gst/fft/kiss_fftr_s16.h:
2186         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
2187         (kiss_fftr_s32), (kiss_fftri_s32):
2188         * gst-libs/gst/fft/kiss_fftr_s32.h:
2189         * gst-libs/gst/fft/kiss_version:
2190         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2191         * pkgconfig/gstreamer-plugins-base.pc.in:
2192         Add libgstfft, a FFT library based on Kiss FFT which is
2193         BSD licensed. Supported sample formats are int16, int32,
2194         float and double. For those formats a real FFT and IFFT
2195         can be done, different windowing functions can be applied
2196         and functions for extracting the magnitude and phase exist.
2197         Fixes #468619.
2198
2199         * docs/libs/Makefile.am:
2200         * docs/libs/gst-plugins-base-libs-docs.sgml:
2201         * docs/libs/gst-plugins-base-libs-sections.txt:
2202         Integrate libgstfft into the docs.
2203
2204         * tests/check/Makefile.am:
2205         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
2206         Add unit tests for libgstfft, currently only testing the FFT.
2207         Unit tests for IFFT will follow soon.
2208
2209 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
2210
2211         Patch by: Peter Kjellerstedt  <pkj at axis com>
2212
2213         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
2214         (gst_sdp_message_init), (gst_sdp_message_uninit),
2215         (is_multicast_address), (gst_sdp_message_as_text),
2216         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
2217         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
2218         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
2219         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
2220         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
2221         (gst_sdp_media_init), (gst_sdp_media_uninit),
2222         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
2223         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
2224         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
2225         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
2226         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
2227         * gst-libs/gst/sdp/gstsdpmessage.h:
2228         Separate INIT_ARRAY() and related macros into two versions, one for
2229         structures and one for pointers (e.g., INIT_ARRAY() and
2230         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
2231         lists of emails and phone numbers.
2232         Add missing const as appropriate.
2233         Change all gint to guint since they all actually represent unsigned
2234         values.
2235         Do not use time as a variable name as it shadows the global time().
2236         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
2237         Actually implement gst_sdp_message_add_time().
2238         Make gst_sdp_message_add_time() take repeat times as an argument.
2239         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
2240         Corrected the definition of gst_sdp_media_get_bandwidth() (was
2241         misspelled as badwidth).
2242         gst-indented and a little clean up. Fixes #471067.
2243
2244 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
2245
2246         * gst/volume/gstvolume.c: (volume_choose_func),
2247         (volume_process_double), (volume_process_double_clamp),
2248         (volume_process_float_clamp):
2249         Correctly clamp float/double samples in the [-1.0,1.0] range to
2250         prevent weird effects.
2251         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
2252         Add unit tests for all samples types that had none before.
2253
2254 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2255
2256         * gst-libs/gst/rtp/gstrtpbuffer.c:
2257           Need to include stdlib.h for abs() here too.
2258
2259 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2260
2261         * gst/playback/gststreaminfo.c:
2262           Fix build.
2263
2264 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
2265
2266         * gst/playback/gststreaminfo.c:
2267           Clean up some half-disabled code and comment.
2268
2269 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2270
2271         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
2272
2273         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2274         (gst_base_rtp_payload_audio_handle_event):
2275         Return FALSE from the event handler to let the parent class handle the
2276         event. Fixes #446766.
2277
2278         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2279         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
2280         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
2281
2282         * gst-libs/gst/rtp/gstbasertppayload.c:
2283         Bump the MTU to 1400.
2284
2285 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
2286
2287         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
2288         Add an audio/x-nsf typefind function for the nsfdec element.
2289
2290 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
2291         * gst/playback/gstplaybasebin.c:
2292         Included "myth://" on stream_uris list for enable buffering to mythtv files
2293
2294 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
2295
2296         * docs/libs/gst-plugins-base-libs-sections.txt:
2297         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
2298         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
2299         (gst_rtcp_unix_to_ntp):
2300         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2301         Fix parsing of RB blocks.
2302         Fix docs.
2303         Added helper functions to convert to/from UNIX and NTP time.
2304         API: gst_rtcp_ntp_to_unix()
2305         API: gst_rtcp_unix_to_ntp()
2306
2307         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
2308         (gst_rtp_buffer_get_header_len),
2309         (gst_rtp_buffer_get_extension_data),
2310         (gst_rtp_buffer_get_payload_subbuffer),
2311         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
2312         (gst_rtp_buffer_ext_timestamp):
2313         * gst-libs/gst/rtp/gstrtpbuffer.h:
2314         Fix some more docs.
2315         Implement handling of packets with extensions.
2316         Fix padding check in _validate().
2317         Added function to get extension data.
2318         API: gst_rtp_buffer_get_header_len()
2319         API: gst_rtp_buffer_get_extension_data()
2320
2321 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
2322
2323         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2324         (gst_base_rtp_depayload_class_init),
2325         (gst_base_rtp_depayload_set_gst_timestamp):
2326         Add some more docs for the queue-delay property and fix a typo in a
2327         comment.
2328
2329         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2330         Fix typo.
2331
2332 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
2333
2334         * gst-libs/gst/audio/gstbaseaudiosink.c:
2335         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
2336         (gst_base_audio_sink_change_state):
2337         When skew slaving, try to hover around the middle of a segment so that
2338         we at most drift by half a segment.
2339         If we are aligning in the oposite direction of the clock skew, we don't
2340         have to resync.
2341
2342 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
2343
2344         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2345         (gst_base_rtp_depayload_setcaps),
2346         (gst_base_rtp_depayload_set_gst_timestamp):
2347         Be less silly with the segment start, just apply the clock-base to the
2348         timestamp.
2349
2350 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
2351
2352         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2353         (gst_base_rtp_depayload_class_init),
2354         (gst_base_rtp_depayload_finalize),
2355         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2356         (gst_base_rtp_depayload_handle_sink_event),
2357         (gst_base_rtp_depayload_set_gst_timestamp),
2358         (gst_base_rtp_depayload_change_state):
2359         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2360         Deprecate the queue handling thread thing and remove the code.
2361         Use new method to calculate the extended timestamp.
2362
2363 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
2364
2365         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2366         (gst_rtcp_packet_sdes_copy_entry):
2367         Use g_strndup which does exactly what we want.
2368
2369         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
2370         (gst_rtp_buffer_ext_timestamp):
2371         * gst-libs/gst/rtp/gstrtpbuffer.h:
2372         Add helper function to compare seqnums.
2373         Add helper function to calculate extended timestamps.
2374         API: gst_rtp_buffer_compare_seqnum()
2375         API: gst_rtp_buffer_ext_timestamp()
2376
2377 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
2378
2379         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2380         (gst_rtcp_packet_sdes_get_entry),
2381         (gst_rtcp_packet_sdes_copy_entry):
2382         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2383         Fix and document SDES item data function.
2384         Add new function that makes a proper copy of SDES item data.
2385         API: gst_rtcp_packet_sdes_copy_entry()
2386
2387 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
2388
2389         * configure.ac:
2390         * gst/Makefile.am:
2391           The tcp and subparse plugins are under gst, but not totaly free of
2392           dependencies. Handle selection inconfigure.ac, so that they show up
2393           on the final list of what is build and what is not. Maybe they should
2394           better be moved to ext.
2395
2396 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
2397
2398         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
2399
2400         * configure.ac:
2401         * gst/Makefile.am:
2402           Check if libxml provides HTML parser which subparse needs.
2403           Fixes #451970.
2404
2405 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
2406
2407         * ext/alsa/gstalsa.c:
2408           Fix typo and compilation on big endian systems.
2409
2410 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
2411
2412         * gst/subparse/gstssaparse.c:
2413           Convert SSA newline codes into actual newline characters (#470766).
2414
2415 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
2416
2417         * docs/libs/gst-plugins-base-libs-sections.txt:
2418         * gst-libs/gst/pbutils/install-plugins.c:
2419         * gst-libs/gst/pbutils/install-plugins.h:
2420         * tests/check/libs/pbutils.c:
2421           API: also add gst_install_plugins_supported() while we're at it
2422           (see #470456).
2423
2424 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
2425
2426         * docs/libs/gst-plugins-base-libs-sections.txt:
2427         * gst-libs/gst/pbutils/missing-plugins.c:
2428         * gst-libs/gst/pbutils/missing-plugins.h:
2429         * tests/check/libs/pbutils.c:
2430           API: add gst_missing_*_installer_detail_new() convenience API so
2431           that applications that know exactly what they're missing can request
2432           installer detail strings for those items directly instead of having
2433           to first create a dummy missing-plugin message and then get the
2434           installer detail string from that.  Fixes #470456.
2435
2436 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2437
2438         * gst/playback/gstdecodebin.c: (close_pad_link):
2439         We need to set up delayed-linking whenever the caps are non-fixed,
2440         not just when there are multiple types - use gst_pad_is_fixed()
2441         to test.
2442
2443 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
2444
2445         * gst-libs/gst/pbutils/missing-plugins.c:
2446           (gst_missing_plugin_message_get_installer_detail):
2447           Add missing separator in PID fallback case.
2448
2449 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2450
2451         * ext/alsa/Makefile.am:
2452         There is no GST_PLUGINS_BASE_LIBS defined.
2453         
2454         * ext/alsa/gstalsa.c:
2455         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
2456         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
2457         Add support for ALSA 24-bit formats.
2458         snd_pcm_delay can return an error code, especially
2459         during XRUNS. In that case, the best we can do is assume
2460         delay = 0.
2461
2462         * gst/audioconvert/Makefile.am:
2463         Add flags from -base before any more-remote dependencies.
2464
2465 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
2466
2467         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
2468
2469         * gst/volume/gstvolume.c: (volume_choose_func),
2470         (volume_update_real_volume), (gst_volume_set_volume),
2471         (gst_volume_init), (volume_process_int32),
2472         (volume_process_int32_clamp), (volume_process_int24),
2473         (volume_process_int24_clamp), (volume_process_int16),
2474         (volume_process_int16_clamp), (volume_process_int8),
2475         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
2476         * gst/volume/gstvolume.h:
2477         Add support for int32, int24 and int8 to the volume element.
2478         Fixes #445529.
2479
2480 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
2481
2482         * tests/examples/Makefile.am:
2483           Fix even more.
2484
2485 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
2486
2487         * configure.ac:
2488         * docs/libs/Makefile.am:
2489         * docs/libs/gst-plugins-base-libs-docs.sgml:
2490         * docs/libs/gst-plugins-base-libs-sections.txt:
2491         * ext/gnomevfs/gstgnomevfssrc.c:
2492         * ext/gnomevfs/gstgnomevfssrc.h:
2493         * gst-libs/gst/Makefile.am:
2494         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2495         * pkgconfig/gstreamer-plugins-base.pc.in:
2496         * sys/v4l/v4lsrc_calls.c:
2497         * tests/examples/Makefile.am:
2498         * win32/common/config.h:
2499           Revert unwanted commit. many thanks to moap. I want a fix for 
2500           https://thomas.apestaart.org/moap/trac/ticket/239
2501
2502 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
2503
2504         * gst/volume/gstvolume.c:
2505           Move passthrough below gst_object_sync_values(). Fixes #442654.
2506
2507 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2508
2509         * gst-libs/gst/audio/audio.c:
2510         Clarify the docs a little.
2511
2512 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2513
2514         * gst/volume/gstvolume.c:
2515           Enable liboil for float and add more details about problems with
2516           int16.
2517
2518 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
2519
2520         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
2521         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
2522
2523 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
2524
2525         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
2526         When calculating the first timestamp of the buffers, don't go below 0
2527         and clip the samples because the offset was on the eos page.
2528         Fixes #466717.
2529
2530 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
2531
2532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
2533         (gst_ogg_demux_collect_chain_info):
2534         Also submit the eos page when trying to find the first timestamp.
2535         See #466717.
2536
2537 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2538
2539         * gst-libs/gst/audio/audio.h:
2540         Use gst_util_uint64_scale() instead of doing the math
2541         with double for GST_FRAMES_TO_CLOCK_TIME() and
2542         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
2543         prevents rounding errors. Fixes #467667.
2544
2545 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2546
2547         * gst-libs/gst/rtsp/gstrtspconnection.c:
2548         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
2549         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
2550         * gst-libs/gst/rtsp/gstrtspconnection.h:
2551         Small cleanups.
2552         On shutdown, don't read the control socket yet.
2553         Set timeout value correctly in all cases.
2554         Add function to check if the server accepts reads or writes.
2555         API: gst_rtsp_connection_poll()
2556
2557         * gst-libs/gst/rtsp/gstrtspdefs.h:
2558         Fix compilation with -pedantic.
2559         Add enum for _poll.
2560
2561 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2562
2563         Patch by: Olivier Crete  <tester at tester ca>
2564
2565         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2566         (gst_basertppayload_getcaps):
2567         * gst-libs/gst/rtp/gstbasertppayload.h:
2568         Add getcaps vfunc to basertppayload. See #465146.
2569
2570 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2571
2572         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
2573         Only post buffering messages when we are a stream.
2574
2575 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
2576
2577         * gst-libs/gst/pbutils/install-plugins.c:
2578         * gst-libs/gst/pbutils/missing-plugins.c:
2579           Small docs fix and addition.
2580
2581 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
2582
2583         * tests/icles/.cvsignore:
2584         * tests/icles/Makefile.am:
2585         * tests/icles/test-textoverlay.c:
2586           Add a dumb little test for textoverlay alignments.
2587
2588 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
2589
2590         Patch by: Dan Williams  <dcbw redhat com>
2591
2592         * ext/pango/gsttextoverlay.c:
2593         * ext/pango/gsttextoverlay.h:
2594           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
2595           "silent" property so there's a Since tag in the API reference.
2596
2597 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2598
2599         * gst-libs/gst/rtp/gstbasertppayload.c:
2600         (gst_basertppayload_set_outcaps):
2601         * gst-libs/gst/rtp/gstbasertppayload.h:
2602         Improve caps negotiation so that downstream elements can confiure
2603         certain RTP properties by fixing them on the caps. See #465146.
2604         Add docs.
2605
2606 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
2607
2608         * docs/libs/gst-plugins-base-libs-sections.txt:
2609         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2610         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2611           Mark as deprecated some macros which were presumably meant to be
2612           private API and accidentally exposed in the public header file.
2613           Also actually _init() lock (only works at the moment because the
2614           struct is zeroed out when created and the initial values in the
2615           mutex struct are zeroes too). (#459585)
2616
2617 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2618
2619         * docs/libs/Makefile.am:
2620           Remove cruft and do some cleanups.
2621
2622         * docs/libs/gst-plugins-base-libs-docs.sgml:
2623           Prepare for comming gtkdoc features (rebase against online docs).
2624
2625 2007-08-10  Michael Smith <msmith@fluendo.com>
2626
2627         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2628           Debug output fixes.
2629         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
2630         (GST_START_TEST):
2631           Change the number of buffers used; 500 is too many and leads to
2632           timeouts.
2633
2634 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
2635
2636         * gst/playback/gstqueue2.c:
2637         * gst/videorate/gstvideorate.c:
2638           Printf format fixes (#465028).
2639
2640 2007-08-09  Michael Smith <msmith@fluendo.com>
2641
2642         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2643           If we have a large (> 1 second) discontinuity, push a series of
2644           smaller buffers rather than a single very large buffer. Avoids
2645           unreasonably large single buffer allocations when encountering a
2646           large gap.
2647         * tests/check/elements/audiorate.c: (GST_START_TEST),
2648         (audiorate_suite):
2649           Add a test for this.
2650
2651 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
2652
2653         * gst/playback/gstplaybasebin.c: (group_commit),
2654         (queue_remove_probe), (queue_threshold_reached):
2655
2656         Patch by: Josep Torra Valles <josep@fluendo.com>
2657         Fixes: #465015
2658         Make sure we remove the check_queues buffer probe from the 
2659         correct queue to avoid racily going back to "buffering 99%" when
2660         buffering is actually complete.
2661
2662         Also, fix the spelling of Josep's surname in the ChangeLog.
2663
2664 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
2665
2666         * ext/ogg/gstoggmux.c:
2667           Do not leak oggmux instance.
2668         
2669         * ext/vorbis/vorbisenc.c:
2670           Also log values.
2671
2672 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2673
2674         * po/hu.po:
2675         * po/it.po:
2676         * po/nl.po:
2677         * po/uk.po:
2678         * po/vi.po:
2679           Updated translations.
2680
2681 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
2682
2683         patch by: Yang Hong <hongyang@redflag-linux.com>
2684
2685         * ext/pango/gsttextoverlay.c:
2686         * ext/pango/gsttextoverlay.h:
2687           Add 'silent' property to GstTimeOverlay. Fixes #462979
2688
2689 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2690
2691         Patch by: Josep Torra Valles <josep@fluendo.com>
2692
2693         * docs/plugins/gst-plugins-base-plugins.args:
2694         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
2695         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
2696         (gst_uri_decode_bin_get_property), (gen_source_element):
2697         Add connection-speed property. Fixes #464690.
2698
2699 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
2700
2701         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2702
2703         * configure.ac:
2704         * gst-libs/gst/rtsp/Makefile.am:
2705         * gst-libs/gst/rtsp/gstrtspconnection.c:
2706         (gst_rtsp_connection_connect):
2707         Fix compilation on windows. Fixes #464320.
2708
2709 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
2710
2711         Patch by: Josep Torra Valles <josep@fluendo.com>
2712
2713         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2714         (gst_play_base_bin_init), (queue_threshold_reached),
2715         (gen_source_element), (setup_substreams),
2716         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
2717         (gst_play_base_bin_get_streaminfo_value_array):
2718         * gst/playback/gstplaybasebin.h:
2719         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2720         (gst_play_bin_set_property), (gst_play_bin_get_property),
2721         (gst_play_bin_handle_redirect_message):
2722         Move connection-speed property from playbin to playbasebin so that we
2723         can also configure it in source elements that have the connection-speed
2724         property. Fixes #464028.
2725         Add some debug info here and there.
2726
2727 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
2728
2729         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
2730         Properly respond to conversion queries. Fixes #464079.
2731
2732 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
2733
2734         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
2735         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
2736         (gst_audio_test_src_init_sine_table),
2737         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
2738         * gst/audiotestsrc/gstaudiotestsrc.h:
2739         Add float/double and int32 support to audiotestsrc. Fixes #460422.
2740         Also set the default volume to the default value specified in the
2741         GParamSpec.
2742
2743 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
2744
2745         Patch by: Jens Granseuer <jensgr at gmx dot net>
2746
2747         * gst/audioconvert/gstaudioquantize.c:
2748         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
2749
2750 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2751
2752         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
2753         Add rdt manager for rdt transport.
2754         Fix parsing of RDT transport.
2755
2756 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
2757
2758         * configure.ac:
2759         Back to CVS
2760
2761 === release 0.10.14 ===
2762
2763 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
2764
2765         * configure.ac:
2766           releasing 0.10.14, "Light Years Ahead"
2767
2768 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2769
2770         * tests/check/libs/audio.c: (GST_START_TEST):
2771         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
2772
2773 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2774
2775         * gst-libs/gst/audio/audio.c:
2776         When clipping a buffer with no timestamp, assume it is
2777         within the segment without warnings.
2778
2779         Fixes: #460978
2780
2781 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2782
2783         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
2784         Fire the signal on the object, not the interface.
2785
2786 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2787
2788         * gst-libs/gst/rtsp/.cvsignore:
2789         Ber. Don't include the full path, idiot.
2790
2791 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2792
2793         * gst-libs/gst/rtsp/.cvsignore:
2794         Ignore generated files.
2795
2796 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2797
2798         * gst-libs/gst/interfaces/Makefile.am:
2799         * gst-libs/gst/interfaces/interfaces-marshal.list:
2800         * gst-libs/gst/interfaces/rtspextension.c:
2801         * gst-libs/gst/interfaces/rtspextension.h:
2802         * gst-libs/gst/rtsp/Makefile.am:
2803         * gst-libs/gst/rtsp/gstrtsp.h:
2804         * gst-libs/gst/rtsp/gstrtspextension.c:
2805         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
2806         (gst_rtsp_extension_detect_server),
2807         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
2808         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
2809         (gst_rtsp_extension_configure_stream),
2810         (gst_rtsp_extension_get_transports),
2811         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2812         * gst-libs/gst/rtsp/gstrtspextension.h:
2813         * gst-libs/gst/rtsp/rtsp-marshal.list:
2814         Move the rtspextension.h interface into gstrtspextension.h
2815         as part of libgstrtsp instead of libgstinterfaces, because it's
2816         only for use within plugins, not applications. 
2817         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
2818         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
2819         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
2820         is abstract.
2821
2822 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2823
2824         * gst-libs/gst/interfaces/Makefile.am:
2825         * gst-libs/gst/interfaces/interfaces-marshal.list:
2826         * gst-libs/gst/interfaces/rtspextension.c:
2827         (gst_rtsp_extension_iface_init),
2828         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2829         * gst-libs/gst/interfaces/rtspextension.h:
2830         Fix marshaller for the send signal.
2831         Add URL to stream selection interface method.
2832
2833 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2834
2835         * gst-libs/gst/riff/Makefile.am:
2836         Pull in our dependencies from -base before those from outside.
2837
2838 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2839
2840         * docs/libs/gst-plugins-base-libs-sections.txt:
2841         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
2842         * gst-libs/gst/rtsp/gstrtspbase64.h:
2843         API: gst_rtsp_base64_decode_ip()
2844         Added function to decode Base64 in-place.
2845
2846 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2847
2848         * tests/check/libs/.cvsignore:
2849         Ignore the mixer test binary.
2850
2851 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2852
2853         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
2854         Gratuitous comment change to trigger a rebuild on the buildbots.
2855
2856 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2857
2858         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
2859         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
2860         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
2861         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
2862         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
2863         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
2864         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
2865         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
2866         (gst_sdp_media_get_attribute_val):
2867         * gst-libs/gst/sdp/gstsdpmessage.h:
2868         Constify args where we can.
2869
2870 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2871
2872         * gst-libs/gst/interfaces/Makefile.am:
2873         * gst-libs/gst/interfaces/rtspextension.c:
2874         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
2875         (gst_rtsp_extension_detect_server),
2876         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
2877         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
2878         (gst_rtsp_extension_configure_stream),
2879         (gst_rtsp_extension_get_transports),
2880         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2881         * gst-libs/gst/interfaces/rtspextension.h:
2882         Move interface for RTSP extensions from -good to here.
2883         Added helper methods to invoke interface methods.
2884
2885 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2886
2887         * docs/libs/gst-plugins-base-libs-sections.txt:
2888         * gst-libs/gst/rtsp/gstrtspdefs.h:
2889         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
2890         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
2891         (gst_rtsp_message_init_response),
2892         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
2893         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
2894         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
2895         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
2896         (gst_rtsp_message_get_body), (dump_key_value):
2897         * gst-libs/gst/rtsp/gstrtspmessage.h:
2898         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2899         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2900         (gst_rtsp_range_parse):
2901         * gst-libs/gst/rtsp/gstrtsprange.h:
2902         * gst-libs/gst/rtsp/gstrtsptransport.c:
2903         * gst-libs/gst/rtsp/gstrtspurl.c:
2904         Fix some more RTSP docs.
2905         Add some missing methods for dealing with messages.
2906
2907 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2908
2909         * docs/libs/gst-plugins-base-libs-docs.sgml:
2910         * docs/libs/gst-plugins-base-libs-sections.txt:
2911         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
2912         * gst-libs/gst/rtsp/gstrtspbase64.h:
2913         * gst-libs/gst/rtsp/gstrtspconnection.c:
2914         (gst_rtsp_connection_connect), (add_auth_header),
2915         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
2916         (read_body), (gst_rtsp_connection_receive),
2917         (gst_rtsp_connection_next_timeout),
2918         (gst_rtsp_connection_reset_timeout),
2919         (gst_rtsp_connection_set_auth):
2920         * gst-libs/gst/rtsp/gstrtspconnection.h:
2921         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
2922         * gst-libs/gst/rtsp/gstrtspdefs.h:
2923         * gst-libs/gst/rtsp/gstrtspmessage.h:
2924         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2925         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2926         (gst_rtsp_range_parse):
2927         * gst-libs/gst/rtsp/gstrtspurl.h:
2928         Added beginnings of RTSP documentation.
2929
2930 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2931
2932         * docs/libs/Makefile.am:
2933         * docs/libs/gst-plugins-base-libs-docs.sgml:
2934         * docs/libs/gst-plugins-base-libs-sections.txt:
2935         * gst-libs/gst/sdp/gstsdp.h:
2936         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
2937         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
2938         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
2939         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
2940         (gst_sdp_message_get_attribute_val),
2941         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
2942         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
2943         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
2944         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
2945         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
2946         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
2947         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
2948         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
2949         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
2950         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
2951         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
2952         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
2953         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
2954         (gst_sdp_media_get_attribute_val_n),
2955         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
2956         (print_media), (gst_sdp_message_dump):
2957         * gst-libs/gst/sdp/gstsdpmessage.h:
2958         Document the SDP library.
2959         Add some of the missing SDPMedia methods.
2960
2961 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2962
2963         * configure.ac:
2964         * gst-libs/gst/Makefile.am:
2965         * gst-libs/gst/rtsp/Makefile.am:
2966         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
2967         * gst-libs/gst/rtsp/gstrtspbase64.h:
2968         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
2969         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
2970         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
2971         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
2972         (parse_response_status), (parse_request_line), (parse_line),
2973         (gst_rtsp_connection_read), (read_body),
2974         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
2975         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
2976         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
2977         (gst_rtsp_connection_set_auth):
2978         * gst-libs/gst/rtsp/gstrtspconnection.h:
2979         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
2980         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
2981         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
2982         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
2983         (gst_rtsp_find_method):
2984         * gst-libs/gst/rtsp/gstrtspdefs.h:
2985         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
2986         (gst_rtsp_message_new), (gst_rtsp_message_init),
2987         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
2988         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
2989         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
2990         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
2991         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
2992         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
2993         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
2994         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
2995         (gst_rtsp_message_dump):
2996         * gst-libs/gst/rtsp/gstrtspmessage.h:
2997         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2998         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2999         (gst_rtsp_range_parse), (gst_rtsp_range_free):
3000         * gst-libs/gst/rtsp/gstrtsprange.h:
3001         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
3002         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
3003         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
3004         (range_as_text), (rtsp_transport_mode_as_text),
3005         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3006         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
3007         (gst_rtsp_transport_free):
3008         * gst-libs/gst/rtsp/gstrtsptransport.h:
3009         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
3010         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
3011         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
3012         * gst-libs/gst/rtsp/gstrtspurl.h:
3013         * gst-libs/gst/sdp/Makefile.am:
3014         * gst-libs/gst/sdp/gstsdp.h:
3015         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
3016         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
3017         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
3018         (gst_sdp_attribute_init), (gst_sdp_message_new),
3019         (gst_sdp_message_init), (gst_sdp_message_uninit),
3020         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
3021         (gst_sdp_media_uninit), (gst_sdp_media_free),
3022         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
3023         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
3024         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
3025         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
3026         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
3027         (gst_sdp_message_get_attribute_val),
3028         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
3029         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
3030         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
3031         (gst_sdp_media_get_attribute_val_n),
3032         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
3033         (read_string), (read_string_del), (gst_sdp_parse_line),
3034         (gst_sdp_message_parse_buffer), (print_media),
3035         (gst_sdp_message_dump):
3036         * gst-libs/gst/sdp/gstsdpmessage.h:
3037         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3038         Move SDP and RTSP from helper objects in -good to a reusable library.
3039         Use a proper gst_ namespace.
3040
3041 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
3042
3043         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
3044         (vorbis_dec_flush_decode):
3045         Use the new buffer clipping function from gstaudio here.
3046
3047 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
3048
3049         * docs/libs/gst-plugins-base-libs-sections.txt:
3050         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
3051         * gst-libs/gst/audio/audio.h:
3052         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
3053         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
3054         Also add deprecation guards for gst_audio_structure_set_int() to the
3055         header.
3056
3057 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3058
3059         * docs/libs/gst-plugins-base-libs-sections.txt:
3060           Cleanup the docs.
3061
3062 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3063
3064         Patch by: Dan Williams <dcbw at redhat dot com>
3065
3066         * gst/playback/gstplaybasebin.c:
3067         (gst_play_base_bin_get_streaminfo_value_array):
3068         Don't return NULL when querying the stream info value array but instead
3069         return an empty array. Fixes #459204.
3070
3071 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
3072
3073         * gst/playback/gsturidecodebin.c:
3074           Init debug category before using it.
3075
3076 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
3077
3078         * gst-libs/gst/interfaces/mixer.h:
3079         Add padding vars in place of the signal pointers
3080         when building with DISABLE_DEPRECATED so that the
3081         interface structure doesn't change size.
3082
3083 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
3084
3085         * docs/libs/gst-plugins-base-libs-sections.txt:
3086         * ext/alsa/gstalsamixer.c:
3087         * ext/alsa/gstalsamixer.h:
3088         * ext/alsa/gstalsamixerelement.c:
3089         * ext/alsa/gstalsamixertrack.c:
3090         * gst-libs/gst/interfaces/mixer.c:
3091         * gst-libs/gst/interfaces/mixer.h:
3092         * gst-libs/gst/interfaces/mixeroptions.c:
3093         * gst-libs/gst/interfaces/mixeroptions.h:
3094         * gst-libs/gst/interfaces/mixertrack.c:
3095         * gst-libs/gst/interfaces/mixertrack.h:
3096         * tests/check/Makefile.am:
3097         * tests/check/libs/mixer.c:
3098
3099         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
3100         Fixes: #152864 
3101
3102         Add support for notifying mixer changes on the message bus, and
3103         implement it in alsamixer.
3104
3105         API: gst_mixer_get_mixer_flags
3106         API: gst_mixer_message_parse_mute_toggled
3107         API: gst_mixer_message_parse_record_toggled
3108         API: gst_mixer_message_parse_volume_changed
3109         API: gst_mixer_message_parse_option_changed
3110         API: GstMixerMessageType
3111         API: GstMixerFlags
3112
3113 2007-07-20  Michael Smith <msmith@fluendo.com>
3114
3115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3116         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
3117           xcontext->im_format is only for testing XShm support (as the header
3118           file comments document). Use xvimage->im_format for everything else.
3119           Avoids spurious warnings on buffer allocation before setcaps.
3120
3121 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3122
3123         * tests/examples/volume/Makefile.am:
3124         * tests/icles/Makefile.am:
3125           We should use $(LIBM).
3126
3127 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3128
3129         * tests/icles/Makefile.am:
3130           This needs -lm.
3131
3132 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3133
3134         * gst-libs/gst/rtp/gstbasertppayload.c:
3135         (gst_basertppayload_class_init), (gst_basertppayload_init),
3136         (gst_basertppayload_set_property),
3137         (gst_basertppayload_get_property):
3138         Don't break ABI, restore previous ranges. Keep the default random
3139         selection of timestamp and seqnum offset but as soon as the app sets a
3140         specific value, use that one.
3141
3142 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
3143
3144         Patch by: Bastien Nocera <hadess at hadess dot net>
3145
3146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3147         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3148         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3149         * sys/xvimage/xvimagesink.h:
3150         Add option to turn off double-buffering for debugging purposes.
3151         Fixes #437169.
3152
3153 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
3154
3155         Patch by: Jorn Baayen <jorn at openedhand dot com>
3156
3157         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
3158         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
3159         (gst_ximagesink_init), (gst_ximagesink_class_init):
3160         * sys/ximage/ximagesink.h:
3161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3162         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3163         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3164         * sys/xvimage/xvimagesink.h:
3165         add 'handle-expose' property. Useful for video widgets which may want to
3166         be in control of Expose behaviour. Fixes #380625
3167
3168 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
3169
3170         * gst-libs/gst/rtp/gstbasertppayload.c:
3171         (gst_basertppayload_class_init), (gst_basertppayload_init),
3172         (gst_basertppayload_event), (gst_basertppayload_push),
3173         (gst_basertppayload_set_property),
3174         (gst_basertppayload_get_property),
3175         (gst_basertppayload_change_state):
3176         * gst-libs/gst/rtp/gstbasertppayload.h:
3177         Fix ranges of rtp payloader properties so that the full range can be
3178         used in addition to -1 (random).
3179         Fix wrong seqnum reporting in caps.
3180         Fixes #420326.
3181
3182 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
3183
3184         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
3185         (gst_video_rate_query):
3186         Use boilerplate.
3187         Add latency query, might not be perfect yet but already works a lot
3188         better. Fixes #442557.
3189
3190 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3191
3192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3193         (gst_xvimagesink_setcaps):
3194         * sys/xvimage/xvimagesink.h:
3195         After a caps change, redraw our borders to avoid garbage left there
3196         when the image format changes to a smaller size, like 16:9 -> 4:3
3197         Also, hold the flow_lock a bit longer in the set_caps while we're
3198         fiddling with the xcontext.
3199
3200 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3201
3202         * Makefile.am:
3203         * configure.ac:
3204         * tests/Makefile.am:
3205         Remove bogus check for libcheck, since we check for
3206         gstreamer-check and it pulls in the required info from there, and we
3207         weren't actually _using_ the information for libcheck ourselves
3208         anyway.
3209
3210 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3211
3212         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3213         (gst_ffmpeg_caps_to_pixfmt):
3214         Fix the r_mask test for RGBA32 on little-endian.
3215         Fix a stupid typo that would have obviously broken 
3216         compilation on big-endian, if anyone was testing.
3217
3218 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
3219
3220         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
3221         (paint_hline_str4):
3222         * gst/videotestsrc/videotestsrc.h:
3223         Add alpha to the color struct.
3224         Use a default alpha value of 255 instead of 128.
3225
3226 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
3227
3228         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
3229         (setup_source):
3230         Clear the dynamic pads counter when starting a new uri. This makes
3231         reusing playbin work again.
3232         Fixes #454264.
3233
3234 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3235
3236         * configure.ac:
3237           Use pkg-config to locate check.
3238
3239 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
3240
3241         * configure.ac:
3242         * tests/check/elements/volume.c: (GST_START_TEST):
3243           Fix 'make check' build against core CVS.
3244
3245 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
3246
3247         * gst-libs/gst/interfaces/propertyprobe.c:
3248         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3249         * gst-libs/gst/tag/gstvorbistag.c:
3250           Make gtk-doc happy.
3251
3252 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
3253
3254         * gst-libs/gst/audio/gstbaseaudiosink.c:
3255         (gst_base_audio_sink_callback):
3256           Quick hack to make audiosinks stop at EOS when operating in
3257           pull-mode; needs to be fixed properly some day.
3258
3259 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
3260
3261         * docs/libs/gst-plugins-base-libs-sections.txt:
3262           Fix location of includes in the docs.
3263
3264 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3265
3266         * gst/ffmpegcolorspace/avcodec.h:
3267         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3268         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3269         (gst_ffmpegcsp_avpicture_fill):
3270         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
3271         (img_get_alpha_info):
3272         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
3273         of the existing BGRA32 and RGBA32 formats with the alpha at the other
3274         end of the word. Partially fixes #451908
3275
3276 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3277
3278         * docs/libs/Makefile.am:
3279         * docs/plugins/Makefile.am:
3280           Simplify --extra-dir as gtkdoc scans recursively.
3281
3282 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
3283
3284         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
3285         (gst_adder_request_new_pad):
3286         Make getcaps more robust by not using the proxycaps function. This makes
3287         sure that we don't end up recursively calling getcaps upstream.
3288         See #316248.
3289
3290 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
3291
3292         * gst/audioconvert/audioconvert.c:
3293         Include math.h to fix compilation.
3294
3295 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
3296
3297         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3298         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3299         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
3300         format, as produced by some dc1394 cameras like the iSight.
3301         See http://www.fourcc.org/yuv.php#IYU1
3302
3303 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3304
3305         * gst/audioconvert/Makefile.am:
3306         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
3307         (check_default), (audio_convert_prepare_context),
3308         (audio_convert_clean_context), (audio_convert_convert):
3309         * gst/audioconvert/audioconvert.h:
3310         * gst/audioconvert/gstaudioconvert.c:
3311         (gst_audio_convert_dithering_get_type),
3312         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
3313         (gst_audio_convert_init), (gst_audio_convert_set_caps),
3314         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
3315         * gst/audioconvert/gstaudioconvert.h:
3316         * gst/audioconvert/gstaudioquantize.c:
3317         (gst_audio_quantize_setup_noise_shaping),
3318         (gst_audio_quantize_free_noise_shaping),
3319         (gst_audio_quantize_setup_dither),
3320         (gst_audio_quantize_free_dither),
3321         (gst_audio_quantize_setup_quantize_func),
3322         (gst_audio_quantize_setup), (gst_audio_quantize_free):
3323         * gst/audioconvert/gstaudioquantize.h:
3324         Implement dithering and noise shaping in audioconvert. By default now
3325         TPDF dithering (and no noise shaping) will be used when converting
3326         from a higher bit depth to 20 bit depth or smaller, otherwise
3327         everything will be as it is now.
3328         For the last audioconvert in a pipeline it would make sense to
3329         use some kind of noise shaping, enabling it by default for all
3330         conversions would give undesired results though. Fixes #360246.
3331         * tests/check/elements/audioconvert.c: (setup_audioconvert),
3332         (GST_START_TEST):
3333         Adjust unit test for the new audioconvert.
3334
3335 2007-06-28  Wim Taymans  <wim@fluendo.com>
3336
3337         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
3338         Use other metrics as well when estimating the buffer level.
3339
3340 2007-06-28  Wim Taymans  <wim@fluendo.com>
3341
3342         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
3343         Small debug improvement.
3344
3345         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
3346         (plugin_init):
3347         Tweak the rate estimation period.
3348         When calculating the buffer filledness in rate estimation mode, don't
3349         mix it with other metrics.
3350
3351 2007-06-28  Wim Taymans  <wim@fluendo.com>
3352
3353         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
3354         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
3355         When creating the groups, allow for a 5 second, unlimited buffers
3356         preroll phase after which we expose the group.
3357         When the group is exposed, use a small number of buffers up to a 2
3358         second limit. Also disconnect the overrun signal from multiqueue when we
3359         exposed the group because it is not needed anymore.
3360
3361 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
3362
3363         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
3364           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
3365           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
3366           (#451707); also, output some debugging info when dealing with
3367           freeform strings.
3368
3369         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
3370           Add unit test for the above.
3371
3372 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
3373
3374         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
3375           Add description for Windows Media RTP caps.
3376
3377         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3378           Remove RTP fields that don't define the format from caps.
3379
3380 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
3381
3382         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
3383           Skip empty buffers, but not empty header buffers. That way the original
3384           vorbisdec unit test still passes (#451145); also, take into account
3385           that those empty packets might carry a granulepos.
3386
3387         * tests/check/Makefile.am:
3388         * tests/check/elements/vorbisdec.c:
3389         (_create_codebook_header_buffer), (_create_audio_buffer),
3390         (GST_START_TEST), (vorbisdec_suite):
3391           Add unit test that sends an empty packet.
3392
3393 2007-06-27  Wim Taymans  <wim@fluendo.com>
3394
3395         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
3396         Don't error out on 0-sized packets, just emit a warning because this is
3397         not a fatal error. Fixes #451145.
3398
3399 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3400
3401         * docs/plugins/gst-plugins-base-plugins.args:
3402         * docs/plugins/gst-plugins-base-plugins.signals:
3403         * docs/plugins/inspect/plugin-adder.xml:
3404         * docs/plugins/inspect/plugin-alsa.xml:
3405         * docs/plugins/inspect/plugin-audioconvert.xml:
3406         * docs/plugins/inspect/plugin-audiorate.xml:
3407         * docs/plugins/inspect/plugin-audioresample.xml:
3408         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3409         * docs/plugins/inspect/plugin-cdparanoia.xml:
3410         * docs/plugins/inspect/plugin-decodebin.xml:
3411         * docs/plugins/inspect/plugin-decodebin2.xml:
3412         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3413         * docs/plugins/inspect/plugin-gdp.xml:
3414         * docs/plugins/inspect/plugin-gnomevfs.xml:
3415         * docs/plugins/inspect/plugin-libvisual.xml:
3416         * docs/plugins/inspect/plugin-ogg.xml:
3417         * docs/plugins/inspect/plugin-pango.xml:
3418         * docs/plugins/inspect/plugin-playbin.xml:
3419         * docs/plugins/inspect/plugin-subparse.xml:
3420         * docs/plugins/inspect/plugin-tcp.xml:
3421         * docs/plugins/inspect/plugin-theora.xml:
3422         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3423         * docs/plugins/inspect/plugin-video4linux.xml:
3424         * docs/plugins/inspect/plugin-videorate.xml:
3425         * docs/plugins/inspect/plugin-videoscale.xml:
3426         * docs/plugins/inspect/plugin-videotestsrc.xml:
3427         * docs/plugins/inspect/plugin-volume.xml:
3428         * docs/plugins/inspect/plugin-vorbis.xml:
3429         * docs/plugins/inspect/plugin-ximagesink.xml:
3430         * docs/plugins/inspect/plugin-xvimagesink.xml:
3431           Update docs with caps info.
3432
3433 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3434
3435         * po/POTFILES.in:
3436           Add more files with translatable strings (#450875).
3437
3438 2007-06-23  Edward Hervey  <edward@fluendo.com>
3439
3440         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
3441         The chain should be freed if we error out here, else it will leak.
3442         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
3443         (cleanup_decodebin):
3444         Don't forget to *properly* remove the signals, else it will leak.
3445
3446 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3447
3448         * MAINTAINERS:
3449         Updating all the maintainers files
3450
3451 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
3452
3453         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
3454         (main):
3455           Destroy and recreate parse-launch based pipeline after stop to be able
3456           to play again. Reorder some code and add more comments.
3457
3458 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
3459
3460         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
3461         When handling a delayed-caps notification case, mark
3462         the group as dynamic so that the nbdynamic count is
3463         incremented and decremented correctly. Fixes: #449156
3464         Patch by: Wim Taymans <wim@fluendo.com>
3465
3466 2007-06-19  Andy Wingo  <wingo@pobox.com>
3467
3468         * gst-libs/gst/audio/gstbaseaudiosink.c
3469         (gst_base_audio_sink_init): Enable pull-mode operation.
3470
3471 2007-06-19  Michael Smith <msmith@fluendo.com>
3472
3473         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3474           Change minimum rate back to 1000 to allow low-sample-rate wav files
3475           to play back.
3476
3477 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3478
3479         * po/vi.po:
3480           Update translations.
3481
3482 2007-06-15  David Schleef  <ds@schleef.org>
3483
3484         * gst/playback/gstqueue2.c:
3485           Fix compile error from ignored return value.
3486
3487 2007-06-15  Michael Smith <msmith@fluendo.com>
3488
3489         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3490           Update tmpbuf for all neccesary rows, not just one, as is required
3491           when downscaling.
3492           Fixes #402076.
3493
3494 2007-06-15  Michael Smith <msmith@fluendo.com>
3495
3496         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
3497         (eos_buffer_probe):
3498           Add a test that ensures we set DELTA_UNIT on all non-header,
3499           non-video buffers, if we have a video stream.
3500         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3501         (gst_ogg_mux_process_best_pad):
3502           Move setting delta_pad to earlier, where we inspect all pads, so
3503           that leading audio pages don't get DELTA_UNIT unset if they come
3504           before the first DELTA_UNIT from video pages. Fixes the newly-added
3505           test. Fixes #385527.
3506
3507 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
3508
3509         * tests/check/pipelines/streamheader.c: (streamheader_suite):
3510           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
3511           fails on the p5-ppc64 build bot and the failure looks like it is due
3512           to the same issue as #348114, ie. a compiler bug.
3513
3514 2007-06-13  Edward Hervey  <edward@fluendo.com>
3515
3516         * gst/playback/gstqueue2.c: (gst_queue_create_read):
3517         Fix build on MacOSX.
3518
3519 2007-06-13  Wim Taymans  <wim@fluendo.com>
3520
3521         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3522         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
3523         Fix compilation on mingw. Fixes #446972.
3524
3525 2007-06-12  Wim Taymans  <wim@fluendo.com>
3526
3527         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3528
3529         * gst/playback/gstqueue2.c: (update_buffering),
3530         (gst_queue_locked_enqueue):
3531         Fix a division by zero when the max percent is <= 0. Fixes #446572.
3532         also update the buffering status when receiving events. Fixes #446551.
3533
3534 2007-06-11  Wim Taymans  <wim@fluendo.com>
3535
3536         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3537
3538         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
3539         (gst_queue_handle_src_query):
3540         Wait for preroll before attempting to forward a duration query upstream.
3541         Fixes #445505.
3542
3543 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
3544
3545         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
3546         (gst_base_rtp_depayload_set_gst_timestamp):
3547         Use G_GINT64_CONSTANT macro for int64 constant.
3548         * win32/common/libgstinterfaces.def:
3549         * win32/common/libgsttag.def:
3550         Add new exported functions.
3551
3552 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
3553
3554         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3555           The BOS page of the first Dirac video stream needs to come before
3556           the BOS page of any Vorbis streams or other audio streams, just like
3557           it is with Theora.
3558
3559 2007-06-07  Wim Taymans  <wim@fluendo.com>
3560
3561         * gst/playback/gstqueue2.c: (gst_queue_get_range):
3562         Fix compilation.
3563
3564 2007-06-06  Wim Taymans  <wim@fluendo.com>
3565
3566         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3567
3568         * gst/playback/gstqueue2.c: (gst_queue_init),
3569         (gst_queue_handle_sink_event), (gst_queue_chain),
3570         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
3571         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
3572         (gst_queue_src_activate_pull):
3573         Add pull based scheduling and fix some deadlocks. Fixes #444523.
3574         Does not yet completely work because duration queries upstream won't
3575         block yet.
3576
3577 2007-06-06  Wim Taymans  <wim@fluendo.com>
3578
3579         * configure.ac:
3580         * gst/playback/gstqueue2.c: (gst_queue_create_read):
3581         Some more fseeko checks.
3582
3583 2007-06-06  Wim Taymans  <wim@fluendo.com>
3584
3585         * configure.ac:
3586         check for large file support.
3587
3588 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3589
3590         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
3591
3592         * gst/subparse/gstsubparse.c: (parse_subrip),
3593         (subviewer_unescape_newlines), (parse_subviewer),
3594         (gst_sub_parse_data_format_autodetect),
3595         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
3596         * gst/subparse/gstsubparse.h:
3597         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
3598         * tests/check/elements/subparse.c: (GST_START_TEST),
3599         (subparse_suite):
3600         Add a unit test for both SubViewer formats.
3601
3602 2007-06-01  Michael Smith <msmith@fluendo.com>
3603
3604         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
3605           Don't overflow intermediate values when seeking to large time values
3606           in audiotestsrc.
3607
3608 2007-06-05  Wim Taymans  <wim@fluendo.com>
3609
3610         * gst/playback/gstqueue2.c: (gst_queue_have_data),
3611         (gst_queue_create_read), (gst_queue_read_item_from_file),
3612         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
3613         Include stdio to define fseeko.
3614
3615 2007-06-05  Wim Taymans  <wim@fluendo.com>
3616
3617         Patch by: Edward Hervey  <edward@fluendo.com>
3618
3619         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
3620         (gst_v4lsrc_query):
3621         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
3622
3623 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3624
3625         * gst-libs/gst/riff/Makefile.am:
3626         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
3627           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3628           our own implementation.
3629
3630 2007-06-05  Wim Taymans  <wim@fluendo.com>
3631
3632         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3633         (gst_base_rtp_depayload_setcaps),
3634         (gst_base_rtp_depayload_set_gst_timestamp),
3635         (gst_base_rtp_depayload_change_state):
3636         Handle timestamp wraparound.
3637
3638 2007-06-05  Wim Taymans  <wim@fluendo.com>
3639
3640         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
3641         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
3642         (gst_uri_decode_bin_change_state):
3643         Make sure we name srcpads uniquely even when using different internal
3644         decodebins.
3645         Signal no-more-pads when no more dynamic elements exist.
3646         Remove pads on cleanup.
3647
3648 2007-06-05  Wim Taymans  <wim@fluendo.com>
3649
3650         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3651
3652         * gst/playback/gstqueue2.c: (gst_queue_class_init),
3653         (gst_queue_init), (gst_queue_finalize),
3654         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
3655         (gst_queue_create_read), (gst_queue_read_item_from_file),
3656         (gst_queue_open_temp_location_file),
3657         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
3658         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3659         (gst_queue_is_empty), (gst_queue_is_filled),
3660         (gst_queue_change_state), (gst_queue_set_temp_location),
3661         (gst_queue_set_property):
3662         Add support for filebased buffering. Fixes #441264.
3663
3664 2007-06-05  Wim Taymans  <wim@fluendo.com>
3665
3666         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
3667         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
3668         (caps_notify_group_cb), (gst_decode_group_new),
3669         (gst_decode_group_free):
3670         Add support for delayed caps fixation when autoplugging.
3671         Optimize cases where a multiqueue is not needed/wanted, like right after
3672         anything that is not a demuxer.
3673
3674 2007-06-05  Wim Taymans  <wim@fluendo.com>
3675
3676         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
3677         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
3678         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
3679         consideratly speedup ogg chain detection by not trying to find a base
3680         timestamp for skeleton streams. 
3681
3682 2007-06-05  Wim Taymans  <wim@fluendo.com>
3683
3684         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
3685         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
3686         (gst_multi_fd_sink_remove_flush),
3687         (gst_multi_fd_sink_remove_client_link),
3688         (gst_multi_fd_sink_handle_client_write),
3689         (gst_multi_fd_sink_handle_clients):
3690         * gst/tcp/gstmultifdsink.h:
3691         Add support for remove_flush.
3692
3693 2007-06-05  Wim Taymans  <wim@fluendo.com>
3694
3695         * docs/design/draft-keyframe-force.txt:
3696         * ext/theora/theoraenc.c: (theora_enc_sink_event),
3697         (theora_enc_chain):
3698         Add draft design for forcing keyframes in encoders and implement in
3699         theoraenc.
3700
3701 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
3702
3703         * configure.ac:
3704           Back to CVS
3705
3706 === release 0.10.13 ===
3707
3708 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
3709
3710         * configure.ac:
3711           releasing 0.10.13, "What's Going on?"
3712
3713 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
3714
3715         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3716         In riff, the depth is stored in the size field but it just means that
3717         the least significant bits are cleared. We can therefore just play
3718         the sample as if it had a depth == width. Fixes: #440997
3719
3720         Patch by: Wim Taymans <wim@fluendo.com> 
3721         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
3722
3723 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
3724
3725         * gst-libs/gst/floatcast/floatcast.h:
3726         Define inline when needed on win32 builds. Fixes: #441295
3727         Patch by: Sebastien Moutte  <sebastien@moutte.net>
3728
3729 2007-05-29  Wim Taymans  <wim@fluendo.com>
3730
3731         * gst/playback/gstplaybasebin.c: (queue_overrun),
3732         (no_more_pads_full):
3733         Stop buffering when the group is commited because the queues filled up.
3734         Fixes #442024.
3735
3736 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3737
3738         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3739         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
3740         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
3741         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
3742         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
3743         * ext/alsa/gstalsamixer.h:
3744         * ext/alsa/gstalsamixerelement.c:
3745         (gst_alsa_mixer_element_interface_supported),
3746         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
3747         (gst_alsa_mixer_element_set_property),
3748         (gst_alsa_mixer_element_get_property),
3749         (gst_alsa_mixer_element_change_state):
3750         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
3751         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
3752         (gst_mixer_option_changed):
3753         * gst-libs/gst/interfaces/mixer.h:
3754         Revert commits towards #152864 made so far. We'll pick it up again
3755         after the 0.10.13 release.
3756
3757 2007-05-24  Wim Taymans  <wim@fluendo.com>
3758
3759         * gst-libs/gst/audio/gstbaseaudiosink.c:
3760         (gst_base_audio_sink_render):
3761         After an interrupt (PAUSED/flush) assume that the next sample should not
3762         be aligned to the previous sample. Fixes #417992.
3763
3764 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3765
3766         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3767           Don't add channels and rate fields to the template caps for
3768           audio/x-dts, as wavparse might not always be able to set them,
3769           which would then lead to 'caps are not a real subset of the
3770           template caps' warnings.
3771
3772 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
3773
3774         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
3775         Handle unknown or invalid pads without crashing, as might occur if
3776         a media file like an mp3 is specified as a subtitle file.
3777         Fixes: #410039
3778
3779 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
3780
3781         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
3782         (setup_sinks):
3783         Block the subtitle bin output queue before ghosting it and linking,
3784         then unblock after. This avoids spurious not-linked errors caused 
3785         by the queue starting up (because it gets linked when it is ghosted). 
3786         Fixes: #350299
3787
3788 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
3789
3790         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
3791         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
3792         file. Avoids flukes where the input gets typefound to some valid but
3793         useless type.
3794
3795 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3796
3797         * tests/check/Makefile.am:
3798         * tests/check/elements/.cvsignore:
3799         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
3800         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
3801           Add unit test for gnomevfssink seeking and position reporting for
3802           file:// URIs.
3803
3804 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3805
3806         Patch by: Mark Nauwelaerts <manauw at skynet be>
3807
3808         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
3809         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
3810         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
3811         * ext/gnomevfs/gstgnomevfssink.h:
3812           Fix position reporting, especially after a seek (from upstream),
3813           see #412648.
3814
3815 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3816
3817         * ext/cdparanoia/gstcdparanoiasrc.c:
3818           Repair umlaut.
3819
3820 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
3821
3822         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3823         Specify the full valid range for MP3 samplerates. Fixes a regression
3824         caused by extra header checks since the last release.
3825
3826 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
3827
3828         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3830         Fix a locking-order bug I introduced with my changes the other day.
3831         Patch by Mike Smith.
3832
3833 2007-05-21  Michael Smith <msmith@fluendo.com>
3834
3835         * ext/theora/theoradec.c: (theora_handle_data_packet):
3836           Don't look inside 0-length packets (which indicate duplicated
3837           frames)
3838
3839 2007-05-21  Wim Taymans  <wim@fluendo.com>
3840
3841         * ext/cdparanoia/gstcdparanoiasrc.c:
3842         (gst_cd_paranoia_src_read_sector):
3843         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3844         (gst_base_audio_src_create):
3845         Small cleanups.
3846
3847         * ext/theora/theoradec.c: (theora_dec_sink_event):
3848         Fix typo.
3849
3850         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3851         (gst_base_rtp_depayload_set_gst_timestamp):
3852         Add some FIXME
3853
3854         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
3855         And some debug info when a FIXME path is hit.
3856
3857 2007-05-21  Wim Taymans  <wim@fluendo.com>
3858
3859         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3860         (gst_base_rtp_audio_payload_class_init),
3861         (gst_base_rtp_audio_payload_init),
3862         (gst_base_rtp_audio_payload_finalize),
3863         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
3864         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
3865         (gst_base_rtp_payload_audio_handle_event):
3866         Some cleanups, remove minptime property as it is now in the parent
3867         class.
3868         Override parent class event function.
3869
3870         * gst-libs/gst/rtp/gstbasertppayload.c:
3871         (gst_basertppayload_class_init), (gst_basertppayload_init),
3872         (gst_basertppayload_event), (gst_basertppayload_set_property),
3873         (gst_basertppayload_get_property):
3874         * gst-libs/gst/rtp/gstbasertppayload.h:
3875         Add min-ptime property.
3876         Add handle-event vmethod. Fixes #415001.
3877
3878 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
3879
3880         * gst-libs/gst/audio/gstbaseaudiosink.c
3881           (gst_base_audio_sink_change_state):
3882           Fix typo in comment.
3883
3884         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
3885           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
3886           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
3887           close_link):
3888         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
3889           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
3890           Remove trailing whitespaces in comments.
3891
3892         * gst/volume/Makefile.am:
3893           Fix tabs.
3894
3895 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
3896
3897         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
3898
3899         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
3900           set_option, get_option, _gst_reserved):
3901           Revert reordering functions (keep ABI).
3902
3903 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
3904
3905         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3906         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
3907         (gst_ximagesink_show_frame):
3908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3909         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
3910         (gst_xvimagesink_show_frame):
3911         When we create our own window, indicate that we handle the 
3912         WM_DELETE client message from the window manager, so that it won't 
3913         kill our window (and our app) along with it. Handle ClientMessage,
3914         post an error on the bus, and close the window. Further buffers
3915         arriving will result in a FlowError because the window has been
3916         destroyed.
3917
3918         Fixes: #393975
3919
3920         Clean up the X event handling loop and make them the same for
3921         both xvimagesink and ximagesink while I'm at it.
3922
3923 2007-05-17  Wim Taymans  <wim@fluendo.com>
3924
3925         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
3926         Make decodebin2 autoplug depayloaders too.
3927
3928         * gst/playback/gsturidecodebin.c: (source_new_pad):
3929         Set the newly created decoder in a usable state when autoplugging a
3930         dynamic source such as RTSP.
3931
3932 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
3933
3934         * gst/playback/gststreaminfo.c: (cb_probe):
3935           Ignore video-codec tag for audio streams and ignore audio-codec tags
3936           for video streams. Should make codec name collection a bit more
3937           robust against sloppy demuxers that send tag events containing both
3938           tags down each pad.
3939
3940 2007-05-17  Wim Taymans  <wim@fluendo.com>
3941
3942         * gst/playback/gstqueue2.c: (update_rates):
3943         Tweak the buffering thresholds a little.
3944         Update the buffer size with the previously calculate rate instead of
3945         only when we calculate a new rate so that we get smoother buffering
3946         updates.
3947
3948         * gst/playback/Makefile.am:
3949         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
3950         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3951         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
3952         (gst_uri_decode_bin_get_property), (unknown_type),
3953         (add_element_stream), (no_more_pads_full), (no_more_pads),
3954         (source_no_more_pads), (new_decoded_pad), (array_has_value),
3955         (gen_source_element), (has_all_raw_caps), (analyse_source),
3956         (remove_decoders), (make_decoder), (remove_source),
3957         (source_new_pad), (setup_source), (decoder_query_init),
3958         (decoder_query_duration_fold), (decoder_query_duration_done),
3959         (decoder_query_position_fold), (decoder_query_position_done),
3960         (decoder_query_latency_fold), (decoder_query_latency_done),
3961         (decoder_query_seeking_fold), (decoder_query_seeking_done),
3962         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
3963         (gst_uri_decode_bin_change_state), (plugin_init):
3964         New element that intergrates a source, optional buffering element and
3965         decodebin.
3966
3967 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
3968
3969         * configure.ac:
3970           Bump libtheora requirement to 1.0alpha5 for the pixformat check
3971           (also has a .pc file, so we don't need the fallback check any
3972           longer). Fixes #438840.
3973
3974 2007-05-17  Wim Taymans  <wim@fluendo.com>
3975
3976         * gst/playback/gstqueue2.c: (gst_queue_get_type),
3977         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
3978         (apply_segment), (apply_buffer), (update_buffering),
3979         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
3980         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3981         (gst_queue_handle_sink_event), (gst_queue_is_filled),
3982         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
3983         (plugin_init):
3984         fix build.
3985
3986 2007-05-17  Wim Taymans  <wim@fluendo.com>
3987
3988         * gst/playback/Makefile.am:
3989         * gst/playback/gstqueue2.c: (gst_queue_get_type),
3990         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
3991         (gst_queue_getcaps), (gst_queue_bufferalloc),
3992         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
3993         (apply_buffer), (update_buffering), (reset_rate_timer),
3994         (update_rates), (gst_queue_locked_flush),
3995         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3996         (gst_queue_handle_sink_event), (gst_queue_is_empty),
3997         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
3998         (gst_queue_loop), (gst_queue_handle_src_event),
3999         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
4000         (gst_queue_src_activate_push), (gst_queue_change_state),
4001         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
4002         On our way to playbin2 this is the new network queue that does buffering
4003         all by itself using high and low watermarks. It can also measure up and
4004         downstream bandwidth to optimally size the queue.
4005
4006 2007-05-17  Michael Smith <msmith@fluendo.com>
4007
4008         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
4009         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
4010           Use the segment->last_stop value to calculate the next timestamp to
4011           generate after a seek; not the segment->start value.
4012
4013 2007-05-15  David Schleef  <ds@schleef.org>
4014
4015         * docs/Makefile.am: Install docs even when --disable-gtk-doc
4016           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
4017
4018 2007-05-15  Wim Taymans  <wim@fluendo.com>
4019
4020         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4021         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
4022         Some more chained streaming ogg timestamp fixes.
4023
4024 2007-05-15  Wim Taymans  <wim@fluendo.com>
4025
4026         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4027         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
4028         (gst_ogg_demux_handle_page):
4029         Add some FIXMEs.
4030         Fix chain start/stop segment handling based on patch by
4031         <ahalda at cs dot mcgill dot ca> see #320984.
4032
4033 2007-05-15  Michael Smith <msmith@fluendo.com>
4034
4035         * configure.ac:
4036           We don't require a C++ compiler. So don't require one.
4037
4038 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4039
4040         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
4041           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
4042           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
4043           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
4044           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
4045           gst_alsa_mixer_update_track):
4046           Apply some of the cleanup Tim suggested in #152864 afterwards.
4047
4048 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4049
4050         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
4051
4052         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
4053           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
4054           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
4055           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
4056           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
4057           gst_alsa_mixer_handle_source_callback,
4058           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
4059           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
4060           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
4061           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
4062           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
4063           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
4064         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
4065         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
4066           gst_alsa_mixer_element_interface_supported,
4067           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
4068           gst_alsa_mixer_element_set_property,
4069           gst_alsa_mixer_element_get_property,
4070           gst_alsa_mixer_element_change_state):
4071         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
4072         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
4073           gst_mixer_option_changed):
4074         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
4075           volume_changed, option_changed, _gst_reserved):
4076           Implement notification for alsamixer. Fixes #152864
4077
4078 2007-05-14  David Schleef  <ds@schleef.org>
4079
4080         * gst/videotestsrc/videotestsrc.c:
4081         * gst/videotestsrc/videotestsrc.h:
4082           Add support for video/x-raw-bayer.
4083
4084 2007-05-12  David Schleef  <ds@schleef.org>
4085
4086         * sys/xvimage/xvimagesink.c:
4087           Add some sanity checking for the XVImage size returned by X.
4088           Related to #377400.
4089
4090 2007-05-12  Wim Taymans  <wim@fluendo.com>
4091
4092         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4093         (gst_base_rtp_depayload_setcaps),
4094         (gst_base_rtp_depayload_set_gst_timestamp):
4095         Parse and use additional caps fields as described in updated
4096         application/x-rtp caps spec.
4097
4098 2007-05-12  Wim Taymans  <wim@fluendo.com>
4099
4100         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4101         (gst_ogg_demux_collect_chain_info):
4102         If there is a stream in a chain without any data packets, ignore the
4103         stream in the total length calculations. Might be related to #436820.
4104
4105 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
4106
4107         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
4108         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
4109         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
4110         (mpeg_video_type_find), (mpeg_video_stream_type_find),
4111         (plugin_init):
4112
4113         Consolidate and re-work our mpeg system stream detection to probe
4114         more packets and produce a higher confidence result. Fixes a
4115         regression caused by lowering the typefind probability last year
4116         - related to bug #397810. Remove the redundant MPEG-1 specific 
4117         typefind function, as the new one detects both MPEG-1 & MPEG-2
4118         happily.
4119
4120         Also cleanup the MPEG elementary and MPEG-TS detection functions a
4121         little. 
4122
4123         Tested against my media test directory, with some improvements and
4124         no regressions.
4125
4126 2007-05-10  Wim Taymans  <wim@fluendo.com>
4127
4128         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
4129         (queue_out_of_data):
4130         Connect to the new queue "pushing" signal instead of the broken
4131         "running" one.
4132
4133 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4134
4135         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4136         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
4137         Move variable declaration before the first instruction.
4138         * gst/videotestsrc/videotestsrc.c:
4139         Define M_PI if it's not defined yet.
4140         * win32/common/libgstrtp.def:
4141         Add new exported functions.
4142
4143 2007-05-09  Michael Smith <msmith@fluendo.com>
4144
4145         * ext/theora/theoradec.c: (theora_handle_type_packet):
4146           gst_pad_push_event() does not return a GstFlowReturn!
4147
4148 2007-05-09  Wim Taymans  <wim@fluendo.com>
4149
4150         * tests/examples/seek/scrubby.c: (stop_cb), (main):
4151         * tests/examples/seek/seek.c: (do_seek):
4152         Some small cosmetic changes.
4153
4154 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
4155
4156         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
4157           gst_adder_change_state):
4158         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
4159           segment_pending, segment_position, segment_rate):
4160           Handle playback-rate on adder.
4161
4162 2007-05-07  Michael Smith <msmith@fluendo.com>
4163
4164         * ext/theora/gsttheoradec.h:
4165         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4166         (theora_dec_sink_event), (theora_handle_comment_packet),
4167         (theora_handle_type_packet), (theora_dec_change_state):
4168           Don't push events (newsegment, tags) before initialising the
4169           decoder.
4170           This is neccesary for seeking to work correctly in gnonlin.
4171
4172 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
4173
4174         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4175         * gst/adder/gstadder.c:
4176         * gst/audiotestsrc/gstaudiotestsrc.c
4177           (gst_audio_test_src_create_white_noise):
4178         * gst/videotestsrc/gstvideotestsrc.c:
4179         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
4180           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
4181           volume_sink_template, volume_src_template, gst_volume_init,
4182           volume_process_double, volume_process_int16,
4183           volume_process_int16_clamp):
4184           Doc fixes and formatting.
4185
4186 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
4187
4188         * tests/check/Makefile.am:
4189         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4190           Minimal check for volume's GstController usability; also another
4191           test for #422295.
4192
4193 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
4194
4195         * gst-libs/gst/cdda/gstcddabasesrc.c:
4196         (gst_cdda_base_src_add_track):
4197           Fix it so that it (a) makes sense and (b) doesn't break
4198           everything cdda-related including the unit test.
4199
4200 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
4201
4202         * gst-libs/gst/cdda/gstcddabasesrc.c:
4203         (gst_cdda_base_src_add_track):
4204           Fix build when disabling asserts.
4205
4206 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
4207
4208         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4209           When XShm is not available, we might get row strides that are not
4210           rounded up to multiples of four; this is bad, because virtually
4211           every RGB-processing element in GStreamer assumes rowstrides are
4212           rounded up to multiples of four, so let's allocate at least enough
4213           memory to avoid crashes in this case. The image will still be
4214           displayed distorted though if this happens, so that still needs
4215           fixing (maybe by allocating a bigger image with an 'even' width
4216           and then clipping it appropriately when rendering - something for
4217           Xlib aficionados in any case).
4218
4219 2007-05-03  Michael Smith <msmith@fluendo.com>
4220
4221         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4222           If a buffer doesn't have a timestamp, assume it's contiguous with
4223           the previous buffer, and synthesise timestamps appropriately.
4224
4225 2007-05-03  Edward Hervey  <edward@fluendo.com>
4226
4227         * tests/check/elements/videorate.c: (GST_START_TEST):
4228         Set buffer timestamp to a valid value in order to test the buffer
4229         really does stay in videorate.
4230
4231 2007-05-03  Edward Hervey  <edward@fluendo.com>
4232
4233         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
4234         There is no sensible way to handle incoming buffers which don't have a
4235         valid timestamp. We therefore discard them and wait for the next one.
4236
4237 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
4238
4239         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
4240         * gst/playback/gstdecodebin2.c: (plugin_init):
4241           Better error message for text files.
4242
4243 2007-04-29  Wim Taymans  <wim@fluendo.com>
4244
4245         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
4246         Fix offset bug in generation RR packets.
4247
4248 2007-04-27  Julien MOUTTE  <julien@moutte.net>
4249
4250         * ext/theora/theoradec.c: (_theora_granule_time),
4251         (theora_dec_push_forward), (theora_handle_data_packet),
4252         (theora_dec_decode_buffer): Calculate buffer duration correctly
4253         to generate a perfect stream (#433888).
4254         * gst/audioresample/gstaudioresample.c:
4255         (audioresample_check_discont): Glib provides ABS.
4256
4257 2007-04-27  Wim Taymans  <wim@fluendo.com>
4258
4259         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
4260         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
4261         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
4262         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
4263         (gst_rtcp_packet_bye_set_reason):
4264         * gst-libs/gst/rtp/gstrtcpbuffer.h:
4265         Fix RB block parsing and writing.
4266         Add support for constructing BYE packets.
4267
4268 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4269
4270         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
4271         (gst_base_audio_src_create):
4272         * po/POTFILES.in:
4273           When posting a warning message because samples were dropped, post
4274           something more intelligible than he default error message for clock
4275           errors which is just confusing in this context (#432984).
4276
4277 2007-04-25  Wim Taymans  <wim@fluendo.com>
4278
4279         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
4280         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
4281         (read_packet_header), (gst_rtcp_packet_move_to_next),
4282         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
4283         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
4284         (gst_rtcp_packet_sdes_get_item_count),
4285         (gst_rtcp_packet_sdes_first_item),
4286         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
4287         (gst_rtcp_packet_sdes_first_entry),
4288         (gst_rtcp_packet_sdes_next_entry),
4289         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
4290         (gst_rtcp_packet_sdes_add_entry):
4291         * gst-libs/gst/rtp/gstrtcpbuffer.h:
4292         Implement code to write SR, RR and SDES packets.
4293
4294 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4295
4296         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
4297
4298         * sys/ximage/ximagesink.c:
4299           Fix build if XShm is not available (#432362).
4300
4301 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4302
4303         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
4304         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
4305         pointers to random memory which are passed to g_free() when
4306         audio_convert_prepare_context() is called the first time.
4307
4308 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4309
4310         Patch by: Dan Williams <dcbw redhat com>
4311
4312         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
4313           Don't leak incoming buffer if gst_pad_push() returns a
4314           non-OK flow. Fixes #432755.
4315          
4316         * tests/check/elements/videorate.c: (GST_START_TEST),
4317         (videorate_suite):
4318           Unit test for the above by Yours Truly.
4319
4320 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
4321
4322         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
4323         (gst_adder_sink_event), (gst_adder_collected):
4324           Fix non-flushing segmented seeks, Fixes #340060 for me
4325
4326 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4327
4328         Patch by: Olivier Crete  <tester at tester ca>
4329
4330         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4331         (gst_base_rtp_audio_payload_class_init),
4332         (gst_base_rtp_audio_payload_init),
4333         (gst_base_rtp_audio_payload_dispose):
4334           Chain up to parent class in dispose function; get rid of
4335           unnecessary 'diposed' flag in private structure (#415001).
4336
4337 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4338
4339         * docs/libs/gst-plugins-base-libs.types:
4340         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4341         (gst_base_rtp_audio_payload_class_init):
4342         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4343         * gst-libs/gst/rtp/gstbasertppayload.c:
4344           Some minor docs fixes and additions; also add missing 'Since' bits.
4345
4346 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4347
4348         Patch by: Zeeshan Ali  <zeenix gmail com>
4349
4350         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4351         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4352         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
4353         (gst_base_rtp_audio_payload_push):
4354         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4355           The recently-added gst_base_rtp_audio_payload_push() should take an
4356           object of type GstBaseRTPAudioPayload as first argument (#431672).
4357
4358 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4359
4360         * gst/audioresample/gstaudioresample.c:
4361           Make more functions static, just because we can.
4362
4363 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4364
4365         * tests/check/elements/audioresample.c:
4366           Add unit test for audioresample shutdown crasher (#420106).
4367
4368 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
4369
4370         * gst/subparse/gstsubparse.c:
4371         * gst/subparse/samiparse.c:
4372           Use GST_DISABLE_XML here
4373
4374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
4375         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
4376         (gst_xvimagesink_buffer_alloc),
4377         (gst_xvimagesink_navigation_send_event):
4378         * sys/xvimage/xvimagesink.h:
4379           Include stdlib.h when using atoi.
4380           
4381         * tests/check/elements/playbin.c: (playbin_suite):
4382           Use GST_DISABLE_REGISTRY here
4383
4384 2007-04-19  Michael Smith  <msmith@fluendo.com>
4385
4386         * ext/theora/gsttheoraenc.h:
4387         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
4388         (theora_enc_sink_event), (theora_enc_change_state):
4389           Track initialisation state; don't try to use encoder state if we're
4390           not initialised (it'll segfault).
4391
4392 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
4393
4394         * tests/check/pipelines/.cvsignore:
4395         Fix build.
4396
4397 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4398
4399         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4400         Allow random depths between 1 and 32 instead of only multiplies of 8.
4401
4402 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4403
4404         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4405         Set the maximum number of channels for PCM and float in the correct
4406         place to have it also used when creating the template caps.
4407
4408 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4409
4410         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4411         Correctly support 4, 6 and 8 channels with normal PCM and float
4412         wav files.
4413
4414         Fix the depth and signedness calculation in extensible wav files and
4415         also handle 1, 2, 4, 6, 8 channels here when a file without channel
4416         mask is found.
4417
4418         Add support for float, alaw and mulaw in extensible wav files.
4419
4420         This allows correct playback of all but 5 files from
4421         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
4422         
4423         (gst_riff_create_audio_template_caps):
4424         Add voxware and float formats to the template caps.     
4425
4426 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4427
4428         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4429
4430         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
4431         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
4432
4433         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4434         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
4435         Use the correct format strings for integer formats.
4436
4437 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4438
4439         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
4440           Don't use pad_alloc_buffer_and_set_caps to create a small header
4441           packet, or, worse, to create a big temporary video buffer using the
4442           src pad.
4443
4444 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4445
4446         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
4447         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
4448           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
4449           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
4450
4451 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4452
4453         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
4454           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
4455           streamheader_suite):
4456           Add another test set up for failure
4457
4458 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4459
4460         * tests/check/Makefile.am:
4461         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
4462           GST_START_TEST, streamheader_suite, main):
4463           Add a test for the streamheader bug Wim fixed.
4464
4465 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
4466
4467         * ext/theora/theoradec.c: (theora_dec_sink_event):
4468         Fix misleading comment.
4469
4470 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4471
4472         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4473           More sanity checks for the header fields.
4474
4475 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4476
4477         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
4478           Try encodings from all environment variables, not just those in the
4479           first environment variable that is set.
4480
4481 2007-04-12  Wim Taymans  <wim@fluendo.com>
4482
4483         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
4484         (gst_video_rate_chain):
4485         Add some debug.
4486
4487         * tests/check/elements/videorate.c: (GST_START_TEST),
4488         (videorate_suite):
4489         Added check for videorate changing caps handling. Closes #421834.
4490
4491 2007-04-12  Michael Smith  <msmith@fluendo.com>
4492
4493         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4494           Use scale functions to avoid overflow when calculating duration of 
4495           vorbis buffers.
4496
4497 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4498
4499         * docs/libs/gst-plugins-base-libs-sections.txt:
4500         * gst-libs/gst/tag/tag.h:
4501         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
4502           API: add gst_tag_freeform_string_to_utf8() (#405072).
4503
4504         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
4505           Use gst_tag_freeform_string_to_utf8() here.
4506
4507 2007-04-12  Wim Taymans  <wim@fluendo.com>
4508
4509         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
4510         (gst_gdp_pay_sink_event):
4511         Make sure we set the IN_CAPS flag correctly.
4512
4513         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
4514         Get the IN_CAPS flag before we call functions that mess with the flags.
4515
4516 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4517
4518         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
4519           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
4520           Only stamp buffers with offset/offset_end right before they get
4521           pushed.  This ensures offset continuity, which was not the case
4522           before as shown by
4523           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
4524
4525 2007-04-06  Wim Taymans  <wim@fluendo.com>
4526
4527         * gst/playback/gstplaybin.c: (add_sink),
4528         (gst_play_bin_change_state):
4529         Activate sync in playbin, we are ready to handle it for live streams.
4530
4531 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4532
4533         * tests/check/elements/playbin.c:
4534         (test_sink_usage_video_only_stream), (playbin_suite):
4535           Add small test for stream-info-value-array code paths.
4536
4537 2007-04-05  Wim Taymans  <wim@fluendo.com>
4538
4539         * gst-libs/gst/audio/gstbaseaudiosink.c:
4540         (gst_base_audio_sink_skew_slaving):
4541         Don't try to create invalid calibration parameters by making the
4542         internal time go backwards, instead make external time go forward.
4543
4544 2007-04-05  Wim Taymans  <wim@fluendo.com>
4545
4546         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4547
4548         * gst/playback/gstplaybasebin.c: (add_stream):
4549         Fix leak in add_stream(), when g_value_set_object() increases the
4550         refcount of streaminfo object. Fixes #426250.
4551
4552 2007-04-03  David Schleef  <ds@schleef.org>
4553
4554         * gst/videotestsrc/gstvideotestsrc.c:
4555         * gst/videotestsrc/gstvideotestsrc.h:
4556         * gst/videotestsrc/videotestsrc.c:
4557         * gst/videotestsrc/videotestsrc.h:
4558           Add a test pattern called "circular", which has concentric
4559           rings with varying radial frequency.  The main purpose of this
4560           pattern is to test fidelity loss in a filter or scaler element.
4561           Notably, this pattern is scale invariant, and is optimally viewed
4562           with a width (and height) of 400.
4563
4564 2007-04-03  Wim Taymans  <wim@fluendo.com>
4565
4566         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4567
4568         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
4569         (deactivate_free_recursive):
4570         Decodebin2 doesn't unref pads it obtains in some occasions:
4571         - multiqueue src pads, when either connecting further or exposing
4572         - sink pads of new autoplugged elements
4573         - peer pads when recursively freeing elements
4574         Fixes #425455.
4575
4576 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4577
4578         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4579         Add audio/x-raw-float support, now that audioconvert support
4580         non-native endianness floats.
4581
4582 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4583
4584         * docs/libs/gst-plugins-base-libs-docs.sgml:
4585           gstreamer-plugins-base.pc doesn't exist, it's
4586           gstreamer-plugins-base-0.10.pc.
4587
4588 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4589
4590         Patch by: René Stadler <mail at renestadler dot de>
4591         with some minor changes
4592
4593         * gst-libs/gst/floatcast/floatcast.h:
4594         Use more efficient float endianness conversion functions that don't
4595         involve 2 function calls per value.
4596         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
4597         (check_default), (audio_convert_prepare_context):
4598         * gst/audioconvert/gstaudioconvert.c:
4599         (gst_audio_convert_parse_caps), (make_lossless_changes):
4600         Support non-native endianness floats as input and output.
4601         Fixes #339838.
4602         * tests/check/elements/audioconvert.c: (verify_convert),
4603         (GST_START_TEST):
4604         Add unit tests for the non-native endianness float conversions.
4605
4606 2007-03-29  Wim Taymans  <wim@fluendo.com>
4607
4608         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4609         (gst_base_rtp_depayload_base_init),
4610         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4611         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
4612         (gst_base_rtp_depayload_set_gst_timestamp),
4613         (gst_base_rtp_depayload_change_state),
4614         (gst_base_rtp_depayload_set_property),
4615         (gst_base_rtp_depayload_get_property):
4616         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4617         Add Private structure.
4618         Bring element code to 2007.
4619         Parse clock-base caps param and use it when generating the
4620         newsegment.
4621         Reset variables before going to PAUSED.
4622         Fix some docs.
4623
4624 2007-03-29  Wim Taymans  <wim@fluendo.com>
4625
4626         * docs/libs/gst-plugins-base-libs-docs.sgml:
4627         * docs/libs/gst-plugins-base-libs-sections.txt:
4628         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4629         (gst_base_rtp_audio_payload_get_adapter):
4630         Add RTCP docs.
4631         Fix some more docs.
4632
4633         * gst-libs/gst/rtp/Makefile.am:
4634         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4635         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
4636         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
4637         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
4638         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
4639         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
4640         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
4641         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
4642         (gst_rtcp_packet_sr_get_sender_info),
4643         (gst_rtcp_packet_sr_set_sender_info),
4644         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
4645         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
4646         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
4647         (gst_rtcp_packet_sdes_get_chunk_count),
4648         (gst_rtcp_packet_sdes_first_chunk),
4649         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
4650         (gst_rtcp_packet_sdes_first_item),
4651         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
4652         (gst_rtcp_packet_bye_get_ssrc_count),
4653         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
4654         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
4655         (gst_rtcp_packet_bye_get_reason_len),
4656         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
4657         * gst-libs/gst/rtp/gstrtcpbuffer.h:
4658         Add new helper object for parsing and creating RTCP messages.
4659
4660 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4661
4662         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4663         PCM samples with width=8 must be always unsigned, no matter what
4664         depth they have.
4665
4666 2007-03-29  Andy Wingo  <wingo@pobox.com>
4667
4668         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
4669         perfect offsets also, not just timestamps.
4670
4671         * tests/check/elements/videorate.c (test_more): Test that given
4672         any incoming offsets, that videorate produces perfect offsets.
4673
4674 2007-03-29  Wim Taymans  <wim@fluendo.com>
4675
4676         * gst-libs/gst/riff/riff-ids.h:
4677         Add some more RIFF formats.
4678
4679 2007-03-29  Wim Taymans  <wim@fluendo.com>
4680
4681         * gst-libs/gst/rtp/gstrtpbuffer.c:
4682         (gst_rtp_buffer_default_clock_rate):
4683         * gst-libs/gst/rtp/gstrtpbuffer.h:
4684         Fix fixed payload names and docs.
4685         Added method to get the default clock rates of fixed payload types.
4686         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
4687
4688 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4689
4690         * tests/check/pipelines/.cvsignore:
4691         Add new vorbisdec test to cvsignore.
4692
4693 2007-03-28  Wim Taymans  <wim@fluendo.com>
4694
4695         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
4696         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4697         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
4698         (gst_base_audio_sink_set_property),
4699         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
4700         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
4701         (gst_base_audio_sink_skew_slaving),
4702         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
4703         (gst_base_audio_sink_async_play):
4704         * gst-libs/gst/audio/gstbaseaudiosink.h:
4705         Store private stuff in GstBaseAudioSinkPrivate.
4706         Add configurable clock slaving modes property.
4707         API:: GstBaseAudioSink::slave-method property
4708         Some more latency reporting tweaks.
4709         Added skew based clock slaving correction and make it the default until
4710         the resampling method is more robust.
4711
4712 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
4713
4714         * gst/audioconvert/audioconvert.c:
4715         Add docs to the integer pack functions and implement proper
4716         rounding. Before we had rounding towards negative infinity, i.e.
4717         always the smaller number was taken. Now we use natural rounding,
4718         i.e. rounding to the nearest integer and to the one with the largest
4719         absolute value for X.5. The old rounding introduced some minor
4720         distortions. Fixes #420079
4721         * tests/check/elements/audioconvert.c: (GST_START_TEST):
4722         Fix one unit test that assumed the old rounding and added unit tests
4723         for checking signed/unsigned int16 <-> signed/unsigned int16 with
4724         depth 8, one for signed int16 <-> unsigned int16 and one for the new
4725         rounding from signed int32 to signed/unsigned int16.
4726
4727 2007-03-27  Michael Smith  <msmith@fluendo.com>
4728
4729         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
4730         (gst_audio_convert_transform_caps):
4731           Fix typo in debug line introduced recently, as pointed out on irc.
4732
4733 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4734
4735         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4736         * tests/check/libs/tag.c: (GST_START_TEST):
4737           Make sure we parse floating-point numbers in vorbis comments
4738           correctly with either '.' or ',' as separator, no matter what
4739           the current locale is. Add unit test for this too.
4740
4741 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
4742
4743         Patch by: René Stadler  <mail at renestadler de>
4744
4745         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
4746           When writing out floating-point numbers to vorbis comment tags, always
4747           use the same character as separator no matter what the current locale is
4748           (fixes #423051).
4749
4750         * tests/check/libs/tag.c: (GST_START_TEST):
4751           Add unit tests for replaygain tags in vorbis comments (closes #423055).
4752
4753 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4754
4755         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
4756           vorbis_handle_data_packet):
4757           Correctly set DURATION to generate a timestamp-continuous stream.
4758           One bug left at the end; see
4759           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
4760         * tests/check/Makefile.am:
4761         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
4762           Add a test to check this.  Without the above patch this test fails.
4763
4764 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
4765
4766         * gst-libs/gst/rtp/Makefile.am:
4767         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
4768
4769 2007-03-23  Michael Smith  <msmith@fluendo.com>
4770
4771         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
4772         (gst_video_rate_reset), (gst_video_rate_chain):
4773           If videorate changes caps, we can no longer use the old buffer
4774           (which may have a different size, incompatible with our caps).
4775           So don't do that; just duplicate the new frame more times.
4776
4777 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
4778
4779         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4780         Remove playbin's override of the set_clock vmethod. It's irrelevant
4781         after Wim's commit on the 19th.
4782
4783 2007-03-22  Wim Taymans  <wim@fluendo.com>
4784
4785         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
4786         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
4787         * ext/gnomevfs/gstgnomevfssrc.h:
4788         Don't cache file sizes. Fixes #341078.
4789
4790 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4791
4792         * gst/playback/gstplaybin.c: (add_sink):
4793           Use GST_PTR_FORMAT to log caps. 
4794
4795 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4796
4797         Patch by: Young-Ho Cha <ganadist at chollian net>
4798
4799         * gst/subparse/samiparse.c: (handle_start_font):
4800           Special-case some more colour names that pango doesn't handle by
4801           default. Fixes #420578.
4802
4803 2007-03-20  Michael Smith  <msmith@fluendo.com>
4804
4805         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
4806           If we get a zero-sized input buffer, don't pass it to libvorbis, as
4807           that marks EOS internally. After that, libvorbis will buffer all
4808           input data, and encode none of it, eventually leading to memory
4809           exhaustion.
4810
4811 2007-03-19  Wim Taymans  <wim@fluendo.com>
4812
4813         * gst/playback/gstdecodebin.c: (remove_fakesink):
4814         Don't post STATE_DIRTY anymore.
4815
4816         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
4817         (gst_play_bin_change_state):
4818         Remove stream_time reset in seek handling, core does that now.
4819         Disable clocking for live pipelines by forcing a NULL clock to the
4820         complete pipeline, core is too smart now for our previous hack.
4821         We can always autoplug in PAUSED now.
4822
4823 2007-03-17  David Schleef  <ds@schleef.org>
4824
4825         * REQUIREMENTS:  Update this file, change the formatting to make
4826         it more consistent, plus more machine readable.
4827
4828 2007-03-16  Michael Smith  <msmith@fluendo.com>
4829
4830         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4831         (strip_width_64), (append_with_other_format):
4832           Previous fix was too simplistic, and broke the tests. Use a better
4833           approach; only strip 64 from widths for integer audio.
4834
4835 2007-03-16  Michael Smith  <msmith@fluendo.com>
4836
4837         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4838         (gst_audio_convert_transform_caps):
4839           We don't support 64 bit integer audio, so don't try to claim we can.
4840           Stops us producing caps don't match our template caps.
4841           Update comments.
4842
4843 2007-03-15  Michael Smith  <msmith@fluendo.com>
4844
4845         * gst/audioresample/gstaudioresample.c:
4846         (audioresample_check_discont), (audioresample_transform):
4847           Don't trigger discontinuities for very small imperfections; a filter
4848           flush will sound bad, and many plugins have rounding errors leading
4849           to these.
4850
4851 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4852
4853         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
4854
4855         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4856         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4857         API: add "min-ptime" property to RTP base audio payloader.
4858         API: add gst_base_rtp_audio_payload_push().
4859         API: add gst_base_rtp_audio_payload_get_adapter().
4860         Fixes #415001
4861         Indentation/whitespace/documentation fixes.
4862
4863 2007-03-14  Julien MOUTTE  <julien@moutte.net>
4864
4865         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
4866         (audioresample_transform_size), (audioresample_do_output),
4867         (audioresample_transform), (audioresample_pushthrough): Handle
4868         discontinuous streams.
4869         * gst/audioresample/gstaudioresample.h:
4870         * tests/check/elements/audioresample.c:
4871         (test_discont_stream_instance), (GST_START_TEST),
4872         (audioresample_suite): Add a test for discontinuous streams.
4873         * win32/common/config.h: Updated.
4874
4875 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4876
4877         * po/af.po:
4878         * po/az.po:
4879         * po/cs.po:
4880         * po/en_GB.po:
4881         * po/it.po:
4882         * po/nb.po:
4883         * po/nl.po:
4884         * po/or.po:
4885         * po/sq.po:
4886         * po/sr.po:
4887         * po/sv.po:
4888         * po/uk.po:
4889         * po/vi.po:
4890           Update translations from translation project.
4891
4892 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4893
4894         * gst/audioresample/debug.h:
4895         * gst/audioresample/resample.c: (resample_init):
4896           Since I really am not interested in a debug line for each sample
4897           being processed, move the library's debugging to its own category,
4898           libaudioresample
4899
4900 2007-03-13  Michael Smith  <msmith@fluendo.com>
4901
4902         * ext/theora/theoradec.c: (theora_handle_type_packet):
4903           Since the plugin doesn't support anything other than 4:2:0 right
4904           now, post an error and fail if we get something else. Won't matter
4905           until libtheora supports the other pixel formats, but hopefully
4906           that'll be soon...
4907
4908 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4909
4910         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
4911         Use gst_guint64_to_gdouble for conversion.
4912         * win32/MANIFEST:
4913         Add new files to the win32 MANIFEST.
4914         * win32/common/libgstaudio.def:
4915         * win32/common/libgstpbutils.def:
4916         Add new exported functions.
4917         * win32/vs6/gst_plugins_base.dsw:
4918         * win32/vs6/libgstdecodebin.dsp:
4919         * win32/vs6/libgstplaybin.dsp:
4920         Change the link to libgstpbutils.lib.
4921         * win32/vs6/libgstdecodebin2.dsp:
4922         Add a new project for decodebin2.
4923         * win32/vs6/libgstpbutils.dsp:
4924         Add a new project for pbutils.
4925
4926 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4927
4928         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4929           Also accept partial dates with only year and month,
4930           like 1999-12-00 (fixes #410396 even more).
4931
4932         * tests/check/libs/tag.c: (GST_START_TEST):
4933           Add unit test for the above.
4934
4935 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4936
4937         * tests/check/elements/subparse.c: (GST_START_TEST),
4938         (subparse_suite):
4939           Add unit test for MPL2 subtitle format (#413799).
4940
4941 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4942
4943         Patch by: Kamil Pawlowski  <kamilpe gmail com>
4944
4945         * gst/subparse/Makefile.am:
4946         * gst/subparse/gstsubparse.c:
4947         (gst_sub_parse_data_format_autodetect),
4948         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
4949         (gst_subparse_type_find):
4950         * gst/subparse/gstsubparse.h:
4951         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
4952         * gst/subparse/mpl2parse.h:
4953           Add support for MPL2 subtitle format (#413799).
4954
4955 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4956
4957         * configure.ac:
4958           We require core CVS for the new buffer metadata copy functions.
4959
4960 2007-03-09  Wim Taymans  <wim@fluendo.com>
4961
4962         * gst-libs/gst/tag/gstid3tag.c:
4963         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4964         Fixes #414496.
4965
4966         Patch by: Alex Lancaster <alexl at users sourceforge net>
4967
4968 2007-03-09  Wim Taymans  <wim@fluendo.com>
4969
4970         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
4971         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
4972         Improve adapter usage and comments.
4973
4974 2007-03-09  Wim Taymans  <wim@fluendo.com>
4975
4976         * ext/pango/gsttextrender.c: (gst_text_render_chain):
4977         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
4978         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
4979         Use new metadata copy function.
4980
4981         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4982         (gst_ffmpegcsp_transform):
4983         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
4984         Basetransform copied the metadata for us.
4985
4986 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4987
4988         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
4989         (gst_text_overlay_video_event):
4990           Some more logging. Only accept newsegment events in TIME format and
4991           send a WARNING message if they are not in TIME format.
4992
4993         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4994         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
4995         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
4996         * gst/subparse/gstsubparse.h:
4997           No need to allocate GstSegment structure dynamically, just put it
4998           into the instance structure; ignore newsegment events in BYTE
4999           format and in particular don't let it overwrite our saved TIME
5000           segment from the last seek.
5001
5002 2007-03-09  Michael Smith  <msmith@fluendo.com>
5003
5004         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
5005           Replace AC3 typefinder with one that isn't terrible, and actually
5006           works usefully.
5007
5008 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5009
5010         * gst/audioconvert/gstaudioconvert.c:
5011         (gst_audio_convert_transform):
5012           fix error category and translatable string
5013           
5014
5015 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5016
5017         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5018         * pkgconfig/gstreamer-plugins-base.pc.in:
5019           Fix up utils => pbutils here too.
5020
5021 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5022
5023         * gst/subparse/gstsubparse.c: (handle_buffer):
5024           Break out of loop in chain function as soon as possible if we get
5025           a non-OK flow return.
5026
5027 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5028
5029         * tests/check/elements/alsa.c: (GST_START_TEST):
5030         Unref the mixer if the state change fails too (if the
5031         alsa devices are inaccessible, for example)
5032
5033 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5034
5035         * tests/check/Makefile.am:
5036         Don't test libvisual elements in the states check, because libvisual
5037         seems to leak internally.
5038
5039         Re-enable the alsa and states tests now that there's new suppressions
5040         in gst.supp.
5041
5042         * tests/check/elements/alsa.c: (GST_START_TEST):
5043         Don't leak the alsamixer we instantiated.
5044
5045 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5046
5047         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
5048         (gst_ximagesink_change_state), (gst_ximagesink_reset),
5049         (gst_ximagesink_finalize):
5050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
5051         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
5052         Move some cleanup stuff from the state change handler into a _reset()
5053         function that can be called from _finalize(). This ensures that things
5054         get freed even if (for some reason) the NULL->READY state transition
5055         fails in the parent class.
5056         Even if a parent state change fails, process our downward state change
5057         logic instead of bailing out early.
5058         Free the correct xcontext pointer in ximagesink's xcontext_clear.
5059
5060 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5061
5062         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5063         Extra log line.
5064
5065         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
5066         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
5067         Use pango_font_description_set_family_static instead of 
5068         pango_font_description_set_family to save a string copy (it was
5069         leaking due to the strdup anyway)
5070
5071         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
5072         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
5073         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
5074         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
5075         Chain up in finalize.
5076
5077 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
5078
5079         * gst-libs/gst/interfaces/mixertrack.c:
5080         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
5081         (gst_mixer_track_set_property):
5082           API: add "untranslated-label" property which should be set by
5083           implementations at construct time (#414645).
5084
5085         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
5086         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5087           Set "untranslated-label" when constructing mixer track objects.
5088
5089         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
5090           Unit test to check the above.
5091
5092 2007-03-07  Wim Taymans  <wim@fluendo.com>
5093
5094         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
5095         Fix confusing debug message.
5096
5097 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5098
5099         * gst-plugins-base.doap:
5100         update doap file with new version
5101
5102 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5103
5104         * configure.ac:
5105         Back to CVS
5106
5107 === release 0.10.12 ===
5108
5109 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
5110
5111         * configure.ac:
5112           releasing 0.10.12, "Zombie Horde"
5113
5114 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5115
5116         * configure.ac:
5117         Bump version to 0.10.11.4 pre-release
5118
5119 2007-03-06  Wim Taymans  <wim@fluendo.com>
5120
5121         * gst-libs/gst/audio/gstbaseaudiosink.c:
5122         (gst_base_audio_sink_async_play):
5123         Fix regression that made GStreamer skip the first samples of audio.
5124         Fixes #414684.
5125
5126 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5127
5128         * configure.ac:
5129         Bump version to 0.10.11.3 pre-release
5130
5131 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
5132
5133         * po/POTFILES.in:
5134           Update paths for the rename from utils to pbutils to fix the build.
5135
5136 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
5137
5138         * gst-libs/gst/pbutils/Makefile.am:
5139           Change directory to install headers in from gst/utils to gst/pbutils
5140           as well.
5141
5142 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5143
5144         * configure.ac:
5145         * docs/libs/gst-plugins-base-libs-docs.sgml:
5146         * docs/libs/gst-plugins-base-libs-sections.txt:
5147         * gst-libs/gst/Makefile.am:
5148         * gst-libs/gst/interfaces/mixer.c:
5149         * gst-libs/gst/pbutils/Makefile.am:
5150         * gst-libs/gst/pbutils/descriptions.c:
5151         (gst_pb_utils_get_source_description),
5152         (gst_pb_utils_get_sink_description),
5153         (gst_pb_utils_get_decoder_description),
5154         (gst_pb_utils_get_encoder_description),
5155         (gst_pb_utils_get_element_description),
5156         (gst_pb_utils_add_codec_description_to_tag_list),
5157         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
5158         * gst-libs/gst/pbutils/descriptions.h:
5159         * gst-libs/gst/pbutils/install-plugins.c:
5160         * gst-libs/gst/pbutils/install-plugins.h:
5161         * gst-libs/gst/pbutils/missing-plugins.c:
5162         (gst_missing_uri_source_message_new),
5163         (gst_missing_uri_sink_message_new),
5164         (gst_missing_element_message_new),
5165         (gst_missing_decoder_message_new),
5166         (gst_missing_encoder_message_new),
5167         (gst_missing_plugin_message_get_description):
5168         * gst-libs/gst/pbutils/missing-plugins.h:
5169         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
5170         * gst-libs/gst/pbutils/pbutils.h:
5171         * gst-libs/gst/utils/Makefile.am:
5172         * gst-libs/gst/utils/base-utils.c:
5173         * gst-libs/gst/utils/base-utils.h:
5174         * gst-libs/gst/utils/descriptions.c:
5175         * gst-libs/gst/utils/descriptions.h:
5176         * gst-libs/gst/utils/install-plugins.c:
5177         * gst-libs/gst/utils/install-plugins.h:
5178         * gst-libs/gst/utils/missing-plugins.c:
5179         * gst-libs/gst/utils/missing-plugins.h:
5180         * gst-plugins-base.spec.in:
5181         * gst/playback/Makefile.am:
5182         * gst/playback/gstdecodebin.c:
5183         * gst/playback/gstdecodebin2.c:
5184         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5185         (gen_source_element):
5186         * gst/playback/gstplaybin.c: (plugin_init):
5187         * tests/check/Makefile.am:
5188         * tests/check/libs/pbutils.c: (GST_START_TEST),
5189         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
5190         * tests/check/libs/utils.c:
5191           rename utils to pbutils
5192
5193 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5194
5195         * docs/plugins/Makefile.am:
5196         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5197         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5198         * docs/plugins/inspect/plugin-decodebin2.xml:
5199         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
5200         Add documentation for decodebin2 that indicates that the API
5201         is still unstable.
5202
5203 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5204
5205         * configure.ac:
5206         Update to 0.10.11.2 (0.10.12 pre-release)
5207
5208 2007-03-01  Wim Taymans  <wim@fluendo.com>
5209
5210         * gst-libs/gst/audio/gstbaseaudiosink.c:
5211         (gst_base_audio_sink_async_play):
5212         base time is irrelevant here.
5213
5214 2007-03-01  Wim Taymans  <wim@fluendo.com>
5215
5216         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
5217         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
5218         Improve debugging.
5219
5220         * gst-libs/gst/audio/gstbaseaudiosink.c:
5221         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
5222         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
5223         Improve latency and clock slaving calculations.
5224         Improve slave clock calibration.
5225
5226         * gst-libs/gst/audio/gstringbuffer.c:
5227         (gst_ring_buffer_commit_full):
5228         When we are asked to render N sample to 0 bytes, return N.
5229
5230 2007-03-01  Wim Taymans  <wim@fluendo.com>
5231
5232         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
5233         (gst_alsasink_write), (gst_alsasink_reset):
5234         * ext/alsa/gstalsasink.h:
5235         Remove unused dispose function.
5236         Rename lock to not interfere with alsasrc lock.
5237
5238         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
5239         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
5240         (gst_alsasrc_read), (gst_alsasrc_reset):
5241         * ext/alsa/gstalsasrc.h:
5242         Implement finalize function.
5243         Use lock to protect alsa access.
5244         Implement _reset.
5245         Fine tune sw params.
5246
5247 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5248
5249         * configure.ac:
5250           Convert to new AG_GST style.
5251
5252 2007-02-28  Wim Taymans  <wim@fluendo.com>
5253
5254         Patch by: Ed Catmur <ed at catmur dot co dot uk>
5255
5256         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
5257         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
5258         Fix race condition when rapidly switching visualisations in playbin.
5259         Fixes #401029.
5260
5261 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
5262
5263         * tests/check/Makefile.am:
5264         Include local stuff before system installed things in LDFLAGS and
5265         CFLAGS.
5266
5267 2007-02-28  Wim Taymans  <wim@fluendo.com>
5268
5269         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
5270         Improve debugging.
5271
5272 2007-02-28  Wim Taymans  <wim@fluendo.com>
5273
5274         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
5275         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
5276         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
5277         Fix duration and timestamping, taking latency into account.
5278         Implement latency query.
5279
5280 2007-02-28  Wim Taymans  <wim@fluendo.com>
5281
5282         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
5283         (gst_audio_clock_new):
5284         Fix clock name.
5285
5286         * gst-libs/gst/audio/gstbaseaudiosink.c:
5287         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
5288         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5289         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
5290         (gst_base_audio_src_create):
5291         Improve latency query code.
5292         Use proper clock names.
5293
5294 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5295
5296         * tests/check/generic/states.c: (GST_START_TEST):
5297           Copy the states.c test from core again
5298         * tests/check/Makefile.am:
5299           ignore cdio and cdparanoiasrc
5300
5301 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
5302
5303         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
5304         (double_hq), (audio_convert_get_func_index), (check_default),
5305         (audio_convert_prepare_context), (audio_convert_convert):
5306           Also make valgrind happy and avoid copying data in some cases.
5307
5308 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
5309
5310         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
5311         (double_hq), (audio_convert_get_func_index),
5312         (audio_convert_prepare_context), (audio_convert_convert):
5313         * gst/audioconvert/gstaudioconvert.c:
5314         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
5315         (gst_audio_convert_transform_caps):
5316         * tests/check/elements/audioconvert.c: (GST_START_TEST),
5317         (audioconvert_suite):
5318           Don't run inplace if that overwrites source data as we go. Add more
5319           tests. Fixes #339837 even more.
5320
5321 2007-02-27  Julien MOUTTE  <julien@moutte.net>
5322
5323         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
5324         (msg_segment_done): Fix various seeking bugs (Slider was not
5325         updating when doing a non flushing seek, Reverse playback 
5326         on segment seek was wrong).
5327
5328 2007-02-26  Wim Taymans  <wim@fluendo.com>
5329
5330         * tests/examples/seek/seek.c: (stop_seek):
5331         When we stop scrubbing, don't leave the pipeline PLAYING when we
5332         requested a PAUSED state.
5333
5334 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
5335
5336         Patch by: René Stadler <mail at renestadler de>
5337
5338         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5339           Parse date strings in vorbis comments that have an invalid (zero)
5340           month or day (#410396).
5341
5342         * tests/check/libs/tag.c: (GST_START_TEST):
5343           Test case for the above.
5344
5345 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5346
5347         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5348
5349         * configure.ac:
5350         * ext/alsa/Makefile.am:
5351         * gst/audiotestsrc/Makefile.am:
5352           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
5353
5354 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5355
5356         * gst/playback/gstplaybin.c:
5357           Improve docs: point out that the application needs to assist playbin
5358           with buffering.
5359
5360 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5361
5362         * gst-libs/gst/utils/install-plugins.c:
5363         * gst-libs/gst/utils/missing-plugins.c:
5364         * tests/check/libs/utils.c: (missing_msg_check_getters):
5365           Change GStreamer marker prefix in detail string from 'gstreamer.net'
5366           to just 'gstreamer'. Document the caps string component of the
5367           decoder/encoder detail a bit better, since not everyone will be
5368           familiar with the GStreamer media type/caps system (but they better
5369           enjoy nested itemized lists).
5370
5371 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5372
5373         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5374         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
5375           Fix copying of GstNetBuffer (would crash before, or at least lead to
5376           invalid memory access, #410772), for now by copying the GstBuffer copy
5377           code from the core over here so we can copy the GstBuffer fields on a
5378           provided buffer instance (of type GstNetBuffer in this case). Would be
5379           better to fix this with some support by the core though (and in the long
5380           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
5381
5382         * tests/check/Makefile.am:
5383           Enable unit test for GstNetBuffer.
5384
5385 2007-02-22  Andy Wingo  <wingo@pobox.com>
5386
5387         * gst-libs/gst/audio/gstbaseaudiosink.c
5388         (gst_base_audio_sink_init): Disable pull-mode activation until we
5389         figure out how to make audio sinks go to PLAYING.
5390
5391 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5392
5393         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
5394         (double_hq), (audio_convert_get_func_index),
5395         (audio_convert_prepare_context), (audio_convert_convert):
5396         * gst/audioconvert/audioconvert.h:
5397         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
5398         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
5399         * gst/audioconvert/gstchannelmix.h:
5400         * tests/check/elements/audioconvert.c: (GST_START_TEST):
5401           Add float as an intermediate format, as well as float mixing. Enable
5402           test that was failing before. Fixes #339837
5403
5404 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
5405
5406         * tests/examples/seek/seek.c: (do_seek):
5407         Undo the previous commit: -1 as a stop time implies that the stop
5408         time is the end of file, clearing any previously configured segment.
5409
5410 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
5411
5412         * tests/examples/seek/seek.c: (do_seek):
5413         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
5414
5415 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5416
5417         * gst/volume/gstvolume.c: (volume_process_int16),
5418         (volume_process_int16_clamp), (volume_set_caps):
5419           Unbreak volume, value remains gint.
5420
5421 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5422
5423         * gst/volume/gstvolume.c: (volume_choose_func),
5424         (volume_update_real_volume), (gst_volume_set_volume),
5425         (gst_volume_init), (volume_process_double), (volume_process_float),
5426         (volume_process_int16), (volume_process_int16_clamp),
5427         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
5428         * gst/volume/gstvolume.h:
5429           Extend float audio support (double) and some int->uint cleanups.
5430
5431 2007-02-20  Edward Hervey  <edward@fluendo.com>
5432
5433         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
5434         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
5435         (sort_end_pads), (gst_decode_group_expose),
5436         (gst_decode_group_hide):
5437         Don't free groups from the streaming threads. Just put them aside and
5438         free them in dispose.
5439
5440 2007-02-20  Edward Hervey  <edward@fluendo.com>
5441
5442         * gst/playback/gstdecodebin2.c: (connect_element),
5443         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
5444         (sort_end_pads), (gst_decode_group_expose):
5445         Handle dynamic pads within groups.
5446         Sort pads before exposing them in order to make playbin happy.
5447         There still is a race with the multiqueue filling up. This should be
5448         solved separately.
5449         Fixes #398721
5450
5451 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5452
5453         * gst-libs/gst/utils/base-utils.c:
5454         * gst-libs/gst/utils/descriptions.c:
5455         * gst-libs/gst/utils/install-plugins.c:
5456         * gst-libs/gst/utils/missing-plugins.c:
5457           Some more docs (and descriptions for two subtitle formats).
5458
5459 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5460
5461         * gst-libs/gst/audio/audio.c:
5462           Fix documentation.
5463
5464 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5465
5466         Patch by: Yves Lefebvre  <ivanohe abacom com>
5467
5468         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
5469           Don't leak caps. Fixes #408278.
5470
5471 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
5472
5473         * ext/cdparanoia/gstcdparanoiasrc.h:
5474         * ext/ogg/gstoggdemux.h:
5475         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
5476         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
5477         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
5478         * gst-libs/gst/audio/audio.h:
5479         * gst-libs/gst/audio/gstaudiofilter.h:
5480         * gst-libs/gst/interfaces/videoorientation.h:
5481         * gst/adder/gstadder.h:
5482           More docs coverage and some ChangeLog surgery (add missing names)
5483
5484 2007-02-15  Wim Taymans  <wim@fluendo.com>
5485
5486         * sys/ximage/ximagesink.c:
5487         (gst_ximagesink_calculate_pixel_aspect_ratio):
5488         * sys/xvimage/xvimagesink.c:
5489         (gst_xvimagesink_calculate_pixel_aspect_ratio):
5490         Small constifications.
5491
5492 2007-02-15  Wim Taymans  <wim@fluendo.com>
5493
5494         * gst-libs/gst/audio/gstbaseaudiosink.c:
5495         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
5496         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
5497         (gst_base_audio_sink_async_play),
5498         (gst_base_audio_sink_change_state):
5499         Answer latency query.
5500         Use configured latency when syncing.
5501         Fix clock slaving.
5502
5503         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5504         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
5505         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
5506         Fix possible memleak.
5507         Implement latency query.
5508         Small cleanups.
5509
5510 2007-02-15  Wim Taymans  <wim@fluendo.com>
5511
5512         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5513         Ignore errors in reset, these are not fatal. They also grab the element
5514         lock which is already taking when this function is called. Fixes
5515         #405451.
5516
5517 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5518
5519         * configure.ac:
5520           Remove 'tests/examples/xerror/Makefile' from output files again.
5521
5522 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5523
5524         * configure.ac:
5525         * docs/plugins/Makefile.am:
5526           Also crossref against gst-plugins-base-libs.
5527
5528 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5529
5530         * configure.ac:
5531         * docs/libs/Makefile.am:
5532         * docs/plugins/Makefile.am:
5533           Add crossreferences to glib/gobject/gstream docs.
5534
5535         * gst-libs/gst/audio/audio.h:
5536           Source formatting.
5537
5538         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
5539           Add own debug category.
5540
5541 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5542
5543         Patch by: René Stadler <mail at renestadler de>
5544
5545         * gst-libs/gst/tag/gstvorbistag.c:
5546           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
5547           (#403597).
5548
5549 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
5550
5551         * gst/playback/gstplaybasebin.c: (setup_source):
5552           When we have external subtitles and wait for the subtitle decodebin
5553           to get up and running, we set up a (sync) bus handler for the
5554           subtitle decodebin, so we can stop waiting when it posts an error
5555           message. However, we should do that before we set the subtitle
5556           decodebin's state to playing, otherwise things are racy and we might
5557           miss error messages posted before we had a chance to set up the bus.
5558           This should finally fix totem hanging on .txt pseudo-subtitle files.
5559           
5560 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
5561
5562         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
5563           Use gst_gdouble_to_guint64 for conversions.
5564         * win32/common/config.h.in:
5565           Add a define for GST_INSTALL_PLUGINS_HELPER
5566         * win32/common/libgstaudio.def:
5567         * win32/common/libgstcdda.def:
5568         * win32/common/libgstnetbuffer.def:
5569         * win32/common/libgstrtp.def:
5570         * win32/common/libgutils.def:
5571           Add new exported functions.
5572         * win32/vs6/gst_plugins_base.dsw:
5573         * win32/vs6/libgstdecodebin.dsp:
5574         * win32/vs6/libgstnetbuffer.dsp:
5575         * win32/vs6/libgstplaybin.dsp:
5576         * win32/vs6/libgstrtp.dsp:
5577         * win32/vs6/libgstvorbis.dsp:
5578         * win32/vs6/libgstcdda.dsp:
5579         * win32/vs6/libgstgdp.dsp:
5580         * win32/vs6/libgstutils.dsp:
5581           Update and add new project files.
5582
5583 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
5584
5585         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
5586         (subrip_remove_unhandled_tags), (parse_subrip):
5587           For SubRip (.srt) subtitles, ignore all markup tags we don't
5588           handle (like font tags, for example).
5589
5590         * tests/check/elements/subparse.c:
5591           Add test for this.
5592
5593 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5594
5595         * gst/playback/gstdecodebin.c: (add_fakesink),
5596         (gst_decode_bin_change_state):
5597         * gst/playback/gstdecodebin2.c: (add_fakesink),
5598         (gst_decode_bin_change_state):
5599           Don't error out if there is no fakesink in the NULL to READY state
5600           change, since when decodebin is re-used, we're only adding the
5601           fakesink element in READY to PAUSED.
5602
5603         * tests/check/elements/decodebin.c:
5604         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
5605         (decodebin_suite):
5606           Minimal unit test to make sure we can use the same decodebin
5607           instance twice (at least with audiotestsrc input).
5608
5609 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5610
5611         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
5612           Try to get devic-name from device string first, and from handle only
5613           as fallback (seems to yield better results and is more robust
5614           against buggy probing code on the application side).
5615
5616 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5617
5618         Based on patch by: Julien Puydt <julien.puydt at laposte net>
5619
5620         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
5621         (gst_alsa_find_device_name):
5622         * ext/alsa/gstalsa.h:
5623         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
5624         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
5625           Improve device-name detection a bit, especially in the case where
5626           the device is not actually open (#405020, #405024). Move common code
5627           into gstalsa.c instead of duplicating it.
5628
5629 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5630
5631         * gst/audioconvert/gstaudioconvert.c:
5632           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
5633
5634 2007-02-06  Julien MOUTTE  <julien@moutte.net>
5635
5636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
5637         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
5638         (gst_xvimagesink_interface_supported),
5639         (gst_xvimagesink_probe_get_properties),
5640         (gst_xvimagesink_probe_probe_property),
5641         (gst_xvimagesink_probe_needs_probe),
5642         (gst_xvimagesink_probe_get_values),
5643         (gst_xvimagesink_property_probe_interface_init),
5644         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
5645         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
5646         (gst_xvimagesink_get_type):
5647         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
5648         for XVAdaptors so that one can choose the adaptor to use with 
5649         gstreamer-properties.
5650
5651 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
5652
5653         * gst/audioconvert/gstaudioconvert.c:
5654           Also mention that a conversion from double to float is suboptimal still.
5655
5656 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5657
5658         * gst-libs/gst/audio/gstaudiofilter.c:
5659         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
5660           Clear our formats structure and free the caps contained in it when
5661           shutting down.
5662
5663 2007-02-05  Andy Wingo  <wingo@pobox.com>
5664
5665         * gst-libs/gst/audio/gstbaseaudiosink.c
5666         (gst_base_audio_sink_callback): Update basesink->offset so that we
5667         pull monotonically increasing offsets instead of, um, seeking back
5668         to 0 each time. Fixes alsasrc ! alsasink!
5669
5670 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
5671
5672         * gst/videoscale/gstvideoscale.c:
5673           A width and height of 1 makes us crash, so increase minimum size to
5674           2x2 pixels until someone feels like fixing this (#404512).
5675
5676 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5677
5678         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
5679           Add small test to make sure request pads are cleaned up properly
5680           even if oggmux never changes state out of NULL.
5681
5682 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5683
5684         * tests/check/libs/utils.c: (GST_START_TEST):
5685           Fix unit test. Turns out things work much better when you
5686           NULL-terminate string arrays. Should make p5 build bot happy again.
5687
5688 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5689
5690         * gst-libs/gst/audio/Makefile.am:
5691         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5692         (gst_audio_filter_template_base_init),
5693         (gst_audio_filter_template_class_init),
5694         (gst_audio_filter_template_init),
5695         (gst_audio_filter_template_set_property),
5696         (gst_audio_filter_template_get_property),
5697         (gst_audio_filter_template_setup),
5698         (gst_audio_filter_template_filter),
5699         (gst_audio_filter_template_filter_inplace), (plugin_init):
5700           Oops, forgot to commit fixed-up example.
5701
5702 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5703
5704         * docs/libs/gst-plugins-base-libs-sections.txt:
5705         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
5706         (gst_audio_filter_class_init), (gst_audio_filter_init),
5707         (gst_audio_filter_set_caps),
5708         (gst_audio_filter_class_add_pad_templates):
5709         * gst-libs/gst/audio/gstaudiofilter.h:
5710           Port GstAudioFilter to 0.10. This change technically breaks
5711           API and ABI (and thus also every library developer's heart),
5712           but seems justifiable on the grounds that the base class was
5713           completely unusable before (ie. would crash immediately when
5714           actually used). Fixes #403963 (and eventually also #403572).
5715           Also document all of this a bit.
5716
5717 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5718
5719         * gst-libs/gst/utils/install-plugins.c:
5720         (gst_install_plugins_spawn_child):
5721         * tests/check/libs/utils.c:
5722         (test_base_utils_install_plugins_do_callout):
5723           Lowering log level to see why things fail on the p5 build bot;
5724           fix some typos in unit test messages.
5725
5726 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5727
5728         * tests/check/libs/utils.c:
5729         (test_base_utils_install_plugins_do_callout):
5730           Don't hard-code temp directory for test helper; use GLib functions
5731           to write out file and do error checking etc.
5732
5733 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5734
5735         * gst-libs/gst/utils/Makefile.am:
5736         * gst-libs/gst/utils/base-utils.h:
5737         * gst-libs/gst/utils/install-plugins.c:
5738         (gst_install_plugins_context_set_xid),
5739         (gst_install_plugins_context_new),
5740         (gst_install_plugins_context_free),
5741         (gst_install_plugins_get_helper),
5742         (gst_install_plugins_spawn_child),
5743         (gst_install_plugins_return_from_status),
5744         (gst_install_plugins_installer_exited),
5745         (gst_install_plugins_async), (gst_install_plugins_sync),
5746         (gst_install_plugins_return_get_name),
5747         (gst_install_plugins_installation_in_progress):
5748         * gst-libs/gst/utils/install-plugins.h:
5749           API: add API for applications to initiate installation of missing
5750           plugins, ie. gst_install_plugins_async() primarily.
5751           Based on libgimme-codec by Ryan Lortie.
5752
5753         * configure.ac:
5754           Add --with-install-plugins-helper configure option so distros can specify
5755           the path of the helper script or program to call when plugin installation
5756           is requested (distros: please do any argument munging in this helper
5757           script instead of patching GStreamer to pass arguments differently
5758           to another program directly).
5759
5760         * docs/libs/gst-plugins-base-libs-docs.sgml:
5761         * docs/libs/gst-plugins-base-libs-sections.txt:
5762           Build and document new API.
5763
5764         * tests/check/libs/utils.c: (result_cb),
5765         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
5766         (libgstbaseutils_suite):
5767           Some simple checks for the new API.
5768
5769 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5770
5771         * tests/check/elements/audioconvert.c: (test_float_conversion):
5772           Add small test for 32bit float <=> 64bit float conversion (works
5773           only one way so far, 32=>64 produces structured noise).
5774
5775 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5776
5777         * gst/audioconvert/gstaudioconvert.c:
5778         (set_structure_widths_32_and_64), (make_lossless_changes):
5779           We don't support floats with a width of 40, 48 or 56 bits.
5780
5781 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
5782
5783         * gst/audioconvert/audioconvert.c: (float), (double),
5784         (audio_convert_get_func_index):
5785         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
5786         (make_lossless_changes):
5787           Support for 64-bit float audio in audioconvert (#339837)
5788
5789 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5790
5791         Patch by: Holger Wansing  <linux wansing-online de>
5792
5793         * po/LINGUAS:
5794         * po/de.po:
5795           Add German translation (#352069).
5796
5797 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
5798
5799         reviewed by: Wim Taymans <wim@fluendo.com>
5800
5801         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
5802         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
5803         Use newly added GstCollectPads API to free the allocated resources in
5804         the GstOggPad structures (#402393).
5805
5806 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
5807
5808         * gst/playback/gstplaybin.c: (gen_vis_element):
5809           Add audioresample+audioconvert in front of the visualisation
5810           element, so that elements like libvisual 0.4 that don't support all
5811           samplerates can work.
5812
5813           Fixes: #402505
5814
5815 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5816
5817         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
5818         (gst_play_base_bin_get_streaminfo_value_array):
5819           Take some locks and make a copy of the streaminfo value array we
5820           maintain while holding the lock, so that the application can
5821           retrieve the stream-info as a value array in a thread-safe way.
5822
5823 2007-01-30  Wim Taymans  <wim@fluendo.com>
5824
5825         * gst/audioconvert/gstaudioconvert.c:
5826         Don't fail on 0 sized buffers. Fixes #396835.
5827
5828 2007-01-29  David Schleef  <ds@schleef.org>
5829
5830         * gst/typefind/gsttypefindfunctions.c:
5831           Detect BBCD as video/x-dirac, so we can play raw dirac
5832           streams.
5833
5834 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
5835
5836         * ext/theora/theoraenc.c: (theora_enc_chain):
5837           Check return value of theora_encode_header(), or we might try to
5838           allocate a random number of bytes. theora_encode_header() can fail
5839           if libtheora has been compiled with encoding support disabled.
5840           Fixes #398110.
5841
5842 2007-01-29  Wim Taymans  <wim@fluendo.com>
5843
5844         * tests/check/gst/.cvsignore:
5845         Do as buildbot says.
5846
5847 2007-01-29  Wim Taymans  <wim@fluendo.com>
5848
5849         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
5850         Fix strides in libvisual. Gst uses X strides.
5851         Inspired by: <ed at catmur dot co dot uk> and 
5852         <tim at centricular dot net>
5853         Fixes #401118.
5854
5855 2007-01-27  Wim Taymans  <wim@fluendo.com>
5856
5857         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
5858         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5859         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
5860         (gst_ogg_demux_perform_seek),
5861         (gst_ogg_demux_bisect_forward_serialno),
5862         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5863         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
5864         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
5865         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
5866         * ext/ogg/gstoggdemux.h:
5867         Properly propagate streaming errors when we are scanning the file for
5868         chains so that we don't crash when shut down. Might fix some crashers
5869         when quickly switching oggs in RB such as #332503 and #378436.
5870
5871 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
5872
5873         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
5874           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
5875           error code as well.
5876
5877 2007-01-25  Wim Taymans  <wim@fluendo.com>
5878
5879         * gst/playback/gstplaybasebin.c: (remove_source):
5880         Don't try to disconnect a signal from a finalized object.
5881
5882 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5883
5884         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
5885           Cast lock macro parameters to make sure we're actually accessing the
5886           lock member at the right class level. Free list itself in _dispose()
5887           as well and NULL it in case dispose gets called multiple times.
5888
5889 2007-01-25  Edward Hervey  <edward@fluendo.com>
5890
5891         * gst/playback/gstdecodebin2.c:
5892         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
5893         Free GstDecodeGroups no longer used.
5894         (gst_decode_group_expose):
5895         Don't unlock too many times !
5896         (deactivate_free_recursive):
5897         Free iterator once we're done with it.
5898         Fix for recursively deactivating elements (stop at ghostpads).
5899
5900 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5901
5902         * gst/playback/gstplaybin.c: (handoff):
5903           Fix up caps on the frame buffer before we save it and potentially
5904           make it accessible to other threads via g_object_get; also use
5905           gst_buffer_replace() instead of gst_mini_object_replace().
5906
5907 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5908
5909         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
5910           Make getting the current frame thread-safe.
5911
5912 2007-01-25  Edward Hervey  <edward@fluendo.com>
5913
5914         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
5915         (gst_decode_group_new), (gst_decode_group_free):
5916         Set queues to bigger sizes to cope with HD contents.
5917         Fix some mutex freeing and add comment about MT safe methods.
5918
5919 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
5920
5921         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5922         (gst_text_overlay_text_event):
5923           Don't unnecessarily ref (and then leak) upstream events if the text
5924           pad is not linked. Fixes #399948.
5925
5926         * tests/check/gst-plugins-base.supp:
5927           Add suppression for pango on edgy/x86 for textoverlay test.
5928
5929 2007-01-24  Wim Taymans  <wim@fluendo.com>
5930
5931         * gst-libs/gst/rtp/gstrtpbuffer.h:
5932         Add some more fixed payloads.
5933
5934 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
5935
5936         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
5937           Error out properly if we get an error from libogg while reading the
5938           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
5939
5940 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
5941
5942         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
5943           Don't leak mutex.
5944
5945         * tests/check/elements/playbin.c:
5946         (test_sink_usage_video_only_stream),
5947         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5948         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
5949         (test_missing_suburisource_handler),
5950         (test_missing_primary_decoder), (playbin_suite):
5951           Run all tests once with decodebin and once with decodebin2.
5952           One test does not pass yet with decodebin2.
5953
5954 2007-01-23  Edward Hervey  <edward@fluendo.com>
5955
5956         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
5957         Fix the cases where oggmux doesn't properly figure out that all
5958         sinkpads have gone EOS, and therefore doesn't push out the remaining
5959         buffers and the final EOS event.
5960         Fixes #363379
5961
5962 2007-01-23  Julien MOUTTE  <julien@moutte.net>
5963
5964         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5966         Don't lock on navigation event push, just on keysym to string.
5967         Fixes #397673 again.
5968
5969 2007-01-22  Edward Hervey  <edward@fluendo.com>
5970
5971         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
5972         (get_current_group), (group_demuxer_event_probe),
5973         (gst_decode_group_expose), (deactivate_free_recursive),
5974         (gst_decode_group_free):
5975         Cleanups.
5976         Don't forget to emit 'no-more-pads' once a group is exposed.
5977         Cleanup elements from a DecodeGroup once we remove it.
5978         Protect call to gst_decode_group_expose() with the decodebin lock.
5979
5980 2007-01-22  Julien MOUTTE  <julien@moutte.net>
5981
5982         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5984         Looking at Xorg code i can't figure out if that XKeysymToString
5985         function is thread sensible or not. Lock it just in case as
5986         recommended by Radek Doulik <rodo at ximian dot com>.
5987
5988 2007-01-22  Julien MOUTTE  <julien@moutte.net>
5989
5990         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5991         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5992         Lock that X Call as well. Fixes #397673.
5993
5994 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5995
5996         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
5997           Don't go into an endless loop if the file starts with 00 00 01 2X,
5998           like quicktime redirect files might. Fixes #396042.
5999
6000         * tests/check/Makefile.am:
6001         * tests/check/gst/.cvsignore:
6002         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
6003         (typefindfunctions_suite):
6004           Add unit test for the above.
6005
6006 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6007
6008         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6009           On second thought, use "depth" field rather than "bpp" field.
6010
6011 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6012
6013         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6014           Camtasia caps apparently need a bpp field (#398875).
6015
6016 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6017
6018         * gst/playback/gstplaybasebin.c: (setup_subtitle),
6019         (gen_source_element), (gst_play_base_bin_change_state):
6020           Attempt at a better error message in case we don't have the required
6021           URI handler installed; post missing-plugin message also when we're
6022           missing an URI handler for the subtitle URI; clean up properly also
6023           when an error occurs and we never made it to PAUSED state.
6024
6025         * tests/check/elements/playbin.c: (GST_START_TEST),
6026         (playbin_suite):
6027           Check that we're also getting a missing-plugin messsage for a
6028           missing subtitle URI handler (and clean up properly).
6029
6030 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6031
6032         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
6033           Plug a few reference leaks.
6034
6035 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6036
6037         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6038           Lower probability a bit if the marker isn't right at the start,
6039           to decrease the chance of false positives.
6040
6041 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6042
6043         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6044           Small mpeg2 system stream typefinding improvement: make typefinder
6045           probe a bit into the stream instead of just looking for a marker
6046           at the beginning. Fixes #397810.
6047
6048 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6049
6050         * gst/audioconvert/gstchannelmix.c:
6051           Remove compatibility cruft for prehistoric GLib versions.
6052
6053 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6054
6055         * gst/playback/Makefile.am:
6056         * gst/playback/gstdecodebin.c: (close_pad_link):
6057         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6058         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6059         (gst_play_base_bin_handle_message_func), (unknown_type):
6060           Let decodebin be the element to post missing-plugin messages for
6061           missing decoders (rather than playbin); make playbin implement
6062           GstBin::handle_message so we can suppress missing-plugin messages
6063           for types we're not handling on purpose (don't want to bring up an
6064           installer in those cases).
6065
6066 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
6067
6068         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6069         * gst-libs/gst/tag/gstvorbistag.c:
6070         (gst_tag_list_to_vorbiscomment_buffer):
6071         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
6072           Fix potentially unaligned access (#397207).
6073
6074 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6075
6076         * tests/examples/seek/seek.c: (set_scale), (update_scale),
6077         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
6078         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
6079         (main):
6080           Allow to toggle looping while it plays. Fix callback prototype. Clean
6081           up code a bit more. Add copyright header.
6082
6083 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6084
6085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
6086           Red and blue mask was swapped (spotted by Dan Williams).
6087
6088 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
6089
6090         * gst-libs/gst/tag/gstid3tag.c:
6091         * gst-libs/gst/tag/gstvorbistag.c:
6092           Use new beats-per-minute tag from core.
6093
6094 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
6095
6096         * po/POTFILES.in:
6097           Add new files with translatable strings, so they actually make it
6098           into the template file one day.
6099
6100 2007-01-12  Andy Wingo  <wingo@pobox.com>
6101
6102         * gst-libs/gst/audio/gstbaseaudiosink.c
6103         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
6104         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
6105         stuff, as the base class handles this now. Actually tell the ring
6106         buffer to start.
6107         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
6108         How did this work before? Maybe I'm not as awesome a programmer as
6109         I think.
6110
6111         * gst-libs/gst/audio/gstbaseaudiosrc.c
6112         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
6113         of a pad function.
6114
6115 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
6116
6117         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
6118           Remove more fields so that the application can better blacklist
6119           formats that have been tried before.
6120
6121 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
6122
6123         * gst-libs/gst/audio/mixerutils.h:
6124           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
6125           used when compiling with c++ compilers as well.
6126
6127 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
6128
6129         * gst/typefind/gsttypefindfunctions.c:
6130           Fix comment.
6131
6132 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6133
6134         * gst/playback/gstplaybin.c: (post_missing_element_message),
6135         (gen_video_element), (gen_text_element), (gen_audio_element),
6136         (gen_vis_element):
6137           Post missing-plugin messages also when we error out because
6138           converters, textoverlay or auto*sinks are missing (#161922).
6139
6140 2007-01-10  Wim Taymans  <wim@fluendo.com>
6141
6142         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
6143         (is_demuxer_element), (new_caps):
6144         * gst/playback/gstplaybasebin.c: (source_new_pad):
6145         Fix the case where we try to ref a NULL element when we delay a link
6146         because of unfixed caps.
6147         Set the state of autoplugged decodebins to PAUSED.
6148         RTSP now works in playbin, we can remove it from the blacklist.
6149
6150 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6151
6152         * gst/playback/Makefile.am:
6153         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
6154         (unknown_type), (setup_subtitle), (gen_source_element):
6155         * gst/playback/gstplaybin.c: (plugin_init):
6156           Post missing-plugin messages on the bus for missing sources and
6157           missing decoders/demuxers/depayloaders; fix error code used when
6158           we're missing an URI handler source; for media types that we are not
6159           handling on purpose at the moment, don't print "don't know how to
6160           handle xyz" messages to the terminal or post missing-plugin
6161           messages on the bus.
6162
6163         * tests/check/elements/playbin.c: (create_playbin),
6164         (GST_START_TEST), (gst_codec_src_uri_get_type),
6165         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
6166         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
6167         (gst_codec_src_init_type), (gst_codec_src_base_init),
6168         (gst_codec_src_create), (gst_codec_src_class_init),
6169         (gst_codec_src_init), (plugin_init), (playbin_suite):
6170           Add some tests for the missing-plugin stuff.
6171
6172 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6173
6174         * configure.ac:
6175         * gst-libs/gst/Makefile.am:
6176         * gst-libs/gst/utils/Makefile.am:
6177         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
6178         * gst-libs/gst/utils/base-utils.h:
6179         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
6180         (find_format_info), (caps_are_rtp_caps),
6181         (gst_base_utils_get_source_description),
6182         (gst_base_utils_get_sink_description),
6183         (gst_base_utils_get_decoder_description),
6184         (gst_base_utils_get_encoder_description),
6185         (gst_base_utils_get_element_description),
6186         (gst_base_utils_add_codec_description_to_tag_list),
6187         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
6188         * gst-libs/gst/utils/descriptions.h:
6189         * gst-libs/gst/utils/missing-plugins.c:
6190         (missing_structure_get_type), (copy_and_clean_caps),
6191         (gst_missing_uri_source_message_new),
6192         (gst_missing_uri_sink_message_new),
6193         (gst_missing_element_message_new),
6194         (gst_missing_decoder_message_new),
6195         (gst_missing_encoder_message_new),
6196         (missing_structure_get_string_detail),
6197         (missing_structure_get_caps_detail),
6198         (gst_missing_plugin_message_get_installer_detail),
6199         (gst_missing_plugin_message_get_description),
6200         (gst_is_missing_plugin_message):
6201         * gst-libs/gst/utils/missing-plugins.h:
6202           API: add new libgstbaseutils library with functions
6203           - to create and parse missing-plugins messages
6204           - that provide (translated) descriptions for caps/decoders/sources/etc.
6205           Closes #392393.
6206
6207         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6208         * pkgconfig/gstreamer-plugins-base.pc.in:
6209           Add new lib.
6210
6211         * docs/libs/gst-plugins-base-libs-docs.sgml:
6212         * docs/libs/gst-plugins-base-libs-sections.txt:
6213           Generate docs for new lib and API.
6214
6215         * tests/check/Makefile.am:
6216         * tests/check/libs/.cvsignore:
6217         * tests/check/libs/utils.c: (missing_msg_check_getters),
6218         (GST_START_TEST), (libgstbaseutils_suite):
6219           Add some basic unit tests.
6220
6221 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6222
6223         * ext/ogg/Makefile.am:
6224           Dist gstoggdemux.h to fix 'make distcheck'.
6225
6226         * sys/v4l/Makefile.am:
6227           Fix 'make distcheck' even more.
6228
6229 2007-01-09  Wim Taymans  <wim@fluendo.com>
6230
6231         * docs/plugins/Makefile.am:
6232         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6233         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6234         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
6235         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
6236         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
6237         (gst_ogg_demux_perform_seek):
6238         * ext/ogg/gstoggdemux.h:
6239         Added docs.
6240         Add some more comments.
6241         Small cleanups.
6242
6243 2007-01-09  Wim Taymans  <wim@fluendo.com>
6244
6245         * ext/theora/theoradec.c:
6246         * ext/vorbis/vorbisdec.c:
6247         * gst-libs/gst/audio/gstringbuffer.c:
6248         (gst_ring_buffer_commit_full):
6249         * gst-libs/gst/audio/gstringbuffer.h:
6250         * gst-libs/gst/rtp/gstrtpbuffer.c:
6251         * gst-libs/gst/tag/gstvorbistag.c:
6252         Small documentation updates/fixes
6253
6254 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6255
6256         * configure.ac:
6257           Require core CVS HEAD for Andy's basesrc/sink API additions.
6258
6259 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6260
6261         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
6262
6263         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
6264         (plugin_init):
6265           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
6266           on flac.sf.net (there appear to be other versions of the first
6267           ogg page in the wild) (#391365).
6268
6269 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6270
6271         * configure.ac:
6272           Check if localtime_r() is available.
6273
6274         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
6275           If localtime_r() is not available, fall back to localtime(). Should
6276           fix build on MingW (#393310).
6277
6278 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6279
6280         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6281         * gst/subparse/gstsubparse.h:
6282           Remove spurious 1000 subtrahend when calculating the timestamp from
6283           the frame number and the frame rate . Also, use the frames/second
6284           value specified in the first line of the file, if one is specified
6285           there. Should fix #357503.
6286
6287         * tests/check/elements/subparse.c: (do_test),
6288         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
6289         (subparse_suite):
6290           Add some basic unit tests for the microdvd subtitle format.
6291
6292 2007-01-07  Julien MOUTTE  <julien@moutte.net>
6293
6294         Patch by: Young-Ho Cha <ganadist at chollian dot net>
6295
6296         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6297         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
6298         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
6299         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
6300         (gst_xvimagesink_set_xwindow_id),
6301         (gst_xvimagesink_set_event_handling),
6302         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6303         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6304         Fixes: #390076.
6305         Add an adaptor property to select a specific XV adaptor.
6306         * sys/xvimage/xvimagesink.h:
6307
6308 2007-01-07  Julien MOUTTE  <julien@moutte.net>
6309
6310         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6311         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
6312         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
6313         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
6314         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
6315         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
6316         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6317         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
6318         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6319         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
6320         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
6321         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
6322         Use flow_lock much more to protect every access to xwindow.
6323         Try to catch erros while creating images in case some drivers are
6324         just generating an XError when the requested image is too big.
6325         Should fix : #354698, #384008, #384060.
6326         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
6327         Implement some stress testing of setting window xid.
6328
6329 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6330
6331         * win32/common/libgsaudio.def:
6332           Add new exported function.
6333         * win32/common/libgstogg.dsp:
6334           Add gstoggaviparse.c to the build.
6335         * win32/common/libgstvideoscale.dsp:
6336           Add vs_4tap.c to the build.
6337         * win32/common/libgstvorbis.dsp:
6338           Add vorbistag.c to the build.
6339         
6340 2007-01-06  Andy Wingo  <wingo@pobox.com>
6341
6342         * gst-libs/gst/audio/gstbaseaudiosink.c
6343         (gst_base_audio_sink_class_init)
6344         (gst_base_audio_sink_init): 
6345         (gst_base_audio_sink_activate_pull): Add an activate_pull function
6346         to baseaudiosink, and tell basesink that we can work in pull mode.
6347         This way the ring buffer thread drives the pipeline directly, if
6348         pull mode is possible. There is some lingering nastiness regarding
6349         capsnego, however.
6350         (gst_base_audio_sink_callback): Implement the callback to pull
6351         data. This interface is a bit light, though -- it should get a
6352         GstFlowReturn return value at least.
6353
6354 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6355
6356         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
6357         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6358         * gst/playback/gstdecodebin2.c:
6359         (gst_decode_group_check_if_blocked):
6360           Printf format and missing argument fixes.
6361
6362 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
6363
6364         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
6365         (gst_ogm_parse_change_state):
6366         Activate pads before adding them to the element.
6367
6368 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6369
6370         * tests/examples/seek/scrubby.c: (main):
6371         * tests/examples/seek/seek.c: (main):
6372           Call g_thread_init() first thing in main() (see #391278).
6373
6374 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6375
6376         * tests/check/Makefile.am:
6377         * tests/check/libs/.cvsignore:
6378         * tests/check/libs/netbuffer.c: (GST_START_TEST),
6379         (netbuffer_suite):
6380           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
6381           for the time being, since it's broken, see #393099.
6382
6383 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6384
6385         * tests/check/Makefile.am:
6386           Update to use GST_PLUGINS_BASE_CFLAGS as well.
6387
6388 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6389
6390         * configure.ac:
6391           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
6392           so that GST_BASE_CFLAGS can go inbetween them, making sure
6393           we use uninstalled gst-libs headers
6394         * docs/libs/Makefile.am:
6395         * ext/alsa/Makefile.am:
6396         * ext/cdparanoia/Makefile.am:
6397         * ext/gnomevfs/Makefile.am:
6398         * ext/libvisual/Makefile.am:
6399         * ext/ogg/Makefile.am:
6400         * ext/theora/Makefile.am:
6401         * ext/vorbis/Makefile.am:
6402         * gst-libs/gst/audio/Makefile.am:
6403         * gst-libs/gst/cdda/Makefile.am:
6404         * gst-libs/gst/interfaces/Makefile.am:
6405         * gst-libs/gst/riff/Makefile.am:
6406         * gst-libs/gst/rtp/Makefile.am:
6407         * gst-libs/gst/tag/Makefile.am:
6408         * gst/adder/Makefile.am:
6409         * gst/audioconvert/Makefile.am:
6410         * gst/audiorate/Makefile.am:
6411         * gst/audioresample/Makefile.am:
6412         * gst/playback/Makefile.am:
6413         * gst/tcp/Makefile.am:
6414         * gst/videoscale/Makefile.am:
6415         * gst/volume/Makefile.am:
6416         * sys/ximage/Makefile.am:
6417         * sys/xvimage/Makefile.am:
6418         * tests/icles/Makefile.am:
6419           adapt
6420
6421 2007-01-04  Julien MOUTTE  <julien@moutte.net>
6422
6423         * gst-libs/gst/interfaces/xoverlay.c:
6424         (gst_x_overlay_handle_events):
6425         * gst-libs/gst/interfaces/xoverlay.h:
6426         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6427         (gst_ximagesink_set_xwindow_id),
6428         (gst_ximagesink_set_event_handling),
6429         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
6430         (gst_ximagesink_get_property), (gst_ximagesink_init),
6431         (gst_ximagesink_class_init):
6432         * sys/ximage/ximagesink.h:
6433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
6434         (gst_xvimagesink_set_xwindow_id),
6435         (gst_xvimagesink_set_event_handling),
6436         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
6437         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
6438         (gst_xvimagesink_class_init):
6439         * sys/xvimage/xvimagesink.h:
6440         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
6441         Add a method to the XOverlay interface to allow disabling of 
6442         event handling in x[v]imagesink elements. This will let X events
6443         propagate to parent windows which can be usefull in some cases.
6444         Be carefull that the application is then responsible of pushing
6445         navigation events and expose events to the video sink.
6446         Fixes: #387138.
6447
6448 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
6449
6450         * gst-libs/gst/tag/gstvorbistag.c:
6451         * tests/check/libs/tag.c: (GST_START_TEST):
6452           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
6453           (fixes #392070).
6454
6455 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
6456
6457         * configure.ac:
6458         * docs/Makefile.am:
6459         * docs/design/Makefile.am:
6460           Dist design docs.
6461
6462 2006-12-27  Julien MOUTTE  <julien@moutte.net>
6463
6464         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
6465         typo. Fixes: #390063.
6466
6467 2006-12-27  Julien MOUTTE  <julien@moutte.net>
6468
6469         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
6470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
6471         caps leak.
6472         * win32/common/config.h: Updated.
6473
6474 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6475
6476         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
6477         (setup_gdpdepay_streamheader):
6478         * tests/check/elements/gdppay.c: (cleanup_gdppay),
6479         (setup_gdppay_streamheader):
6480           Fix the dp tests, but activating the pads for the streamheader tests
6481           too and cleaning up conditionaly
6482
6483 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
6484
6485         * gst/ffmpegcolorspace/avcodec.h:
6486         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6487         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6488         (gst_ffmpegcsp_avpicture_fill):
6489         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
6490         (img_get_alpha_info):
6491         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
6492         other end of the word. Fixes: #387073.
6493
6494         Add some inconsequential branch hints in a couple of places.
6495
6496 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
6497
6498         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6499         (gst_ffmpeg_caps_to_smpfmt):
6500           The "signed" field in raw audio caps is of boolean type, trying to
6501           extract the value with _get_int() will fail (fix to keep in sync with
6502           the copy in gst-ffmpeg)
6503
6504 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6505
6506         * tests/check/elements/audioresample.c: (cleanup_audioresample):
6507         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
6508         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
6509         (cleanup_gdpdepay):
6510         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
6511         * tests/check/elements/subparse.c: (teardown_subparse):
6512         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
6513         * tests/check/elements/videorate.c: (cleanup_videorate):
6514         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
6515         * tests/check/elements/volume.c: (cleanup_volume):
6516         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
6517         (cleanup_vorbisdec):
6518         * tests/check/elements/vorbistag.c: (setup_vorbistag),
6519         (cleanup_vorbistag):
6520           consistent pad (de)activation
6521
6522 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
6523
6524         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6525           Forgot to register the extensions.
6526
6527 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
6528
6529         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
6530         (plugin_init):
6531           Add typefinder for VIVO files (my christmas present to the 90s).
6532
6533 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6534
6535         * gst/playback/gstdecodebin.c: (type_found):
6536           Special-case the text/plain media type: we only want to recognise it
6537           as a 'raw' decoded media type if it comes from a demuxer or subtitle
6538           parser, but not if the entire stream is of text/plain type. If the
6539           entire stream is text/plain, we should just error out.
6540
6541           This fixes playback of audio files with lyrics in totem. Totem can't
6542           distinguish between text files and subtitle files and passes any
6543           .txt file with the same basename as the main file to playbin as
6544           suburi, and playbin will then throw a 'subtitle found, but no video
6545           stream' error, which isn't entirely helpful. See #380342.
6546
6547           Also, with this change we'll show a slightly more correct error
6548           message in case totem passes a playlist file to us (although a
6549           custom error message wording instead of the default text would
6550           probably not be a bad idea either).
6551
6552           Same problem also needs to be fixed for playbin+decodebin2.
6553
6554         * tests/check/Makefile.am:
6555         * tests/check/elements/decodebin.c: (src_handoff_cb),
6556         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
6557         (decodebin_suite):
6558           Add simple unit test for decodebin for the above.
6559
6560 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6561
6562         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
6563         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
6564           Refuse to change state to READY when we failed to create any of the
6565           required elements in our instance init function.
6566
6567 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
6568
6569         * docs/libs/gst-plugins-base-libs-sections.txt:
6570           Small docs fixes/updates.
6571
6572         * gst-libs/gst/video/gstvideosink.h:
6573           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
6574           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
6575           removed from the base sink API between 0.9.6 and 0.9.7).
6576           API: add GST_VIDEO_SINK_CAST and use it for the height/width
6577           accessor macros, so we don't do a runtime GObject type check every
6578           time we use them.
6579
6580 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6581
6582         * Makefile.am:
6583         * gst-plugins-base.doap:
6584         * gst-plugins-base.spec.in:
6585           add doap file
6586
6587 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6588
6589         Patch by: Jens Granseuer <jensgr at gmx net>
6590
6591         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6592         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6593         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
6594         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
6595         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
6596           Declare variables at the beginning of a block. Fixes #383195.
6597
6598 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
6599
6600         * configure.ac:
6601         Bump version nano - back to CVS.
6602
6603
6604 === release 0.10.11 ===
6605
6606 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
6607
6608         * configure.ac:
6609           releasing 0.10.11, "Dumb things"
6610
6611 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
6612
6613         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
6614         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
6615         Handle the case where an element has multiple pads with 
6616         unfixed caps as well as still possibly producing more dynamic 
6617         pads by storing each case as a distinct entry in the dynamic list.
6618         Fixes #38223 again.
6619
6620 2006-12-04  Wim Taymans  <wim@fluendo.com>
6621
6622         * gst/playback/gstdecodebin.c: (close_pad_link):
6623         Fix #382223, add more dynamic caps handling.
6624
6625 2006-12-04  Wim Taymans  <wim@fluendo.com>
6626
6627         * gst-libs/gst/audio/gstringbuffer.h:
6628         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
6629         (gst_netaddress_set_ip4_interface),
6630         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
6631         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
6632         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
6633         (gst_netaddress_get_ttl):
6634         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6635         * gst/playback/gstdecodebin.c: (close_pad_link):
6636         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
6637         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
6638         * win32/common/config.h:
6639
6640 2006-12-01  Michael Smith  <msmith@fluendo.com>
6641
6642         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6643           Delete bad debug code.
6644           Fixes #381219
6645
6646 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6647
6648         * gst/videoscale/vs_4tap.c:
6649         * win32/MANIFEST:
6650         * win32/common/config.h:
6651         * win32/vs8/libgstvideoscale.vcproj:
6652         Fix compilation on win32 under VS8
6653         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6654         Partially fixes #381175
6655
6656 2006-11-30  Michael Smith  <msmith@fluendo.com>
6657
6658         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
6659         (GST_START_TEST):
6660           It would be very bad if, after a discont buffer, we thought every
6661           single following buffer was also discont. So, add to the test to
6662           ensure that this isn't the case.
6663           
6664         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
6665           ... it was the case. So fix it.
6666
6667 2006-11-28  Wim Taymans  <wim@fluendo.com>
6668
6669         * gst/playback/gstplaybasebin.c: (check_queue_event):
6670         Improve debug.
6671
6672         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
6673         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
6674         padtemplate caps. Refixes #357577.
6675
6676 2006-11-28  Wim Taymans  <wim@fluendo.com>
6677
6678         * gst/playback/gstplaybasebin.c: (check_queue_event),
6679         (queue_threshold_reached), (queue_out_of_data),
6680         (gen_preroll_element):
6681         Add event probe to see when EOS is in a queue and we can disable the
6682         underrun signals. Fixes #357577.
6683
6684 2006-11-28  Edward Hervey  <edward@fluendo.com>
6685
6686         * gst/playback/Makefile.am:
6687         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
6688         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
6689         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
6690         (gst_decode_bin_init), (gst_decode_bin_dispose),
6691         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
6692         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
6693         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
6694         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
6695         (connect_element), (expose_pad), (type_found),
6696         (pad_added_group_cb), (pad_removed_group_cb),
6697         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
6698         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
6699         (are_raw_caps), (multi_queue_overrun_cb),
6700         (multi_queue_underrun_cb), (gst_decode_group_new),
6701         (get_current_group), (group_demuxer_event_probe),
6702         (gst_decode_group_control_demuxer_pad),
6703         (gst_decode_group_control_source_pad),
6704         (gst_decode_group_check_if_blocked),
6705         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
6706         (gst_decode_group_hide), (gst_decode_group_free),
6707         (gst_decode_group_set_complete), (source_pad_blocked_cb),
6708         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
6709         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
6710         (plugin_init):
6711         New decodebin2 element.
6712         Closes #370092
6713         * gst/playback/gstplay-marshal.list:
6714         Added marshallers for new signals in decodebin2
6715         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
6716         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
6717         is set.
6718
6719 2006-11-28  Wim Taymans  <wim@fluendo.com>
6720
6721         * gst/playback/gstplaybasebin.c: (setup_source),
6722         (gst_play_base_bin_change_state):
6723         Disable rtsp:// uris for the release, it's not good enough yet.
6724         Remove unused var.
6725
6726 2006-11-26  Wim Taymans  <wim@fluendo.com>
6727
6728         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6729         (theora_dec_push_forward), (theora_dec_push_reverse),
6730         (theora_handle_data_packet), (theora_dec_decode_buffer),
6731         (theora_dec_flush_decode), (theora_dec_chain_reverse),
6732         (theora_dec_chain_forward), (theora_dec_chain):
6733         Implement reverse playback.
6734
6735         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
6736         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
6737         (vorbis_dec_chain_forward):
6738         Clear buffers used for reverse playback in _reset.
6739         No need to set the eos flag, we clip samples using the segment.
6740
6741 2006-11-24  Wim Taymans  <wim@fluendo.com>
6742
6743         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
6744         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
6745         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
6746         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
6747         Some cleanups.
6748         Handle continued pages in reverse mode.
6749
6750 2006-11-24  Wim Taymans  <wim@fluendo.com>
6751
6752         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
6753         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
6754         (vorbis_dec_flush_decode):
6755         Small cleanups.
6756         Don't try to add invalid timestamps.
6757         Clipping will unref the buffer.
6758
6759 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6760
6761         * gst/adder/gstadder.h:
6762         * gst/audiotestsrc/gstaudiotestsrc.h:
6763           remove obsolete _factory_init protos
6764
6765 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6766
6767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
6768           Fix spacing in debug message.
6769
6770 2006-11-23  Wim Taymans  <wim@fluendo.com>
6771
6772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
6773         (gst_ogg_demux_chain):
6774         Don't just ignore return values from _pad_push().
6775         Small debug improvements.
6776
6777 2006-11-23  Michael Smith  <msmith@fluendo.com>
6778
6779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
6780           If our incoming buffer is marked as DISCONT, then increment the page
6781           number (so that the discontinuity is marked in the final ogg
6782           bitstream) and flush the previous page.
6783
6784 2006-11-22  Michael Smith  <msmith@fluendo.com>
6785
6786         * ext/theora/gsttheoraenc.h:
6787         * ext/theora/theoraenc.c: (gst_theora_enc_init),
6788         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
6789         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
6790         (theora_enc_chain), (theora_enc_change_state):
6791           Mark discontinuities of > 3/4 of a frame, reinit encoder.
6792
6793         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
6794         (GST_START_TEST), (theoraenc_suite):
6795           Enable discontinuity test, fix it.
6796
6797 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
6798
6799         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6800         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
6801         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
6802         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
6803         (gst_text_overlay_change_state):
6804         * ext/pango/gsttextoverlay.h:
6805           Some textoverlay fixes: for one, in the video chain function,
6806           actually wait for a text buffer to come in if there is none at the
6807           moment and there should be one; also, deal more gracefully with
6808           incoming buffers that do not have a timestamp or duration; discard
6809           text buffer when not needed any longer. Fixes #341681.
6810
6811         * tests/check/Makefile.am:
6812         * tests/check/elements/.cvsignore:
6813         * tests/check/elements/textoverlay.c:
6814         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
6815         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
6816         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
6817         (test_video_waits_for_text_send_text_newsegment_thread),
6818         (test_video_waits_for_text_shutdown_element),
6819         (test_render_continuity_push_video_buffers_thread),
6820         (textoverlay_suite):
6821           Add some unit tests for textoverlay.
6822
6823 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
6824
6825         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6826           Avoid integer underflow when the found probability for mp3 is
6827           smaller than the 'penalty' we subtract if there's not a clean
6828           mp3 header sync at offset 0.
6829
6830 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
6831
6832         * docs/libs/gst-plugins-base-libs-sections.txt:
6833           Add some new symbols to the docs
6834
6835 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
6836
6837         * tests/check/Makefile.am:
6838         * tests/check/elements/ffmpegcolorspace.c:
6839         (ffmpegcolorspace_suite):
6840           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
6841           (for now not for valgrinding though, since it takes too long).
6842
6843 2006-11-20  Wim Taymans  <wim@fluendo.com>
6844
6845         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6846         (gst_ffmpeg_pixfmt_to_caps):
6847         Fix RGBA32 caps. Fixes #357038.
6848
6849 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
6850
6851         * gst-libs/gst/interfaces/mixertrack.h:
6852           Add FIXME so we can add some padding here in 0.11
6853
6854 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6855
6856         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
6857           Fix GstBaseRTPAudioPayload structure so the whole GObject
6858           inheritance business actually works (parent class instance structure
6859           must always come first in the derived class instance structure).
6860
6861 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6862
6863         * gst/videotestsrc/Makefile.am:
6864         * tests/check/Makefile.am:
6865           Make sure our checks and the videotestsrc plugin link against the
6866           local uninstalled gst libs and not any installed gst libs that
6867           might happen to exist as well.
6868
6869         * tests/check/elements/adder.c: (message_received),
6870         (test_event_message_received), (test_play_twice_message_received):
6871         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
6872           Fix compiler warnings when compiling against core with disabled
6873           debugging system.
6874
6875 2006-11-16  Michael Smith  <msmith@fluendo.com>
6876
6877         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6878         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
6879           Fix audiorate, so that it accurately sets offsets and timestamps.
6880           Doesn't change the fundamental algorithmic decisions; so should be
6881           safe.
6882
6883         * tests/check/Makefile.am:
6884           Enable audiorate test now that it passes.
6885
6886 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
6887
6888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
6889           clear xv when going to NULL, remove // commented non-existant proto
6890
6891         * tests/examples/seek/seek.c: (main):
6892           add missing tooltip description for scrub and play_scrub
6893
6894 2006-11-14  David Schleef  <ds@schleef.org>
6895
6896         * configure.ac:
6897           Bump liboil requirement to 0.3.8.
6898         * gst-libs/gst/riff/riff-media.c:
6899           Add Dirac fourcc.
6900         * gst/videoscale/vs_image.h:
6901         * gst/videoscale/vs_scanline.h:
6902           Use liboil's stdint.h.
6903         * gst/videotestsrc/videotestsrc.c:
6904           Remove liboil related ifdef's, since they aren't needed now, and
6905           won't work with future versions.
6906
6907 2006-11-14  David Schleef  <ds@schleef.org>
6908
6909         * gst/videoscale/Makefile.am:
6910         * gst/videoscale/gstvideoscale.c:
6911         * gst/videoscale/gstvideoscale.h:
6912         * gst/videoscale/vs_4tap.c:
6913         * gst/videoscale/vs_4tap.h:
6914         * gst/videoscale/vs_image.c:
6915         * gst/videoscale/vs_image.h:
6916         * gst/videoscale/vs_scanline.c:
6917         * gst/videoscale/vs_scanline.h:
6918           Add a 4-tap image scaler.  Theoretically looks much prettier.
6919           The tap calculation could use some improvement.
6920
6921 2006-11-14  Wim Taymans  <wim@fluendo.com>
6922
6923         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
6924
6925         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
6926         (gst_riff_parse_strf_iavs):
6927         * gst/subparse/gstsubparse.c: (convert_encoding):
6928         * gst/tcp/gstmultifdsink.c:
6929         (gst_multi_fd_sink_handle_client_write):
6930         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
6931         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
6932         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
6933         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
6934         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
6935         (gst_ximagesink_ximage_new):
6936         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
6937         Various gsize and gssize printf fixes. Fixes #372507.
6938
6939 2006-11-13  Wim Taymans  <wim@fluendo.com>
6940
6941         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6942         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
6943         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
6944         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
6945         (vorbis_dec_chain_forward), (vorbis_dec_chain):
6946         * ext/vorbis/vorbisdec.h:
6947         First stab at vorbis reverse playback.
6948
6949 2006-11-13  Wim Taymans  <wim@fluendo.com>
6950
6951         * gst-libs/gst/audio/gstbaseaudiosink.c:
6952         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6953         * gst-libs/gst/audio/gstbaseaudiosink.h:
6954         Make the clock sync code more accurate wrt resampling and playback
6955         at different rates.
6956         
6957         * gst-libs/gst/audio/gstringbuffer.c:
6958         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
6959         * gst-libs/gst/audio/gstringbuffer.h:
6960         Use better algorithm to interpolate sample rates. 
6961
6962 2006-11-13  Michael Smith  <msmith@fluendo.com>
6963
6964         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
6965           Improve a debug line slightly.
6966
6967         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
6968           Call gst_riff_init() in plugin_init, to avoid getting errors from
6969           the debug system (unrelated changes to another plugin made this turn
6970           up; not sure why).
6971
6972 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6973
6974         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
6975
6976         * win32/common/libgsttag.def:
6977           Add missing symbol (#366492).
6978
6979 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
6980
6981         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
6982           Don't unref a NULL pad.
6983
6984 2006-11-09  Wim Taymans  <wim@fluendo.com>
6985
6986         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
6987         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
6988         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
6989         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
6990         (gst_ogg_demux_loop):
6991         Implement first stab at reverse playback.
6992
6993 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
6994
6995         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6996         (gst_riff_create_video_template_caps):
6997           add h263/h264 variants to the caps, Fixes #363118
6998
6999 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
7000
7001         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
7002         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
7003           Use g_strerror instead of strerror so we get UTF-8.
7004
7005 2006-11-03  David Schleef  <ds@schleef.org>
7006
7007         * ext/ogg/gstoggdemux.c:
7008         * ext/ogg/gstoggmux.c:
7009           Add/remove KW-DIRAC header here, since it is ogg-specific.
7010
7011 2006-11-03  Michael Smith  <msmith@fluendo.com>
7012
7013         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
7014           Recognise more mpeg4 elementary video streams.
7015
7016 2006-11-02  Edward Hervey  <edward@fluendo.com>
7017
7018         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7019         Lower the probability of mp3 typefinding functions if we don't find a
7020         valid mp3 header at the start of the file.
7021         Closes #369482
7022
7023 2006-11-02  Wim Taymans  <wim@fluendo.com>
7024
7025         * ext/theora/gsttheoradec.h:
7026         * ext/theora/theoradec.c: (gst_theora_dec_init),
7027         (theora_dec_sink_event), (theora_dec_chain_forward),
7028         (theora_dec_flush_decode), (theora_dec_chain_reverse),
7029         (theora_dec_chain):
7030         Document and partially implement an algorithm for doing reverse playback
7031         of theora video.
7032
7033 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7034
7035         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7036
7037         * win32/common/config.h:
7038         * win32/common/interfaces-enumtypes.c:
7039         * win32/common/libgsttag.def:
7040         * win32/vs8/gst-plugins-base.sln:
7041         * win32/vs8/libgstaudioresample.vcproj:
7042         * win32/vs8/libgstinterfaces.vcproj:
7043         * win32/vs8/libgstogg.vcproj:
7044         * win32/vs8/libgstriff.vcproj:
7045         * win32/vs8/libgsttag.vcproj:
7046         * win32/vs8/libgsttheora.vcproj:
7047         * win32/vs8/libgstvideoscale.vcproj:
7048         * win32/vs8/libgstvorbis.vcproj:
7049           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
7050           to libgsttag.def; add missing dependencies for some vs8 projects;
7051           re-arrange placement of .def files in vs8 projects (#366334).
7052
7053 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7054
7055         * ext/ogg/gstogg.c:
7056           Remove unused variable.
7057
7058         * ext/ogg/gstoggdemux.c:
7059           Fix Wim's surname in plugin description.
7060
7061 2006-10-31  Wim Taymans  <wim@fluendo.com>
7062
7063         * gst-plugins-base.spec.in:
7064         spec new .h file. Fixes #368310.
7065
7066 2006-10-31  Michael Smith  <msmith@fluendo.com>
7067
7068         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
7069         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
7070         (gst_multi_fd_sink_get_stats),
7071         (gst_multi_fd_sink_remove_client_link),
7072         (gst_multi_fd_sink_queue_buffer),
7073         (gst_multi_fd_sink_handle_clients):
7074         * gst/tcp/gstmultifdsink.h:
7075           Make using the remove or clear signals threadsafe.
7076           Make calling get-stats with an invalid fd not segfault.
7077           Fixes 368273.
7078
7079 2006-10-31  Wim Taymans  <wim@fluendo.com>
7080
7081         * gst-libs/gst/rtp/Makefile.am:
7082         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7083         (gst_base_rtp_audio_payload_init):
7084         Fix and activate base audio payloader.
7085
7086 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
7087
7088         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
7089         (plugin_init):
7090           Add typefinder for QuickTime Image Files (see #366156).
7091
7092 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
7093
7094         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
7095           Another typo fix (#366212).
7096
7097 2006-10-27  Wim Taymans  <wim@fluendo.com>
7098
7099         * gst/volume/gstvolume.c: (volume_transform_ip):
7100         Use stream time to synchronize volume property instead of rather random
7101         timestamps. This is needed when gnonlin does its time shifting.
7102
7103 2006-10-27  Wim Taymans  <wim@fluendo.com>
7104
7105         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
7106
7107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
7108         Remove the pad from the element in release_pad. Fixes #364812.
7109
7110 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
7111
7112         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
7113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
7114           Explicitly create our custom buffer classes at a thread-safe
7115           location as well, since g_type_class_ref() doesn't seem to be
7116           entirely thread-safe either (#365501; also see #349410).
7117
7118 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7119
7120         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
7121         (gst_riff_parse_info):
7122           If strings in INFO chunk are not UTF-8, do something similar to
7123           what we do for ID3v1 tags: check a number of environment variables
7124           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
7125           character sets to try, otherwise try the current locale and/or fall
7126           back on ISO-8859-1. Fixes #360552.
7127
7128 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
7129
7130         * gst/videotestsrc/gstvideotestsrc.c:
7131         (gst_video_test_src_pattern_get_type),
7132         (gst_video_test_src_set_pattern):
7133         * gst/videotestsrc/gstvideotestsrc.h:
7134         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
7135         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
7136         (gst_video_test_src_checkers8):
7137         * gst/videotestsrc/videotestsrc.h:
7138           Add a bunch of exciting new checkers patterns.
7139
7140 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
7141
7142         * gst/subparse/Makefile.am:
7143         * gst/subparse/gstsubparse.c:
7144         (gst_sub_parse_data_format_autodetect),
7145         (gst_sub_parse_format_autodetect), (handle_buffer),
7146         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
7147         * gst/subparse/gstsubparse.h:
7148         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
7149         (parse_tmplayer):
7150         * gst/subparse/tmplayerparse.h:
7151           Add support for TMPlayer-type subtitles (#362845).
7152
7153         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
7154         (GST_START_TEST), (subparse_suite):
7155           Add some basic unit tests for the above.
7156
7157 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
7158
7159         * tests/check/elements/audiorate.c: (test_injector_base_init),
7160         (test_injector_class_init), (test_injector_chain),
7161         (test_injector_init), (probe_cb), (do_perfect_stream_test),
7162         (GST_START_TEST), (audiorate_suite):
7163           More tests for audiorate: inject buffers to check behaviour when
7164           buffers overlap.
7165
7166 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
7167
7168         * tests/check/Makefile.am:
7169         * tests/check/elements/.cvsignore:
7170         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
7171         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
7172           Add some basic unit tests for audiorate. Disabled at the moment
7173           since it doesn't pass yet (see bug #363119).
7174
7175 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
7176
7177         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
7178         (parse_subrip), (handle_buffer):
7179           Add missing closing tags for markup and fix broken markup,
7180           otherwise pango won't render anything (fixes #357531). Also,
7181           make sure the text we send out is always NUL-terminated
7182           (better safe than sorry etc.).
7183
7184         * tests/check/elements/subparse.c: (test_srt_do_test),
7185         (test_srt):
7186           Some more tests for .srt incl. tests for the above stuff.
7187
7188 2006-10-20  Julien MOUTTE  <julien@moutte.net>
7189
7190         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7192         Patch by: Stefan Kost  <ensonic@users.sf.net>
7193         Try to redraw borders only when needed. Apparently this consumes
7194         resources on small devices... :-O (#363607)
7195
7196 2006-10-20  Michael Smith  <msmith@fluendo.com>
7197
7198         * gst/tcp/gstmultifdsink.c:
7199         (gst_multi_fd_sink_client_queue_buffer):
7200           If caps change, then update the client's idea of the caps so that we
7201           don't end up re-sending streamheaders for every single buffer after
7202           the caps change.
7203
7204 2006-10-20  Michael Smith  <msmith@fluendo.com>
7205
7206         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
7207         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
7208           Set caps on pushed buffers; fix up refcounting of caps objects.
7209
7210 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
7211
7212         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
7213         (plugin_init):
7214           Typefind mmsh header data packet to application/x-mmsh (#362625).
7215
7216 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
7217
7218         * tests/check/Makefile.am:
7219         * tests/check/elements/.cvsignore:
7220         * tests/check/elements/subparse.c: (buffer_from_static_string),
7221         (setup_subparse), (teardown_subparse), (test_srt_do_test),
7222         (GST_START_TEST), (subparse_suite):
7223           Add very simple unit test for subparse.
7224
7225 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
7226
7227         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
7228         (parse_subrip):
7229           Strip trailing newlines from subtitle text output.
7230
7231 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7232
7233         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7234         (gst_sub_parse_change_state):
7235           Fix memleak; clear subparse->textbuf n state change function.
7236
7237 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7238
7239         * gst/subparse/gstsubparse.c:
7240         (gst_sub_parse_data_format_autodetect):
7241           Don't require subrip (.srt) files to start with a chunk number of 1.
7242
7243 2006-10-18  Wim Taymans  <wim@fluendo.com>
7244
7245         * gst-libs/gst/audio/gstbaseaudiosink.c:
7246         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7247         * gst-libs/gst/audio/gstbaseaudiosink.h:
7248         Extract rate from the NEWSEGMENT event.
7249         Use commit_full to also take rate adjustment into account when writing
7250         samples to the ringbuffer.
7251         
7252         * gst-libs/gst/audio/gstringbuffer.c:
7253         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
7254         (gst_ring_buffer_read):
7255         * gst-libs/gst/audio/gstringbuffer.h:
7256         Added _commit_full() to also take rate into account.
7257         Use simple interpolation algorithm to resample audio.
7258         API: gst_ring_buffer_commit_full()
7259
7260         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
7261         * tests/examples/seek/seek.c: (segment_done):
7262         Don't try to seek with 0.0 rate, just pause instead.
7263         Remove bogus debug line.
7264
7265 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7266
7267         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
7268         (setup_source):
7269           Catch async errors when starting up the subtitle bin, so we can
7270           stop waiting and continue with the main film instead of hanging
7271           forever. Fixes #339366.
7272
7273         * tests/check/elements/playbin.c: (playbin_suite):
7274           Enable unit test for the above.
7275
7276 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7277
7278         * tests/check/Makefile.am:
7279         * tests/check/elements/.cvsignore:
7280         * tests/check/elements/playbin.c: (GST_START_TEST),
7281         (gst_red_video_src_uri_get_type),
7282         (gst_red_video_src_uri_get_protocols),
7283         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
7284         (gst_red_video_src_uri_handler_init),
7285         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
7286         (gst_red_video_src_create), (gst_red_video_src_class_init),
7287         (gst_red_video_src_init), (plugin_init), (playbin_suite):
7288           Some small and basic unit tests for playbin; not very useful yet,
7289           but at least a start.
7290
7291 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7292
7293         * gst/playback/gstplaybin.c: (setup_sinks):
7294           The old pad activation spiel.
7295
7296 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7297
7298         * gst/playback/gstplaybasebin.c: (setup_source):
7299           Don't hang forever if the subbin already fails to start up in 
7300           the state change to PAUSED (#339366).
7301
7302 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7303
7304         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
7305         (gst_tuner_set_channel), (gst_tuner_get_channel),
7306         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
7307         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
7308         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
7309         (gst_tuner_find_channel_by_name):
7310           Fix some function guards, add some more function guards.
7311
7312 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
7313
7314         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7315         (remove_element_chain):
7316         Don't return a pad from get_our_ghost_pad unless it is actually the
7317         one we want.
7318         Change a cast in remove_element_chain slightly.
7319
7320 2006-10-13  Julien MOUTTE  <julien@moutte.net>
7321
7322         * tests/examples/seek/seek.c: (do_seek), (start_seek),
7323         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
7324         Segment seeking needs to use the rate and set stop to -1.
7325
7326 2006-10-13  Wim Taymans  <wim@fluendo.com>
7327
7328         * gst-libs/gst/audio/gstbaseaudiosink.c:
7329         (gst_base_audio_sink_setcaps):
7330         Don't crash when ringbuffer is not yet created.
7331         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7332         Fixes #361634.
7333
7334         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
7335         * gst/playback/gststreamselector.c:
7336         (gst_stream_selector_request_new_pad):
7337         Activate pads befre adding them to running elements.
7338
7339 2006-10-13  Julien MOUTTE  <julien@moutte.net>
7340
7341         * tests/examples/seek/seek.c: (do_seek), (start_seek),
7342         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
7343         updater when we start grabing the slider. Don't wait for the
7344         pipeline to be PAUSED.
7345
7346 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7347
7348         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
7349         (gst_mixer_set_volume), (gst_mixer_get_volume),
7350         (gst_mixer_set_mute), (gst_mixer_set_option),
7351         (gst_mixer_get_option), (gst_mixer_mute_toggled),
7352         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
7353         (gst_mixer_option_changed):
7354           Guard mixer interface functions against bogus arguments.
7355
7356 2006-10-12  Julien MOUTTE  <julien@moutte.net>
7357
7358         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
7359         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
7360         (msg_state_changed), (main): Use state-changed messages to trigger
7361         start/stop of scale update timer. Indeed the scale slider was
7362         jumping here and there because the update timer was activated 
7363         before seek completed. This fixes instant applying of rate changes
7364         by pressing the spinbutton like a crazy man !
7365
7366 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7367
7368         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
7369
7370         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7371         (gst_basertppayload_finalize):
7372           Fix two small memory leaks (#361456).
7373
7374 2006-10-10  Julien MOUTTE  <julien@moutte.net>
7375
7376         * tests/examples/seek/seek.c: (do_seek),
7377         (rate_spinbutton_changed_cb): When changing spinbutton we try
7378         to change the rate on the fly.
7379
7380 2006-10-10  Wim Taymans  <wim@fluendo.com>
7381
7382         * gst-libs/gst/riff/riff-ids.h:
7383         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7384         (gst_riff_create_audio_template_caps):
7385         Add WMS caps.
7386
7387 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7388
7389         Patch by: Josep Torra Valles <josep@fluendo.com>
7390
7391         * ext/gnomevfs/gstgnomevfssink.c:
7392         * ext/gnomevfs/gstgnomevfssrc.c:
7393         Fix URI interface implementation return type.
7394         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
7395         Fix what looks like a copy/paste issue when assigning values.
7396         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7397         (gst_audio_filter_template_get_type):
7398         Cast to prevent Forte warnings.
7399         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7400         Fix URI interface implementation return type.
7401         gst_pad_query_position requires a signed integer pointer as
7402         3rd parameter, GstClockTime is unsigned.
7403         * gst/audioconvert/audioconvert.c:
7404         Fix integer overflow when treated as signed.
7405         * gst/audioresample/resample.c: (resample_add_input_data):
7406         Cast to prevent warnings on Forte.
7407         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
7408         Fix integer overflow when treated as signed.
7409         * gst/ffmpegcolorspace/imgconvert_template.h:
7410         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
7411         * gst/playback/gstdecodebin.c: (queue_filled_cb),
7412         (cleanup_decodebin):
7413         Who initialises a guint to -1!
7414         Cast function pointers to prevent warnings on Forte.
7415         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
7416         (queue_threshold_reached):
7417         Cast function pointers correctly to prevent warnings on Forte.
7418         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
7419         Cast function pointers correctly to prevent warnings on Forte.
7420         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
7421         Obvious change to unsigned, 0xEF > max signed char.
7422         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
7423         GstClockTime is unsigned, initialise correctly.
7424         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
7425         Cast so pointer arithemetic doesn't cause warnings on Forte.
7426         * gst/videorate/gstvideorate.c:
7427         Use correct return value.
7428         * tests/examples/seek/scrubby.c:
7429         GstClockTime is unsigned, initialise correctly.
7430
7431 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7432
7433         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
7434
7435         * gst/typefind/gsttypefindfunctions.c:
7436           Recognise XML files and XML-like files shorter than 256 bytes as
7437           well (fixes #359237).
7438
7439 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
7440
7441         Patch by: Renato Filho <renato.filho@indt.org.br>
7442         
7443         * gst/typefind/gsttypefindfunctions.c:
7444         Added typefind functions to video/x-nuv media.
7445         
7446 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
7447
7448         * gst-libs/gst/interfaces/xoverlay.c:
7449         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
7450           Some more guards against invalid input.
7451
7452 2006-10-07  Julien MOUTTE  <julien@moutte.net>
7453
7454         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
7455         Useless goto.
7456         * tests/examples/seek/seek.c: (do_seek),
7457         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
7458         seek example to experiment with rates != 1.0 (reverse playback !)
7459
7460 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
7461
7462         * gst-libs/gst/interfaces/xoverlay.c:
7463           Unref message in doc-example (spotted by Robert McQueen)
7464
7465 2006-10-06  Wim Taymans  <wim@fluendo.com>
7466
7467         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7468         (mpeg1_parse_header), (mpeg1_sys_type_find):
7469         printf fix.
7470
7471 2006-10-06  Wim Taymans  <wim@fluendo.com>
7472
7473         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7474         (close_pad_link):
7475         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
7476         Activate dynamic pads before adding them to the element.
7477
7478 2006-10-06  Michael Smith  <msmith@fluendo.com>
7479
7480         * gst-libs/gst/floatcast/floatcast.h:
7481           Fix obviously-bogus macros; use the correct types.
7482
7483 2006-10-06  Wim Taymans  <wim@fluendo.com>
7484
7485         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7486         (gst_base_rtp_depayload_change_state):
7487         Also call parent state change function to activate pads.
7488
7489         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7490         (mpeg1_parse_header), (mpeg1_sys_type_find):
7491         Add some more debug info in mpeg typefinding.
7492
7493 2006-10-06  Michael Smith  <msmith@fluendo.com>
7494
7495         * ext/theora/theoradec.c: (theora_dec_chain):
7496           Zero byte theora packets are valid and well-defined; don't warn on
7497           them.
7498
7499 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7500
7501         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
7502         (gst_multi_fd_sink_get_stats), (find_limits),
7503         (gst_multi_fd_sink_queue_buffer):
7504           API: add dropped_buffers to the get-stats GValueArray
7505
7506 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7507
7508         * ext/alsa/gstalsadeviceprobe.c:
7509         (gst_alsa_device_property_probe_get_values):
7510         * ext/alsa/gstalsasink.c: (set_hwparams):
7511         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
7512         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
7513         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
7514         (gst_ogg_mux_process_best_pad):
7515         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
7516         (gst_ogg_parse_chain):
7517         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
7518         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7519         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
7520         (gst_vorbis_enc_buffer_check_discontinuous):
7521         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
7522         * gst-libs/gst/audio/gstbaseaudiosink.c:
7523         (gst_base_audio_sink_render):
7524         * gst-libs/gst/cdda/gstcddabasesrc.c:
7525         (gst_cdda_base_src_handle_track_seek):
7526         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7527         (gst_base_rtp_depayload_push_full):
7528         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7529         * gst/audioresample/resample.c: (resample_input_pushthrough):
7530         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
7531         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
7532         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7533         (wavpack_type_find):
7534         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
7535         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7536         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7537         * tests/check/elements/volume.c: (GST_START_TEST):
7538           Printf format fixes.
7539
7540 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7541
7542         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
7543           Fix a simple mistake (see the docs)
7544           Fixes #359580
7545
7546 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7547
7548         * docs/plugins/Makefile.am:
7549         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7550         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7551         * docs/plugins/gst-plugins-base-plugins.args:
7552         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7553         * docs/plugins/inspect/plugin-adder.xml:
7554         * docs/plugins/inspect/plugin-alsa.xml:
7555         * docs/plugins/inspect/plugin-audioconvert.xml:
7556         * docs/plugins/inspect/plugin-audiorate.xml:
7557         * docs/plugins/inspect/plugin-audioresample.xml:
7558         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7559         * docs/plugins/inspect/plugin-cdparanoia.xml:
7560         * docs/plugins/inspect/plugin-decodebin.xml:
7561         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7562         * docs/plugins/inspect/plugin-gdp.xml:
7563         * docs/plugins/inspect/plugin-gnomevfs.xml:
7564         * docs/plugins/inspect/plugin-libvisual.xml:
7565         * docs/plugins/inspect/plugin-ogg.xml:
7566         * docs/plugins/inspect/plugin-pango.xml:
7567         * docs/plugins/inspect/plugin-playbin.xml:
7568         * docs/plugins/inspect/plugin-subparse.xml:
7569         * docs/plugins/inspect/plugin-tcp.xml:
7570         * docs/plugins/inspect/plugin-theora.xml:
7571         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7572         * docs/plugins/inspect/plugin-video4linux.xml:
7573         * docs/plugins/inspect/plugin-videorate.xml:
7574         * docs/plugins/inspect/plugin-videoscale.xml:
7575         * docs/plugins/inspect/plugin-videotestsrc.xml:
7576         * docs/plugins/inspect/plugin-volume.xml:
7577         * docs/plugins/inspect/plugin-vorbis.xml:
7578         * docs/plugins/inspect/plugin-ximagesink.xml:
7579         * docs/plugins/inspect/plugin-xvimagesink.xml:
7580           Add vorbistag element to docs; update version numbers to 0.10.10.1.
7581
7582 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7583
7584         Patch by: James "Doc" Livingston <doclivingston at gmail com>
7585
7586         * ext/vorbis/Makefile.am:
7587         * ext/vorbis/vorbis.c: (plugin_init):
7588         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
7589         (vorbis_parse_parse_packet), (vorbis_parse_chain):
7590         * ext/vorbis/vorbisparse.h:
7591         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
7592         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
7593         (gst_vorbis_tag_parse_packet):
7594         * ext/vorbis/vorbistag.h:
7595           Add new vorbistag element which derives from vorbisparse
7596           and is essentially the same as well, only that it implements
7597           the GstTagSetter interface and can modify the stream's
7598           vorbiscomment on the fly (#335635).
7599
7600         * tests/check/Makefile.am:
7601         * tests/check/elements/.cvsignore:
7602         * tests/check/elements/vorbistag.c: (setup_vorbistag),
7603         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
7604         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
7605         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
7606           Add unit test for new vorbistag element.
7607
7608 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7609
7610         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
7611         (vorbis_parse_push_headers), (vorbis_parse_chain):
7612           Set BOS flag in packet structure to fix 'jump depends
7613           on unitialized value' errors in valgrind; various minor
7614           clean-ups.
7615
7616 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
7617
7618         * gst/playback/gstdecodebin.c: (close_pad_link):
7619         Fix typo in a debug statement.
7620
7621         * gst/playback/gstplaybasebin.c: (probe_triggered),
7622         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
7623         (gen_source_element), (source_new_pad), (analyse_source),
7624         (setup_source):
7625         When handling no_more_pads in new_decoded_pad, make sure to treat
7626         subtitle pads correctly. Fixes playback with subtitle files.
7627
7628         Move a recurring message to LOG level.
7629
7630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
7631         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
7632         which ends up as -1 when cast to an int. Make the logic handle the
7633         max value as an unsigned mask and only change the colorkey when it's
7634         a value we recognise.
7635
7636 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7637
7638         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7639         Removed empty * between paragraphs
7640
7641 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7642
7643         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7644         * gst-libs/gst/rtp/README:
7645         Moved some documentation into .c file
7646
7647 2006-09-29  Wim Taymans  <wim@fluendo.com>
7648
7649         * gst/playback/gstdecodebin.c: (no_more_pads):
7650         Fix compilation.
7651
7652 2006-09-29  Wim Taymans  <wim@fluendo.com>
7653
7654         * gst/playback/gstdecodebin.c: (new_caps):
7655         Remove g_print
7656
7657         * gst/playback/gstplaybin.c:
7658         Add some docs.
7659
7660 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7661
7662         * tests/check/Makefile.am:
7663           Re-enable cddabasesrc test to see if it works again
7664           now.
7665
7666 2006-09-29  Wim Taymans  <wim@fluendo.com>
7667
7668         * gst/playback/gstplaybasebin.c: (setup_subtitle),
7669         (gen_source_element):
7670         Handle invalid URIs a bit more gracefully.
7671
7672 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7673
7674         * tests/check/pipelines/oggmux.c:
7675           Remove obsolete comment.
7676
7677 2006-09-29  Michael Smith  <msmith@fluendo.com>
7678
7679         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
7680         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
7681         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
7682         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
7683         (gst_ogg_mux_collected):
7684           Commit patch from James "Doc" Livingston, adds proper EOS handling
7685           in oggmux. GStreamer can, for the first time ever, create a valid
7686           Ogg file! Yay!
7687
7688         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
7689         (oggmux_suite):
7690           Reenable tests now that they pass.
7691
7692 2006-09-29  Wim Taymans  <wim@fluendo.com>
7693
7694         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
7695         Stop reading commands when EOF (we read 0) as well.
7696
7697 2006-09-28  Wim Taymans  <wim@fluendo.com>
7698
7699         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
7700         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
7701         (find_dynamic), (unlinked), (close_link):
7702         Implement delayed caps linking needed for element with a lot of
7703         different caps on the src pads that get fixed at runtime.
7704         Improve management of dynamic elements.
7705
7706         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7707         (group_destroy), (group_commit), (check_queue), (queue_overrun),
7708         (gen_preroll_element), (remove_groups), (unknown_type),
7709         (add_element_stream), (no_more_pads_full), (no_more_pads),
7710         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
7711         (new_decoded_pad), (setup_subtitle), (array_has_value),
7712         (gen_source_element), (source_new_pad), (has_all_raw_caps),
7713         (analyse_source), (remove_decoders), (make_decoder),
7714         (remove_source), (setup_source), (finish_source), (prepare_output),
7715         (gst_play_base_bin_change_state):
7716         * gst/playback/gstplaybasebin.h:
7717         Use more _CAST instead of full type checking casts.
7718         Small cleanups, plug some leaks.
7719         Handle dynamic sources.
7720         Add some helper functions to create lists of strings used for
7721         blacklisting and other stuff.
7722         Refactor some code dealing with analysing the source.
7723         Re-enable sources without pads (like cd:// or other selfcontained
7724         elements).
7725
7726 2006-09-28  Wim Taymans  <wim@fluendo.com>
7727
7728         * gst-libs/gst/audio/gstbaseaudiosink.c:
7729         (gst_base_audio_sink_render):
7730         When we have a timestamp, we can still perform clipping.
7731         When we have no clock, we must play the sample ASAP.
7732
7733 2006-09-28  Wim Taymans  <wim@fluendo.com>
7734
7735         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7736         Set caps on outgoing buffers.
7737
7738         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7739         (gst_video_rate_event), (gst_video_rate_chain):
7740         * gst/videorate/gstvideorate.h:
7741         Fix videorate some more. Fixes #357977
7742
7743 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
7744
7745         * tests/check/elements/adder.c: (adder_suite):
7746           Don't set timeout to 6 seconds when we're running
7747           in valgrind ... (and how is 6 seconds longer than
7748           the default anyway?)
7749
7750 2006-09-28  Wim Taymans  <wim@fluendo.com>
7751
7752         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
7753         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
7754         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
7755         Keep sink and src segment to keep track of time and support more
7756         input formats.
7757         Fix bogus next_offset and run_time calculation, don't understand how
7758         this could have worked before. Fixes #357976.
7759         Remove some unneeded vars.
7760
7761 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
7762
7763         * gst/playback/gstplaybin.c: (remove_sinks):
7764           Only remove visualisation from visbin if there is a visbin (or:
7765           don't throw warnings when closing totem without playing a file).
7766
7767 2006-09-27  Wim Taymans  <wim@fluendo.com>
7768
7769         * gst-libs/gst/audio/gstbaseaudiosink.c:
7770         (gst_base_audio_sink_render):
7771         Add some more info in a WARNING.
7772
7773         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7774         (gst_base_audio_src_create):
7775         Handle PAUSE in create function, use new -core addition to
7776         wait for playing. Fixes pausing and resuming capture from an
7777         audiosrc.
7778
7779         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
7780         (gst_ring_buffer_read):
7781         Constify some more.
7782         Caller supports interrupted reads now.
7783
7784 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7785
7786         * tests/check/Makefile.am:
7787           Another attempt to make the gen64 buildbot happy.
7788
7789 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
7790
7791         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
7792
7793         * ext/libvisual/visual.c: (gst_visual_clear_actors),
7794         (gst_visual_chain), (gst_visual_change_state):
7795           Libvisual plugin was not passing audio data to libvisual 0.4.0 
7796           correctly. Fixes #357800
7797
7798 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7799
7800         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
7801           Add timeout to _get_state() so we see which pipeline it is
7802           that causes trouble on the gen64 build bot.
7803
7804 2006-09-27  Wim Taymans  <wim@fluendo.com>
7805
7806         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7807         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
7808         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
7809         (gst_base_rtp_depayload_set_gst_timestamp):
7810         the source pad always uses fixed caps.
7811
7812 2006-09-27  Wim Taymans  <wim@fluendo.com>
7813
7814         * docs/libs/gst-plugins-base-libs-docs.sgml:
7815         * docs/libs/gst-plugins-base-libs-sections.txt:
7816         * gst-libs/gst/audio/gstaudioclock.c:
7817         * gst-libs/gst/audio/gstaudioclock.h:
7818         * gst-libs/gst/audio/gstaudiosink.c:
7819         * gst-libs/gst/audio/gstaudiosink.h:
7820         * gst-libs/gst/audio/gstaudiosrc.c:
7821         * gst-libs/gst/audio/gstbaseaudiosink.c:
7822         (gst_base_audio_sink_render):
7823         * gst-libs/gst/audio/gstbaseaudiosink.h:
7824         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
7825         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7826         * gst-libs/gst/audio/gstringbuffer.h:
7827         Added docs for the audio libs.
7828
7829 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7830
7831         * tests/check/Makefile.am:
7832           Temporarily disable test that fails on the bots for unknown reasons.
7833
7834 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7835
7836         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7837         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7838         Moved AudioCodecType into priv
7839         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
7840
7841 2006-09-25  Wim Taymans  <wim@fluendo.com>
7842
7843         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
7844         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
7845         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
7846         (new_pad):
7847         Cleanups and small leak fixes.
7848         Added Depayloaders to valid list of autopluggable elements.
7849
7850 2006-09-25  Wim Taymans  <wim@fluendo.com>
7851
7852         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7853         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
7854         (gen_video_element), (gen_text_element), (gen_audio_element),
7855         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
7856         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
7857         Detect NO_PREROLL state change returns and disable clock distribution to
7858         the sinks so that sync is disabled.
7859         Avoid some type checking and do simple casts instead.
7860         Small cleanups, fix some FIXMEs.
7861         Be more robust when linking user specified elements, catch an report
7862         errors. Fixes #357404.
7863         Fix some leaks in the error paths.
7864
7865 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
7866
7867         * ChangeLog:
7868           ChangeLog surgery for missing bug-number
7869
7870 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7871
7872         Patch by: Peter Kjellerstedt  <pkj at axis com>
7873
7874         * gst/playback/test.c:
7875           Fix compilation with uClibc and -Werror (#357591).
7876
7877 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7878
7879         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7880           Parse dates that are followed by a time as well (#357532).
7881
7882         * tests/check/libs/tag.c: (test_vorbis_tags):
7883           Add unit test for this.
7884
7885 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7886
7887         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7888         (gst_audio_convert_transform_caps):
7889         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
7890         * gst/videotestsrc/videotestsrc.h:
7891           A few array const-ifications.
7892
7893 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7894
7895         * tests/check/Makefile.am:
7896           See if this makes the build bots happy.
7897
7898         * tests/check/libs/cddabasesrc.c:
7899           UTF8-ise my name.
7900
7901 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7902
7903         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7904
7905         * gst/subparse/samiparse.c: (handle_start_font),
7906         (fix_invalid_entities):
7907           More case-insensitivity for certain tags; recognise entities with
7908           decimal codes as special entities as well (#357330).
7909
7910 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7911
7912         * gst-libs/gst/Makefile.am:
7913           Need to build tag directory before cdda.
7914
7915 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7916
7917         * docs/libs/gst-plugins-base-libs-sections.txt:
7918         * gst-libs/gst/cdda/Makefile.am:
7919         * gst-libs/gst/cdda/gstcddabasesrc.c:
7920         (gst_cdda_base_src_base_init):
7921         * gst-libs/gst/cdda/gstcddabasesrc.h:
7922         * gst-libs/gst/tag/tag.h:
7923         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
7924         (gst_tag_register_musicbrainz_tags):
7925           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
7926           depend on libgsttag. This is required so we can extract/read tags like
7927           DISCID without depending on libgstcddabasesrc (which used to register
7928           them).
7929
7930         * gst-libs/gst/tag/gstvorbistag.c:
7931           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
7932           tags (also see #347848).
7933
7934         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
7935           Log vorbis comments we are actually writing. Const-ify array.
7936
7937 2006-09-23  Wim Taymans  <wim@fluendo.com>
7938
7939         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7940         Improve buffering a bit by avoiding a deadlock because we cannot assume
7941         the underrun is always called.
7942
7943 2006-09-23  Wim Taymans  <wim@fluendo.com>
7944
7945         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7946
7947         * gst-libs/gst/riff/riff-ids.h:
7948         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7949         (gst_riff_create_audio_template_caps):
7950         Added MPEG-4 AAC and id and caps. Fixes #357289
7951         Added WMA9 Lossless id.
7952
7953 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7954
7955         * ext/gnomevfs/gstgnomevfssrc.c:
7956           Fix misleading docs addition.
7957
7958         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7959           Get rid of compiler warning the right way.
7960
7961 2006-09-22  Wim Taymans  <wim@fluendo.com>
7962
7963         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7964         (gst_base_rtp_depayload_finalize),
7965         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7966         (gst_base_rtp_depayload_push_full),
7967         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
7968         (gst_base_rtp_depayload_process),
7969         (gst_base_rtp_depayload_set_gst_timestamp),
7970         (gst_base_rtp_depayload_queue_release):
7971         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7972         Small cleanups.
7973         Fix some leaks.
7974         Refactored the process method and added methods to push from the process
7975         vmethod.
7976         Use _scale functions.
7977         API: gst_base_rtp_depayload_push_ts
7978         API: gst_base_rtp_depayload_push
7979
7980         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7981         timestamps are uint.
7982
7983 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
7984
7985         * gst-libs/gst/interfaces/xoverlay.c:
7986           Remove unused statement from doc example.
7987
7988 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
7989
7990         * gst-libs/gst/interfaces/videoorientation.c:
7991         (gst_video_orientation_iface_init),
7992         (gst_video_orientation_get_hflip),
7993         (gst_video_orientation_get_vflip),
7994         (gst_video_orientation_get_hcenter),
7995         (gst_video_orientation_get_vcenter),
7996         (gst_video_orientation_set_hflip),
7997         (gst_video_orientation_set_vflip),
7998         (gst_video_orientation_set_hcenter),
7999         (gst_video_orientation_set_vcenter):
8000           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
8001           in ChangeLog)
8002
8003 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
8004
8005         * tests/check/Makefile.am:
8006         * tests/check/elements/.cvsignore:
8007         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
8008         (create_rgb_conversions), (rgb_conversion_free),
8009         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
8010         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
8011           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
8012           but disable for now since it doesn't pass (something wrong with
8013           RGBA somewhere).
8014
8015 2006-09-21  Wim Taymans  <wim@fluendo.com>
8016
8017         * gst/playback/gstplaybasebin.c: (group_commit),
8018         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
8019         (queue_out_of_data), (gen_preroll_element),
8020         (preroll_remove_overrun), (probe_triggered):
8021         Refactor handling of overrun detection.
8022         Separate handling of group completion and deadlock detection when doing
8023         network buffering. This should fix some deadlocks that were not detected
8024         because the group was completed.
8025         Add more comments, improve debugging.
8026
8027 2006-09-21  Wim Taymans  <wim@fluendo.com>
8028
8029         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
8030         * tests/check/libs/audio.c:
8031         Some more compilation fixes.
8032
8033 2006-09-21  Wim Taymans  <wim@fluendo.com>
8034
8035         * gst-libs/gst/audio/gstringbuffer.c:
8036         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
8037         (gst_ring_buffer_read):
8038         Early morning compilation fix.
8039
8040 2006-09-20  Wim Taymans  <wim@fluendo.com>
8041
8042         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
8043         * tests/check/elements/multifdsink.c: (GST_START_TEST):
8044         * tests/check/elements/videorate.c: (GST_START_TEST):
8045         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
8046         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
8047         Fix some warnings.
8048
8049 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
8050
8051         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8052         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8053         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
8054           Handcrafted merge to help CVS understanding what I changed and what
8055           not.
8056
8057 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
8058
8059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8060         (gst_xvimagesink_get_times):
8061           change colorkey behaviour back according to #354773 comment 6/7
8062
8063 2006-09-19  Michael Smith  <msmith@fluendo.com>
8064
8065         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
8066         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
8067         (gst_multi_fd_sink_recover_client),
8068         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
8069         (gst_multi_fd_sink_get_property):
8070         * gst/tcp/gstmultifdsink.h:
8071           Implement stubbed out properties unit-type, units-soft-max,
8072           units-max, to allow specifying maximum sizes in units other than
8073           buffers.
8074           Fixes #355935
8075
8076 2006-09-19  Wim Taymans  <wim@fluendo.com>
8077
8078         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8079         (gst_riff_create_audio_template_caps):
8080         Reorder the audio formats a bit for clarity.
8081         Detect and create caps for MSGSM and MSN (WAV49).
8082         Fixes #356596.
8083
8084         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8085         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8086         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
8087         Small cleanups, move error handling out of normal flow for clarity.
8088
8089 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8090
8091         * docs/libs/gst-plugins-base-libs-docs.sgml:
8092         * docs/libs/gst-plugins-base-libs.types:
8093         * gst-libs/gst/interfaces/Makefile.am:
8094         * gst-libs/gst/interfaces/videoorientation.c:
8095         (gst_video_orientation_get_type),
8096         (gst_video_orientation_iface_init),
8097         (gst_video_orientation_get_hflip),
8098         (gst_video_orientation_get_vflip),
8099         (gst_video_orientation_get_hcenter),
8100         (gst_video_orientation_get_vcenter),
8101         (gst_video_orientation_set_hflip),
8102         (gst_video_orientation_set_vflip),
8103         (gst_video_orientation_set_hcenter),
8104         (gst_video_orientation_set_vcenter):
8105         * gst-libs/gst/interfaces/videoorientation.h:
8106           API: Add new interface to control video orientation (fixes #354908)
8107
8108 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8109
8110         * gst/videotestsrc/gstvideotestsrc.c:
8111           Use G_UNLIKELY in _create and log one more detail.
8112           
8113         (gst_video_test_src_get_times), (gst_video_test_src_create):
8114         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
8115           Use gst_util_uint64_scale_int in _get_times().
8116
8117 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8118
8119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
8120           Give better warning message (add object and detail).
8121
8122 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8123
8124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8125         (gst_xvimagesink_get_times):
8126           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
8127           #354773), use gst_util_uint64_scale_int in _get_times()
8128
8129 2006-09-18  Michael Smith  <msmith@fluendo.com>
8130
8131         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
8132           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
8133           always true, leading to dropping all timestamps.
8134
8135 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
8136
8137         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
8138         (gst_visual_chain), (gst_visual_change_state):
8139           update to work also with libvisual 0.4 API, fix double unref (#355914)
8140           
8141         * tools/gst-launch-ext.1.in:
8142         * tools/gst-visualise.1.in:
8143           remove references to old man-pages
8144
8145         * tests/examples/seek/seek.c: (main):
8146           add real meadi-buttons, add tool-tips for the seek-options, arrange
8147           seek options in a table
8148
8149 2006-09-18  Michael Smith  <msmith@fluendo.com>
8150
8151         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
8152         (gst_ogg_mux_push_buffer):
8153           Don't generate out-of-order timestamps from oggmux, instead clamp
8154           output timestamps to be >= the previously output ts.
8155           Fixes #355595
8156
8157 2006-09-18  Michael Smith  <msmith@fluendo.com>
8158
8159         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
8160         (gst_multi_fd_sink_class_init):
8161           Updates, fixes, and typo corrections for multifdsink. No functional
8162           changes.
8163
8164 2006-09-17  Michael Smith  <msmith@fluendo.com>
8165
8166         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
8167           Don't crash on truncated files - check that we got an 8 byte buffer
8168           before trying to memcmp it.
8169
8170 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
8171
8172         * gst/playback/gstplaybasebin.c: (get_active_source):
8173           Make stream-switching appear instant to the application
8174           (ie. make sure that a g_object_get on 'current-foo' returns
8175           the stream previously set with g_object_set(). Totem needs
8176           this to update stream-related meta-info (like audio-codec)
8177           correctly when switching streams.
8178
8179 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
8180
8181         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
8182         (gst_alsa_mixer_ensure_track_list):
8183           Try harder to guess which mixer track is the master mixer
8184           track (instead of just taking the first one that has a pvolume).
8185           Fixes #342228.
8186
8187 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8188
8189         reviewed by: <delete if not using a buddy>
8190
8191         * gst-libs/gst/audio/audio.h:
8192         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
8193
8194 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8195
8196         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
8197         (gst_audio_convert_transform_caps):
8198           Get structure-name just once.
8199
8200 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8201
8202         * tests/check/elements/audioresample.c: (GST_START_TEST):
8203         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
8204         * tests/check/elements/volume.c: (GST_START_TEST):
8205         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
8206         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
8207         (test_pipeline), (GST_START_TEST):
8208         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8209         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
8210           Fix big batch of compiler warnings.
8211
8212 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8213
8214         * ext/gnomevfs/gstgnomevfssrc.c:
8215           Add docs about icydemux usage in connection with gnomevfssrc
8216
8217         * ext/libvisual/visual.c:
8218         * ext/ogg/gstoggaviparse.c:
8219         * ext/ogg/gstoggdemux.c:
8220         * ext/ogg/gstoggmux.c:
8221         * ext/ogg/gstoggparse.c:
8222         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8223         * gst-libs/gst/audio/gstaudiosink.c:
8224         * gst-libs/gst/audio/gstaudiosrc.c:
8225         * gst/audiorate/gstaudiorate.c:
8226           More G_OBJECT macro fixing.
8227
8228         * gst/audiotestsrc/gstaudiotestsrc.h:
8229           Fix wrong info in header due to copy & paste
8230
8231 2006-09-15  Wim Taymans  <wim@fluendo.com>
8232
8233         * gst-libs/gst/audio/gstbaseaudiosink.c:
8234         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
8235         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8236         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
8237         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
8238         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
8239         Do the delay calculation in the source/sink base classes as this is
8240         specific for the capture/playback mode.
8241         Try to fixate a bit better, like round depth up to a multiple of 8
8242         bigger than width.
8243         Handle underruns correctly by marking DISCONT on buffers and adjusting
8244         timestamps to handle the gap.
8245         Set offset/offset_end correctly on buffers.
8246
8247         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
8248         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
8249         (gst_ring_buffer_read):
8250         Remove resync and underrun recovery from the ringbuffer.
8251         Fix ringbuffer read code on under/overrun.
8252
8253 2006-09-15  Wim Taymans  <wim@fluendo.com>
8254
8255         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8256         (gst_play_base_bin_init), (fill_buffer), (check_queue),
8257         (queue_threshold_reached), (gst_play_base_bin_set_property),
8258         (gst_play_base_bin_get_property):
8259         * gst/playback/gstplaybasebin.h:
8260         Don't use a 0 low watermark when buffering, it is catching starvation
8261         way too late. Instead, use a 3 second queue with 30 and 95
8262         percent low/high watermarks. 
8263         Added queue-min-threshold property to configure low watermark.
8264         Use new _buffering message API.
8265         Make queue_threshold variable big enough to store a uint64 time value.
8266         API: playbin::queue-min-threshold property.
8267
8268 2006-09-15  Wim Taymans  <wim@fluendo.com>
8269
8270         * configure.ac:
8271         We require 0.10.10.1 now because of _wait_preroll().
8272
8273         * gst-libs/gst/audio/gstbaseaudiosink.c:
8274         (gst_base_audio_sink_render):
8275         Use gst_base_sink_wait_preroll().
8276
8277 2006-09-15  Wim Taymans  <wim@fluendo.com>
8278
8279         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
8280         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
8281         Use DEBUG_OBJECT more.
8282
8283 === release 0.10.10 ===
8284
8285 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8286
8287         patch by: Michael Smith <msmith at fluendo dot com>
8288
8289         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
8290         (gst_multi_fd_sink_client_queue_buffer),
8291         (gst_multi_fd_sink_new_client):
8292         * tests/check/elements/multifdsink.c: (GST_START_TEST),
8293         (multifdsink_suite):
8294           Fix implementation of sync-method 'next-keyframe'
8295           Closes #354594
8296
8297 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8298
8299         patch by: Wim Taymans <wim at fluendo dot com>
8300
8301         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8302         This patch removes the RANDOM flag that was incorrectly introduced with
8303         revision 1.91.  Fixes #354590
8304
8305 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8306
8307         * tests/check/Makefile.am:
8308           Random variation in Makefile line to see if it makes the
8309           gen64-base-full bot any happier.
8310
8311 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8312
8313         * tests/check/pipelines/oggmux.c: (oggmux_suite):
8314           Disable test that fails at the moment (killed after timeout).
8315
8316 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8317
8318         Patch by: James Livingston  <doclivingston at gmail.com>
8319
8320         * tests/check/Makefile.am:
8321         * tests/check/pipelines/.cvsignore:
8322         * tests/check/pipelines/oggmux.c: (get_page_codec),
8323         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
8324         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
8325         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
8326         (test_theora_vorbis), (oggmux_suite):
8327           Add simple unit test for oggmux from #337026 with checking for the
8328           EOS flags disabled for the time being.
8329
8330 2006-09-04  Wim Taymans  <wim@fluendo.com>
8331
8332         patch by: Alessandro Dessina <alessandro nnva org>
8333
8334         * ext/ogg/gstoggmux.c:
8335         Add cmml caps to oggmux. Fixes #353912
8336
8337 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
8338
8339         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
8340           Returning a return value often helps. In this case, we
8341           don't need the return value anyway, so just get rid of it.
8342           Should make build bots much happier.
8343
8344 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
8345
8346         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
8347         (paint_get_structure), (gst_video_test_src_get_size),
8348         (gst_video_test_src_smpte), (gst_video_test_src_snow),
8349         (gst_video_test_src_unicolor), (paint_setup_AYUV),
8350         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
8351         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
8352         * gst/videotestsrc/videotestsrc.h:
8353           Add support for AYUV and the various RGBA formats. Initialise
8354           fields of paintinfo structs allocated on the stack.
8355
8356         * tests/check/elements/videotestsrc.c: (right_shift_colour),
8357         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
8358         (check_rgb_buf), (videotestsrc_suite):
8359           Add unit tests for videotestsrc's RGB output.
8360
8361 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
8362
8363         * gst/videotestsrc/gstvideotestsrc.c:
8364         (gst_video_test_src_pattern_get_type),
8365         (gst_video_test_src_set_pattern):
8366         * gst/videotestsrc/gstvideotestsrc.h:
8367         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
8368         (gst_video_test_src_black), (gst_video_test_src_white),
8369         (gst_video_test_src_red), (gst_video_test_src_green),
8370         (gst_video_test_src_blue):
8371         * gst/videotestsrc/videotestsrc.h:
8372           Add more uni-colour patterns ("white", "red", "green", and "blue").
8373
8374 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
8375
8376         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
8377           Fix stride for YVYU, should be word-aligned (#353658).
8378
8379 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
8380
8381         * gst/adder/gstadder.c: (gst_adder_src_event):
8382           Fix build.
8383
8384 2006-08-31  Edward Hervey  <edward@fluendo.com>
8385
8386         * gst/adder/gstadder.c: (forward_event_func),
8387         (gst_adder_src_event), (gst_adder_collected),
8388         (gst_adder_change_state):
8389         * gst/adder/gstadder.h:
8390         Remember the start position asked in the incoming seeks, so we can
8391         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
8392         of assuming it will always be 0).
8393
8394 2006-08-31  Edward Hervey  <edward@fluendo.com>
8395
8396         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
8397         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
8398         (gst_ogg_demux_loop):
8399         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
8400
8401 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
8402
8403         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8404         (gst_ffmpegcsp_get_unit_size):
8405           Return FALSE instead of returning a random false unit
8406           size when the format isn't known/supported (even if
8407           this shouldn't happen under normal circumstances).
8408
8409 2006-08-29  Wim Taymans  <wim@fluendo.com>
8410
8411         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8412
8413         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
8414         (gst_gnome_vfs_src_start):
8415         Try harder to get the size from a uri by using _info_uri() when
8416         _info_from_handle() does not give us enough info. 
8417         Also follow symlinks when getting the size.
8418         Partially Fixes #332864.
8419
8420 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
8421
8422         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
8423
8424         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8425         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
8426         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
8427         (gst_alsa_mixer_set_record):
8428         * ext/alsa/gstalsamixertrack.c:
8429         (gst_alsa_mixer_track_update_alsa_capabilities),
8430         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
8431         (gst_alsa_mixer_track_update):
8432         * ext/alsa/gstalsamixertrack.h:
8433           Improve and fix mixer track handling, in particular better handling
8434           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
8435           separate track objects for tracks that have both capture and playback
8436           volume (and label them differently as well so they're not mistakenly
8437           assumed to be duplicates); classify mixer tracks that only affect
8438           the audible volume of something (rather than the capture volume)
8439           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
8440           for capture tracks to correspond to alsa-pswitch alsa-cswitch
8441           (following the meaning documented in the mixer interface header
8442           file); add support for alsa's exclusive cswitch groups; update/sync
8443           state/flags better if mixer settings are changed by another
8444           application. Fixes #336075.
8445
8446 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
8447
8448         * gst/playback/gstplaybin.c:
8449           Improve docs: add section about BUFFERING messages sent by playbin.
8450
8451 2006-08-29  Michael Smith  <msmith@fluendo.com>
8452
8453         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
8454         (gst_vorbis_enc_buffer_check_discontinuous),
8455         (gst_vorbis_enc_chain):
8456           Ignore explicit DISCONT marked on buffers (which is often spurious,
8457           particularly when using multiple segments), in favour of solely
8458           using the timestamps/durations.
8459
8460 2006-08-29  Edward Hervey  <edward@fluendo.com>
8461
8462         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8463         Don't rely on incoming buffers offset anymore, since it is completely
8464         broken when using multiple segments.
8465         Instead convert the incoming buffers timestamp to running time, and
8466         then convert that value to the offsets.
8467         Also inform GstSegment of the last outputted stop position, which is
8468         needed if we received several segments with an unknown stop value.
8469
8470 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8471
8472         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
8473           fix buffer unreffing on a header push failure
8474
8475 2006-08-28  Wim Taymans  <wim@fluendo.com>
8476
8477         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
8478         (gst_audio_rate_chain):
8479         Make the metadata of the buffer writable before changing its
8480         flags.
8481
8482 2006-08-28  Wim Taymans  <wim@fluendo.com>
8483
8484         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
8485         (gst_audio_rate_setcaps), (gst_audio_rate_init),
8486         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
8487         (gst_audio_rate_chain), (gst_audio_rate_change_state):
8488         Fix audiorate some more.
8489         Reset and resync counters on flush and READY.
8490         Handle the DISCONT flag correctly.
8491         Use GstSegment to track position.
8492         Fail when not negotiated.
8493         Fixes #353234.
8494
8495 2006-08-25  Michael Smith  <msmith@fluendo.com>
8496
8497         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8498           Fix spelling.
8499           Remove accidently included debug line.
8500
8501 2006-08-25  Wim Taymans  <wim@fluendo.com>
8502
8503         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8504         Small cleanups.
8505         If a buffer is received with no caps, make the buffer metadata
8506         writable and set the caps, making sure that we don't screw up the
8507         refcounts.
8508
8509 2006-08-25  Michael Smith  <msmith@fluendo.com>
8510
8511         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
8512         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
8513           Fix memory leaks and misleading debug messages, add a couple of
8514           comments.
8515
8516         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
8517         (gst_multi_fd_sink_render):
8518           Do not use gst_buffer_make_writable() in a basesink render method,
8519           as it may incorrectly unref the buffer. Instead, use convoluted
8520           dance to avoid copying the buffer except when we need to.
8521
8522 2006-08-25  Michael Smith  <msmith@fluendo.com>
8523
8524         * ext/vorbis/vorbisenc.c:
8525         (gst_vorbis_enc_buffer_check_discontinuous):
8526           Allow very small discontinuities in the timestamps. These we can't
8527           do anything useful with anyway (because vorbis's timestamps have
8528           only sample granularity), and are commonly produced by elements with
8529           minor bugs. Allow up to 1/2 a sample out.
8530           Fixes #351742.
8531
8532 2006-08-24  Wim Taymans  <wim@fluendo.com>
8533
8534         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
8535         (play_scrub_toggle_cb), (main):
8536         Add a checkbox to enable play scrubbing. Makes it possible to disable
8537         normal scrubbing.
8538
8539 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8540
8541         * tests/check/elements/.cvsignore:
8542           make buildbot happy
8543
8544 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8545
8546         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
8547         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
8548         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
8549         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8550         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8551         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
8552         (gst_ogm_text_parse_strip_trailing_zeroes),
8553         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
8554         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
8555           Refactor ogm parse, do better input checking, misc. clean-ups.
8556           Cache incoming events and push them once the source pad has
8557           been created. Don't pass unterminated strings to sscanf().
8558           Strip trailing zeroes from subtitle text output, since they
8559           are not valid UTF-8. Don't push vorbiscomment packets on
8560           the subtitle text pad. Output perfect streams if possible.
8561
8562 2006-08-23  Wim Taymans  <wim@fluendo.com>
8563
8564         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
8565         Waits for tasks to settle down so that we clean up correctly for 
8566         valgrind.
8567
8568 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8569
8570         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
8571           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
8572           actually return return value in taglists_are_equal.
8573
8574 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8575
8576         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8577           Fix crash due to broken bitstream parsing on x86-64: can't make
8578           any assumptions about sizeof(struct) due to alignment/packing
8579           differences on different architectures. Fixes #351790.
8580
8581 2006-08-22  Wim Taymans  <wim@fluendo.com>
8582
8583         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8584         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
8585         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
8586         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
8587         (gst_riff_parse_info):
8588         Protect public functions against bad input.
8589         Do some cleanups.
8590         Fix documentation.
8591
8592 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8593
8594         * gst-libs/gst/riff/riff-ids.h:
8595         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8596           Add voxware audio IDs (even if we can't play it) (#351795).
8597
8598 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8599
8600         * gst-libs/gst/riff/riff-media.c:
8601         (gst_riff_create_video_template_caps),
8602         (gst_riff_create_audio_template_caps),
8603         (gst_riff_create_iavs_template_caps):
8604           Const-ify some arrays and use G_N_ELEMENTS instead
8605           of wasting oodles of RAM on terminator bits.
8606
8607 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8608
8609         * gst-libs/gst/tag/gstvorbistag.c:
8610         (gst_tag_list_to_vorbiscomment_buffer):
8611         * tests/check/libs/tag.c: (GST_START_TEST):
8612           And the same for _to_vorbiscomment_buffer(): allow
8613           id_data_len == 0 for speex.
8614
8615 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8616
8617         * configure.ac:
8618         * docs/plugins/Makefile.am:
8619         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8620         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8621         * docs/plugins/inspect/plugin-gdp.xml:
8622         * gst/gdp/Makefile.am:
8623         * tests/check/Makefile.am:
8624           Move GDP plugin to -base from -bad.  Closes #347783.
8625
8626 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
8627
8628         * gst-libs/gst/tag/gstvorbistag.c:
8629         (gst_tag_list_from_vorbiscomment_buffer):
8630           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
8631           Also add some checks to make sure we don't memcmp() beyond the end of
8632           vorbiscomment buffer if the ID to check for is larger than the buffer.
8633
8634         * tests/check/libs/tag.c: (GST_START_TEST):
8635           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
8636
8637 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
8638
8639         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
8640         (gst_vorbis_enc_set_metadata):
8641           Use vorbis comment utility functions from libgsttag
8642           instead of re-inventing the wheel (partially fixes #347091).
8643
8644 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8645
8646         * tests/check/elements/audioconvert.c: (GST_START_TEST):
8647         Fix leaks. Wait for state transitions that might happen ASYNC, as well
8648         as some that won't.
8649
8650 2006-08-21  Wim Taymans  <wim@fluendo.com>
8651
8652         * docs/libs/Makefile.am:
8653         * docs/libs/gst-plugins-base-libs-sections.txt:
8654         * docs/libs/gst-plugins-base-libs.types:
8655         Don't try to GObject scan the netbuffer as it's not a GObject.
8656         Fixes #351308.
8657
8658         * gst-libs/gst/netbuffer/gstnetbuffer.c:
8659         * gst-libs/gst/netbuffer/gstnetbuffer.h:
8660         Document GstNetBuffer.
8661
8662 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8663
8664         * tests/check/elements/audioconvert.c: (GST_START_TEST),
8665         (audioconvert_suite):
8666           Add testcase for caps-size-explosion
8667
8668 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8669
8670         * gst/audioconvert/gstaudioconvert.c:
8671         (gst_audio_convert_get_unit_size), (set_structure_widths):
8672           Lower debug, use g_assert in _get_unit_size
8673
8674         * gst/audioresample/gstaudioresample.c:
8675         (audioresample_get_unit_size):
8676         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8677         (gst_ffmpegcsp_get_unit_size):
8678         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
8679           use g_assert in _get_unit_size
8680
8681 2006-08-18  Wim Taymans  <wim@fluendo.com>
8682
8683         * docs/libs/gst-plugins-base-libs-sections.txt:
8684         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
8685         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
8686         (gst_rtp_buffer_get_payload_buffer):
8687         * gst-libs/gst/rtp/gstrtpbuffer.h:
8688         Document GstRTPBuffer.
8689         Added function to efficiently strip payload headers.
8690         API: gst_rtp_buffer_get_payload_subbuffer()
8691
8692 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
8693
8694         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
8695         (gst_tag_to_vorbis_comments):
8696           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
8697           tags and deserialise them properly as well (#347091).
8698           Add some more gtk-doc blurbs and also some g_return_if_fail().
8699
8700         * tests/check/libs/tag.c: (GST_START_TEST),
8701         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
8702           More tests.
8703
8704 2006-08-17  Wim Taymans  <wim@fluendo.com>
8705
8706         * ext/ogg/Makefile.am:
8707         * ext/ogg/gstogg.c: (plugin_init):
8708         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
8709         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
8710         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
8711         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
8712         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
8713         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
8714         Added ogg-in-avi parser element. Fixes #140139.
8715
8716         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
8717         Fixed a bug in oggdemux debug code.
8718
8719         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8720         (gst_riff_create_audio_template_caps):
8721         Recognise Ogg in the AVI extensible wave format.
8722
8723 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
8724
8725         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8726           Make buffer durations add up (duration should be next_ts-ts for
8727           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
8728           from CVS.
8729
8730         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
8731         (test_buffer_timestamps), (cddabasesrc_suite):
8732           Add unit test for the above.
8733
8734         * tests/check/Makefile.am:
8735           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
8736           to see what happens.
8737
8738 2006-08-16  Wim Taymans  <wim@fluendo.com>
8739
8740         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
8741         (gst_alsasink_open):
8742         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
8743         (gst_alsasrc_open):
8744         Avoid setting and using a NULL device name.
8745         Print more info when we fail to open a device.
8746
8747 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8748
8749         * docs/libs/gst-plugins-base-libs-sections.txt:
8750         * gst-libs/gst/tag/tag.h:
8751         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
8752           API: add gst_tag_parse_extended_comment() (#351426).
8753
8754         * tests/check/Makefile.am:
8755         * tests/check/libs/.cvsignore:
8756         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
8757           Add unit test for gst_tag_parse_extended_comment().
8758
8759 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8760
8761         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
8762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
8763           Fix leak (#351502).
8764
8765 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8766
8767         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8768         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8769         * docs/plugins/gst-plugins-base-plugins.args:
8770         * gst/playback/gstplaybin.c:
8771           Document playbin.
8772           
8773         * docs/plugins/inspect/plugin-adder.xml:
8774         * docs/plugins/inspect/plugin-alsa.xml:
8775         * docs/plugins/inspect/plugin-audioconvert.xml:
8776         * docs/plugins/inspect/plugin-audiorate.xml:
8777         * docs/plugins/inspect/plugin-audioresample.xml:
8778         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8779         * docs/plugins/inspect/plugin-cdparanoia.xml:
8780         * docs/plugins/inspect/plugin-decodebin.xml:
8781         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8782         * docs/plugins/inspect/plugin-gnomevfs.xml:
8783         * docs/plugins/inspect/plugin-ogg.xml:
8784         * docs/plugins/inspect/plugin-pango.xml:
8785         * docs/plugins/inspect/plugin-playbin.xml:
8786         * docs/plugins/inspect/plugin-subparse.xml:
8787         * docs/plugins/inspect/plugin-tcp.xml:
8788         * docs/plugins/inspect/plugin-theora.xml:
8789         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8790         * docs/plugins/inspect/plugin-video4linux.xml:
8791         * docs/plugins/inspect/plugin-videorate.xml:
8792         * docs/plugins/inspect/plugin-videoscale.xml:
8793         * docs/plugins/inspect/plugin-videotestsrc.xml:
8794         * docs/plugins/inspect/plugin-volume.xml:
8795         * docs/plugins/inspect/plugin-vorbis.xml:
8796         * docs/plugins/inspect/plugin-ximagesink.xml:
8797         * docs/plugins/inspect/plugin-xvimagesink.xml:
8798           Update to CVS version.
8799
8800 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
8801
8802         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8803         (gst_play_bin_set_property), (gst_play_bin_get_property),
8804         (value_list_append_structure_list),
8805         (gst_play_bin_handle_redirect_message),
8806         (gst_play_bin_handle_message):
8807           API: GstPlayBin::connection-speed
8808           Add "connection-speed" property; re-order redirect messages with
8809           multiple redirect locations depending on the minimum bitrate if
8810           that information is available and a connection speed is set
8811           (#350399).
8812
8813 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
8814
8815         * gst/playback/gstplaybin.c:
8816           Update max volume to the same value that the volume element uses.
8817
8818 2006-08-14  Wim Taymans  <wim@fluendo.com>
8819
8820         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8821         Less uglyness..
8822
8823 2006-08-14  Wim Taymans  <wim@fluendo.com>
8824
8825         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
8826         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
8827         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
8828         Add some more debug info.
8829         Don't crash when a seek failed.
8830         Actually return the result of the seek instead of TRUE.
8831         Ignore multiple BOS pages with the same serial so that we don't create
8832         the same stream multiple times.
8833         Post an error when we fail to do the initial seek.
8834
8835 2006-08-13  Wim Taymans  <wim@fluendo.com>
8836
8837         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8838         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
8839         Small code cleanup.
8840
8841         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
8842         (gst_alsa_mixer_new):
8843         Remove hack that always set the device to hw:0*.
8844         Properly find the card name for whatever device was configured.
8845         Do some better debugging.
8846         Fixes #350784.
8847
8848         * ext/alsa/gstalsamixerelement.c:
8849         (gst_alsa_mixer_element_set_property),
8850         (gst_alsa_mixer_element_change_state):
8851         Cleanups.
8852         Handle setting of a NULL device name better.
8853
8854 2006-08-11  Wim Taymans  <wim@fluendo.com>
8855
8856         * gst/adder/gstadder.c:
8857         Don't clip float values. Fixes #350900.
8858
8859 2006-08-11  Andy Wingo  <wingo@pobox.com>
8860
8861         * gst/tcp/gsttcp.c: Really fix the build?
8862
8863         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
8864         fixes the build.
8865
8866 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
8867
8868         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
8869           Float caps shouldn't have a "signed" field.
8870
8871 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
8872
8873         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
8874           Implement SEEKING query in its most basic form, so that we can
8875           at least check if we're seekable or not (#350655).
8876
8877 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
8878
8879         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8880           The checks here are not even close to anything that would
8881           justify MAXIMUM probability, lowering to POSSIBLE until someone
8882           fixes the checks (case at hand: quicktime redirection files
8883           might start with 00 00 01 XX and pass the checks here just
8884           fine, see #350399).
8885
8886 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8887
8888         Patch by: Sjoerd Simons  <sjoerd at luon net>
8889
8890         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
8891           Better detection for multipart/x-mixed-replace: accept leading
8892           whitespaces before the boundary marker as well (as our very own
8893           multipartmux used to produce) (#349068).
8894
8895 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
8896
8897         Patch by: Young-Ho Cha  <ganadist at chollian net>
8898
8899         * gst-libs/gst/riff/riff-ids.h:
8900         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8901         (gst_riff_create_audio_template_caps):
8902           Detect DTS audio streams (#350157).
8903
8904 2006-08-05  Andy Wingo  <wingo@pobox.com>
8905
8906         * ext/theora/gsttheoraparse.h:
8907         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
8908         (theora_parse_dispose, theora_parse_set_property)
8909         (theora_parse_get_property, theora_parse_munge_granulepos)
8910         (theora_parse_push_buffer, theora_parse_change_state):
8911         API: GstTheoraParse::synchronization-points
8912         Add a property 'synchronization-points' to fix badly synchronized oggs.
8913
8914 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8915
8916         * tests/check/Makefile.am:
8917         * tests/check/libs/.cvsignore:
8918         * tests/check/libs/audio.c: (structure_contains_channel_positions),
8919         (fixed_caps_have_channel_positions), (GST_START_TEST),
8920         (audio_suite), (main):
8921           Add a few tests for the channel position stuff in libgstaudio.
8922
8923 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8924
8925         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
8926         (gst_alsa_detect_channels):
8927         * ext/alsa/gstalsasink.c:
8928           Add support for cards that (only) do more than 8 channels,
8929           like the Delta 44 (#345188).
8930
8931         * gst-libs/gst/audio/multichannel.c:
8932         (gst_audio_check_channel_positions):
8933         * gst-libs/gst/audio/multichannel.h:
8934           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
8935           unspecified channel position and cannot be combined with any
8936           of the other audio channel positions; adjust position layout
8937           checks accordingly (#345188).
8938
8939 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8940
8941         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8942           Recognise ancient RealAudio files (see #349779).
8943
8944 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8945
8946         Patch by: Jens Granseuer  <jensgr at gmx net>
8947
8948         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8949           Add typefinder for Interplay's MVE format (#348973).
8950
8951 2006-08-02  Wim Taymans  <wim@fluendo.com>
8952
8953         Patch by: Marcel Moreaux <marcelm at luon dot net>
8954
8955         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8956         (gst_base_rtp_depayload_add_to_queue):
8957         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8958         Handle RTP sequence number rollover.
8959         Disable jitterbuffer by default.
8960
8961 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
8962
8963         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
8964         (audioresample_set_caps):
8965         Don't leak references to the incoming caps. Clean them up when
8966         stopping.
8967
8968         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
8969         (gst_video_scale_finalize):
8970         Don't leak our temporary pixel buffer.
8971
8972         * tests/check/Makefile.am:
8973         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
8974         (GST_START_TEST), (simple_launch_lines_suite):
8975
8976         Fix leaks and re-enable the test for valgrind checking.
8977
8978 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8979
8980         Patch by: Sjoerd Simons  <sjoerd at luon net>
8981
8982         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
8983         (plugin_init):
8984           Add typefind function for multipart/x-mixed-replace (#348916).
8985
8986 2006-07-28  Wim Taymans  <wim@fluendo.com>
8987
8988         * gst/adder/gstadder.c: (gst_adder_setcaps),
8989         (gst_adder_query_duration):
8990         Fix leak in duration query.
8991         Reflow some docs and notes.
8992
8993 2006-07-28  Michael Smith  <msmith@fluendo.com>
8994
8995         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
8996         (vorbisenc_suite):
8997           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
8998           aspect of it.
8999
9000 2006-07-28  Michael Smith  <msmith@fluendo.com>
9001
9002         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
9003         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
9004         (gst_vorbis_enc_push_buffer),
9005         (gst_vorbis_enc_buffer_check_discontinuous),
9006         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
9007         * ext/vorbis/vorbisenc.h:
9008           Handle discontinuities in the input vorbis stream correctly,
9009           so that the output is properly timestamped (and has good granulepos
9010           values). Needs some oggmux fixes too.
9011
9012 2006-07-27  Wim Taymans  <wim@fluendo.com>
9013
9014         patch by: Kai Vehmanen <kv2004 eca cx>
9015
9016         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9017         (gst_base_rtp_depayload_chain),
9018         (gst_base_rtp_depayload_handle_sink_event),
9019         (gst_base_rtp_depayload_change_state):
9020         Don't send multiple newsegments with different formats.
9021         Fixes #348677.
9022
9023 2006-07-26  Wim Taymans  <wim@fluendo.com>
9024
9025         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9026         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
9027         Make seeking in ogg more accurate again by doing the more correct
9028         granuletime to stream time conversion.
9029
9030 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9031
9032         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
9033         (gst_multi_fd_sink_new_client):
9034           debug a little more understandably
9035           do not use goto as a substitute for break, especially if
9036           break is also being used
9037
9038 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9039
9040         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9041         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9042           Remove GLib-2.6 compatibility cruft.
9043
9044 2006-07-24  Wim Taymans  <wim@fluendo.com>
9045
9046         * gst-libs/gst/audio/gstbaseaudiosink.c:
9047         (gst_base_audio_sink_render):
9048         Don't try to align a sample to an unknown value.
9049
9050 2006-07-24  Wim Taymans  <wim@fluendo.com>
9051
9052         * gst-libs/gst/audio/gstbaseaudiosink.c:
9053         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
9054         When the audio clock is slaved to another clock, never try to align
9055         samples but trust the rate interpolation algorithm.
9056
9057 2006-07-24  Wim Taymans  <wim@fluendo.com>
9058
9059         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
9060         Don't try to calculate silence samples, base class does this much
9061         better now.
9062
9063         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9064         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
9065         (gst_ring_buffer_acquire):
9066         Calculate silence samples correctly.
9067
9068         * gst-libs/gst/audio/gstringbuffer.h:
9069         Add _CAST macro.
9070
9071 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
9072
9073         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
9074           Limit search for the first markup tag to the first few kB of
9075           the file. If we don't find one there, it's highly unlikely that
9076           this is an XML(-ish) file.
9077
9078 2006-07-21  Andy Wingo  <wingo@pobox.com>
9079
9080         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
9081         test to the one in vorbisenc. Also commented out.
9082
9083         * tests/check/pipelines/vorbisenc.c: 
9084         (test_discontinuity): New test, commented out until Mike lands
9085         some elite vorbisenc patches.
9086
9087         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
9088         Bufferstraw was actually factored out of these tests. Now we share
9089         code yay.
9090
9091         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
9092         for bufferstraw addition to gstcheck.
9093
9094 2006-07-21  Wim Taymans  <wim@fluendo.com>
9095
9096         * ext/theora/theoradec.c: (clip_buffer):
9097         Better clipping.
9098
9099 2006-07-21  Wim Taymans  <wim@fluendo.com>
9100
9101         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
9102         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
9103         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
9104         Fix leak.
9105         Avoid type casting when we can.
9106
9107         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
9108         Fix mem leak.
9109
9110 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
9111
9112         * ext/alsa/gstalsamixerelement.c:
9113         (gst_alsa_mixer_element_change_state):
9114           Make state change fail if the specified device can't be opened
9115           for some reason.
9116
9117 2006-07-20  Wim Taymans  <wim@fluendo.com>
9118
9119         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9120         (cb_newpad), (main):
9121         Example of a small audio/video player using decodebin.
9122
9123 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9124
9125         * gst-libs/gst/riff/riff-ids.h:
9126           Add 'fact' chunk id
9127
9128 2006-07-19  Wim Taymans  <wim@fluendo.com>
9129
9130         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9131         (gst_base_rtp_depayload_chain),
9132         (gst_base_rtp_depayload_change_state):
9133         Don't assert when not negotiated but post a meaningfull 
9134         error message. Fixes #347918.
9135
9136         * gst-libs/gst/rtp/gstbasertppayload.c:
9137         Add comment about better default MTU size.
9138
9139         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
9140         Small cleanups, start docs.
9141
9142 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9143
9144         Patch by: Martin Szulecki
9145
9146         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
9147           If "device-name" is requested and the device is not
9148           open, try to temporarily open it to obtain this
9149           information (#342494).
9150
9151 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9152
9153         * gst-libs/gst/tag/gstid3tag.c:
9154           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
9155
9156         * gst-libs/gst/tag/gsttageditingprivate.h:
9157         * gst-libs/gst/tag/gstvorbistag.c:
9158           Some more random const-ifications.
9159
9160 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9161
9162         * gst-libs/gst/riff/riff-ids.h:
9163         * gst-libs/gst/riff/riff-media.c:
9164         (gst_riff_create_video_template_caps):
9165           Add more FOURCCs (sort list to make stuff easier to find),
9166           add comment what those 16 bytes in struct _gst_riff_strh according to
9167           one avi-dumper are
9168
9169 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
9170
9171         * gst-libs/gst/audio/multichannel.c:
9172         (gst_audio_check_channel_positions),
9173         (gst_audio_fixate_channel_positions):
9174           Const-ify two arrays.
9175
9176 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
9177
9178         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
9179           Fix typo, so that alsasink also advertises 8 channels
9180           if that's supported (tags: can, worms, open, alsa, ph34r).
9181
9182 2006-07-17  Wim Taymans  <wim@fluendo.com>
9183
9184         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9185         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
9186         *sigh*, when is the compiler going to warn when the comments
9187         are out-of-sync with the code.. Refix case of busted theora
9188         headers with 0 granule pos.
9189
9190 2006-07-14  Wim Taymans  <wim@fluendo.com>
9191
9192         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9193         (gst_base_rtp_depayload_wait),
9194         (gst_base_rtp_depayload_change_state),
9195         (gst_base_rtp_depayload_set_property),
9196         (gst_base_rtp_depayload_get_property):
9197         Fix 99% cpu load by waiting for absolute times on the
9198         clock. Fixes #347300.
9199
9200 2006-07-14  Andy Wingo  <wingo@pobox.com>
9201
9202         * ext/theora/gsttheoraparse.h: 
9203         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
9204         (theora_parse_push_headers, theora_parse_clear_queue)
9205         (theora_parse_drain_queue_prematurely, )
9206         (theora_parse_sink_event, theora_parse_change_state): Queue events
9207         until we initialized our state, like in vorbisparse.
9208
9209         * ext/vorbis/vorbisparse.h: 
9210         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
9211         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
9212         (vorbis_parse_drain_queue_prematurely, )
9213         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
9214         until we have initialized our state. Fixes seeking after an
9215         initial pad block.
9216
9217 2006-07-14  Andy Wingo  <wingo@pobox.com>
9218
9219         Patch by: Iain Holmes <iaingnome@gmail.com>
9220         
9221         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
9222
9223 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
9224
9225         * configure.ac:
9226         Bump nano back to CVS
9227
9228 === release 0.10.9 ===
9229
9230 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
9231
9232         * configure.ac:
9233           releasing 0.10.9, "I walk the line"
9234
9235 2006-07-14  Michael Smith  <msmith@fluendo.com>
9236
9237         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
9238           Move a g_cond_signal to earlier to avoid sometimes deadlocking
9239           (commonly happens when running this test under valgrind) when trying
9240           to remove the buffer probe.
9241
9242 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
9243
9244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9245         Fix missing g_unlock from the previous commit
9246
9247 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
9248
9249         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9250         (gst_ximagesink_change_state):
9251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9252         (gst_xvimagesink_change_state):
9253         Implement a locking order to ensure we always take the object lock
9254         before the x_lock and never vice-versa.
9255
9256 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
9257
9258         * gst/playback/gstdecodebin.c: (find_compatibles):
9259         Fix a caps leak when linking (#347304)
9260
9261         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9262         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
9263         (gst_ximagesink_change_state):
9264         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9265         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
9266         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9267         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
9268         Don't leak shared memory resources. Use the object lock to protect
9269         against the xcontext disappearing while returning a buffer from the
9270         pipeline. (#347304)
9271
9272 2006-07-12  Edward Hervey  <edward@fluendo.com>
9273
9274         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
9275         (vorbis_handle_comment_packet):
9276         gst_tag_list_merge() returns a new object. Take that into account when
9277         using it. This avoids memleak.
9278         Revert previous commit which is not needed.
9279
9280 2006-07-12  Edward Hervey  <edward@fluendo.com>
9281
9282         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
9283         Reset the decoder in finalize so that all fields get cleared.
9284
9285 2006-07-12  Wim Taymans  <wim@fluendo.com>
9286
9287         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9288         (gst_base_audio_src_set_clock),
9289         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
9290         Don't try to post an error message when setting the clock fails
9291         as this can happen when adding an element to a bin which will then
9292         deadlock. Fixes #347296.
9293
9294 2006-07-12  Edward Hervey  <edward@fluendo.com>
9295
9296         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
9297         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
9298         (vorbis_handle_type_packet):
9299         Post tag messages on the bus even if we're not initialized.
9300         If we're not initialized, we still postpone the event pushing of tags.
9301
9302 2006-07-12  Wim Taymans  <wim@fluendo.com>
9303
9304         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
9305         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9306         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
9307         Revert last two changes that broke the freeze.
9308
9309 2006-07-12  Wim Taymans  <wim@fluendo.com>
9310
9311         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
9312         basesink calculates silence sample correctly for us.
9313
9314 2006-07-12  Wim Taymans  <wim@fluendo.com>
9315
9316         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9317         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
9318         Calculate correct silence samples so we don't fill our ringbuffer
9319         with noise.
9320
9321 2006-07-12  Edward Hervey  <edward@fluendo.com>
9322
9323         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9324         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
9325         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
9326         * ext/vorbis/vorbisdec.h:
9327         Delay sending events (newsegment, tags) until the decoder is properly
9328         initialized.
9329         Fixes #347295
9330
9331 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
9332
9333         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
9334         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
9335           Patch from #347221 adding a test for audioconvert
9336           channel remappings.
9337
9338 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9339
9340         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
9341         (gst_ssa_parse_parse_line):
9342           Don't include the terminating NUL in the buffer size,
9343           it's only there for extra paranoia (would add random
9344           '*' characters at the end of each subtitle since the
9345           terminator itself is not valid UTF-8 technically).
9346           Also fix indenting after boilerplate macro.
9347
9348 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9349
9350         * gst/playback/gstdecodebin.c: (close_pad_link):
9351           Also emit 'unknown-type' signal (which should really be
9352           called unhandled-type) if we found potential decoders/demuxers
9353           in the registry but none of them worked in the end (as in the
9354           case where the plugins don't exist any longer but are still
9355           listed in the registry). Fixes #329798.
9356
9357 2006-07-08  Andy Wingo  <wingo@pobox.com>
9358
9359         * theoraparse.c (theora_parse_push_buffer)
9360         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
9361         Add some more debugging. Fix granulepos reconstruction in the face
9362         of discontinuities.
9363
9364 2006-07-06  Wim Taymans  <wim@fluendo.com>
9365
9366         * gst-libs/gst/audio/gstbaseaudiosink.c:
9367         (gst_base_audio_sink_class_init),
9368         (gst_base_audio_sink_provide_clock):
9369         Use gobject_class instead of G_OBJECT_CLASS (klass)
9370
9371         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9372         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
9373         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
9374         (gst_base_audio_src_get_time),
9375         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
9376         (gst_base_audio_src_create_ringbuffer):
9377         Fix latency and buffer-time constants and properties ala basesink.
9378         Implement pull based scheduling. Fixes #346527.
9379         Set default blocksize in GstBaseSrc to 0, we default to pushing out
9380         one segment.
9381         Refuse slaving to another clock instead of silently not working.
9382         Only provide a clock when we are actually able to do so.
9383         Various small cleanups and compiler hints.
9384
9385 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
9386
9387         Patch by: Lutz Mueller <lutz at topfrose de>
9388
9389         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
9390         (plugin_init):
9391           Add typefinding for text/html (#346581).
9392
9393 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
9394
9395         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
9396         (xml_check_first_element), (xml_type_find), (smil_type_find):
9397           Fix SMIL typefinding, make xml_check_first_element() more
9398           useful.
9399
9400 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
9401
9402         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9403         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
9404         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
9405         * gst/playback/gstplaybasebin.h:
9406           Protect list of elements with a subtitle-encoding property and
9407           the subtitle encoding member itself with a lock of their own
9408           instead of using the object lock. This prevents a dead-lock in
9409           the element-remove callback in some circumstances when shutting
9410           down playbin.
9411
9412 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9413
9414         * win32/common/libgsttag.def:
9415         Export some new functions.
9416         * win32/vs6/libgstogg.dsp:
9417         Add a link to libgsttag-0.10.lib.
9418
9419 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9420
9421         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9422           Some const-ification.
9423
9424 2006-07-04  Wim Taymans  <wim@fluendo.com>
9425
9426         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
9427         Improve checking if we are dealing with a stream. Added some
9428         more uris that need buffering.
9429
9430 2006-07-03  Edward Hervey  <edward@fluendo.com>
9431
9432         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
9433         Remove unused variable.
9434
9435 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9436
9437         * Makefile.am:
9438           include lcov.mak
9439         * configure.ac:
9440           add GCOV_LIBS to GST_LIBS
9441
9442 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
9443
9444         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
9445
9446         * ext/alsa/gstalsasrc.c:
9447           Add 32 bps to template caps and increase channels range
9448           from [1,2] to [1,MAX]. See #346326.
9449
9450 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9451
9452         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9453           Recognise 'WMVA' video codec fourcc (#345879).
9454           
9455 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9456          
9457         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
9458           Fixed nasty memory leak
9459
9460 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9461
9462         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
9463         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
9464           fix logging
9465
9466 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
9467
9468         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9469         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
9470         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
9471         Protect remove_fakesink using a mutex, so that we don't try and
9472         remove the fakesink simultaneously from multiple threads.
9473
9474         When going from READY to PAUSED, restore the fakesink, so that
9475         it is there when decodebin gets reused.
9476
9477 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
9478
9479         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9480         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9481         * gst-libs/gst/rtp/gstbasertppayload.c:
9482         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9483         * gst/tcp/gstmultifdsink.c:
9484         * gst/tcp/gsttcpclientsink.c:
9485         * gst/tcp/gsttcpclientsrc.c:
9486         * gst/tcp/gsttcpserversink.c:
9487         * gst/tcp/gsttcpserversrc.c:
9488         * gst/videorate/gstvideorate.c:
9489         * gst/videotestsrc/gstvideotestsrc.c:
9490         * sys/v4l/gstv4ljpegsrc.c:
9491         * sys/v4l/gstv4lmjpegsink.c:
9492         * sys/v4l/gstv4lsrc.c:
9493         * tests/examples/seek/scrubby.c:
9494         * tests/examples/seek/seek.c:
9495           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
9496
9497 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9498
9499         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
9500           Second field in GEnumValue shouldn't be a description,
9501           but a stringified version of the enum value.
9502
9503 2006-06-22  Wim Taymans  <wim@fluendo.com>
9504
9505         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9506         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
9507         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9508         Avoid type checking in buffer casts.
9509         Avoid caps copy in buffer_alloc when we can.
9510         Use pad_peer_accept.
9511
9512 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9513
9514         * gst-libs/gst/tag/tag.h:
9515           Oops, make that 'Since: 0.10.9'.
9516
9517 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9518
9519         * docs/libs/gst-plugins-base-libs-sections.txt:
9520         * gst-libs/gst/tag/tag.h:
9521         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
9522         (gst_tag_image_type_get_type):
9523           API: add GstTagImageType enum to describe images contained
9524           in image tags (#345641).
9525
9526 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9527
9528         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
9529           Fix warnings with gst-inspect: "buffers-min" property
9530           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
9531           typo in property description.
9532
9533 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9534
9535         Patch by: Cody Russell <bratsche at gnome org>
9536
9537         * gst/audioresample/gstaudioresample.c:
9538         (gst_audioresample_class_init):
9539         * gst/playback/gststreamselector.c:
9540         (gst_stream_selector_class_init):
9541         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
9542         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
9543         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
9544         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
9545         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
9546         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
9547         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
9548         * gst/videotestsrc/gstvideotestsrc.c:
9549         (gst_video_test_src_class_init):
9550         * gst/volume/gstvolume.c: (gst_volume_class_init):
9551           Avoid unnecessary class cast check in class_init
9552           functions (#337747).
9553
9554 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
9555
9556         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
9557         (gst_text_overlay_video_chain):
9558           g_markup_escape_text() REALLY doesn't like non-UTF8 input
9559           and doesn't validate its input either (and neither did
9560           textoverlay it seems). Let's do that then and fix #345206.
9561
9562 2006-06-19  Wim Taymans  <wim@fluendo.com>
9563
9564         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9565         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
9566         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
9567         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
9568         (find_syncframe), (find_limits), (assign_value),
9569         (count_burst_unit), (gst_multi_fd_sink_new_client),
9570         (gst_multi_fd_sink_handle_client_write),
9571         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
9572         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
9573         (gst_multi_fd_sink_change_state):
9574         * gst/tcp/gstmultifdsink.h:
9575         Added shiny new burst-on-connect methods.
9576         Add properties to control the minimal amount of data queued.
9577         Small cleanups.
9578         API: bytes-min property
9579         API: time-min property
9580         API: buffers-min property
9581         API: burst-unit property
9582         API: burst-value property
9583         API: add-full signal
9584
9585         * gst/tcp/gsttcp-marshal.list:
9586         Added new marshaller code for the new signal.
9587
9588         * tests/check/elements/multifdsink.c: (GST_START_TEST),
9589         (multifdsink_suite):
9590         Added testcases for new burst methods.
9591
9592 2006-06-19  Edward Hervey  <edward@fluendo.com>
9593
9594         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
9595         Implement clipping for accurate seeking.
9596         Closes #345225
9597
9598 2006-06-19  Wim Taymans  <wim@fluendo.com>
9599
9600         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
9601
9602         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
9603         (gst_video_scale_transform):
9604         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
9605
9606 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9607
9608         * configure.ac:
9609           Fix --disable-external (can't set conditionals conditionally,
9610           #343602).
9611
9612 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9613
9614         * tests/check/elements/audioresample.c: (test_reuse),
9615         (audioresample_suite):
9616           Add test case for bug #342789 fixed below.
9617
9618 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9619
9620         * gst/audioresample/gstaudioresample.c:
9621         (gst_audioresample_class_init), (gst_audioresample_init),
9622         (audioresample_start), (audioresample_stop),
9623         (gst_audioresample_set_property), (gst_audioresample_get_property):
9624           Implement GstBaseTransform::start and ::stop so that audioresample
9625           can clear its internal state properly and be reused instead of
9626           causing non-negotiated errors with playbin under some circumstances
9627           (#342789).
9628
9629         * tests/check/elements/audioresample.c: (setup_audioresample),
9630         (cleanup_audioresample):
9631           Need to set element state here so that ::start and ::stop are
9632           called.
9633
9634 2006-06-16  Wim Taymans  <wim@fluendo.com>
9635
9636         Patch by: Young-Ho Cha <ganadist at chollian dot net>
9637
9638         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
9639         Parse extra data better, apparently it's right behind
9640         the normal strf header size. Fixes #343500.
9641
9642 2006-06-16  Wim Taymans  <wim@fluendo.com>
9643
9644         * ext/alsa/gstalsasink.c: (set_hwparams):
9645         If we fail to set the buffer_time and period_time alsa
9646         parameters, post a warning and leave alsa select a 
9647         default instead of failing. Fixes #342085
9648
9649 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9650
9651         * docs/libs/gst-plugins-base-libs-sections.txt:
9652         * gst-libs/gst/cdda/gstcddabasesrc.h:
9653           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
9654           out in the header file and shouldn't be listed in the docs.
9655
9656         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9657           Must dereference pointer to fourcc in the debug statement.
9658
9659 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
9660
9661         * docs/libs/Makefile.am:
9662         * docs/libs/gst-plugins-base-libs-docs.sgml:
9663         * docs/libs/gst-plugins-base-libs-sections.txt:
9664         * docs/libs/gst-plugins-base-libs.types:
9665         add remaining symbols into correct setions
9666         
9667         * gst-libs/gst/audio/gstringbuffer.c:
9668         fix incomplete docs
9669         
9670         * gst-libs/gst/audio/gstringbuffer.h:
9671         comment out not yet implemented function
9672         
9673         
9674         * gst-libs/gst/floatcast/floatcast.h:
9675         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9676         add short descriptions
9677         
9678         
9679         * gst-libs/gst/interfaces/propertyprobe.c:
9680         fix return value docs   
9681         
9682         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9683         simplify debug logging
9684         
9685         * gst-libs/gst/riff/riff-read.h:
9686         sync function prototype and docs
9687         
9688         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9689         remove left over symbol
9690
9691 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9692
9693         * autogen.sh:
9694         * configure.ac:
9695         * docs/Makefile.am:
9696           Use GST_PLUGIN_DOCS macro in configure.ac, add
9697           --enable-plugin-docs default to autogen.sh and use
9698           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
9699
9700 2006-06-15  Wim Taymans  <wim@fluendo.com>
9701
9702         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
9703         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
9704         (gst_ogg_demux_loop):
9705         Combine GstFlowReturn from the source pads to give a
9706         meaningfull result to the upstream peer or to stop the
9707         processing task in case of errors.
9708
9709 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9710
9711         * gst/playback/gststreaminfo.c: (cb_probe):
9712           Try GST_TAG_CODEC as fallback when extracting the
9713           codec name; more debug info.
9714
9715 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9716
9717         * ext/ogg/Makefile.am:
9718         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9719           Extract language tags from ogm subtitle streams, so that
9720           the subtitle menu choices are labelled correctly in
9721           Totem (fixes #344708).
9722
9723 2006-06-14  Wim Taymans  <wim@fluendo.com>
9724
9725         Patch by: Alessandro Decina <alessandro at nnva dot org>
9726
9727         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
9728         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
9729         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
9730         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
9731         Fix various leaks. Fixes #343699.
9732         Add x-smoke mime type.
9733
9734 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9735
9736         * gst-libs/gst/riff/riff-ids.h:
9737           Add IDs for 'bext' chunks (see #343837).
9738
9739 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9740
9741         Patch by: Young-Ho Cha  <ganadist at chollian net>
9742
9743         * gst/subparse/samiparse.c: (sami_context_pop_state),
9744         (handle_start_font), (end_sami_element):
9745           Honour font face tags in SAMI subtitles (#344503).
9746
9747 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9748
9749         * po/POTFILES.in:
9750           add missing files containing translatable strings
9751
9752 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9753
9754         * docs/libs/tmpl/.cvsignore:
9755           we don't want those *.sgml files in CVS either
9756
9757 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9758
9759         * docs/libs/.cvsignore:
9760         * tests/check/elements/.cvsignore:
9761         * tests/check/libs/.cvsignore:
9762           ignore more
9763
9764 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9765
9766         * docs/libs/Makefile.am:
9767           also commiting the changed Makefile.am (added more libs to the
9768           doc-build)
9769
9770 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9771
9772         * docs/libs/gst-plugins-base-libs-docs.sgml:
9773         * docs/libs/gst-plugins-base-libs-sections.txt:
9774         * docs/libs/gst-plugins-base-libs.types:
9775           first batch of reordering things, add index & hierarchy
9776
9777 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9778
9779         * configure.ac:
9780           use GST_PKG_CHECK_MODULES, cleans up output
9781
9782 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
9783
9784         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
9785           Add support for burn:// URIs (#343385); const-ify things a bit,
9786           use G_N_ELEMENTS instead of hard-coded array size.
9787
9788 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
9789
9790         Patch by: Young-Ho Cha  <ganadist at chollian net>
9791
9792         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
9793           Fix up broken entities before passing them to libxml *sigh*.
9794           (#343303).
9795           
9796 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9797
9798         * configure.ac:
9799           back to TRUNK
9800
9801 === release 0.10.8 ===
9802
9803 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
9804
9805         * configure.ac:
9806           releasing 0.10.8, "Moar gij ziet mij nie"
9807
9808 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9809
9810         * configure.ac:
9811         * po/af.po:
9812         * po/az.po:
9813         * po/cs.po:
9814         * po/en_GB.po:
9815         * po/hu.po:
9816         * po/it.po:
9817         * po/nb.po:
9818         * po/nl.po:
9819         * po/or.po:
9820         * po/sq.po:
9821         * po/sr.po:
9822         * po/sv.po:
9823         * po/uk.po:
9824         * po/vi.po:
9825         * win32/common/config.h:
9826           0.10.7.2 prerelease
9827
9828 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9829
9830         * docs/libs/tmpl/gstaudio.sgml:
9831         * docs/libs/tmpl/gstcolorbalance.sgml:
9832         * docs/libs/tmpl/gstmixer.sgml:
9833         * docs/libs/tmpl/gstringbuffer.sgml:
9834         * docs/libs/tmpl/gsttuner.sgml:
9835         * docs/libs/tmpl/gstxoverlay.sgml:
9836         * gst-libs/gst/audio/audio.c:
9837         * gst-libs/gst/audio/gstringbuffer.c:
9838         * gst-libs/gst/interfaces/colorbalance.c:
9839         * gst-libs/gst/interfaces/mixer.c:
9840         * gst-libs/gst/interfaces/tuner.c:
9841         * gst-libs/gst/interfaces/xoverlay.c:
9842           move last template doc snippets to source code and delete them
9843
9844 2006-06-06  Michael Smith  <msmith@fluendo.com>
9845
9846         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
9847         (theora_parse_drain_queue):
9848           Mark DELTA_UNIT on non-keyframes.
9849
9850 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
9851
9852         * gst-libs/gst/audio/gstbaseaudiosink.c:
9853         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
9854         * gst-libs/gst/audio/gstbaseaudiosink.h:
9855         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
9856         (gst_ring_buffer_samples_done):
9857         * gst-libs/gst/audio/gstringbuffer.h:
9858         Document better the fact that latency_time and buffer_time are values
9859         stored in microseconds, and not the usual GStreamer nanoseconds.
9860         Change the variables (compatibly) that store them from GstClockTime 
9861         to guint64 to make it more clear that they're not storing clock times.
9862         Also, remove the bogus property description that says the user can
9863         specify -1 to get the default value, since that's never been the case.
9864
9865         When computing the default segment size for the ring buffer, make it
9866         an integer number of samples.
9867
9868         When the sub-class indicates a delay greater than the number of
9869         samples we've written return 0 from the audio sink get_time method.
9870
9871 2006-06-02  Michael Smith  <msmith@fluendo.com>
9872
9873         * tests/check/elements/audioconvert.c: (set_channel_positions),
9874         (get_float_mc_caps), (get_int_mc_caps):
9875         * tests/check/elements/audioresample.c:
9876         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
9877         * tests/check/elements/videorate.c:
9878         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
9879         * tests/check/elements/volume.c:
9880         * tests/check/elements/vorbisdec.c:
9881         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
9882           Don't busy-wait in tests; this was causing test timeouts very
9883           frequently when running under valgrind.
9884
9885 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9886
9887         * gst/tcp/README:
9888         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
9889         (gst_multi_fd_sink_remove_client_link),
9890         (gst_multi_fd_sink_client_queue_caps),
9891         (gst_multi_fd_sink_client_queue_buffer),
9892         (gst_multi_fd_sink_handle_client_write),
9893         (gst_multi_fd_sink_render):
9894         * gst/tcp/gstmultifdsink.h:
9895           make multifdsink properly deal with streamheader:
9896           - streamheader is taken from caps
9897           - buffers marked with IN_CAPS are not sent
9898           - streamheaders are sent, on connection, from the caps of the
9899             buffer where the client gets positioned to
9900           - further streamheader changes are done every time the client
9901             will receive a buffer with different caps
9902         * tests/check/elements/multifdsink.c: (GST_START_TEST),
9903         (gst_multifdsink_create_streamheader):
9904           add tests for this
9905
9906 2006-06-02  Michael Smith  <msmith@fluendo.com>
9907
9908         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
9909           Reinstate limit on channel count. Vorbis does not define the meaning
9910           of > 6 channels, so they're just independent channels. Gstreamer
9911           currently has no mechanism to represent N independent channels.
9912
9913 2006-06-02  Michael Smith  <msmith@fluendo.com>
9914
9915         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
9916           Don't arbitrarily restrict channel counts and rate in vorbis.
9917           In terms of effects likely on real-world files, this fixes 96kHz
9918           playback of vorbis.
9919
9920 2006-06-02  Michael Smith  <msmith@fluendo.com>
9921
9922         * gst/audioconvert/audioconvert.c: (float):
9923           More correct float->int conversion.
9924
9925 2006-06-02  Michael Smith  <msmith@fluendo.com>
9926
9927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
9928           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
9929           value. Fixes g-critical on trying to play back ogg containing
9930           unknown codec.
9931
9932 2006-06-02  Wim Taymans  <wim@fluendo.com>
9933
9934         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
9935         (setup_source):
9936         * gst/playback/gstplaybasebin.h:
9937         Make the subtitle detection work from any thread so we don't
9938         deadlock. Fixes #343397.
9939
9940 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9941
9942         * gst/volume/Makefile.am:
9943           Seriously, it's not *that* hard to get compilation right.  Even
9944           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
9945
9946 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9947
9948         * gst/volume/gstvolume.c: (volume_choose_func),
9949         (volume_update_real_volume), (gst_volume_class_init),
9950         (gst_volume_init), (volume_process_float), (volume_process_int16),
9951         (volume_process_int16_clamp), (volume_set_caps),
9952         (volume_transform_ip), (plugin_init):
9953         * gst/volume/gstvolume.h:
9954         rewrite the passthrough check, split _int16 and _int16_clamp, fix
9955         another property desc., remove unused param from process function
9956         
9957         * tests/check/elements/volume.c: (volume_suite):
9958         reactivate the passthrough test
9959
9960 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9961
9962         * ext/alsa/gstalsamixerelement.h:
9963         * ext/alsa/gstalsamixeroptions.h:
9964         * ext/alsa/gstalsamixertrack.h:
9965         * ext/gnomevfs/gstgnomevfssink.h:
9966         * ext/gnomevfs/gstgnomevfssrc.h:
9967         * ext/theora/gsttheoradec.h:
9968         * ext/theora/gsttheoraenc.h:
9969         * ext/theora/gsttheoraparse.h:
9970         * ext/vorbis/vorbisparse.h:
9971         * gst-libs/gst/audio/gstaudioclock.h:
9972         * gst-libs/gst/audio/gstaudiofilter.h:
9973         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9974         * gst/audioconvert/gstaudioconvert.h:
9975         * gst/audioresample/gstaudioresample.h:
9976         * gst/audiotestsrc/gstaudiotestsrc.h:
9977         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
9978         * gst/playback/gststreamselector.h:
9979         * gst/tcp/gstmultifdsink.h:
9980         * gst/tcp/gsttcpclientsink.h:
9981         * gst/tcp/gsttcpclientsrc.h:
9982         * gst/tcp/gsttcpserversink.h:
9983         * gst/tcp/gsttcpserversrc.h:
9984         * gst/videorate/gstvideorate.h:
9985         * gst/videoscale/gstvideoscale.h:
9986         * gst/videotestsrc/gstvideotestsrc.h:
9987         * gst/volume/gstvolume.h:
9988         * sys/v4l/gstv4ljpegsrc.h:
9989         * sys/v4l/gstv4lmjpegsink.h:
9990         * sys/v4l/gstv4lmjpegsrc.h:
9991         * sys/v4l/gstv4lsrc.h:
9992         * sys/ximage/ximagesink.h:
9993         * sys/xvimage/xvimagesink.h:
9994         * tests/old/testsuite/alsa/sinesrc.h:
9995         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9996
9997 2006-05-31  Wim Taymans  <wim@fluendo.com>
9998
9999         * ext/libvisual/visual.c: (gst_visual_reset),
10000         (gst_visual_sink_setcaps), (gst_visual_sink_event),
10001         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
10002         Handle DISCONT.
10003         Use running time before doing QoS.
10004         Handle mono too.
10005
10006 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10007
10008         * docs/libs/Makefile.am:
10009           set a magic variable to indicate we know the docs are incomplete
10010
10011 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10012
10013         * win32/common/libgstvideo.def:
10014           export gst_video_calculate_display_ratio
10015         * win32/vs6/libgstvideoscale.dsp:
10016           add link to libgstvideo-0.10.lib
10017
10018 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10019
10020         * gst/playback/gstplaybasebin.c: (gen_source_element):
10021           Throw a more comprehensible error for rtsp:// URIs (rather
10022           than erroring out with a negotiation error later on) until
10023           we fix playbin to handle rtspsrc etc.
10024
10025 2006-05-30  Wim Taymans  <wim@fluendo.com>
10026
10027         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10028         (gst_text_overlay_text_event):
10029         Added some FIXMEs.
10030
10031 2006-05-30  Wim Taymans  <wim@fluendo.com>
10032
10033         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
10034         (gst_adder_request_new_pad), (gst_adder_release_pad):
10035         * gst/adder/gstadder.h:
10036         Implement release_request_pad.
10037         Make padcounter atomic.
10038
10039         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
10040         Added check for release_pad in adder.
10041
10042 2006-05-30  Wim Taymans  <wim@fluendo.com>
10043
10044         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
10045         Fix build again.
10046
10047 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10048
10049         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10050         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
10051         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10052         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
10053         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
10054         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
10055         (gst_ogg_demux_bisect_forward_serialno),
10056         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
10057         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
10058           add more debugging
10059           clean up printf formats for granulepos and serialno
10060
10061 2006-05-30  Michael Smith  <msmith@fluendo.com>
10062
10063         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
10064         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
10065         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
10066         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
10067         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
10068         * ext/vorbis/vorbisenc.h:
10069           Multi-channel caps negotiation, so we can do proper multichannel
10070           vorbis encoding, negotiated through audioconvert.
10071
10072 2006-05-30  Wim Taymans  <wim@fluendo.com>
10073
10074         * tests/check/elements/adder.c: (test_event_message_received),
10075         (test_play_twice_message_received), (GST_START_TEST),
10076         (adder_suite):
10077         Added check to show that #339935 is fixed with ongoing
10078         adder and collectpads fixes.
10079
10080 2006-05-29  Wim Taymans  <wim@fluendo.com>
10081
10082         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
10083         Don't leak pad name.
10084
10085 2006-05-29  Wim Taymans  <wim@fluendo.com>
10086
10087         * gst/adder/gstadder.c: (gst_adder_query_duration),
10088         (forward_event_func), (forward_event), (gst_adder_src_event):
10089         Fix adder seeking.
10090         Make query/seeking code threadsafe.
10091
10092         * tests/check/Makefile.am:
10093         * tests/check/elements/adder.c: (test_event_message_received),
10094         (GST_START_TEST), (test_play_twice_message_received):
10095         Fix adder test case.
10096
10097 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
10098
10099         Patch by: Young-Ho Cha  <ganadist at chollian net>
10100
10101         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10102         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10103         (set_encoding_element), (decodebin_element_added_cb),
10104         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
10105         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10106         * gst/playback/gstplaybasebin.h:
10107           Add 'subtitle-encoding' property to playbin, so applications can
10108           force a subtitle encoding for non-UTF8 subtitles (#342268).
10109
10110         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
10111         (gst_sub_parse_set_property):
10112           Rename recently-added 'encoding' property to 'subtitle-encoding'
10113           (so it can be proxied by playbin/decodebin in a generic way
10114           with less danger of false positives).
10115
10116 2006-05-29  Michael Smith  <msmith@fluendo.com>
10117
10118         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10119         (append_with_other_format), (set_structure_widths),
10120         (gst_audio_convert_transform_caps):
10121           Patch from #341562: give more specific audio caps in get_caps, so
10122           that basetransform  can make better decisions on what caps to
10123           negotiate.
10124
10125 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
10126
10127         * tests/check/elements/volume.c:
10128         make it compile again
10129
10130 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
10131
10132         * tests/check/elements/volume.c: (volume_suite):
10133         disable test until #343196 gets resolved
10134
10135 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
10136
10137         * gst/adder/gstadder.c: (gst_adder_get_type):
10138         Make it easier to copy&paste
10139         
10140         * gst/volume/Makefile.am:
10141         * gst/volume/gstvolume.c: (volume_update_real_volume),
10142         (gst_volume_set_volume), (gst_volume_set_mute),
10143         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
10144         (volume_transform_ip), (volume_update_mute),
10145         (volume_update_volume):
10146         * gst/volume/gstvolume.h:
10147         Add own debug category, move duplicate code to helper function, fix
10148         property texts, add more comments and prepare ffor liboil-goodness
10149         
10150         * tests/check/Makefile.am:
10151         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
10152         add test for mute and passtrough case, be a bit more verbose to track
10153         failure
10154         
10155         * tests/check/generic/states.c: (GST_START_TEST):
10156         catch elements that fail to instantiate
10157
10158 2006-05-28  Edward Hervey  <edward@fluendo.com>
10159
10160         * tests/check/pipelines/simple-launch-lines.c:
10161         * tests/check/pipelines/theoraenc.c:
10162         * tests/check/pipelines/vorbisenc.c:
10163         Comment out tests using parse_launch() if core was built without
10164         parsing capabilities.
10165
10166 2006-05-27  Edward Hervey  <edward@fluendo.com>
10167
10168         * tests/check/Makefile.am:
10169         Extra bonus points for whoever explains to ensonic that you are meant
10170         to test unit tests thoroughly before commiting them, especially if
10171         you know it's going to break.
10172         De-activated element/adder tests.
10173
10174 2006-05-27  Edward Hervey  <edward@fluendo.com>
10175
10176         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10177         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
10178         Marking caps conversion issues as GST_WARNING is way too verbose,
10179         Moving them to GST_LOG.
10180
10181 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10182
10183         * README:
10184           Replace current README (containing the release notes from
10185           some 0.9.x version) with a proper README taken from the core.
10186
10187 2006-05-26  Wim Taymans  <wim@fluendo.com>
10188
10189         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10190         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
10191         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
10192         (vorbis_dec_change_state):
10193         Small cleanups.
10194         Add some FIXMEs
10195         Clip output samples to segment boundaries.
10196
10197 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
10198
10199         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10200         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
10201         Improve the errors produced on bad output, including some human
10202         readable description strings.
10203         Handle the (theoretical for ximagesink) case where the XServer 
10204         has a different idea about the size required for a particular 
10205         frame and gives us too small a memory allocation.
10206
10207 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
10208
10209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10210         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
10211         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10212         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
10213         Improve the errors produced on bad output, including some human 
10214         readable description strings.
10215         Handle RGB Xv formats properly by transforming them into our 
10216         big-endian caps description.
10217         Use gst_caps_truncate to ensure that we never try and choose a
10218         non-fixed caps in buffer_alloc.
10219         Handle the case where the XServer has a different idea about the size
10220         required for a particular frame and gives us too small a memory
10221         allocation.
10222         Use -1 to indicate 'no image format', because 0 is a valid XServer
10223         image format number.
10224         Put RGB Xv formats at the end of the caps, so that we always prefer
10225         YUV format frames.
10226         Iterate the available Xv Encodings to determine the maximum width and
10227         height, and then return that in our caps.
10228         (Closes #315312, #337544)
10229
10230 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
10231
10232         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
10233         When there is only one unfinished pad and it receives an event that
10234         doesn't match our requirements, we need to set alldone=FALSE so that
10235         the fakesink is not removed yet.
10236
10237 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
10238
10239         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10240           Use gst_type_find_helper_for_buffer() to find the type
10241           of stream from the first packet.
10242
10243         * configure.ac:
10244           Bump requirements to core CVS (needed for vorbis
10245           typefinding to work).
10246
10247 2006-05-24  Edward Hervey  <edward@fluendo.com>
10248
10249         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
10250         Added the 'prfl' atom type which MQV (no, it's not a typo) files
10251         contain.  Else they play perfectly fine with qtdemux.
10252
10253 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
10254
10255         * ext/theora/theoradec.c:
10256         * ext/theora/theoraenc.c:
10257         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
10258         * gst/audiorate/gstaudiorate.c:
10259           make more debug catagories static
10260         
10261         * tests/check/Makefile.am:
10262         * tests/check/elements/adder.c: (message_received),
10263         (test_event_message_received), (GST_START_TEST),
10264         (test_play_twice_message_received), (adder_suite):
10265           added test case for using element twice, extra bonus points for anyone
10266           who can make these test run reliably
10267
10268 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10269
10270         * ext/theora/theoradec.c: (theora_dec_chain):
10271           Make work with time-stamped input buffers that do not
10272           have a granulepos in BUFFER_OFFSET_END (like theora
10273           buffers coming from matroskademux). Fixes #342448.
10274
10275 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10276
10277         Patch by: Peter Kjellerstedt  <pkj at axis com>
10278
10279         * gst/tcp/Makefile.am:
10280           fdstresstest doesn't need Gtk+, fix compilation if 
10281           gtk is not available (#342566).
10282
10283 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10284          
10285         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
10286           80 line columns
10287           Removed redundant floor()
10288
10289 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
10290
10291         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
10292           On second thought, just skip JUNK chunks automatically, so
10293           the caller doesn't have to handle this. Fixes #342345.
10294           Also, return GST_FLOW_UNEXPECTED if we get a short read,
10295           not GST_FLOW_ERROR.
10296
10297 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
10298
10299         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
10300           Don't bail out on JUNK chunks with a size of 0 (would try to
10301           pull_range 0 bytes before, which sources don't like too much).
10302           See #342345.
10303
10304 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10305
10306         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
10307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10308         Use the gstutil scaling function to preserve 64 bits while calculating
10309         output width and height from the display-aspect-ratio. (A continuation
10310         of #341542)
10311
10312 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10313
10314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
10315         (gst_xvimagesink_buffer_alloc):
10316         * sys/xvimage/xvimagesink.h:
10317         When performing buffer allocations, remember the caps and image format
10318         we return so that if the same caps are asked for next time we can
10319         return them immediately without doing any caps intersections.
10320
10321 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10322          
10323         * gst-libs/gst/rtp/README:
10324           Some new documentation
10325         * gst-libs/gst/rtp/gstrtpbuffer.h:       
10326           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
10327         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
10328         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
10329           New RTP audio base payloader class. Supports frame or sample based
10330           codecs.  Not enabled in Makefile.am until approved.
10331
10332 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10333
10334         * tests/check/elements/alsa.c: (test_device_property_probe):
10335           Fix test case: don't try to free NULL GValueArray when there
10336           are no devices.
10337
10338 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10339
10340         * tests/check/Makefile.am:
10341         * tests/check/elements/alsa.c: (test_device_property_probe),
10342         (alsa_suite), (main):
10343           Add simple test that runs a device property probe on alsasrc,
10344           alsasink and alsamixer. Disable valgrind check for now (too
10345           many leaks in libasound, and valgrind ignored my suppressions
10346           additions).
10347
10348 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10349
10350         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
10351         (gst_alsa_device_property_probe_probe_property),
10352         (gst_alsa_device_property_probe_needs_probe),
10353         (gst_alsa_device_property_probe_get_values),
10354         (gst_alsa_type_add_device_property_probe_interface):
10355         * ext/alsa/gstalsadeviceprobe.h:
10356         * ext/alsa/gstalsamixerelement.c:
10357         (gst_alsa_mixer_element_init_interfaces):
10358         * ext/alsa/gstalsamixerelement.h:
10359           Clean up and simplify alsa device probing. Make it actually work
10360           for multiple classes. Don't cache results any longer.
10361
10362         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
10363         (gst_alsasink_init):
10364         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
10365         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
10366         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
10367           Make alsasink and alsasrc implement the GstPropertyProbe interface
10368           for device probing (#342181).
10369           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
10370
10371 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10372
10373         * gst/subparse/samiparse.c: (handle_start_font):
10374           Don't ignore return value of strtol (++compiler_happiness).
10375
10376 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10377
10378         Patch by: Young-Ho Cha  <ganadist chollian net>
10379
10380         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10381         (gst_sub_parse_class_init), (gst_sub_parse_init),
10382         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
10383         (convert_encoding):
10384         * gst/subparse/gstsubparse.h:
10385           Add 'encoding' property (#341681).
10386
10387         * gst/subparse/samiparse.c: (characters_sami):
10388           Output is pango markup, so we need to escape text
10389           between tags (#342143).
10390
10391 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10392
10393         * gst-libs/gst/audio/multichannel.c:
10394         (gst_audio_check_channel_positions):
10395           It's okay to have caps with channels=1 and a channel position
10396           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
10397           (deinterleavers might want to keep the position in the caps,
10398           so that they can be re-interleaved again properly later).
10399           Leave check for unexpected 2-channel layouts intact for now.
10400
10401 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10402
10403         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
10404         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
10405         basesrc can do its job correctly.
10406
10407 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10408
10409         * ext/alsa/Makefile.am:
10410         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
10411         (gst_alsa_detect_formats), (get_channel_free_structure),
10412         (caps_add_channel_configuration), (gst_alsa_detect_channels),
10413         (gst_alsa_probe_supported_formats):
10414         * ext/alsa/gstalsa.h:
10415         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
10416           Refactor and improve caps probing code: probe signedness
10417           when we probe the supported formats/widths; set endianness
10418           to the one we actually probed for (ie. cpu endianness).
10419           
10420         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
10421         (gst_alsasrc_close):
10422         * ext/alsa/gstalsasrc.h:
10423           Implement caps probing for alsasrc.
10424
10425 2006-05-15  Wim Taymans  <wim@fluendo.com>
10426
10427         * ext/theora/theoradec.c: (gst_theora_dec_reset),
10428         (theora_dec_src_query), (theora_dec_src_event),
10429         (theora_dec_sink_event), (theora_handle_comment_packet),
10430         (theora_handle_data_packet), (theora_dec_change_state):
10431         Cleanups, add some G_LIKELY.
10432         Use segment helpers instead of our own wrong code.
10433         Clear queued buffers on seek and READY.
10434
10435         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
10436         (vorbis_dec_convert), (vorbis_dec_src_query),
10437         (vorbis_dec_src_event), (vorbis_dec_sink_event),
10438         (vorbis_handle_comment_packet), (vorbis_dec_push),
10439         (vorbis_handle_data_packet), (vorbis_dec_chain),
10440         (vorbis_dec_change_state):
10441         * ext/vorbis/vorbisdec.h:
10442         Remove old useless packetno variable.
10443         Do position query properly.
10444         Add some G_LIKELY.
10445         Do cleanup of queued buffers in new helper function
10446         and use it.
10447
10448 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10449
10450         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
10451           Query supported sample rates. Fixes #341732.
10452
10453 2006-05-15  Julien MOUTTE  <julien@moutte.net>
10454
10455         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
10456         (gst_decode_bin_change_state): Make decodebin reusable
10457         when going from PAUSE_TO_READY and then back to PAUSED.
10458         Fixes #331678.
10459
10460 2006-05-15  Wim Taymans  <wim@fluendo.com>
10461
10462         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
10463         (vorbis_dec_convert), (vorbis_dec_src_query),
10464         (vorbis_dec_sink_query), (vorbis_dec_src_event),
10465         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
10466         (vorbis_dec_clean_queued), (vorbis_dec_push),
10467         (vorbis_handle_data_packet), (vorbis_dec_change_state):
10468         Cleanups. Use refcounting and DEBUG_OBJECT.
10469         Reset segment on flush, use code methods instead of our
10470         own wrong version.
10471         Fix potential memleak.
10472
10473 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10474
10475         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
10476         (gst_alsasink_init):
10477         * ext/alsa/gstalsasink.h:
10478           Don't leak allocated snd_output_t structure if there's
10479           more than one alsasink instance at a time (#341873).
10480           Also fix GObject macros in header file.
10481           
10482 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10483
10484         * gst/subparse/gstsubparse.c:
10485         (gst_sub_parse_data_format_autodetect):
10486           Don't use libxml functions in the typefinding code.
10487
10488 2006-05-15  Wim Taymans  <wim@fluendo.com>
10489
10490         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
10491         Fix seeking performance in the case where a non-header 
10492         packet has a 0 granulepos (busted theora case). 
10493         Fixes #341719
10494         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
10495          the first place, you limelight stealer you)
10496
10497 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10498
10499         * gst/subparse/gstsubparse.c:
10500         (gst_sub_parse_data_format_autodetect):
10501           Improve SAMI typefinding: handle case where there are
10502           whitespaces or newlines in front of the first <SAMI>
10503           tag (#169936).
10504
10505 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10506
10507         * configure.ac:
10508           Build video4linux plugin even if there's no XVIDEO, just
10509           without implementing the GstXOverlay interface (#334002).
10510          
10511 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10512
10513         * configure.ac:
10514         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
10515         (plugin_init):
10516           Add tentative support for libvisual-0.4 (#336881).
10517
10518 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10519
10520         Patch by: Young-Ho Cha <ganadist at chollian net>
10521
10522         * gst/subparse/samiparse.c: (handle_start_font):
10523           Need to map "silver" colour explicitly (#169936).
10524
10525 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10526
10527         Patch by: Young-Ho Cha  <ganadist at chollian net>
10528
10529         * gst/subparse/Makefile.am:
10530         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10531         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
10532         (gst_sub_parse_format_autodetect), (feed_textbuf),
10533         (gst_subparse_type_find), (plugin_init):
10534         * gst/subparse/gstsubparse.h:
10535         * gst/subparse/samiparse.c:
10536         * gst/subparse/samiparse.h:
10537           Add support for SAMI subtitles (#169936).
10538
10539 2006-05-14  Michael Smith  <msmith@fluendo.com>
10540
10541         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
10542           Fix #341696: crash when mixing L+R+C to mono or stereo.
10543         * tests/check/Makefile.am:
10544         * tests/check/elements/audioconvert.c: (set_channel_positions),
10545         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
10546         (audioconvert_suite):
10547           Add test for the above, including some generic framework bits for
10548           testing multichannel things.
10549
10550 === release 0.10.7 ===
10551
10552 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
10553
10554         * configure.ac:
10555           releasing 0.10.7, "Leave the gun"
10556
10557 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
10558
10559         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
10560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10561         Fix the build.
10562
10563 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
10564
10565         * docs/libs/gst-plugins-base-libs-docs.sgml:
10566         * docs/libs/gst-plugins-base-libs-sections.txt:
10567         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
10568         * gst-libs/gst/video/video.h:
10569         * gst/videoscale/Makefile.am:
10570         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
10571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10572         * tests/check/Makefile.am:
10573         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
10574         (main):
10575           Fix integer overflow problem with pixel-aspect-ratio calculations
10576           in videoscale and xvimagesink (#341542)
10577
10578 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10579
10580         * gst-libs/gst/tag/gstid3tag.c:
10581           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
10582
10583 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
10584
10585         * win32/MANIFEST:
10586           update win32 files listing
10587
10588 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10589
10590         patch by: Sjoerd Simons (sjoerd@luon.net)
10591
10592         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10593         (group_create), (group_destroy), (add_stream),
10594         (gst_play_base_bin_get_property),
10595         (gst_play_base_bin_get_streaminfo_value_array):
10596         * gst/playback/gstplaybasebin.h:
10597           API: GstPlayBaseBin::stream-info-value-array property
10598           use a more bindings-friendly way of exposing streaminfo
10599           using a GValueArray.  Tested in ipython.
10600           Closes #341114
10601
10602 2006-05-11  Wim Taymans  <wim@fluendo.com>
10603
10604         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
10605         (queue_underrun_cb), (queue_filled_cb):
10606         Also catch queue underruns but don't do anything yet.
10607         Refactor and comment queue enlarging code a bit.
10608
10609         * gst/playback/gstplaybasebin.c: (queue_overrun),
10610         (queue_threshold_reached), (queue_out_of_data),
10611         (gen_preroll_element):
10612         If a queue over/underruns check that we don't create nasty
10613         deadlocks when the min-threshold is not reached but the
10614         max-bytes is. In those cases disable max-bytes when we
10615         know that the queue is fed timed data.
10616         Add more comments.
10617
10618 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10619
10620         * gst/playback/gstplaybin.c: (gen_audio_element):
10621           Make playbin automatically plug an 'audioresample'
10622           element before the audio sink as well. This solves
10623           problems with sinks that only accept a very specific
10624           sample rate, like esdsink (e.g. #340379).
10625
10626 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10627
10628         * gst/playback/gstplaybasebin.c: (gen_source_element):
10629           Make http sources send special headers so that we receive
10630           icecast metadata if the http stream is an icecast stream
10631           (otherwise the server will just ignore them). This also
10632           means that from now on users will need the 'icydemux'
10633           element from gst-plugins-good installed if they want to
10634           listen to icecast radio streams. (#341432, #333657).
10635
10636 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10637
10638         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
10639         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
10640           remove stupid example from docs - it should come with a simple
10641           C program instead.
10642           Clean up/fix docs
10643         * tests/check/elements/multifdsink.c: (wait_bytes_served),
10644         (fail_if_can_read), (GST_START_TEST),
10645         (gst_multifdsink_create_streamheader), (multifdsink_suite):
10646           add a test for changing streamheader which exposes a bug in
10647           multifdsink
10648
10649 2006-05-11  Michael Smith  <msmith@fluendo.com>
10650
10651         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
10652         (gst_gnome_vfs_src_received_headers_callback):
10653         * ext/gnomevfs/gstgnomevfssrc.h:
10654           Don't set icy-caps unless we have a sane interval value. Move
10655           interval to a local variable; we never use it outside this function.
10656
10657 2006-05-11  Wim Taymans  <wim@fluendo.com>
10658
10659         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
10660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
10661         Register special buffer types along with the objects so
10662         that they are not registered at runtime from N different
10663         streaming threads since they are not threadsafe.
10664
10665 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10666
10667         * tests/check/elements/multifdsink.c: (wait_bytes_served),
10668         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
10669           add two more tests, one doing streamheader
10670
10671 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10672
10673         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
10674           clean up the bufqueue when shutting down
10675         * tests/check/Makefile.am:
10676         * tests/check/elements/multifdsink.c: (setup_multifdsink),
10677         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
10678         (main):
10679           add a test for the leak that was just fixed
10680
10681 2006-05-10  Wim Taymans  <wim@fluendo.com>
10682
10683         * gst/adder/gstadder.c: (gst_adder_setcaps),
10684         (gst_adder_query_duration), (gst_adder_query), (forward_event),
10685         (gst_adder_src_event), (gst_adder_sink_event),
10686         (gst_adder_class_init), (gst_adder_finalize),
10687         (gst_adder_request_new_pad), (gst_adder_collected):
10688         * gst/adder/gstadder.h:
10689         Updated some docs. Added comments and FIXMEs all over the place.
10690         Improve debugging info.
10691         Fix leak on finalize by not calling the parent.
10692         Implement duration query.
10693         Make event forwarding threadsafe.
10694         Correctly send NEWSEGMENT at start and after flush.
10695         Handle EOS correctly.
10696         Post error when not negotiated.
10697
10698         * tests/check/elements/adder.c: (GST_START_TEST):
10699         Added FIXME in the test.
10700
10701 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10702
10703         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10704         (gst_text_overlay_halign_get_type),
10705         (gst_text_overlay_wrap_mode_get_type):
10706         * ext/theora/theoradec.c: (theora_handle_type_packet),
10707         (theora_handle_data_packet):
10708         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
10709         (theora_enc_sink_setcaps), (theora_enc_chain):
10710         * gst-libs/gst/cdda/gstcddabasesrc.c:
10711         (gst_cdda_base_src_mode_get_type):
10712         * gst/audiotestsrc/gstaudiotestsrc.c:
10713         (gst_audiostestsrc_wave_get_type):
10714         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10715         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10716         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10717         (gst_sync_method_get_type), (gst_unit_type_get_type),
10718         (gst_client_status_get_type):
10719         * gst/videoscale/gstvideoscale.c:
10720         (gst_video_scale_method_get_type):
10721         * gst/videotestsrc/gstvideotestsrc.c:
10722         (gst_video_test_src_pattern_get_type):
10723         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
10724         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
10725         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
10726         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
10727         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
10728         (paint_setup_RGB565), (paint_setup_xRGB1555):
10729           Const-ify GEnumValue and GFlagsValue arrays. Use
10730           GST_ROUND_UP_* macros instead of home-made ones.
10731
10732 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10733
10734         * configure.ac:
10735           Require core CVS for the new newsegment stuff.
10736
10737 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10738
10739         Patch by: Sjoerd Simons  <sjoerd at luon net>
10740
10741         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
10742           Register nick for enum value (#341160).
10743
10744 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
10745
10746         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
10747         (plugin_init):
10748          backout typefind patch #340375
10749          
10750         * tests/check/elements/adder.c: (message_received),
10751         (GST_START_TEST), (adder_suite):
10752           redo, signal-handling of test
10753
10754 2006-05-09  Wim Taymans  <wim@fluendo.com>
10755
10756         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
10757         (gst_adder_collected):
10758         * gst/adder/gstadder.h:
10759         Remove bogus segment merging and forwarding, we don't
10760         care about timestamps anyway and we just produce a
10761         continuous stream. 
10762         Also create a nice NEWSEGMENT event when we start.
10763         Use _scale_int some more.
10764
10765 2006-05-09  Edward Hervey  <edward@fluendo.com>
10766
10767         * tests/icles/stress-xoverlay.c:
10768         Fix if core was built without parsing support.
10769
10770 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10771
10772         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10773           Add SEDG (Samsung MPEG-4) fourcc.
10774
10775 2006-05-09  Edward Hervey  <edward@fluendo.com>
10776
10777         * tests/icles/stress-xoverlay.c:
10778         * tests/examples/volume/volume.c:
10779         Fix if core was built without parsing support.
10780
10781         * tests/examples/seek/seek.c:
10782         Disable the parse_launch example if core was built without parsing
10783         support.
10784
10785 2006-05-08  Edward Hervey  <edward@fluendo.com>
10786
10787         * autogen.sh: (CONFIGURE_DEF_OPT): 
10788         libtoolize on Darwin/MacOSX is called glibtoolize
10789
10790 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10791
10792         * tests/check/Makefile.am:
10793         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
10794           Disable the adder test, until the build-slaves posses the kindness to 
10795           either like it or to give valid reason for not doing so 
10796
10797 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10798
10799         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
10800         (adder_suite):
10801           Shuffle NULL state change around and raise timeout more
10802
10803 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10804
10805         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
10806         (mp4_type_find), (plugin_init):
10807           Add typefind to distinguish between "audio/x-m4a" and new type
10808           "video/mp4". Fixes #340375
10809
10810         * tests/check/elements/adder.c: (adder_suite):
10811           Raise timeout to make buildbot happy
10812
10813 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10814
10815         * gst/adder/gstadder.c: (gst_adder_sink_event),
10816         (gst_adder_request_new_pad), (gst_adder_change_state):
10817         * gst/adder/gstadder.h:
10818         * tests/check/Makefile.am:
10819         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
10820         (adder_suite), (main):
10821           Add sink-event handling to adder. It tries to merge incomming
10822           newsegment-events. Added test to check if segment_done is comming
10823           through. Fixes #340060
10824
10825 2006-05-05  Andy Wingo  <wingo@pobox.com>
10826
10827         * ext/theora/theoraparse.c (gst_theora_parse_init)
10828         (theora_parse_src_convert, theora_parse_src_query):
10829         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
10830         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
10831         query functions on the source pads of the theora and vorbis parse
10832         elements. Fixes position querying when doing a remux.
10833
10834 2006-05-05  Michael Smith  <msmith@fluendo.com>
10835
10836         * ext/theora/theoraparse.c: (parse_granulepos),
10837         (theora_parse_drain_queue_prematurely),
10838         (theora_parse_queue_buffer), (theora_parse_sink_event):
10839           Fix flushing.
10840           Fix invalid granulepos outputs when starting with a non-keyframe.
10841
10842 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
10843
10844         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
10845         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
10846         Rearrange MPEG system stream detection, fixing some memleaks in the
10847         process.
10848         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
10849         they clean up their data correctly.
10850         Remove unused ogganx caps and move the 'is_annodex' check to inside
10851         the 'is_ogg' if statement.
10852
10853 2006-05-05  Wim Taymans  <wim@fluendo.com>
10854
10855         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
10856         Properly remove ghostpads. Fixes #340392
10857
10858 2006-05-04  David Schleef  <ds@schleef.org>
10859
10860         * gst/typefind/gsttypefindfunctions.c:
10861
10862 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
10863
10864         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10865         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
10866
10867         When typefinding an MP3 in push-based mode, don't penalise the
10868         probability down to 74% when we found 5 valid frames just because we
10869         can't peek the end of the file.
10870
10871         Make the probability for detecting MPEG Transport Streams based on the
10872         number of sequential headers we successfully detected.
10873
10874 2006-05-03  Wim Taymans  <wim@fluendo.com>
10875
10876         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10877         (vorbis_dec_push), (vorbis_dec_chain):
10878         Still produce an error when we receive an empty packet.
10879
10880 2006-05-03  Wim Taymans  <wim@fluendo.com>
10881
10882         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
10883         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
10884         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
10885         Mark buffers with DISCONT after seek and after activating new
10886         chains.
10887
10888         * ext/theora/gsttheoradec.h:
10889         * ext/theora/theoradec.c: (gst_theora_dec_reset),
10890         (theora_get_query_types), (theora_dec_sink_event),
10891         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
10892         (theora_dec_change_state):
10893         Fix frame counter.
10894         Detect and mark DISCONT buffers.
10895
10896         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10897         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
10898         (vorbis_dec_change_state):
10899         * ext/vorbis/vorbisdec.h:
10900         Use GstSegment.
10901         Detect and mark DISCONT buffers.
10902         Don't crash on 0 sized buffers.
10903
10904 2006-05-03  Wim Taymans  <wim@fluendo.com>
10905
10906         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
10907         (volume_transform_ip):
10908         Increase "volume" property to 10.0. Fixes #340369.
10909         Set the process function to NULL when capsnego fails so that
10910         we properly error out.
10911
10912 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10913
10914         * gst/playback/gstplaybin.c: (add_sink):
10915         * gst/playback/test.c: (main):
10916         * gst/playback/test5.c: (dump_element_stats):
10917         * gst/playback/test6.c: (main):
10918           free caps using gst_caps_unref, don't leak caps-strings
10919
10920 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
10921
10922         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
10923         (plugin_init):
10924           Refine musepack typefinding a bit. Return MAXIMUM
10925           probability when we detect stream version 7 to make
10926           sure the mpeg audio typefinder doesn't trump us.
10927
10928 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10929
10930         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10931           Protect against unexpected NULL strf_data buffer.
10932
10933 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10934
10935         * tests/check/elements/audioconvert.c: (verify_convert),
10936         (GST_START_TEST):
10937           interpret the out[] buffer in the order the bytes are actually
10938           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
10939           Other tests should use BYTE_ORDER since the array is filled in
10940           with actual values
10941
10942 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10943
10944         * tests/check/elements/audioconvert.c: (verify_convert),
10945         (GST_START_TEST):
10946           when a test fails, give an indication of which it is
10947
10948 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10949
10950         * gst-libs/gst/cdda/gstcddabasesrc.c:
10951           compile fix; strtol() needs <stdlib.h>
10952
10953 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10954
10955         * ext/alsa/gstalsamixerelement.c:
10956         * ext/alsa/gstalsasrc.c:
10957         * ext/cdparanoia/gstcdparanoiasrc.c:
10958         * ext/gnomevfs/gstgnomevfssink.c:
10959         * ext/gnomevfs/gstgnomevfssrc.c:
10960         * ext/ogg/gstoggdemux.c:
10961         * ext/ogg/gstoggmux.c:
10962         * ext/ogg/gstoggparse.c:
10963         * ext/ogg/gstogmparse.c:
10964         * ext/pango/gstclockoverlay.c:
10965         * ext/pango/gsttextoverlay.c:
10966         * ext/pango/gsttextrender.c:
10967         * ext/pango/gsttimeoverlay.c:
10968         * ext/theora/theoradec.c:
10969         * ext/theora/theoraenc.c:
10970         * ext/vorbis/vorbisdec.c:
10971         * ext/vorbis/vorbisenc.c:
10972         * gst-libs/gst/audio/gstaudiofilter.c:
10973         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10974         * gst/audioconvert/gstaudioconvert.c:
10975         * gst/audiorate/gstaudiorate.c:
10976         * gst/audioresample/gstaudioresample.c:
10977         * gst/audiotestsrc/gstaudiotestsrc.c:
10978         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10979         * gst/playback/gstdecodebin.c:
10980         * gst/playback/gstplaybin.c:
10981         * gst/playback/gststreamselector.c:
10982         * gst/subparse/gstsubparse.c:
10983         * gst/tcp/gstmultifdsink.c:
10984         * gst/tcp/gsttcpclientsink.c:
10985         * gst/tcp/gsttcpclientsrc.c:
10986         * gst/tcp/gsttcpserversink.c:
10987         * gst/tcp/gsttcpserversrc.c:
10988         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10989         * gst/videorate/gstvideorate.c:
10990         * gst/videoscale/gstvideoscale.c:
10991         * gst/videotestsrc/gstvideotestsrc.c:
10992         * gst/volume/gstvolume.c:
10993         * sys/v4l/gstv4ljpegsrc.c:
10994         * sys/v4l/gstv4lmjpegsink.c:
10995         * sys/v4l/gstv4lmjpegsrc.c:
10996         * sys/v4l/gstv4lsrc.c:
10997         * sys/ximage/ximagesink.c:
10998         * sys/xvimage/xvimagesink.c:
10999         * tests/check/libs/cddabasesrc.c:
11000           make GstElementDetails const
11001
11002 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
11003
11004         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
11005         (gst_adder_init):
11006           send events from src-pad to all sink-pads fixes #338657
11007
11008 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
11009
11010         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
11011         (alsasink_parse_spec):
11012           query width capabilities from alsa, fixes #338919
11013
11014 2006-04-28  Wim Taymans  <wim@fluendo.com>
11015
11016         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11017         (gst_multi_fd_sink_remove_client_link):
11018         * gst/tcp/gstmultifdsink.h:
11019         Fix race condition in multifdsink that can lead to spurious 
11020         duplicate clients. this patch adds a new signal that is fired when
11021         multifdsink has removed all references to the fd.
11022         Fixes #339574.
11023         Updated documentation.
11024         API: client-fd-removed signal added
11025
11026 2006-04-28  Michael Smith  <msmith@fluendo.com>
11027
11028         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
11029           When asking g_value_array_new to prealloc elements, we may as well
11030           ask for the right number of elements.
11031
11032 2006-04-28  Wim Taymans  <wim@fluendo.com>
11033
11034         * gst-libs/gst/audio/gstbaseaudiosink.c:
11035         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
11036         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11037         patch to make timestamp checking more tollerant to rounding 
11038         errors given that real discontinuities are to be marked on
11039         buffers. Fixes some asf files and #338778.
11040         Also avoid some crashers when we receive an event in the 
11041         NULL state.
11042
11043 2006-04-28  Michael Smith  <msmith@fluendo.com>
11044
11045         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
11046         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
11047         (gst_gnome_vfs_src_get_property),
11048         (gst_gnome_vfs_src_send_additional_headers_callback),
11049         (gst_gnome_vfs_src_received_headers_callback),
11050         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
11051         (gst_gnome_vfs_src_stop):
11052         * ext/gnomevfs/gstgnomevfssrc.h:
11053           Remove ICY handling (mostly) from gnomevfssrc, in favour of
11054           proper shared support within icydemux.
11055
11056 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11057
11058         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
11059         (gst_video_rate_swap_prev), (gst_video_rate_chain):
11060           fix up docs
11061           fix a leak when no caps negotiated
11062           fix counting of input frames
11063         * tests/check/elements/.cvsignore:
11064         * tests/check/elements/videorate.c: (assert_videorate_stats),
11065         (GST_START_TEST), (videorate_suite):
11066           add tests for these
11067
11068 2006-04-28  Wim Taymans  <wim@fluendo.com>
11069
11070         * gst-libs/gst/audio/gstringbuffer.c:
11071         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
11072         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
11073         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11074         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
11075         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
11076         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11077         (gst_ring_buffer_commit), (gst_ring_buffer_read),
11078         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
11079         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
11080         Check arguments passed to public functions instead of
11081         crashing.
11082
11083 2006-04-28  Wim Taymans  <wim@fluendo.com>
11084
11085         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11086         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11087         GstBaseAudioSrc must be live or it does not work.
11088
11089         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
11090         Don't set live to TRUE as this is the default in the parentclass.
11091
11092 2006-04-28  Wim Taymans  <wim@fluendo.com>
11093
11094         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
11095         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
11096         Videoscale doesn't pass on pixel-aspect ratio. Handle all
11097         fixation cases better. Fixes #338991
11098
11099 2006-04-28  Wim Taymans  <wim@fluendo.com>
11100
11101         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11102         Handle 0/1 framerate correctly Fixes #331901.
11103
11104 2006-04-28  Wim Taymans  <wim@fluendo.com>
11105
11106         * tests/check/elements/audioconvert.c: (get_float_caps),
11107         (GST_START_TEST), (audioconvert_suite):
11108         Added check for correct clipping when doing float samples
11109         in audioconvert.
11110
11111 2006-04-28  Wim Taymans  <wim@fluendo.com>
11112
11113         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
11114         (gst_video_rate_chain):
11115         Print more debugging info.
11116
11117 2006-04-28  Wim Taymans  <wim@fluendo.com>
11118
11119         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
11120         (resample_set_state_from_caps):
11121         Add support for other formats audioresample can handle such as
11122         32 bits in and float and 64 bits float. Fixes #301759
11123
11124 2006-04-28  Wim Taymans  <wim@fluendo.com>
11125
11126         * gst/audioconvert/audioconvert.c: (float):
11127         correctly clip float samples > 1.0. Fixes #338718
11128
11129 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
11130
11131         Patch by: Young-Ho Cha  <ganadist at chollian net>
11132
11133         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11134         (gst_text_overlay_render_text):
11135           Don't strip newlines from the text. Also, center lines
11136           within multi-line paragraphs (#339405).
11137
11138 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
11139
11140         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
11141           Fix wavpack typefinding to work in more cases (don't peek
11142           for chunks of multiple hundred kBs at once, but process
11143           things step-by-step in smaller units). Fixes #339786.
11144
11145 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11146
11147         * configure.ac:
11148           back to HEAD
11149
11150 === release 0.10.6 ===
11151
11152 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
11153
11154         * configure.ac:
11155           releasing 0.10.6, "Chao"
11156
11157 2006-04-26  David Schleef  <ds@schleef.org>
11158
11159         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
11160           Fixes #338897.
11161
11162 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11163
11164         * configure.ac:
11165         * win32/common/config.h:
11166           new prerelease
11167
11168 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11169
11170         patch by: Wim Taymans
11171
11172         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11173         (gst_ogg_demux_perform_seek):
11174           make sure correct newsegments are sent, so that the decoder
11175           and the demuxer agree on timestamps.  Fixes playback of a lot
11176           of Ogg files that do not start from 0.  Fixes #339833.
11177
11178 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11179
11180         Patch by: Edward Hervey  <edward@fluendo.com>
11181
11182         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
11183         * tests/check/Makefile.am:
11184         * tests/check/elements/videorate.c: (assert_videorate_stats),
11185         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
11186         (videorate_suite), (main):
11187           Fix an infinite loop if frames are passed in with wrongly ordered
11188           timestamps.  Fixes #339013.
11189
11190 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11191
11192         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
11193
11194         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11195           fix typefinding on some ISO files.  Fixes #339212.
11196
11197 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11198
11199         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
11200
11201         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11202           add another H264 fourcc.  Fixes #339047.
11203
11204 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11205
11206         Patch by: Jan Schmidt
11207
11208         * gst/playback/gststreamselector.c:
11209         (gst_stream_selector_bufferalloc):
11210           Restore old StreamSelector behaviour.
11211           Fixes #338419.
11212
11213 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11214
11215         * configure.ac:
11216         * win32/common/config.h:
11217           prerelease
11218
11219 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11220
11221         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
11222
11223         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11224         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
11225           Fix some memory leaks: on finalize, free buffers left in the queue
11226           before destroying the queue; in _push(), unref rtp_buf even if
11227           the process vfunc returned a NULL buffer as output buffer (#337548);
11228           demote some recuring debug messages to LOG level.
11229
11230 2006-04-11  Wim Taymans  <wim@fluendo.com>
11231
11232         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11233         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
11234         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
11235         (gst_ogg_demux_loop):
11236         More cleanups.
11237         Respect segment stop when emiting EOS or SEGMENT_DONE.
11238         Fixes (#337945).
11239
11240 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11241
11242         * gst/playback/gststreamselector.c:
11243         (gst_stream_selector_get_property):
11244           Don't leak pad name.
11245
11246 2006-04-10  Michael Smith  <msmith@fluendo.com>
11247
11248         * tests/check/Makefile.am:
11249         * tests/check/gst-plugins-base.supp:
11250           Suppress an old libtheora bug (fixed in more recent versions), so 
11251           that FC4 buildslaves can pass.
11252
11253 2006-04-10  Wim Taymans  <wim@fluendo.com>
11254
11255         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11256         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
11257         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
11258         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
11259         (gst_ogg_demux_loop):
11260         Don't leak events.
11261         Remember what error we got when finding chains, if we
11262         were shutdown, that would not be an error.
11263
11264 2006-04-10  Wim Taymans  <wim@fluendo.com>
11265
11266         * gst-libs/gst/audio/gstbaseaudiosink.c:
11267         (gst_base_audio_sink_event):
11268         Starting the ringbuffer when we did not acquire it can cause
11269         a deadlock, is pointless and causes nasty things for
11270         subclasses. 
11271         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
11272
11273 2006-04-10  Wim Taymans  <wim@fluendo.com>
11274
11275         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11276         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
11277         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
11278         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
11279         (gst_ogg_demux_deactivate_current_chain),
11280         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
11281         (gst_ogg_demux_bisect_forward_serialno),
11282         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
11283         Add some more debugging.
11284
11285 2006-04-10  Wim Taymans  <wim@fluendo.com>
11286
11287         * ext/theora/theoradec.c: (theora_dec_src_event),
11288         (theora_handle_data_packet):
11289         Some more debug info.
11290
11291         * tests/examples/seek/seek.c: (start_seek), (main):
11292         Print element messages too.
11293
11294 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11295
11296         * gst/audioresample/debug.h:
11297           replace debug macros with variable number of parameters
11298           by a simple alias to gstreamer standard debug macros 
11299          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
11300           supported by MSVC 6.0 and 7.1)
11301         * gst/audioresample/resample.h:
11302           define M_PI and rint for WIN32
11303         * win32/common/libgstaudio.def:
11304         * win32/common/libgstriff.def:
11305         * win32/common/libgsttag.def:
11306         * win32/common/libgstvideo.def:
11307           add new exported functions
11308         * win32/vs6:
11309           update project files
11310
11311 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11312
11313         * ext/alsa/gstalsamixeroptions.c:
11314         (gst_alsa_mixer_options_class_init):
11315         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
11316         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
11317         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
11318         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
11319         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
11320         * gst-libs/gst/audio/gstaudiofilter.c:
11321         (gst_audio_filter_class_init):
11322         * gst-libs/gst/audio/gstaudiosink.c:
11323         (gst_audioringbuffer_class_init):
11324         * gst-libs/gst/audio/gstaudiosrc.c:
11325         (gst_audioringbuffer_class_init):
11326         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
11327         * gst-libs/gst/interfaces/colorbalancechannel.c:
11328         (gst_color_balance_channel_class_init):
11329         * gst-libs/gst/interfaces/mixeroptions.c:
11330         (gst_mixer_options_class_init):
11331         * gst-libs/gst/interfaces/mixertrack.c:
11332         (gst_mixer_track_class_init):
11333         * gst-libs/gst/interfaces/tunerchannel.c:
11334         (gst_tuner_channel_class_init):
11335         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
11336         * gst-libs/gst/netbuffer/gstnetbuffer.c:
11337         (gst_netbuffer_class_init):
11338         * gst-libs/gst/rtp/gstbasertppayload.c:
11339         (gst_basertppayload_class_init):
11340         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
11341         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
11342         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
11343         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
11344         * gst/playback/gststreamselector.c:
11345         (gst_stream_selector_class_init):
11346         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
11347         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
11348         * sys/v4l/gstv4lcolorbalance.c:
11349         (gst_v4l_color_balance_channel_class_init):
11350         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
11351         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
11352         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
11353         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
11354         (gst_v4l_tuner_norm_class_init):
11355         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
11356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
11357         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
11358         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11359
11360 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11361
11362         * ext/pango/gsttextrender.h:
11363         * gst-libs/gst/audio/gstaudiosink.h:
11364         * gst-libs/gst/audio/gstaudiosrc.h:
11365         * gst-libs/gst/audio/gstbaseaudiosink.h:
11366         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11367         * gst-libs/gst/audio/gstringbuffer.h:
11368         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11369         * gst-libs/gst/rtp/gstbasertppayload.h:
11370         * gst-libs/gst/video/gstvideofilter.h:
11371         * gst-libs/gst/video/gstvideosink.h:
11372         * gst/playback/gstplaybasebin.h:
11373         * gst/tcp/gstmultifdsink.h:
11374         * sys/v4l/gstv4lelement.h:
11375         Fix broken GObject macros
11376
11377 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11378
11379         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
11380         More debug to trace why my USB headset is not working with gst
11381
11382 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
11383
11384         * gst/playback/gstplaybasebin.c: (group_destroy):
11385         Clean up our group elements properly in the case where it never 
11386         got committed - it still got added unconditionally to the bin.
11387
11388 2006-04-07  Wim Taymans  <wim@fluendo.com>
11389
11390         * ext/theora/theoradec.c: (theora_dec_sink_event),
11391         (theora_handle_data_packet), (theora_dec_chain):
11392         Unref unhandled events.
11393         Protect against empty buffers.
11394         Perform QoS on running time.
11395
11396 2006-04-07  Michael Smith  <msmith@fluendo.com>
11397
11398         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
11399         (gst_vorbis_enc_chain):
11400           Remove leaks from vorbisenc.
11401           Mostly minor changes, the only significant one is that now the
11402           buffers we set as 'streamheader' on the caps are copies of the
11403           original buffers, to avoid circular refcounting problems.
11404
11405 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
11406
11407         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
11408           Don't remove our mute-probe if someone else already did so.
11409           Don't set a 2nd one if there is already one pending on the pad.
11410
11411         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11412         (do_playbin_seek):
11413           When a seek fails, ensure that playbin is still set back to playing.
11414           
11415         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
11416         (mpeg_ts_type_find), (plugin_init):
11417           Add a typefind function for mpeg-ts streams. (Closes: #336617)
11418
11419 2006-04-06  Andy Wingo  <wingo@pobox.com>
11420
11421         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
11422         (gst_video_rate_init): Caps-related parameters should not be reset
11423         by a flush -- move their inits to the instance init function.
11424         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
11425         is not OK, just return the result.
11426
11427         * gst/audiotestsrc/gstaudiotestsrc.c
11428         (gst_audio_test_src_class_init)
11429         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
11430         broken by Stefan's commit on 24 March.
11431
11432         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
11433         buffers being pushed out. Fixes oggmux ! multifdsink.
11434
11435 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11436
11437         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
11438         (gst_vorbis_dec_init), (vorbis_dec_finalize):
11439         * ext/vorbis/vorbisdec.h:
11440         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
11441         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
11442         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
11443         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
11444         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
11445         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
11446         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
11447         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
11448         (gst_vorbis_enc_buffer_from_packet),
11449         (gst_vorbis_enc_buffer_from_header_packet),
11450         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
11451         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
11452         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
11453         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
11454         (gst_vorbis_enc_change_state):
11455         * ext/vorbis/vorbisenc.h:
11456           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
11457           vorbisenc adhere to the official nomenclature; use boilerplate
11458           macro.
11459
11460 2006-04-04  Andy Wingo  <wingo@pobox.com>
11461
11462         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
11463         Whoops, fix bug introduced. Bad hacker!
11464         
11465         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
11466         Properly handle the case where you get EOS before any buffers are
11467         received. Use gst_buffer_make_metadata_writable where appropriate.
11468
11469         * ext/theora/theoradec.c (theora_handle_data_packet): This value
11470         is often negative -- make it signed so as not to wrap around.
11471         Fixes segfaults introduced on 9 March.
11472
11473 2006-04-03  Wim Taymans  <wim@fluendo.com>
11474
11475         * ext/theora/gsttheoradec.h:
11476         * ext/theora/theoradec.c: (theora_dec_src_event):
11477         Don't try to store a gdouble in a gboolean.
11478         Small cleanups.
11479
11480 2006-04-03  Michael Smith  <msmith@fluendo.com>
11481
11482         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
11483           Oggmux sucks.
11484           Make it suck slightly less by writing out the final page.
11485           Still can't encode a vorbis-in-ogg file correctly, though.
11486
11487 2006-04-03  Andy Wingo  <wingo@pobox.com>
11488
11489         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
11490         a g_print.
11491
11492         * ext/theora/theora.c (plugin_init): Register theoraparse.
11493
11494         * ext/theora/gsttheoraparse.h: 
11495         * ext/theora/theoraparse.c: New files implementing a theora
11496         parser. Now we can properly remux ogg/theora+vorbis, yay.
11497
11498         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
11499
11500 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11501
11502         * gst/audiotestsrc/gstaudiotestsrc.c:
11503           Fixed the sample pipeline (see #323798)
11504
11505 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11506
11507         * configure.ac:
11508         * win32/common/config.h:
11509         * win32/common/config.h.in:
11510           use AS_VERSION and AS_NANO
11511           more cleanups
11512
11513 2006-03-31  Andy Wingo  <wingo@pobox.com>
11514
11515         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
11516         uninitialized variable return that would happen.
11517         
11518         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
11519         uninitialized variable return that would never happen.
11520
11521         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
11522         (vorbis_parse_sink_event): Add an event function to flush our
11523         state on a seek, and to drain buffers on a premature EOS.
11524         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
11525         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
11526         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
11527         (vorbis_parse_drain_queue): Queue up buffers until we can set
11528         their timestamps and granulepos values.
11529
11530         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
11531         and keep track of data needed for deriving granulepos and
11532         timestamps for buffers.
11533
11534 2006-03-29  Wim Taymans  <wim@fluendo.com>
11535
11536         Patch by: j^ <j at bootlab dot org>
11537
11538         * ext/alsa/gstalsamixerelement.c:
11539         (gst_alsa_mixer_element_class_init):
11540         * ext/alsa/gstalsasink.c:
11541         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
11542         * ext/ogg/gstoggdemux.c:
11543         * ext/ogg/gstoggmux.c:
11544         * ext/ogg/gstoggparse.c:
11545         * ext/pango/gstclockoverlay.c:
11546         * ext/pango/gsttextoverlay.c:
11547         * ext/pango/gsttextrender.c:
11548         * ext/pango/gsttimeoverlay.c:
11549         * ext/theora/theoradec.c:
11550         * ext/theora/theoraenc.c:
11551         * ext/vorbis/vorbisdec.c:
11552         * ext/vorbis/vorbisenc.c:
11553         * gst/audioconvert/gstaudioconvert.c:
11554         * gst/subparse/gstsubparse.c:
11555         * gst/tcp/gstmultifdsink.c:
11556         * gst/tcp/gsttcpclientsink.c:
11557         * gst/tcp/gsttcpclientsrc.c:
11558         * gst/tcp/gsttcpserversink.c:
11559         * gst/tcp/gsttcpserversrc.c:
11560           better/unified long descriptions
11561           Fixes #336477
11562
11563 2006-03-29  Wim Taymans  <wim@fluendo.com>
11564
11565         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
11566         (stop_seek):
11567         Don't let double and triple clicks mess up our state.
11568
11569 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
11570
11571         * gst/playback/gstplaybin.c: (gen_video_element),
11572         (gen_text_element), (gen_audio_element), (gen_vis_element):
11573           Error out gracefully when we can't create any of the usual
11574           conversion elements for some reason. Also, don't try to
11575           create an audioscale (sic) element that's not used anyway.
11576
11577 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
11578
11579         * gst/playback/gstplaybasebin.c: (setup_source):
11580           Don't post RESOURCE_NOT_FOUND error when we can't find a source
11581           element for a particular protocol, that's confusing for users.
11582           Instead, post a RESOURCE_FAILED error, so that our own error
11583           message is actually shown in totem etc. (#336303).
11584
11585 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11586
11587         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11588
11589         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
11590         (gst_gnome_vfs_src_get_icy_metadata):
11591           Fix some minor memory leaks (#336194).
11592
11593 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11594
11595         * ext/gnomevfs/gstgnomevfs.c:
11596         (gst_gnome_vfs_location_to_uri_string):
11597         * ext/gnomevfs/gstgnomevfs.h:
11598         * ext/gnomevfs/gstgnomevfssink.c:
11599         (gst_gnome_vfs_sink_set_property):
11600         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
11601           Make gnomevfssink accept filenames as well as URIs for the
11602           "location" property, just like gnomevfssrc does (and
11603           filesrc/filesink do) (#336190).
11604
11605 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
11606
11607         * tests/check/generic/clock-selection.c: (GST_START_TEST):
11608           set to NULL before unreffing, fixes a valgrind leak.
11609           Why was this not triggering the error that an object needs to
11610           be NULL before unreffing ?
11611         * win32/common/config.h:
11612           update
11613
11614 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11615
11616         * gst/subparse/gstsubparse.c: (convert_encoding),
11617         (gst_sub_parse_change_state):
11618         * gst/subparse/gstsubparse.h:
11619           Text subtitle files may or may not be UTF-8. If it's not, we
11620           don't really want to see '?' characters in place of non-ASCII
11621           characters like accented characters. So let's assume the input
11622           is UTF-8 until we come across text that is clearly not. If it's
11623           not UTF-8, we don't really know what it is, so try the following:
11624           (a) see whether the GST_SUBTITLE_ENCODING environment variable
11625           is set; if not, check (b) if the current locale encoding is
11626           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
11627           the current locale encoding is UTF-8 and the environment variable
11628           was not set to any particular encoding. Not perfect, but better
11629           than nothing (and better than before, I think) (fixes #172848).
11630
11631 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
11632
11633         * configure.ac:
11634           update core requirement to 0.10.4.1 because of async_playback
11635           vmethod on GstBaseSink
11636
11637 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11638
11639         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11640         * gst/adder/gstadder.c: (gst_adder_init):
11641         use DEBUG_FUNCPTR for collectpads
11642
11643 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11644
11645         * docs/plugins/Makefile.am:
11646         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11647         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11648         * ext/cdparanoia/gstcdparanoiasrc.c:
11649         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
11650         (gst_gnome_vfs_sink_class_init):
11651         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
11652         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
11653         * ext/ogg/gstoggmux.c:
11654         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
11655         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
11656         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
11657         * ext/pango/gsttextoverlay.c:
11658         * ext/pango/gsttextrender.c:
11659         * ext/theora/theoradec.c:
11660         * ext/theora/theoraenc.c:
11661         * ext/vorbis/vorbisdec.c:
11662         * ext/vorbis/vorbisenc.c:
11663         * gst-libs/gst/audio/gstaudiofilter.c:
11664         (gst_audio_filter_base_init):
11665         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11666         (gst_audio_filter_template_base_init):
11667         * gst/adder/gstadder.c: (gst_adder_get_type):
11668         * gst/adder/gstadder.h:
11669         * gst/audioconvert/gstaudioconvert.c:
11670         * gst/audiotestsrc/gstaudiotestsrc.c:
11671         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11672         (gst_audio_test_src_create):
11673         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11674         * gst/playback/gstdecodebin.c:
11675         * gst/playback/gstplaybin.c:
11676         * gst/playback/gststreamselector.c:
11677         (gst_stream_selector_base_init):
11678         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
11679         * gst/volume/gstvolume.c:
11680         * sys/v4l/gstv4lmjpegsink.c:
11681         * sys/v4l/gstv4lmjpegsrc.c:
11682         * tests/check/libs/cddabasesrc.c:
11683         * tests/old/examples/gob/gst-identity2.gob:
11684           Add docs for adder, use GST_ELEMENT_DETAILS macro,
11685           define GstElementDetails at the top
11686
11687 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
11688
11689         * win32/common/libgstinterfaces.def:
11690         Add a lot of export functions for gst-python
11691         * win32/vs6/libgstinterfaces.dsp:
11692         Add a missing include folder in the project configuration
11693         
11694 2006-03-23  Wim Taymans  <wim@fluendo.com>
11695
11696         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11697         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
11698         (gst_base_audio_src_change_state):
11699         Fix audio sources, forgot to make the ringbuffer
11700         startable...
11701
11702 2006-03-23  Wim Taymans  <wim@fluendo.com>
11703
11704         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11705         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
11706         (gst_base_audio_src_change_state):
11707         unparent instead of unref the ringbuffer.
11708
11709 2006-03-23  Wim Taymans  <wim@fluendo.com>
11710
11711         * gst-libs/gst/audio/gstbaseaudiosink.c:
11712         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
11713         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
11714         Implement new async_play vmethod to start slaving and allow
11715         playback start in case of async PLAY state changes. 
11716
11717         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11718         Enable QoS with new method in base class.
11719
11720 2006-03-23  Wim Taymans  <wim@fluendo.com>
11721
11722         Patch by: Julien MOUTTE <julien at moutte dot net>
11723
11724         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
11725         (gst_video_test_src_do_seek), (gst_video_test_src_create):
11726         Partially handle 0 framerate, only EOS after the first frame
11727         is missing.
11728
11729 2006-03-23  Wim Taymans  <wim@fluendo.com>
11730
11731         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11732
11733         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11734         (gst_riff_create_video_template_caps):
11735         * gst/ffmpegcolorspace/avcodec.h:
11736         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11737         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11738         (gst_ffmpegcsp_avpicture_fill):
11739         * gst/ffmpegcolorspace/imgconvert.c:
11740         Patch for support of YVU9 AVI files (#334822)
11741
11742 2006-03-22  Edward Hervey  <edward@fluendo.com>
11743
11744         * docs/design/design-decodebin.txt:
11745         Added design document for new decodebin
11746         (Target Caps): text/x-pango-markup is also a default target caps.
11747
11748 2006-03-22  Wim Taymans  <wim@fluendo.com>
11749
11750         * gst-libs/gst/audio/gstbaseaudiosink.c:
11751         (gst_base_audio_sink_dispose):
11752         Since we _parent the ringbuffer, we also need to
11753         _unparent instead of a plain _unref.
11754
11755 2006-03-22  Wim Taymans  <wim@fluendo.com>
11756
11757         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
11758         (stop_seek), (scrub_toggle_cb), (main):
11759         Add scrub checkbox.
11760
11761 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11762
11763         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
11764         (gst_ogg_parse_chain):
11765           Fix very inefficient usage of linked lists (#335365).
11766
11767 2006-03-21  Edward Hervey  <edward@fluendo.com>
11768
11769         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
11770         * gst/playback/gstplaybin.c: (handoff):
11771         * gst/playback/gststreamselector.c:
11772         (gst_stream_selector_set_property):
11773         gcc 4.1 unreferenced pointer fixes.
11774         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11776         gst_buffer_ref() now takes a GstBuffer*.
11777
11778 2006-03-20  Julien MOUTTE  <julien@moutte.net>
11779
11780         * sys/xvimage/xvimagesink.c:
11781         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
11782         by Jan Schmidt.
11783
11784 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
11785
11786         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
11787         (id3v1_type_find), (apetag_type_find), (plugin_init):
11788           Can't do tag preferences via probability, as tags would then
11789           lose against types that are recognised with MAXIMUM probability
11790           (like .wav); so let all tag typefinders return MAXIMUM themselves
11791           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
11792           that we can prefer APE to ID3v1 (fixes #335028).
11793           
11794 2006-03-17  Wim Taymans  <wim@fluendo.com>
11795
11796         * gst-libs/gst/audio/gstbaseaudiosink.c:
11797         (gst_base_audio_sink_change_state):
11798         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
11799         (gst_ring_buffer_may_start):
11800         * gst-libs/gst/audio/gstringbuffer.h:
11801         Only start playback if we are playing.
11802         should fix #330748.
11803
11804 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
11805
11806         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
11807         * win32/common/config.h:
11808           Revert accidental commits to these files.
11809
11810 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11811
11812         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
11813
11814         * tests/Makefile.am:
11815           Don't try to build tests in tests/icles if we
11816           don't have X (#323852)
11817
11818 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11819
11820         * gst-libs/gst/tag/gstid3tag.c:
11821           Add TXXX frame identifiers for replaygain stuff as used
11822           by some taggers (see #323721).
11823
11824 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
11825
11826         * gst/playback/gststreamselector.c:
11827         (gst_stream_selector_set_property),
11828         (gst_stream_selector_bufferalloc):
11829           Preserve the existing buggy streamselector behaviour by performing
11830           a fallback buffer allocation when downstream isn't linked yet.
11831           This should really be fixed in playbin by blocking pads until it's
11832           linked them.
11833           Also, use gst_pad_alloc_buffer instead of
11834           gst_pad_alloc_buffer_and_set.
11835
11836 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11837
11838         * gst-libs/gst/tag/gstid3tag.c:
11839           Don't crash on unknown ID3v2 TXXX frames.
11840           
11841 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11842
11843         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
11844           Chain up to the parent finalize method.
11845           Add 32-bit sample size to the template caps.
11846
11847         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11848         (gst_riff_create_video_template_caps):
11849           Add the fourcc that the VMWare codec uses.
11850           
11851         * gst/playback/gststreamselector.c:
11852         (gst_stream_selector_set_property),
11853         (gst_stream_selector_bufferalloc),
11854         (gst_stream_selector_request_new_pad):
11855           For the active pad, forward buffer-alloc requests, otherwise
11856           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
11857           having to memcpy every frame when used by playbin.
11858
11859         * gst/tcp/gstmultifdsink.c:
11860         (gst_multi_fd_sink_handle_client_write):
11861           Get negotiated caps from the sink pad, rather than the sink
11862           pad's peer.
11863
11864 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11865
11866         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11867         
11868         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
11869           Don't forget to set src->callbacks_pushed to FALSE again when
11870           popping them, otherwise re-activation in a different mode won't
11871           work (#334620).
11872
11873 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11874
11875         Patch by: Sebastien Moutte  <sebastien moutte net>
11876
11877         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
11878         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
11879         (gst_ffmpeg_smpfmt_to_caps):
11880           Replace __VA_ARGS__ caps creation macros with varargs functions.
11881           Makes things compile on MSVC (#320765), looks nicer, and we can
11882           tell the compiler to check for the NULL terminator.
11883
11884 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11885
11886         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11887
11888         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11889           Make sure the buffer we copy into is really always big
11890           enough, this time for real (#333488).
11891           
11892 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11893
11894         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11895           Add support for 24bpp DIB (#305279).
11896
11897 2006-03-14  Wim Taymans  <wim@fluendo.com>
11898
11899         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
11900         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11901         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
11902         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
11903         (gst_video_scale_init), (gst_video_scale_src_event):
11904         Re-enable QoS after the release.
11905         Rework videoscale to use the base class src_event handler.
11906
11907 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11908
11909         * configure.ac:
11910           back to CVS.
11911
11912 === release 0.10.5 ===
11913
11914 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
11915
11916         * configure.ac:
11917           releasing 0.10.5, "Net"
11918
11919 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
11920
11921         * docs/plugins/Makefile.am:
11922           Part of previous cdparanoiasrc docs fixes, forgot to commit.
11923           
11924 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11925
11926         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11927         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11928         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11929           Add cdparanoiasrc to docs.
11930
11931         * gst-libs/gst/cdda/gstcddabasesrc.c:
11932           More GstCddaBaseSrc docs.
11933
11934 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11935
11936         * docs/libs/gst-plugins-base-libs-sections.txt:
11937         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
11938         * gst-libs/gst/tag/tag.h:
11939           API: libgsttag: new method gst_tag_from_id3_user_tag().
11940
11941 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
11942
11943         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11944           NULL-terminate array of mpeg4 video file extensions.
11945           Fixes crash on PPC (#334226).
11946
11947 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
11948
11949         * ext/gnomevfs/gstgnomevfssrc.c:
11950         (gst_gnome_vfs_src_check_get_range):
11951           gnome_vfs_uri_is_local() alone is not a good indicator
11952           whether we can operate in pull-mode with a specific URI,
11953           as it returns FALSE for file:// URIs that point to an
11954           NFS-mounted path. Be more conservative here: whitelist
11955           local files, blacklist http URIs and use the old
11956           mechanism for anything else (fixes #334216).
11957
11958 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11959
11960         * configure.ac:
11961           back to trunk
11962
11963 === release 0.10.4 ===
11964
11965 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
11966
11967         * configure.ac:
11968           releasing 0.10.4, "Power"
11969
11970 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
11971
11972         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11973         Disable max-lateness by setting it to -1 for now, so that 
11974         we can bed QoS stuff in thoroughly between now and the next
11975         release.
11976
11977 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
11978
11979         Patch by: Fabrizio Gennari
11980
11981         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11982           Make sure we don't read beyond the palette buffer in case of
11983           broken or manipulated files (#333488)
11984
11985 2006-03-10  Edward Hervey  <edward@fluendo.com>
11986
11987         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11988         Fix for variable not initialized.
11989
11990 2006-03-09  Wim Taymans  <wim@fluendo.com>
11991
11992         * ext/libvisual/visual.c: (gst_visual_get_type),
11993         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
11994         (gst_visual_chain):
11995         Small cleanups.
11996
11997         * ext/theora/gsttheoradec.h:
11998         * ext/theora/theoradec.c: (gst_theora_dec_init),
11999         (gst_theora_dec_reset), (_theora_granule_time),
12000         (theora_dec_src_convert), (theora_dec_sink_convert),
12001         (theora_dec_src_query), (theora_dec_src_event),
12002         (theora_dec_sink_event), (theora_handle_comment_packet),
12003         (theora_handle_header_packet), (theora_dec_push),
12004         (theora_handle_data_packet), (theora_dec_chain),
12005         (theora_dec_change_state):
12006         Add simple QoS.
12007
12008 2006-03-09  Wim Taymans  <wim@fluendo.com>
12009
12010         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
12011         (audiocast_register_listener), (gst_gnome_vfs_src_start):
12012         Some cleanups.
12013
12014 2006-03-09  Wim Taymans  <wim@fluendo.com>
12015
12016         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
12017         Don't try to activate NULL chains.
12018
12019 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
12020
12021         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12022           Fix invalid memory access to region before peek'd data (#332964).
12023
12024 2006-03-09  Wim Taymans  <wim@fluendo.com>
12025
12026         Patch by: Christophe Fergeau
12027
12028         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
12029         * ext/pango/gsttextrender.c: (gst_text_render_init):
12030         * gst/adder/gstadder.c: (gst_adder_init):
12031         Don't leak padtemplates, closes #333510.
12032
12033 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
12034
12035         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
12036           Fix invalid memory access: make sure string passed to
12037           regexec() is NUL-termianted.
12038
12039 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
12040
12041         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12042         (mp3_type_find):
12043           Refactor mpeg/audio typefinding to make it more maintainable
12044           and easier to fine-tune. Make probing into middle of the file
12045           work properly (fixes #333900, also see #152688).
12046
12047 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
12048
12049         * gst/typefind/gsttypefindfunctions.c:
12050         (utf8_type_find_have_valid_utf8_at_offset):
12051           Remove part from previous commit that was bogus:
12052           g_utf8_validate() does in fact not accept embedded
12053           zeroes, so we don't need to check for those (thanks
12054           to Mike for the hint).
12055
12056 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
12057
12058         * gst/typefind/gsttypefindfunctions.c:
12059         (utf8_type_find_count_embedded_zeroes),
12060         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
12061           Make plain/text typefinder more conservative: firstly, check
12062           for embedded zeroes, which are perfectly valid UTF-8 characters,
12063           but also a fairly good sign that something is not a plain text
12064           file; secondly, probe into the middle of the file if possible.
12065           If we can't probe into the middle, limit the probability value
12066           to be returned to TYPE_FIND_POSSIBLE (see #333900).
12067
12068 2006-03-08  Michael Smith  <msmith@fluendo.com>
12069
12070         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12071           Make typefind function name for mpeg4 video unique.
12072
12073 2006-03-08  Wim Taymans  <wim@fluendo.com>
12074
12075         * ext/libvisual/visual.c: (gst_visual_init),
12076         (gst_visual_clear_actors), (gst_visual_dispose),
12077         (gst_visual_reset), (gst_visual_src_setcaps),
12078         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
12079         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
12080         (gst_visual_chain), (gst_visual_change_state):
12081         Cleanups, post nice errors.
12082         Handle sink and src events.
12083         Implement simple QoS.
12084
12085         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
12086         Use new basesink methods to configure max-lateness.
12087         Small doc update.
12088
12089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12090         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
12091         Debug statement cleanups.
12092
12093         * gst/volume/gstvolume.c: (gst_volume_class_init):
12094         Simple cleanup.
12095
12096 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
12097
12098         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
12099         (gst_text_overlay_init), (gst_text_overlay_set_property),
12100         (gst_text_overlay_get_property):
12101           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
12102           as string type properties, but mark them deprecated. Add
12103           'halignment' and 'valignment' properties that use enums
12104           instead of strings.
12105
12106 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
12107
12108         Patch by: Fabrizio Gennari
12109
12110         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12111           Allow palettes with less than 256 colours in AVI files
12112           (#333488)
12113
12114 2006-03-07  Julien MOUTTE  <julien@moutte.net>
12115
12116         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
12117         (gst_text_overlay_video_event): Fix wrong EOS handling on text
12118         pad. We were releasing the queued text buffer when we should keep
12119         it until video pad gets EOS or discard the text buffer because it's
12120         too old. That was eating the last subtitle buffer. Add some more
12121         debug.
12122
12123 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
12124
12125         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
12126         (gst_text_overlay_video_chain):
12127           Fix invalid memory access (we can't access a buffer after it's been
12128           pushed downstream without taking a reference); fix memory leak (if
12129           there's no text to render, bail out before allocating stuff).
12130
12131 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
12132
12133         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12134         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
12135         * ext/pango/gsttextoverlay.h:
12136           If input is plain text, escape it before passing it to
12137           pango_layout_set_markup().
12138
12139 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
12140
12141         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
12142           Don't ignore flow return from gst_pad_push().
12143
12144 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
12145
12146         Patch by: Fabrizio Gennari
12147
12148         * ext/libvisual/visual.c: (gst_visual_getcaps),
12149         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
12150         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
12151         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
12152         (gst_vorbisenc_convert_sink):
12153         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
12154         (gst_audio_duration_from_pad_buffer):
12155         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
12156         (gst_audio_filter_chain):
12157         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12158         (gst_base_rtp_depayload_setcaps):
12159         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
12160         (gst_video_get_size):
12161         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
12162           Don't leak references returned by gst_pad_get_parent()
12163           (#333663)
12164
12165 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
12166
12167         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
12168           change location param details
12169         * gst/volume/gstvolume.c: (plugin_init):
12170           correct plugin description
12171
12172 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
12173
12174         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
12175         (gst_gnome_vfs_src_check_get_range):
12176           Override GstBaseSrc::check_get_range() in order to avoid opening
12177           the resource just to check whether we can operate in pull-mode or
12178           not - we can predict that pretty well from the URI alone. Should
12179           fix problems with last.fm (#331690). (Requires latest core CVS).
12180
12181 2006-03-06  Wim Taymans  <wim@fluendo.com>
12182
12183         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
12184         (gst_video_sink_class_init):
12185         Throw away frames that are later than 20 ms.
12186
12187 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
12188
12189         Patch by: Fabrizio Gennari
12190
12191         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12192           Set depth on WMA caps (#333545)
12193
12194 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12195
12196         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
12197         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
12198           put Theora BOS pages before others.  This hardcodes
12199           the Ogg/Theora I profile, but hey.
12200
12201 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12202
12203         * ext/ogg/README:
12204           updated with some examples
12205         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
12206         (granulepos_add), (theora_buffer_from_packet):
12207         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
12208         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
12209         (gst_vorbisenc_chain):
12210           implement strategy from ext/ogg/README
12211         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
12212         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
12213         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
12214         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
12215           Fix muxer so that oggz-validate is happy with all streams;
12216           except for no eos mark, and the BOS page ordering
12217         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
12218         (check_buffer_granulepos):
12219         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
12220           update tests to check for OFFSET being set as requested
12221           fixed type of granulepos, it's not a ClockTime
12222
12223 2006-03-05  Julien MOUTTE  <julien@moutte.net>
12224
12225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12226         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
12227         Check that the xvimage we are creating has a correct size
12228         before returning it. (#314897)
12229
12230 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
12231
12232         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12233           Give id3 and ape tag typefinders a rank slightly higher
12234           than PRIMARY to ensure they're always run before any of
12235           the other typefinders (in particular wav and mp3) (#324186).
12236
12237 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
12238
12239         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12240           Add support for '3IVD' fourcc (#333403).
12241
12242 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12243
12244         * configure.ac:
12245           Bump requirements to GStreamer CVS for the new error enum.
12246
12247         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
12248           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
12249           space left on the device (fixes #333352).
12250
12251 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
12252
12253         * win32/vs6:
12254           add a project file for libgstvolume
12255           update the workspace
12256
12257 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12258
12259         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
12260         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
12261         (GST_START_TEST):
12262           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
12263           Set IN_CAPS on header buffers
12264
12265 2006-03-02  Wim Taymans  <wim@fluendo.com>
12266
12267         * docs/plugins/Makefile.am:
12268         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12269         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12270         Add audioresample to docs.
12271
12272         * gst/audioconvert/gstaudioconvert.c:
12273         Add revision date.
12274
12275         * gst/audioresample/gstaudioresample.c:
12276         (gst_audioresample_base_init), (gst_audioresample_class_init),
12277         (gst_audioresample_init), (gst_audioresample_dispose),
12278         (audioresample_get_unit_size), (audioresample_transform_caps),
12279         (resample_set_state_from_caps), (audioresample_transform_size),
12280         (audioresample_set_caps), (audioresample_event),
12281         (audioresample_do_output), (audioresample_transform),
12282         (audioresample_pushthrough), (gst_audioresample_set_property),
12283         (gst_audioresample_get_property), (plugin_init):
12284         * gst/audioresample/gstaudioresample.h:
12285         Added docs.
12286         Small code cleanups.
12287
12288 2006-03-02  Wim Taymans  <wim@fluendo.com>
12289
12290         * docs/plugins/Makefile.am:
12291         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12292         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12293         Added videoscale to docs.
12294
12295         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12296         (gst_video_rate_swap_prev), (gst_video_rate_event),
12297         (gst_video_rate_chain):
12298         Fix typo in docs.
12299
12300         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
12301         (gst_video_scale_init), (gst_video_scale_prepare_size),
12302         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12303         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
12304         * gst/videoscale/gstvideoscale.h:
12305         Added docs, examples.
12306         Some code cleanups.
12307         Post errors instead of g_warning.
12308
12309 2006-03-02  Wim Taymans  <wim@fluendo.com>
12310
12311         * docs/libs/gst-plugins-base-libs-docs.sgml:
12312         * docs/libs/gst-plugins-base-libs-sections.txt:
12313         * docs/libs/gst-plugins-base-libs.types:
12314         * docs/plugins/Makefile.am:
12315         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12316         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12317         Added some more docs to libs and plugins.
12318
12319         * gst-libs/gst/audio/gstringbuffer.c:
12320         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
12321         * gst-libs/gst/audio/gstringbuffer.h:
12322         Document ringbuffer some more.
12323
12324         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
12325         (gst_video_rate_setcaps), (gst_video_rate_reset),
12326         (gst_video_rate_init), (gst_video_rate_flush_prev),
12327         (gst_video_rate_swap_prev), (gst_video_rate_event),
12328         (gst_video_rate_chain), (gst_video_rate_change_state):
12329         * gst/videorate/gstvideorate.h:
12330         Fix videorate to use segments.
12331         Make it work with 0/1 framerates (closes #331903)
12332         Handle EOS correctly.
12333         Added docs.
12334
12335 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12336
12337         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
12338         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
12339         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
12340           In state change function, first chain up to parent class,
12341           then handle downwards state change stuff. Remove some
12342           commented out cruft from 0.8 code.
12343
12344 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12345
12346         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
12347         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12348         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
12349         (gst_ogm_parse_chain):
12350           Don't remove/re-add source pad if the new caps are the same as
12351           the old caps anyway (#333042). When removing source pad, don't
12352           unref it afterwards - we didn't ref it when adding. Sprinkle some
12353           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
12354           after using gst_pad_get_parent(). Return downstream flow return
12355           value in chain function.
12356
12357 2006-03-02  Wim Taymans  <wim@fluendo.com>
12358
12359         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12360         * docs/plugins/gst-plugins-base-plugins.args:
12361         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12362         * docs/plugins/gst-plugins-base-plugins.interfaces:
12363         * docs/plugins/gst-plugins-base-plugins.signals:
12364         Fix hierarchy, added some more elements to the docs.
12365
12366         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12367         (gst_ffmpegcsp_get_type):
12368         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
12369         Fix docs for ffmpegcolorspace.
12370
12371 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
12372
12373         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
12374         (apetag_type_find), (ape_type_find), (plugin_init):
12375           Some typefinding fine-tuning:
12376           - rank ID3/APE tags in order of preference via probabilities, so that
12377             ID3v2 > APEv2 > APEv1 > ID3v1.
12378           - three or four bytes don't really justify MAXIMUM probability,
12379             change those to 'very likely' (musepack and monkeysaudio).
12380
12381 2006-03-01  Wim Taymans  <wim@fluendo.com>
12382
12383         * docs/plugins/Makefile.am:
12384         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12385         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12386         * ext/alsa/gstalsamixer.c:
12387         * ext/alsa/gstalsamixer.h:
12388         * ext/alsa/gstalsamixerelement.c:
12389         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
12390         * ext/alsa/gstalsamixerelement.h:
12391         * ext/alsa/gstalsasink.c:
12392         * ext/alsa/gstalsasink.h:
12393         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
12394         (gst_alsasrc_init):
12395         * ext/alsa/gstalsasrc.h:
12396         Added alsa docs.
12397         Small code cleanups.
12398
12399 2006-03-01  Wim Taymans  <wim@fluendo.com>
12400
12401         * ext/theora/Makefile.am:
12402         Dist new header too,
12403
12404 2006-03-01  Wim Taymans  <wim@fluendo.com>
12405
12406         * docs/plugins/Makefile.am:
12407         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12408         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12409         * ext/gnomevfs/gstgnomevfssink.h:
12410         * ext/gnomevfs/gstgnomevfssrc.h:
12411         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12412         * ext/vorbis/vorbisdec.h:
12413         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
12414         * ext/vorbis/vorbisenc.h:
12415         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
12416         (vorbis_parse_chain), (vorbis_parse_change_state):
12417         * ext/vorbis/vorbisparse.h:
12418         * gst/audioconvert/gstaudioconvert.h:
12419         * gst/tcp/gsttcpserversink.h:
12420         * gst/videotestsrc/gstvideotestsrc.c:
12421         * gst/videotestsrc/gstvideotestsrc.h:
12422         * gst/volume/gstvolume.c:
12423         * gst/volume/gstvolume.h:
12424         Fix some more docs.
12425         Added docs for vorbisdec and vorbisparse.
12426         Fix vorbisparse.
12427
12428 2006-03-01  Wim Taymans  <wim@fluendo.com>
12429
12430         * docs/plugins/Makefile.am:
12431         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12432         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12433         * ext/pango/gstclockoverlay.h:
12434         * ext/pango/gsttextoverlay.h:
12435         * ext/pango/gsttextrender.h:
12436         * ext/pango/gsttimeoverlay.h:
12437         * ext/theora/gsttheoradec.h:
12438         * ext/theora/gsttheoraenc.h:
12439         * ext/theora/theoradec.c:
12440         * ext/theora/theoraenc.c:
12441         * gst/audioconvert/gstaudioconvert.h:
12442         * gst/audiotestsrc/gstaudiotestsrc.h:
12443         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
12444         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
12445         * gst/tcp/gstmultifdsink.h:
12446         Updated/added documentation.
12447
12448         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
12449         (gst_text_overlay_halign_get_type),
12450         (gst_text_overlay_wrap_mode_get_type),
12451         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
12452         (gst_text_overlay_init), (gst_text_overlay_set_property),
12453         (gst_text_overlay_get_property):
12454         Fix up properties to be enums instead of string to make bindings,
12455         introspection and automatic GUI creation possible.
12456         Add getters for the properties.
12457
12458 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
12459
12460         * gst/audiotestsrc/gstaudiotestsrc.c:
12461           added defines of M_PI and M_PI_2
12462         * gst/ffmpegcolorspace/avcodec.h:
12463           removed #include "stdint.h" for win32 as _stdint.h is 
12464           autogenerated to win32/common
12465         * win32/common/libgstaudio.def:
12466         * win32/common/libgsttag.def:
12467           added some exports
12468         * win32/vs6:
12469           some project files bugs corrected
12470         * win32/vs7:
12471           project files are reset to the default vs7 configuration 
12472           (they link to msvcr71.dll using default optimizations)
12473           
12474 2006-02-28  Wim Taymans  <wim@fluendo.com>
12475
12476         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
12477         Fix some docs.
12478
12479 2006-02-28  Edward Hervey  <edward@fluendo.com>
12480
12481         * ext/alsa/gstalsasrc.c:
12482         Set proper class on the ElementDetails:
12483         Source/Audio instead of Src/Audio/
12484
12485 2006-02-28  Edward Hervey  <edward@fluendo.com>
12486
12487         * gst/videoscale/vs_scanline.c:
12488         (vs_scanline_resample_nearest_RGBA):
12489         Revert optimization in videoscale. It should go in liboil and have
12490         an appropriate liboil function.
12491
12492 2006-02-28  Wim Taymans  <wim@fluendo.com>
12493
12494         * gst-libs/gst/audio/gstbaseaudiosink.c:
12495         (gst_base_audio_sink_provide_clock):
12496         Don't try to provide a clock in the NULL state.
12497
12498 2006-02-28  Wim Taymans  <wim@fluendo.com>
12499
12500         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
12501         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
12502         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
12503         (gst_ogg_demux_deactivate_current_chain),
12504         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
12505         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
12506         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
12507         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
12508         Use GstSegment infrastructure to remove duplicated code
12509         and handle more seek cases correctly.
12510
12511 2006-02-28  Wim Taymans  <wim@fluendo.com>
12512
12513         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12514         (gst_ffmpegcsp_transform):
12515         Don't ignore return code from ffmpeg convert function.
12516
12517         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
12518         Split out some long statements to ease debugging.
12519
12520 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
12521
12522         * ext/libvisual/visual.c: (gst_visual_init),
12523         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
12524         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
12525         being able to renegotiate the size. Instead, use the negotiation
12526         algorithm from the goom plugin to pick an initial output caps. 
12527
12528         Also, allow theoretical libvisual plugins that might support non-GL 
12529         output even if they also do GL.
12530
12531 2006-02-26  Julien MOUTTE  <julien@moutte.net>
12532
12533         * ext/libvisual/visual.c: (gst_visual_init),
12534         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
12535         (plugin_init): Load only non GL plugins. Fix some memleaks and 
12536         possible negotiation issues.
12537
12538 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12539
12540         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
12541
12542 2006-02-24  Michael Smith  <msmith@fluendo.com>
12543
12544         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
12545         (cmml_type_find), (plugin_init):
12546           Fix CMML type find function to not require a specific minor version
12547           of the CMML header.
12548
12549           Add an MPEG4 video elementary stream typefind function.
12550
12551 2006-02-04  Michael Smith  <msmith@fluendo.com>
12552
12553         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
12554         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
12555         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
12556         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
12557         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
12558         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
12559           Annodex support in ogg demuxer. Doesn't do very much without the
12560           other annodex patches (to come).
12561
12562 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12563
12564         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
12565
12566         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12567           Pick up palette for MS video v1 (#327028)
12568
12569 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12570
12571         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12572         (gst_ffmpegcsp_caps_remove_format_info),
12573         (gst_ffmpegcsp_get_unit_size):
12574           The 'palette_data' field from incoming RGB caps shouldn't be
12575           proxied on outgoing YUV caps; also, restrict unit size
12576           adjustment in case of paletted data only to the unit that
12577           actually has a palette. Fixes #330711.
12578
12579 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12580
12581         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12582         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
12583         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
12584         (gst_ffmpegcsp_get_unit_size):
12585           Plug some memory leaks.
12586
12587 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12588
12589         * sys/ximage/Makefile.am:
12590         * sys/xvimage/Makefile.am:
12591           Add some _CFLAGS and _LIBS that seem to be missing
12592           and/or required for Cygwin (see #317048).
12593
12594 2006-02-22  Wim Taymans  <wim@fluendo.com>
12595
12596         * ext/alsa/gstalsasrc.c:
12597         Fix description as pointed out by caugier.
12598
12599 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
12600
12601         Reviewed by : Edward Hervey  <edward@fluendo.com>
12602
12603         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12604         (qt_type_find):
12605         Better 3gp typefinding (#331526).
12606
12607 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
12608
12609         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
12610           Don't send EOS event here, the base class will send one for us.
12611
12612         * gst/playback/gstplaybasebin.c: (prepare_output):
12613           Subpictures without video stream aren't allowed either.
12614         
12615         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
12616           Fix debug statement copy'n'paste-o.
12617
12618 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
12619
12620         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
12621           Fix issues with mixer keeping state when muting/unmuting
12622           and when changing the volume whilst muted (see #331763
12623           and #331765).
12624
12625 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
12626
12627         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
12628         (parse_subrip), (gst_sub_parse_format_autodetect):
12629           Set right caps given that we send escaped text. Also,
12630           honour <i></i>, <b></b> and <u></u> markers that can be found
12631           in .srt files (fixes #310202).
12632
12633 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
12634
12635         * gst-libs/gst/audio/mixerutils.c:
12636         (element_factory_rank_compare_func):
12637           Make order in which elements are tried more determinable.
12638
12639 2006-02-20  Julien MOUTTE  <julien@moutte.net>
12640
12641         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12642         (remove_element_chain), (cleanup_decodebin),
12643         (gst_decode_bin_change_state): Make decodebin reusable by
12644         fixing remove_element_chain first and then introduce a
12645         cleaner in state change to ->NULL. (Closes #331678)
12646
12647 2006-02-19  Wim Taymans  <wim@fluendo.com>
12648
12649         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
12650         use 0666 mask when creating files so umask gets applied
12651         correctly. Fixes #331295.
12652
12653 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
12654
12655         * gst/subparse/Makefile.am:
12656         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
12657         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
12658         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
12659         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
12660         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
12661         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
12662         * gst/subparse/gstssaparse.h:
12663         * gst/subparse/gstsubparse.c: (plugin_init):
12664           Add very basic parser for SSA subtitle streams (as often
12665           found in matroska files).
12666
12667 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
12668
12669         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
12670           That should be text/x-pango-markup, not text/x-pango-layout.
12671
12672 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12673
12674         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
12675         Polishing.
12676
12677 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12678
12679         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12680         (gst_text_overlay_finalize), (gst_text_overlay_init),
12681         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12682         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12683         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
12684         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
12685         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
12686         Fix state change deadlock.
12687
12688 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12689
12690         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12691         (gst_text_overlay_finalize), (gst_text_overlay_init),
12692         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12693         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12694         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
12695         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
12696         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
12697         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
12698         and subtitles files.
12699
12700 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12701
12702         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
12703         should be considered as raw.
12704
12705 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12706
12707         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12708         (cb_probe):
12709         * gst/playback/gststreaminfo.h: Introduce language informations.
12710
12711 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12712
12713         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12714         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12715         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12716         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12717         Set shared memory segments to be deleted as soon as we have attached,
12718         that way they get cleaned up automatically if we crash.
12719
12720 2006-02-18  Julien MOUTTE  <julien@moutte.net>
12721
12722         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
12723         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
12724         functions are called with lock held.
12725
12726 2006-02-18  Julien MOUTTE  <julien@moutte.net>
12727
12728         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12729         (gst_text_overlay_finalize), (gst_text_overlay_init),
12730         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12731         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12732         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12733         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12734         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12735         (gst_text_overlay_change_state): Refactoring of textoverlay
12736         without collectpads. This now supports sparse subtitles coming
12737         from a demuxer instead of a sub file. Seeking is still broken 
12738         though. Need to discuss with wtay some more on how to handle
12739         seeking correctly.
12740         * ext/pango/gsttextoverlay.h:
12741         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
12742         subtitles coming from the demuxer.
12743
12744 2006-02-17  Wim Taymans  <wim@fluendo.com>
12745
12746         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
12747         (gst_vorbisenc_convert_sink):
12748         Use some more scaling functions.
12749
12750 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12751
12752         * ext/cdparanoia/gstcdparanoiasrc.c:
12753         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
12754         (gst_cd_paranoia_paranoia_callback),
12755         (gst_cd_paranoia_src_signal_is_being_watched),
12756         (gst_cd_paranoia_src_read_sector):
12757         * ext/cdparanoia/gstcdparanoiasrc.h:
12758           Add back 'transport-error' and 'uncorrected-error' signals and
12759           make them actually be fired when bad stuff happens (#319340).
12760
12761 2006-02-17  Wim Taymans  <wim@fluendo.com>
12762
12763         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
12764         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12765         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
12766         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
12767         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
12768         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
12769         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
12770         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12771         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
12772         (gst_ring_buffer_clear):
12773         Small cleanups.
12774         Added some G_LIKELY.
12775
12776 2006-02-17  Wim Taymans  <wim@fluendo.com>
12777
12778         * gst-libs/gst/audio/TODO:
12779         Update TODO
12780
12781         * gst-libs/gst/audio/gstbaseaudiosink.c:
12782         (gst_base_audio_sink_get_offset):
12783         When trying to play samples ASAP and we don't have a
12784         previous sample, try to play at position 0 instead of
12785         an invalid position.
12786
12787 2006-02-17  Wim Taymans  <wim@fluendo.com>
12788
12789         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
12790         (gst_alsasink_reset):
12791         Also release lock when we get an error in _reset();
12792         fix an error message.
12793
12794 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12795
12796         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
12797         (gst_alsasink_init), (get_channel_free_structure),
12798         (caps_add_channel_configuration), (gst_alsasink_getcaps),
12799         (gst_alsasink_close):
12800         * ext/alsa/gstalsasink.h:
12801           Add support for more than 2 channels (#326720).
12802
12803 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12804
12805         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12806           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
12807           with 4 or 6 channels, assume a default channel layout to make things
12808           work (not sure there's anything else we can do in those cases).
12809
12810 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12811
12812         * gst-libs/gst/audio/multichannel.c:
12813           Minor docs fix.
12814
12815         * gst-libs/gst/riff/Makefile.am:
12816         * gst-libs/gst/riff/riff-ids.h:
12817         * gst-libs/gst/riff/riff-media.c:
12818         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
12819           Add support for WAVEFORMATEX, eg. PCM audio with more than two
12820           channels and a channel layout map.
12821           
12822 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
12823
12824         Reviewed by Edward Hervey  <edward@fluendo.com>
12825
12826         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
12827         C-level optimization of the RGBA nearest neighbour function.
12828         Eventually this might end up in liboil with vectorized versions.
12829
12830 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12831
12832         * gst-libs/gst/audio/multichannel.c:
12833         (gst_audio_get_channel_positions):
12834           When we have more than 2 channels, but no channel layout is
12835           specified in the caps, return some default channel layout
12836           to the caller and warn about about a possibly buggy element
12837           (could be buggy filtercaps as well of course) (#317038).
12838
12839 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12840
12841         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12842           Add gst-libs/gst/cdda to list of lib search paths.
12843
12844 2006-02-15  Andy Wingo  <wingo@pobox.com>
12845
12846         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
12847         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
12848         to the Lord Jesus that I do not have to touch the ogg muxer ever
12849         again.
12850
12851 2006-02-15  Edward Hervey  <edward@fluendo.com>
12852
12853         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
12854         quicktime movie files can also contain 'uuid' atoms.
12855
12856 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12857
12858         * gst/audioconvert/plugin.c: (plugin_init):
12859           Register the GstAudioChannelPosition enum type with the type
12860           system in the plugin_init function, so that it is known before
12861           any element actually makes use of multi-channel stuff. This is
12862           required for example if one wants to be able to deserialise/use
12863           a caps string with channel positions before any pipeline has
12864           been setup and started, like with gst-launch.
12865
12866 2006-02-14  Wim Taymans  <wim@fluendo.com>
12867
12868         * gst-libs/gst/audio/gstringbuffer.c:
12869         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
12870         (gst_ring_buffer_samples_done), (wait_segment),
12871         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
12872         Add some compiler G_(UN_)LIKELY help.
12873         SIGNAL the ringbuffer waiters when going to PAUSED as well to
12874         make sure they can exit their functions. Should fix #330748
12875
12876 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12877
12878         * Makefile.am:
12879         * configure.ac:
12880         * win32/MANIFEST:
12881         * win32/common/_stdint.h:
12882           Windows does not have long long; copy the generated _stdint.h
12883         * win32/common/interfaces-enumtypes.c:
12884         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
12885         (gst_mixer_track_flags_get_type),
12886         (gst_tuner_channel_flags_get_type):
12887         * win32/common/multichannel-enumtypes.c:
12888         (gst_audio_channel_position_get_type):
12889           update
12890
12891 2006-02-13  Wim Taymans  <wim@fluendo.com>
12892
12893         * gst-libs/gst/audio/gstbaseaudiosink.c:
12894         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
12895         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12896         Always sync on first sample we receive when starting.
12897
12898 2006-02-13  Wim Taymans  <wim@fluendo.com>
12899
12900         * gst/playback/gstplaybin.c: (gen_vis_element):
12901         Update vis bin docs.
12902         Move queue after tee so we don't queue video buffers but
12903         audio samples instead. Fixes problems where the video queue
12904         is filled and the audio queue empty.
12905
12906 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
12907
12908         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12909           No need to push an EOS event here, GstBaseSrc will do that for us
12910           when we return FLOW_UNEXPECTED.
12911           
12912 2006-02-12  Wim Taymans  <wim@fluendo.com>
12913
12914         * gst-libs/gst/audio/gstbaseaudiosink.c:
12915         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
12916         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
12917         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12918         Use scale functions when possible.
12919         Fix error messages.
12920         Free clockid when after waiting for EOS.
12921         Use G_(UN_)LIKLY when it makes sense.
12922         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
12923
12924 2006-02-12  Edward Hervey  <edward@fluendo.com>
12925
12926         * gst/playback/gstplaybasebin.c: (prepare_output): 
12927         Remove stray semi-colon (fixes #330888).
12928
12929 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
12930
12931         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
12932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
12933         Fix up the XShm call testing so that we catch errors, and don't
12934         cause new ones by attempting to detach from a segment we failed
12935         to attach to. Fixes #312439.
12936
12937 2006-02-10  Edward Hervey  <edward@fluendo.com>
12938
12939         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12940         Added flv file typefind (video/x-flv).
12941
12942 2006-02-10  Edward Hervey  <edward@fluendo.com>
12943
12944         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12945         (gst_riff_create_video_template_caps):
12946         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
12947         Also added the caps to the default set of riff video caps.
12948
12949 2006-02-09  Andy Wingo  <wingo@pobox.com>
12950
12951         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
12952         time and the end time of the last packet in the page.
12953         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
12954         on the pages in our queue, set the duration as well. Reflow a
12955         debug statement.
12956         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
12957         Fixes bad muxing order.
12958
12959 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12960
12961         * gst-libs/gst/rtp/gstbasertppayload.c:
12962         (gst_basertppayload_setcaps), (gst_basertppayload_push):
12963           update seqnum before setting it on the packet; this makes sure
12964           that the timestamp and seqnum properties match after pushing
12965           a buffer
12966
12967 2006-02-09  Andy Wingo  <wingo@pobox.com>
12968
12969         * gst-libs/gst/audio/gstringbuffer.c
12970         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
12971         overflow after 13.5 hours of recording. Kapow!
12972
12973         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
12974         the buffer size -- we don't care about underrun/overrun reporting
12975         right now, just need to return a useful value.
12976
12977 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12978
12979         * configure.ac:
12980           Back to CVS
12981
12982 === release 0.10.3 ===
12983
12984 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12985
12986         * configure.ac:
12987           releasing 0.10.3, "Under Pressure"
12988
12989 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12990
12991         * configure.ac:
12992         Drat. Bump libtool version number for new API.
12993         Prelease 0.10.2.3 (of 0.10.3)
12994
12995 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12996
12997         * configure.ac:
12998         * win32/common/config.h:
12999         0.10.2.2 prerelease (of 0.10.3).
13000
13001 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13002
13003         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
13004           Revert Andy's newsegment change pending a more correct
13005           fix.
13006
13007 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13008
13009         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
13010         (qt_type_find), (plugin_init):
13011           detect more files as 3gp
13012           group and reorder the iso file formats
13013
13014 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13015
13016         * ext/vorbis/vorbis.c: (plugin_init):
13017           Register musicbrainz tags, so apps don't have to.
13018
13019 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13020
13021         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
13022         (gst_tag_to_vorbis_tag):
13023           Make sure we called gst_tag_register_musicbrainz_tags()
13024           before possibly mapping a vorbiscomment string from/to a
13025           musicbrainz tag.
13026
13027 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13028
13029         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13030           In case we can't find the required number of consecutive
13031           mpeg audio frames to positively identify an MPEG audio
13032           stream, check if there's at least a valid mpeg audio
13033           frame right at offset 0 and if so suggest mpeg/audio
13034           caps with a very low probability (#153004).
13035
13036 2006-02-07  Andy Wingo  <wingo@pobox.com>
13037
13038         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
13039         a TIME segment if we get timestamped buffers. Requires recent
13040         fixes in core to work properly.
13041
13042 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13043
13044         * gst/playback/gstplaybasebin.c: (prepare_output):
13045           Don't print the URI as part of the error message, it
13046           makes error dialogs look rather ugly, especially if
13047           the URI is very long or has characters in it that
13048           need escaping.
13049
13050 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13051
13052         * gst/playback/gstplaybasebin.c: (prepare_output):
13053           Error out if we have only text or subtitles, but nothing
13054           else. Also error out if we have subtitles but no video
13055           stream.
13056
13057 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13058
13059         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
13060           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
13061           Post an error message on the bus when we encounter an
13062           error, which will hopefully be more meaningful than the
13063           'Internal Flow Error' message users get to see if we
13064           just return GST_FLOW_ERROR.
13065
13066 2006-02-07  Andy Wingo  <wingo@pobox.com>
13067
13068         * configure.ac (GST_MAJORMINOR): Update core version req to
13069         0.10.2.2, for the collectpads API addition (#330244).
13070
13071 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13072
13073         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13074           Return FALSE from plugin_init() when GnomeVFS can't
13075           be initialised for some reason (#328423).
13076
13077 2006-02-06  Julien MOUTTE  <julien@moutte.net>
13078
13079         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
13080         Stick to seeking theory until i find the bug.
13081         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
13082
13083 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
13084
13085         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13086         (theora_enc_finalize), (theora_enc_sink_setcaps),
13087         (theora_set_header_on_caps), (theora_enc_chain),
13088         (theora_enc_change_state):
13089         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13090           Make theoraenc and the tests leak free. Like, really.
13091
13092 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
13093
13094         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13095         (theora_enc_finalize), (theora_enc_sink_setcaps):
13096           Add a finalize method to ensure we clean up state even if
13097           someone omitted the state change back to NULL.
13098
13099         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
13100         (gst_vorbisenc_chain):
13101           Free some more leaked bits.
13102
13103         * tests/check/pipelines/theoraenc.c: (start_pipeline),
13104         (stop_pipeline):
13105           Wait for state changes to happen if they're ASYNC.
13106
13107           This ought to teach those fancy pants buildbots a lesson.
13108
13109 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13110
13111         * gst-libs/gst/tag/gstid3tag.c:
13112           Add mapping for ID3 International Standard Recording Code
13113           tag "TSRC"
13114
13115 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13116
13117         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
13118           Don't leak tag names.
13119
13120 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13121
13122         * docs/libs/gst-plugins-base-libs-docs.sgml:
13123         * docs/libs/gst-plugins-base-libs-sections.txt:
13124         * gst-libs/gst/tag/gstid3tag.c:
13125         * gst-libs/gst/tag/gstvorbistag.c:
13126         * gst-libs/gst/tag/tags.c:
13127           Split libgsttag docs into multiple sections.
13128
13129 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13130
13131         * docs/libs/Makefile.am:
13132         * docs/libs/gst-plugins-base-libs-docs.sgml:
13133         * docs/libs/gst-plugins-base-libs-sections.txt:
13134         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
13135         * gst-libs/gst/tag/gstvorbistag.c:
13136         * gst-libs/gst/tag/tag.h:
13137         * gst-libs/gst/tag/tags.c:
13138           Add libgsttag to the docs.
13139
13140 2006-02-05  Julien MOUTTE  <julien@moutte.net>
13141
13142         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
13143         (gst_text_overlay_init), (gst_text_overlay_src_event),
13144         (gst_text_overlay_collected): Fix clockoverlay.
13145
13146 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13147
13148         * docs/libs/compiling.sgml:
13149           Fix typo: it's pkg-config, not pkg-gconfig
13150
13151         * docs/libs/gst-plugins-base-libs-docs.sgml:
13152         * docs/libs/gst-plugins-base-libs-sections.txt:
13153         * docs/libs/tmpl/gstgconf.sgml:
13154           There is no libgstgconf in 0.10, remove it
13155           from the docs.
13156
13157 2006-02-05  Julien MOUTTE  <julien@moutte.net>
13158
13159         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
13160         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
13161         (gst_text_overlay_src_event), (gst_text_overlay_collected):
13162         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
13163         (gst_sub_parse_class_init), (gst_sub_parse_init),
13164         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
13165         (parse_mpsub), (parser_state_init), (handle_buffer),
13166         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
13167         * gst/subparse/gstsubparse.h: Introduce seeking code.
13168
13169 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13170
13171         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13172           Add comment about LANGUAGE tag inconsistency (we want
13173           ISO-639-1, but extract three-letter identifiers?)
13174
13175         * po/POTFILES.in:
13176           Add two translatable files.
13177
13178 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
13179
13180         * gst-libs/gst/tag/Makefile.am:
13181         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13182         * gst-libs/gst/tag/tag.h:
13183         * gst-libs/gst/tag/tags.c:
13184         (gst_tag_register_musicbrainz_tags_internal),
13185         (gst_tag_register_musicbrainz_tags):
13186           Forward-port some tags stuff from the 0.8 branch. This is
13187           mostly the addition of musicbrainz tags and their mapping
13188           to vorbistags, and a vorbistag mapping of the language tag.
13189
13190 2006-02-05  Julien MOUTTE  <julien@moutte.net>
13191
13192         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
13193         refactoring.
13194
13195 2006-02-04  David Schleef  <ds@schleef.org>
13196
13197         * ext/ogg/gstoggmux.c:
13198         * gst/typefind/gsttypefindfunctions.c:
13199           Add Dirac typefinding and add dirac format to oggmux.
13200
13201 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
13202
13203         * gst/playback/gstdecodebin.c: (try_to_link_1):
13204           Don't put essential function call into
13205           g_return_*() macro, otherwise it'll all be
13206           replaced by NOOPs when compiling with
13207           G_DISABLE_CHECKS defined.
13208
13209 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13210
13211         * ext/ogg/gstoggdemux.c:
13212         * ext/ogg/gstoggparse.c:
13213         * gst/tcp/gsttcpserversink.c:
13214         * sys/v4l/v4lsrc_calls.c:
13215         * sys/v4l/v4lsrc_calls.h:
13216         Just make it compile with --disable-gst-debug.
13217
13218 2006-02-03  Wim Taymans  <wim@fluendo.com>
13219
13220         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
13221         (gst_alsasink_class_init), (gst_alsasink_init),
13222         (gst_alsasink_write), (gst_alsasink_reset):
13223         * ext/alsa/gstalsasink.h:
13224         Add lock to protect alsa calls.
13225         Implement reset to flush samples ASAP, does not work
13226         with dmix though.
13227
13228 2006-02-02  Wim Taymans  <wim@fluendo.com>
13229
13230         * gst-libs/gst/audio/gstbaseaudiosink.c:
13231         (gst_base_audio_sink_provide_clock):
13232         Ugh.. getting late I guess...
13233
13234 2006-02-02  Wim Taymans  <wim@fluendo.com>
13235
13236         * gst-libs/gst/audio/gstbaseaudiosink.c:
13237         (gst_base_audio_sink_provide_clock),
13238         (gst_base_audio_sink_set_property),
13239         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
13240         Don't try to provide a clock when we are not negotiated since
13241         we might not be able to make it run.
13242
13243 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13244
13245         * gst/playback/gstdecodebin.c: (try_to_link_1):
13246           Unlinking two source pads is ... hard.
13247
13248 2006-02-02  Wim Taymans  <wim@fluendo.com>
13249
13250         * gst-libs/gst/audio/TODO:
13251         Updated.
13252
13253         * gst-libs/gst/audio/gstbaseaudiosink.c:
13254         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
13255         On EOS, wait till the last sample is played before posting EOS.
13256
13257 2006-02-01  Philippe Kalaf <burger at speedy dot org>
13258
13259         Patch by: Kai Vehmanen
13260         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13261           Adds ability to enable newsegment bypass by setting queue_delay to
13262           zero. Also avoid thread being started if queue_delay is zero.
13263
13264 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13265
13266         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
13267           Make test work again by connecting fakesinks to each decoded pad,
13268           which makes the pipeline wait until each fakesink has a buffer
13269           queued before going to PAUSED state. At that point we know the
13270           decodebin pads are negotiated.
13271
13272 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13273
13274         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
13275         (gst_cdda_base_src_handle_event):
13276         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
13277           Pass unhandled queries to the parent class's query function.
13278
13279 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13280
13281         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
13282         (gst_ogg_pad_src_query):
13283         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
13284         * ext/theora/theoradec.c: (theora_dec_src_query),
13285         (theora_dec_sink_query):
13286         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13287         (vorbis_dec_sink_query):
13288         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
13289         (gst_vorbisenc_sink_query):
13290         * gst/adder/gstadder.c: (gst_adder_query):
13291           Pass unhandled queries upstream instead of just
13292           dropping them (#326447). Also, fix supported
13293           query types list for some elements.
13294
13295 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13296
13297         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
13298         (paris_type_find), (ilbc_type_find), (plugin_init):
13299           Fix typefinding for audio/x-au, audio/x-paris and
13300           audio/iLBC-sh. We cannot use the START_WITH macros
13301           here, because there can only be one typefind factory
13302           with the same name (caps), so the second one would
13303           replace the first one and the first one would never
13304           be called when doing typefinding (see #161712).
13305           
13306
13307 2006-01-31  Wim Taymans  <wim@fluendo.com>
13308
13309         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
13310         (vorbis_handle_header_packet), (vorbis_dec_push),
13311         (vorbis_handle_data_packet):
13312         Use scale_int when we can, add some more scaling.
13313         Check packettype before parsing it.
13314
13315 2006-01-31  Wim Taymans  <wim@fluendo.com>
13316
13317         * ext/theora/theoradec.c: (_theora_granule_time),
13318         (theora_dec_src_convert), (theora_dec_sink_convert):
13319         Call right _scale functions.
13320         Use parameter instead of some other random value.
13321
13322 2006-01-31  Wim Taymans  <wim@fluendo.com>
13323
13324         * ext/theora/theoradec.c: (_theora_granule_frame),
13325         (_theora_granule_time), (_inc_granulepos),
13326         (theora_dec_src_convert), (theora_dec_sink_convert),
13327         (theora_handle_type_packet), (theora_handle_data_packet),
13328         (theora_dec_chain):
13329         Use higher precision timestamps calculation.
13330         Convert some other conversions to _scale.
13331
13332 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
13333
13334         * gst/audiotestsrc/gstaudiotestsrc.c:
13335         (gst_audio_test_src_create_sine_table), (plugin_init):
13336         * gst/volume/gstvolume.c: (plugin_init):
13337           initialize gst_controller before using
13338
13339 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13340
13341         * tests/check/pipelines/theoraenc.c:
13342         * tests/check/pipelines/vorbisenc.c:
13343         Define constant using G_GINT64_CONSTANT to avoid errors when
13344         passing it around - otherwise it gets truncated to 32 bits.
13345
13346         Fixes failing tests.
13347
13348 2006-01-31  Andy Wingo  <wingo@pobox.com>
13349
13350         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
13351         caps being set doesn't have a framerate value. Basically a stopgap
13352         measure.
13353
13354         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
13355         technically correct enough to put into core though.
13356         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
13357         DURATION. Fixes theoraenc ! oggmux.
13358
13359         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
13360         fraction, not double.
13361
13362 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
13363
13364         * win32/vs7:
13365         add vs7 project files created by Sergey Scobich
13366
13367 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
13368
13369         * win32/vs8:
13370         add vs8 project files created by Sergey Scobich
13371         
13372 2006-01-30  Andy Wingo  <wingo@pobox.com>
13373
13374         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
13375         timestamp + duration, not just timestamp -- ogg pages should be
13376         ordered by stop time. Necessary fix given the change in vorbis
13377         timestamps.
13378
13379         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
13380         (gst_theora_enc_init): Pull the granule shift out of the encoder.
13381         (granulepos_add): New function, handles the messiness of adjusting
13382         granulepos values.
13383         (theora_buffer_from_packet):
13384         (theora_enc_chain):
13385         (theora_enc_sink_event): Use granulepos_add, not +.
13386
13387         * tests/check/pipelines/theoraenc.c
13388         (check_buffer_granulepos_from_starttime): Just check the frame
13389         count, not the actual granulepos -- we can't dictate to the
13390         encoder when it should be placing keyframes.
13391
13392 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13393
13394         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13395           SERVICE_NOT_AVAILABLE happens for example when you're trying to
13396           play an http:// stream from a server that's not serving
13397
13398 2006-01-30  Andy Wingo  <wingo@pobox.com>
13399
13400         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
13401         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
13402         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
13403         available.
13404
13405         * ext/theora/gsttheoraenc.h:
13406         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
13407         although theoraenc was timestamping correctly. Added handling of
13408         streams that start with nonzero timestamps.
13409
13410         * tests/check/Makefile.am:
13411         * tests/check/pipelines/theoraenc.c: New file, basically does same
13412         tests as vorbisenc.
13413
13414         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
13415
13416 2006-01-30  Wim Taymans  <wim@fluendo.com>
13417
13418         * gst-libs/gst/audio/gstaudiosink.c:
13419         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
13420         (gst_audioringbuffer_pause):
13421         Implement pause that does not wait for completion.
13422
13423         * gst-libs/gst/audio/gstbaseaudiosink.c:
13424         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13425         Don't drop buffers when going to PAUSED but perform preroll on
13426         remaining samples now that core base class supports this.
13427
13428         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
13429         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
13430         (gst_ring_buffer_commit):
13431         Pause should not signal waiters.
13432         Implement return value of _commit correctly.
13433
13434 2006-01-30  Andy Wingo  <wingo@pobox.com>
13435
13436         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
13437
13438         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
13439         updated to timestamp from the first sample, not the last.
13440         (gst_vorbisenc_buffer_from_header_packet): New function, takes
13441         special care of granulepos and timestamp for header packets.
13442         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
13443         when the first buffer has a nonzero timestamp.
13444
13445         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
13446         (GstVorbisEnc.subgranule_offset): New members. Take care of the
13447         case when the first audio buffer we get has a nonzero timestamp.
13448         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
13449         properly timestamp vorbis buffers with the time of the first
13450         sample, not the last.
13451         
13452         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
13453         vorbis_granule_time_copy -- now it takes the granule/subgranule
13454         offset into account.
13455
13456         * tests/check/pipelines/vorbisenc.c: New test for correctness of
13457         timestamps, durations, and granulepos on buffers produced by
13458         vorbisenc.
13459
13460 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
13461
13462         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13463         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13464           Patch from Eric Jonas to support conversions to/from UYVY 
13465           (Fixes: #324626)
13466
13467 2006-01-30  Julien MOUTTE  <julien@moutte.net>
13468
13469         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
13470         (setup_subtitle), (setup_source), (set_active_source):
13471         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
13472         (gen_text_element), (gen_audio_element), (gen_vis_element),
13473         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
13474
13475 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
13476
13477         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
13478         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
13479                 use gst_guint64_to_gdouble to be compliant with vs6
13480         * gst/playback/gstdecodebin.c: (try_to_link_1)
13481         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
13482                 use G_GINT64_CONSTANT for int64 constants
13483         * win32/common/libgstinterfaces.def:
13484                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
13485         * win32/vs6:
13486                 update and add new project files
13487                 
13488 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13489
13490         * Makefile.am:
13491         * win32/MANIFEST:
13492         * win32/common/interfaces-enumtypes.c:
13493         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
13494         (gst_mixer_track_flags_get_type),
13495         (gst_tuner_channel_flags_get_type):
13496         * win32/common/interfaces-enumtypes.h:
13497         * win32/common/multichannel-enumtypes.c:
13498         (gst_audio_channel_position_get_type):
13499         * win32/common/multichannel-enumtypes.h:
13500           add a win32-update rule like in core, and copy over enumtypes files
13501
13502 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13503
13504         * win32/MANIFEST:
13505         * win32/common/config.h:
13506         * win32/common/config.h.in:
13507           add config files just like in core
13508
13509 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13510
13511         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
13512           Make gcc-4.1 happy (part of #327357).
13513
13514 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13515
13516         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
13517         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
13518         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
13519         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
13520         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
13521         (gst_alsasrc_unprepare), (gst_alsasrc_read):
13522           Update all error messages.  All of them should either use
13523           the default translated message, or actually provide a
13524           translatable string.
13525           Make the string for channel count problems meaningful.
13526
13527 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13528
13529         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13530           check for and throw RESOURCE_BUSY
13531
13532 2006-01-27  David Schleef  <ds@schleef.org>
13533
13534         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
13535           checked in this change -- it requires liboil features not
13536           in 0.3.6.  Revert parts.
13537
13538 2006-01-27  David Schleef  <ds@schleef.org>
13539
13540         * REQUIREMENTS:
13541         * configure.ac: update liboil requirement to 0.3.6
13542         * gst/videoscale/Makefile.am:
13543         * gst/videoscale/vs_scanline.c: liboilify
13544
13545 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13546
13547         * ext/libvisual/visual.c: (get_buffer):
13548           When pad_alloc returns a GstFlowReturn other
13549           than GST_FLOW_OK, make sure it is passed upstream.
13550
13551 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13552
13553         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
13554         (gst_alsasink_class_init):
13555           Free the device name string.
13556
13557         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13558         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
13559         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
13560           Don't remove a pad from the collectpads structure until it
13561           is released - it's a request pad, and may receive data again
13562           if the element gets moved back to PLAYING state.
13563
13564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13565           Ensure we turn on double buffering on the Xv port, and
13566           set the colour key to something dark and mysterious that
13567           isn't black.
13568
13569 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13570
13571         * ext/alsa/gstalsaplugin.c: (plugin_init):
13572         * ext/cdparanoia/gstcdparanoiasrc.c:
13573         (gst_cd_paranoia_src_base_init), (plugin_init):
13574         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
13576           - a library should not call setlocale. see "Libraries" node in
13577             gettext manual
13578           - make sure all plugins that use translation do bindtextdomain
13579             to point to the localedir
13580         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
13581         (setup_sinks), (plugin_init):
13582           all this, and check for NULL when creating sinks
13583
13584 2006-01-27  Julien MOUTTE  <julien@moutte.net>
13585
13586         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
13587         (plugin_init): Make typefinding of subtitles work again.
13588
13589 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
13590
13591         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
13592         (mp3_type_frame_length_from_header), (mp3_type_find),
13593         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
13594         (plugin_init):
13595           Backport a bunch of typefinding fixes from the 0.8 branch.
13596           Also, improve wavpack typefinding: if we can't peek the
13597           entire wavpack block, try to parse the bits we can get and
13598           see if we find what we're looking for in those.
13599
13600 2006-01-26  Julien MOUTTE  <julien@moutte.net>
13601
13602         * sys/ximage/ximagesink.c:
13603         (gst_ximagesink_calculate_pixel_aspect_ratio):
13604         * sys/xvimage/xvimagesink.c:
13605         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
13606         more cases of pixel aspect ratio.
13607
13608 2006-01-26  Edward Hervey  <edward@fluendo.com>
13609
13610         * gst/playback/gstdecodebin.c: (pad_probe):
13611         Also consider the flush-start and tag events as unblockers
13612         for the pad probes.
13613
13614 2006-01-26  Julien MOUTTE  <julien@moutte.net>
13615
13616         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13617         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
13618         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
13619         On the fly visualisation switch, works disabling, enabling as
13620         well but it won't be able to enable vis in a playbin that was
13621         created with no visualisation.
13622
13623 2006-01-25  Wim Taymans  <wim@fluendo.com>
13624
13625         * gst-libs/gst/audio/gstbaseaudiosink.c:
13626         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13627         Undo previous commit that returned WRONG_STATE sooner, it breaks 
13628         resume after pause.
13629
13630 2006-01-25  Wim Taymans  <wim@fluendo.com>
13631
13632         * gst-libs/gst/audio/gstbaseaudiosink.c:
13633         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
13634         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
13635         Improve debugging.
13636         Post error when caps cannot be parsed.
13637         Resync on discontinuity in the stream.
13638         Clip samples to segment boundaries.
13639         return WRONG_STATE sooner when we are flushing.
13640
13641         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
13642         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
13643         Make audiosrc operate in TIME.
13644         Set TIMESTAMP and DURATION on buffers.
13645
13646 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
13647
13648         * tests/examples/seek/seek.c: (main):
13649           Output tag messages as well.
13650
13651 2006-01-23  Edward Hervey  <edward@fluendo.com>
13652
13653         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13654         (free_pad_probes), (remove_fakesink), (pad_probe),
13655         (close_pad_link), (gst_decode_bin_change_state):
13656         Replace GstPadBlockCallback with pad probes that detect
13657         first buffer AND eos before removing fakesink.
13658         Fixes hang with demuxers doing EOS while pre-rolling.
13659         Solves #328279
13660
13661 2006-01-23  Andy Wingo  <wingo@pobox.com>
13662
13663         * ext/alsa/gstalsasink.c:
13664         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13665         (gst_base_rtp_depayload_setcaps),
13666         (gst_base_rtp_depayload_add_to_queue),
13667         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
13668         
13669         Patch by: Jens Granseuer <jensgr at gmx dot net>
13670
13671 2006-01-22  Julien MOUTTE  <julien@moutte.net>
13672
13673         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13674         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13675         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
13676         frames. We might get a frame destroyed after changing state to
13677         NULL, adding a safety check on xcontext.
13678
13679 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
13680
13681         * gst-libs/gst/interfaces/xoverlay.c:
13682           Fix prepare-xwindow-id code example in the docs - we need to
13683           ignore all messages that aren't element messages as well.
13684           
13685 2006-01-21  Julien MOUTTE  <julien@moutte.net>
13686
13687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
13688           I think one day i'll completely undestand how caps negotiation
13689           is supposed to work. This refactoring handles buffer_alloc
13690           called with caps we can't handle. We definitely don't want a
13691           set_caps with those caps, so we define and allocate a buffer
13692           we would like to receive.
13693
13694 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13695
13696         * gst/playback/gstplaybasebin.c: (setup_source):
13697           Free iterator when done.
13698
13699 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
13700
13701         * gst-libs/gst/audio/gstbaseaudiosink.c:
13702         (gst_base_audio_sink_render):
13703           Fix playback of non-synchronised streams by assuming a rate
13704           of 1.0 instead of a random one.
13705
13706           Makes this work again:
13707
13708           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
13709           endianness=(int)4321, signed=(boolean)true, width=(int)16,
13710           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
13711           audioresample ! alsasink
13712
13713 === release 0.10.2 ===
13714
13715 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
13716
13717         * configure.ac:
13718           releasing 0.10.2, "Then the devil is six"
13719
13720 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
13721
13722         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13723         * gst/playback/gststreamselector.c:
13724         (gst_stream_selector_set_property):
13725           Comment out broken code that connects to the state-changed signal.
13726           At this point, changing current stream selection is broken, but 
13727           stuff like gst-launch playbin current-audio=1 works and filters
13728           to the chosen stream.
13729
13730 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13731
13732         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13733           Fix #327216 (null dereference in vorbisdec)
13734
13735 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
13736
13737         * ext/theora/theoradec.c: (theora_handle_comment_packet):
13738           Post taglist actually on bus instead of just freeing it
13739           (fixes #327114 and totem bug #327080).
13740
13741         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13742           Use gst_element_found_tags_for_pad(), so that the tags
13743           are sent downstream as an event as well.
13744
13745 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13746
13747         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13748         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
13749         (gst_ximagesink_buffer_alloc):
13750         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
13751         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
13752         (gst_xvimagesink_buffer_alloc):
13753           move all regularly occurring messages to GST_LOG level
13754           add some more object logs
13755
13756 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13757
13758         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13759           fix a silly segfault
13760
13761 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
13762
13763         * docs/libs/gst-plugins-base-libs-docs.sgml:
13764         * docs/libs/gst-plugins-base-libs-sections.txt:
13765         * gst-libs/gst/audio/mixerutils.c:
13766         * gst-libs/gst/audio/mixerutils.h:
13767           Add docs for mixerutils stuff.
13768
13769 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
13770
13771         * gst/playback/gstplaybasebin.c: (setup_source):
13772           Fix playback for sources that emit raw audio or
13773           raw video streams (e.g.: cd audio sources) (#325984).
13774
13775 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13776
13777         * gst-libs/gst/audio/mixerutils.c:
13778         (gst_audio_mixer_filter_do_filter):
13779           actually save the element we create
13780
13781 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
13782
13783         * gst-libs/gst/cdda/gstcddabasesrc.c:
13784         (gst_cdda_base_src_handle_track_seek):
13785           No need to post a tag message on the bus when seeking
13786           within the same track, only post it when the current
13787           track changes.
13788
13789 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
13790
13791         * gst/playback/gstplaybasebin.c: (group_destroy),
13792         (probe_triggered), (new_decoded_pad), (mute_group_type),
13793         (set_active_source):
13794         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13795         * gst/playback/gststreamselector.c:
13796         (gst_stream_selector_base_init),
13797         (gst_stream_selector_set_property),
13798         (gst_stream_selector_request_new_pad):
13799           Reenable stream selection. These mechanisms need a complete overhaul
13800           in the face of 0.8->0.10 changes though.
13801
13802 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
13803
13804         * ext/ogg/gstoggdemux.c:
13805           Change the pad template to src_%d to match the pads that 
13806           are created from it. decodebin needs this information in order
13807           to decide that oggdemux is capable of producing multiple pads
13808           (and hence needs queues inserted).
13809
13810         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13811         (gst_ogg_mux_collected):
13812           Make debug output more useful by using GST_PTR_FORMAT.
13813
13814 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
13815
13816         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13817
13818         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
13819           Set depth and width for alaw/mulaw (fixes #326601).
13820
13821 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13822
13823         * tests/icles/Makefile.am:
13824           don't build the tests if we don't have the libs
13825
13826 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13827
13828         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
13829         (gst_cd_paranoia_paranoia_callback):
13830           Don't try to free NULL pointers.
13831
13832 2006-01-10  Edward Hervey  <edward@fluendo.com>
13833
13834         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
13835         (gst_audio_rate_change_state), (plugin_init):
13836         Add debugging category.
13837         Fix type issues.
13838         Add case for incoming buffers without valid offset/offset_end.
13839
13840 2006-01-10  Michael Smith  <msmith@fluendo.com>
13841
13842         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
13843           Don't leak GCond in audio sources.
13844
13845 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
13846
13847         * gst/playback/gstplaybin.c: (gen_audio_element):
13848           Don't leak an autoaudiosink/alsasink when we generate
13849           a new audio element. (old code, I guess)
13850
13851 2006-01-10  Michael Smith  <msmith@fluendo.com>
13852
13853         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
13854           Support float audio in audiorate.
13855           Use width rather than depth for selecting sample width.
13856
13857 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13858
13859         * gst/videotestsrc/videotestsrc.h:
13860           Use GLib types here (that way we don't have to include the
13861           generated _stdint.h header, which makes life easier for win32
13862           folks that don't use autotools for the build) (#325990, patch
13863           by: Sergey Scobich).
13864
13865 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13866
13867         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13868         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13869         (gst_ring_buffer_pause), (wait_segment):
13870         * gst-libs/gst/audio/gstringbuffer.h:
13871           Name (private) union, makes Forte compiler happy (this time
13872           for real) (#324900).
13873
13874 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
13875
13876         * gst-libs/gst/audio/Makefile.am:
13877           Link against libgstinterfaces, needed for mixer
13878           and property probe stuff.
13879
13880 2006-01-09  Edward Hervey  <edward@fluendo.com>
13881
13882         * gst-libs/gst/Makefile.am:
13883
13884 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
13885
13886         * gst-libs/gst/audio/Makefile.am:
13887         * gst-libs/gst/audio/mixerutils.c:
13888         (gst_audio_mixer_filter_do_filter),
13889         (gst_audio_mixer_filter_check_element),
13890         (gst_audio_mixer_filter_probe_feature),
13891         (element_factory_rank_compare_func),
13892         (gst_audio_default_registry_mixer_filter):
13893         * gst-libs/gst/audio/mixerutils.h:
13894           Add gst_audio_default_registry_mixer_filter() utility
13895           function.
13896
13897 2006-01-03  Michael Smith  <msmith@fluendo.com>
13898
13899         * gst/audioresample/resample.h:
13900           As before, but for o_buf
13901
13902 2006-01-03  Michael Smith  <msmith@fluendo.com>
13903
13904         * gst/audioresample/resample.h:
13905           Declare struct _ResampleState.buffer as unsigned char *, not void *,
13906           since we do arithmetic on it.
13907
13908 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
13909
13910         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13911         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13912         (gst_ring_buffer_pause), (wait_segment):
13913         * gst-libs/gst/audio/gstringbuffer.h:
13914           Sun's Forte compiler doesn't seem to like anonymous structs,
13915           so use same setup as in GstBaseSrc (fixes #324900).
13916
13917 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13918
13919         * configure.ac:
13920         * gst/volume/Makefile.am:
13921         * gst/volume/demo.c:
13922           move old example to tests/examples/volume/volune.c
13923         * tests/examples/Makefile.am:
13924         * tests/examples/seek/seek.c: (main):
13925           change window-close event from "delete-event" to "destroy"
13926         * tests/examples/volume/Makefile.am:
13927         * tests/examples/volume/volume.c: (value_changed_callback),
13928         (setup_gui), (message_received), (eos_message_received), (main):
13929           fix event handling and bus usage
13930
13931 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
13932
13933         * gst/audiotestsrc/gstaudiotestsrc.c:
13934         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
13935         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
13936         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
13937         (gst_audio_test_src_create_square),
13938         (gst_audio_test_src_create_saw),
13939         (gst_audio_test_src_create_triangle),
13940         (gst_audio_test_src_create_silence),
13941         (gst_audio_test_src_create_white_noise),
13942         (gst_audio_test_src_create_pink_noise),
13943         (gst_audio_test_src_init_sine_table),
13944         (gst_audio_test_src_create_sine_table),
13945         (gst_audio_test_src_change_wave),
13946         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
13947         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
13948         * gst/audiotestsrc/gstaudiotestsrc.h:
13949           update to basesrc changes, implement segmented seeking and eos
13950           handling, add a 'sine-tab' waveform for performance critical playback
13951
13952 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13953
13954         * po/POTFILES.in:
13955           ... and this time the other modified file that I missed last time.
13956
13957 2005-12-29  Michael Smith  <msmith@fluendo.com>
13958
13959         * gst/playback/gstdecodebin.c: (new_pad):
13960           Fix non-C89 variable declaration not at the start of a block. Should
13961           help some compilers.
13962
13963 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13964
13965         * tests/check/Makefile.am:
13966           And now fix 'make distcheck' (builddir != srcdir)
13967
13968 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13969
13970         * configure.ac:
13971         * ext/cdparanoia/Makefile.am:
13972         * ext/cdparanoia/gstcdparanoia.c:
13973         * ext/cdparanoia/gstcdparanoia.h:
13974         * ext/cdparanoia/gstcdparanoiasrc.c:
13975         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
13976         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
13977         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
13978         (gst_cd_paranoia_paranoia_callback),
13979         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
13980         (gst_cd_paranoia_src_set_property),
13981         (gst_cd_paranoia_src_get_property), (plugin_init):
13982         * ext/cdparanoia/gstcdparanoiasrc.h:
13983           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
13984           plugin again (there are still fixes required to playbin to make
13985           cdda:// uris work there).
13986
13987 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13988
13989         * tests/check/Makefile.am:
13990           Fix test case compilation.
13991
13992 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13993
13994         * gst-libs/gst/cdda/gstcddabasesrc.c:
13995         (gst_cdda_base_src_update_duration),
13996         (gst_cdda_base_src_calculate_cddb_id):
13997           An integer is not a string. Fix access to uninitialised variable.
13998
13999         * tests/check/Makefile.am:
14000           Add cddabasesrc unit test; also actually enable the vorbis test.
14001
14002         * tests/check/generic/states.c:
14003           Blacklist new cd audio elements as well.
14004
14005         * tests/check/libs/cddabasesrc.c:
14006           Unit test for GstCddaBaseSrc (discid calculation mostly).
14007
14008 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
14009
14010         * docs/libs/Makefile.am:
14011         * docs/libs/gst-plugins-base-libs-docs.sgml:
14012         * docs/libs/gst-plugins-base-libs-sections.txt:
14013         * docs/libs/gst-plugins-base-libs.types:
14014           Add docs for libgstcdda/GstCddaBaseSrc.
14015
14016         * gst-libs/gst/interfaces/mixertrack.h:
14017           Do one struct member per line with a semicolon at the end, that way
14018           even gtk-doc might parse it without complaining.
14019
14020 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
14021
14022         * configure.ac:
14023         * gst-libs/gst/Makefile.am:
14024         * gst-libs/gst/cdda/Makefile.am:
14025         * gst-libs/gst/cdda/base64.c:
14026         * gst-libs/gst/cdda/base64.h:
14027         * gst-libs/gst/cdda/gstcddabasesrc.c:
14028         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
14029         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
14030         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
14031         (gst_cdda_base_src_get_property),
14032         (gst_cdda_base_src_get_track_from_sector),
14033         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
14034         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
14035         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
14036         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
14037         (gst_cdda_base_src_uri_get_protocols),
14038         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
14039         (gst_cdda_base_src_uri_handler_init),
14040         (gst_cdda_base_src_setup_interfaces),
14041         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
14042         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
14043         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
14044         (gst_cdda_base_src_add_tags),
14045         (gst_cdda_base_src_add_index_associations),
14046         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
14047         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
14048         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
14049         (gst_cdda_base_src_create):
14050         * gst-libs/gst/cdda/gstcddabasesrc.h:
14051         * gst-libs/gst/cdda/sha1.c:
14052         * gst-libs/gst/cdda/sha1.h:
14053           Add new libgstcdda with GstCddaBaseSrc class.
14054
14055 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
14056
14057         * ext/gnomevfs/gstgnomevfssink.h:
14058           Use GstBaseSinkClass as parent_class member for class struct, not
14059           GstBaseSink.
14060
14061 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
14062
14063         Patch by: Michael Benes
14064
14065         * gst/videotestsrc/gstvideotestsrc.c:
14066         (gst_video_test_src_class_init), (gst_video_test_src_start):
14067           Add start method to reset running time and number of frames sent
14068           when starting up (fixes #324696)
14069
14070 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
14071
14072         * docs/plugins/Makefile.am:
14073         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14074         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14075         * docs/plugins/gst-plugins-base-plugins.args:
14076         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14077         * docs/plugins/gst-plugins-base-plugins.signals:
14078           Add docs stuff for gnomevfssrc and gnomevfssink.
14079
14080         * ext/gnomevfs/gstgnomevfssrc.c:
14081           Fix example pipeline in gtk-doc blurb.
14082
14083 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
14084
14085         * ext/gnomevfs/Makefile.am:
14086         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
14087         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
14088         (gst_gnome_vfs_handle_get_type), (plugin_init):
14089         * ext/gnomevfs/gstgnomevfs.h:
14090         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
14091         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
14092         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
14093         (gst_gnome_vfs_sink_set_property),
14094         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
14095         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
14096         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
14097         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
14098         (gst_gnome_vfs_sink_uri_get_type),
14099         (gst_gnome_vfs_sink_uri_get_protocols),
14100         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
14101         (gst_gnome_vfs_sink_uri_handler_init):
14102         * ext/gnomevfs/gstgnomevfssink.h:
14103           Port gnomevfssink; add gtk-doc blurb.
14104
14105         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
14106         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
14107         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
14108         (gst_gnome_vfs_src_uri_get_type),
14109         (gst_gnome_vfs_src_uri_get_protocols),
14110         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
14111         (gst_gnome_vfs_src_uri_handler_init),
14112         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
14113         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
14114         (gst_gnome_vfs_src_send_additional_headers_callback),
14115         (gst_gnome_vfs_src_received_headers_callback),
14116         (gst_gnome_vfs_src_push_callbacks),
14117         (gst_gnome_vfs_src_pop_callbacks),
14118         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
14119         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
14120         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
14121         * ext/gnomevfs/gstgnomevfssrc.h:
14122           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
14123           file; add gtk-doc blurb with example pipelines.
14124
14125 === release 0.10.1 ===
14126
14127 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
14128
14129         * configure.ac:
14130           releasing 0.10.1, "Dobro Dedek"
14131
14132 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
14133
14134         * gst/typefind/gsttypefindfunctions.c:
14135         iLBC30 and iLBC20 added to typefind.
14136
14137 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14138
14139         * gst-libs/gst/audio/gstbaseaudiosink.c:
14140         (gst_base_audio_sink_class_init):
14141         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14142         (gst_base_audio_src_class_init):
14143           update strings, values are in microseconds
14144           change the default sink buffer time to something that is smaller
14145           (to help software volume mixing have a slightly lower delay) but
14146           still be acceptable on Wim's laptop
14147
14148 2005-12-20  Edward Hervey  <edward@fluendo.com>
14149
14150         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
14151         Made a quack, forgot to add DUCK to the riff video template.
14152
14153 2005-12-19  Edward Hervey  <edward@fluendo.com>
14154
14155         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
14156         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
14157         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14158         (gst_ogm_parse_chain):
14159         Make sure pads are initialized correctly.
14160         * gst-libs/gst/riff/riff-ids.h:
14161         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14162         (gst_riff_create_video_template_caps):
14163         Add a whole bunch of FOURCC <=> MimeType.
14164         Extend the riff video pad template to support the newly added fourcc.
14165
14166 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14167
14168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
14169         (gst_ogg_demux_activate_chain):
14170           Extra debug output when activating/deactivating chains.
14171
14172         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
14173         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
14174         (unlinked):
14175           Remove a queue from our list when it becomes unlinked.
14176           Don't add queues to elements in class 'Demux' if they
14177           can only produce one pad 
14178
14179 2005-12-18  Julien MOUTTE  <julien@moutte.net>
14180
14181         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
14182         (gst_video_sink_get_type): Add a debug category.
14183
14184 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
14185
14186         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14187         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
14188           Handle downstream newsegment by sending our own newsegment before the
14189           next buffer to be released. (#323900)
14190
14191 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
14192
14193         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14194         (gst_base_rtp_depayload_set_gst_timestamp):
14195           add queue delay to new segment as well (as opposed to just the first
14196           buffer). (bug #322347)
14197
14198 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
14199
14200         * ext/libvisual/visual.c: (make_valid_name):
14201           change some char* into char[]
14202         * gst/audiotestsrc/gstaudiotestsrc.c:
14203         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
14204         (gst_audio_test_src_create):
14205         * gst/audiotestsrc/gstaudiotestsrc.h:
14206           prepare to handle EOS and SEGMENT_DONE
14207
14208 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14209
14210         * tests/check/generic/states.c: (GST_START_TEST):
14211           Blacklist cdparanoia element in state test.
14212
14213 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14214
14215           Patch by: Benjamin Pineau
14216
14217         * gst/tcp/gsttcp.c:
14218         * gst/tcp/gsttcpclientsink.c:
14219         * gst/tcp/gsttcpserversink.c:
14220         * gst/tcp/gsttcpserversrc.c:
14221           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
14222
14223 2005-12-15  Michael Smith  <msmith@fluendo.com>
14224
14225         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
14226         (gst_video_rate_chain):
14227           Fix timestamping for videorate when the first buffer it sees has a
14228           non-zero timestamp. Fix some misleading debug output.
14229
14230 2005-12-15  Michael Smith  <msmith@fluendo.com>
14231
14232         * gst/audioresample/gstaudioresample.c:
14233           Don't leak all input buffers to audioresample.
14234
14235 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14236
14237         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
14238           Don't operate on empty text buffers. Strip newlines and
14239           tabs only from the end of the text, but leave them intact
14240           in the middle. Fix typo in gtk-doc description.
14241
14242 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14243
14244         * gst/playback/gstplaybasebin.c:
14245         * gst/playback/gstplaybin.c: (handoff):
14246           Make sure the video frame buffer we return to apps via the
14247           "frame" property always has caps set on it. Modify
14248           _gst_gvalue_set_object() macro to handle NULL objects
14249           gracefully too.
14250
14251 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
14252
14253         * gst/audiotestsrc/gstaudiotestsrc.c:
14254         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
14255         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
14256         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
14257         (gst_audio_test_src_create):
14258         * gst/audiotestsrc/gstaudiotestsrc.h:
14259         Adjust to some recent api changes and add wtays new cool seeking
14260         capabillities
14261
14262 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
14263
14264         * ext/alsa/Makefile.am:
14265         * ext/alsa/gstalsadeviceprobe.c:
14266         * ext/alsa/gstalsadeviceprobe.h:
14267           Helper functions to add device probing via the GstPropertyProbe
14268           interface to a class.
14269
14270         * ext/alsa/gstalsamixer.h:
14271           Comment out GST_ALSA_MIXER, it returns a struct that's not
14272           used.
14273
14274         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
14275           Add some debug info. 
14276
14277         * ext/alsa/gstalsamixerelement.c:
14278         (gst_alsa_mixer_element_interface_supported),
14279         (gst_implements_interface_init),
14280         (gst_alsa_mixer_element_init_interfaces),
14281         (gst_alsa_mixer_element_class_init),
14282         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
14283         (gst_alsa_mixer_element_set_property),
14284         (gst_alsa_mixer_element_get_property),
14285         (gst_alsa_mixer_element_change_state):
14286         * ext/alsa/gstalsamixerelement.h:
14287           Add 'device' and 'device-name' properties. Add GstPropertyProbe
14288           for device handling (gnome-volume-control will need that).
14289
14290 2005-12-12  Christian Schaller  <uraeus@gnome.org>
14291
14292         * ext/Makefile.am: fix cdparanoia entry
14293         * gst-plugins-base.spec.in: add cdparanoia
14294
14295 2005-12-12  Michael Smith  <msmith@fluendo.com>
14296
14297         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
14298           Use the correct function to free list of typefind factories.
14299
14300 2005-12-12  Wim Taymans  <wim@fluendo.com>
14301
14302         * gst/videotestsrc/gstvideotestsrc.c:
14303         (gst_video_test_src_class_init), (gst_video_test_src_init),
14304         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
14305         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
14306         (gst_video_test_src_create):
14307         * gst/videotestsrc/gstvideotestsrc.h:
14308         Implement seeking in videotestsrc.
14309         Small cleanups.
14310
14311 2005-12-12  Wim Taymans  <wim@fluendo.com>
14312
14313         * ext/cdparanoia/Makefile.am:
14314         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
14315         (gst_paranoia_endian_get_type), (_do_init),
14316         (cdparanoia_class_init), (cdparanoia_init),
14317         (cdparanoia_set_property), (cdparanoia_get_property),
14318         (cdparanoia_do_seek), (cdparanoia_is_seekable),
14319         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
14320         (cdparanoia_convert), (cdparanoia_get_query_types),
14321         (cdparanoia_query), (cdparanoia_set_index),
14322         (cdparanoia_uri_set_uri):
14323         * ext/cdparanoia/gstcdparanoia.h:
14324         Partially ported cdparanoia now that basesrc can support a
14325         plugin like this..
14326
14327 2005-12-12  Wim Taymans  <wim@fluendo.com>
14328
14329         * tests/examples/seek/scrubby.c: (main):
14330         Set higher priority for bus events so they don't get reordered with
14331         gtk gui events.
14332
14333         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
14334         (flush_toggle_cb), (main):
14335         Added checkbox to disable flushing seeks. 
14336         Disable scrubbing when doing non flushing seeks.
14337
14338 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14339
14340         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
14341         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
14342         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
14343         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
14344           Implement some sort of event handling that doesn't rely on
14345           g_return_if_fail; make sure we always push the last chunk of an 
14346           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
14347           state change function; remove some old cruft. Seeking is still
14348           rather unlikely to work though.
14349
14350         * tools/.cvsignore:
14351           Ignore more.
14352
14353 2005-12-11  Julien MOUTTE  <julien@moutte.net>
14354
14355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
14356         Fixed a leak of the current image reference when cleaning up.
14357         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
14358
14359 2005-12-09  Michael Smith  <msmith@fluendo.com>
14360
14361         * tools/Makefile.am:
14362         * tools/gst-launch-ext-m.m:
14363           Remove gst-launch-ext. It doesn't work, and is no longer
14364           particularly useful.
14365
14366 2005-12-08  Luca Ognibene  <luogni@tin.it>
14367
14368         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14369           don't pass random values to ogmparse convert function.
14370           Make seeking possible in the exile1.ogm file.
14371
14372 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
14373
14374         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14375         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14376           Work around refcount problem with g_value_set_object() that occur
14377           if the core has been compiled against GLib-2.6 (g_value_set_object()
14378           will only g_object_ref() the element, but the caller will
14379           gst_object_unref() it and bad things will happen due to the way
14380           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
14381           totem for people on FC4 using Thomas's 0.10 RPMs.
14382           
14383 2005-12-07  Edward Hervey  <edward@fluendo.com>
14384
14385         Time to welcome ogm to 0.10 :)
14386         
14387         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
14388         (gst_ogg_pad_typefind):
14389         Oggdemux can now properly typefind elements with dynamic pads.
14390         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14391         Properly set caps on src pad, and set caps on outgoing buffers.
14392
14393 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14394
14395         * ext/alsa/gstalsamixer.h:
14396         * ext/alsa/gstalsamixerelement.h:
14397         * ext/alsa/gstalsamixeroptions.h:
14398         * ext/alsa/gstalsamixertrack.h:
14399         * ext/alsa/gstalsasink.c:
14400         * ext/alsa/gstalsasink.h:
14401         * ext/alsa/gstalsasrc.c:
14402         * ext/alsa/gstalsasrc.h:
14403         * ext/cdparanoia/gstcdparanoia.h:
14404         * ext/gnomevfs/gstgnomevfsuri.h:
14405         * ext/ogg/gstoggdemux.c:
14406         * ext/ogg/gstoggmux.c:
14407         * ext/pango/gsttextoverlay.h:
14408         * ext/theora/theoradec.c:
14409         * ext/theora/theoraenc.c:
14410         * ext/vorbis/vorbisdec.h:
14411         * ext/vorbis/vorbisenc.c:
14412         * ext/vorbis/vorbisenc.h:
14413         * ext/vorbis/vorbisparse.h:
14414         * gst-libs/gst/audio/gstaudioclock.h:
14415         * gst-libs/gst/audio/gstaudiosink.c:
14416         * gst-libs/gst/audio/gstaudiosink.h:
14417         * gst-libs/gst/audio/gstaudiosrc.c:
14418         * gst-libs/gst/audio/gstaudiosrc.h:
14419         * gst-libs/gst/audio/gstbaseaudiosink.c:
14420         * gst-libs/gst/audio/gstbaseaudiosink.h:
14421         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14422         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14423         * gst-libs/gst/audio/gstringbuffer.h:
14424         * gst-libs/gst/audio/multichannel.h:
14425         * gst-libs/gst/floatcast/floatcast.h:
14426         * gst-libs/gst/interfaces/colorbalance.c:
14427         * gst-libs/gst/interfaces/colorbalance.h:
14428         * gst-libs/gst/interfaces/colorbalancechannel.h:
14429         * gst-libs/gst/interfaces/mixer.h:
14430         * gst-libs/gst/interfaces/mixeroptions.h:
14431         * gst-libs/gst/interfaces/mixertrack.h:
14432         * gst-libs/gst/interfaces/navigation.h:
14433         * gst-libs/gst/interfaces/propertyprobe.h:
14434         * gst-libs/gst/interfaces/tuner.h:
14435         * gst-libs/gst/interfaces/tunerchannel.h:
14436         * gst-libs/gst/interfaces/tunernorm.h:
14437         * gst-libs/gst/interfaces/xoverlay.h:
14438         * gst-libs/gst/netbuffer/gstnetbuffer.h:
14439         * gst-libs/gst/riff/riff-ids.h:
14440         * gst-libs/gst/riff/riff-media.h:
14441         * gst-libs/gst/riff/riff-read.h:
14442         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14443         * gst-libs/gst/rtp/gstbasertppayload.c:
14444         * gst-libs/gst/rtp/gstbasertppayload.h:
14445         * gst-libs/gst/rtp/gstrtpbuffer.c:
14446         * gst-libs/gst/rtp/gstrtpbuffer.h:
14447         * gst-libs/gst/tag/gsttageditingprivate.h:
14448         * gst-libs/gst/tag/gstvorbistag.c:
14449         (gst_tag_list_from_vorbiscomment_buffer):
14450         * gst-libs/gst/tag/tag.h:
14451         * gst-libs/gst/video/video.h:
14452         * gst/adder/gstadder.c:
14453         * gst/adder/gstadder.h:
14454         * gst/audioconvert/audioconvert.c:
14455         * gst/audioconvert/audioconvert.h:
14456         * gst/audioconvert/gstaudioconvert.c:
14457         * gst/audioconvert/gstchannelmix.c:
14458         * gst/audioconvert/gstchannelmix.h:
14459         * gst/audiorate/gstaudiorate.c:
14460         * gst/audioresample/buffer.h:
14461         * gst/audioresample/functable.h:
14462         * gst/audioresample/gstaudioresample.c:
14463         * gst/audioresample/resample.h:
14464         * gst/ffmpegcolorspace/avcodec.h:
14465         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14466         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14467         * gst/ffmpegcolorspace/imgconvert.c:
14468         * gst/ffmpegcolorspace/imgconvert_template.h:
14469         * gst/playback/gstdecodebin.c:
14470         * gst/playback/gstplaybasebin.h:
14471         * gst/playback/gstplaybin.c:
14472         * gst/playback/gststreaminfo.h:
14473         * gst/tcp/gstfdset.c:
14474         * gst/tcp/gstfdset.h:
14475         * gst/tcp/gstmultifdsink.c:
14476         * gst/tcp/gstmultifdsink.h:
14477         * gst/tcp/gsttcp.h:
14478         * gst/tcp/gsttcpclientsrc.c:
14479         * gst/tcp/gsttcpclientsrc.h:
14480         * gst/tcp/gsttcpplugin.h:
14481         * gst/tcp/gsttcpserversink.c:
14482         * gst/tcp/gsttcpserversrc.c:
14483         * gst/typefind/gsttypefindfunctions.c:
14484         * gst/videorate/gstvideorate.c:
14485         * gst/videotestsrc/gstvideotestsrc.h:
14486         * gst/videotestsrc/videotestsrc.h:
14487         * sys/v4l/gstv4lcolorbalance.h:
14488         * sys/v4l/gstv4ltuner.h:
14489         * sys/v4l/gstv4lxoverlay.h:
14490         * sys/v4l/v4l_calls.h:
14491         * sys/v4l/videodev_mjpeg.h:
14492         * tests/check/elements/audioconvert.c:
14493         * tests/check/elements/audioresample.c:
14494         * tests/check/elements/audiotestsrc.c:
14495         * tests/check/elements/videotestsrc.c:
14496         * tests/check/elements/volume.c:
14497         * tests/examples/seek/scrubby.c:
14498         * tests/examples/seek/seek.c:
14499           expand tabs
14500
14501 === release 0.10.0 ===
14502
14503 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14504
14505         * configure.ac:
14506           releasing 0.10.0, "Mont-d'or"
14507
14508 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
14509
14510         * tests/examples/seek/Makefile.am:
14511         Build fix for when gtk is not available.
14512
14513 2005-12-05  Andy Wingo  <wingo@pobox.com>
14514
14515         * ext/libvisual/visual.c: (get_buffer):
14516         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
14517         * ext/pango/gsttextrender.c: (gst_text_render_chain):
14518         * ext/theora/theoradec.c: (theora_handle_data_packet):
14519         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14520         (theora_enc_chain):
14521         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14522         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
14523         Update for alloc_buffer changes.
14524
14525 2005-12-05  Andy Wingo  <wingo@pobox.com>
14526
14527         patch by: Kai Vehmanen <kv2004 eca cx>
14528         
14529         * gst-libs/gst/rtp/gstbasertpdepayload.c
14530         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
14531
14532 2005-12-04  Andy Wingo  <wingo@pobox.com>
14533
14534         patch by: Sebastien Cote <sebas642 yahoo ca>
14535         
14536         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
14537         Fixes #319172.
14538
14539 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
14540
14541         * docs/plugins/Makefile.am:
14542         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14543         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14544         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14545         * ext/pango/gstclockoverlay.c:
14546         * ext/pango/gsttextoverlay.c: 
14547         * ext/pango/gsttextrender.c:
14548         * ext/pango/gsttimeoverlay.c:
14549           Add gtk-doc blurbs to pango elements.
14550
14551 2005-12-02  Wim Taymans  <wim@fluendo.com>
14552
14553         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
14554         * gst/audioresample/buffer.h:
14555         * gst/audioresample/gstaudioresample.c:
14556         * gst/audioresample/gstaudioresample.h:
14557         * gst/audioresample/resample.c: (resample_input_flush),
14558         (resample_input_pushthrough), (resample_input_eos),
14559         (resample_get_output_size_for_input),
14560         (resample_get_input_size_for_output), (resample_get_output_size),
14561         (resample_get_output_data):
14562         * gst/audioresample/resample.h:
14563         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14564         Fix audioresample, seek torture, new segments, reverse negotiation
14565         etc.. work fine.
14566
14567 2005-12-02  Wim Taymans  <wim@fluendo.com>
14568
14569         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14570         Small cleanups.
14571
14572 2005-12-02  Wim Taymans  <wim@fluendo.com>
14573
14574         * gst/audioconvert/gstaudioconvert.c:
14575         (gst_audio_convert_transform):
14576         Post errors.
14577
14578 === release 0.9.7 ===
14579
14580 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14581
14582         * configure.ac:
14583           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
14584
14585 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14586
14587         * Makefile.am:
14588         * po/hu.po:
14589         * win32/MANIFEST:
14590         * win32/gst.sln:
14591           add win32 MANIFEST file
14592           do something to the hungarian translation
14593
14594 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
14595
14596         * ext/Makefile.am:
14597           Add $(PANGO_DIR) to SUBDIRS
14598
14599         * ext/pango/gstclockoverlay.c:
14600         * ext/pango/gsttimeoverlay.c:
14601           Fix and improve element descriptions.
14602
14603 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14604
14605         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14606         * docs/plugins/inspect/plugin-libvisual.xml:
14607         * docs/plugins/inspect/plugin-pango.xml:
14608           add pango plugin to docs
14609
14610 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14611
14612         * configure.ac:
14613         * ext/Makefile.am:
14614           moved pango to base
14615
14616 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14617
14618         * configure.ac:
14619         * tests/Makefile.am:
14620         * tests/icles/.cvsignore:
14621         * tests/icles/Makefile.am:
14622         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
14623         (close_display), (resize_window), (move_window), (create_window),
14624         (terminate_playback), (pause_playback), (start_playback), (main):
14625           add stress test for xoverlay from Julien
14626
14627 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14628
14629         * docs/libs/tmpl/gstcolorbalance.sgml:
14630         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14631         * gst-libs/gst/rtp/gstbasertppayload.c:
14632         * gst-libs/gst/rtp/gstrtpbuffer.c:
14633         * gst-libs/gst/rtp/gstrtpbuffer.h:
14634           Do burger's rename for rtp payloaders and depayloaders
14635
14636 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14637
14638         * win32/:
14639           add Visual Studio 6 build files
14640
14641 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14642
14643         * docs/libs/gst-plugins-base-libs-docs.sgml:
14644         * docs/libs/gst-plugins-base-libs-sections.txt:
14645         * docs/libs/tmpl/gstaudio.sgml:
14646         * docs/libs/tmpl/gstringbuffer.sgml:
14647         * gst-libs/gst/interfaces/xoverlay.c:
14648         * gst-libs/gst/video/gstvideofilter.c:
14649         * gst-libs/gst/video/gstvideosink.c:
14650           update documentation
14651
14652 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14653
14654         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
14655         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
14656         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
14657         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
14658         (gst_multi_fd_sink_get_stats),
14659         (gst_multi_fd_sink_remove_client_link),
14660         (gst_multi_fd_sink_handle_client_read),
14661         (gst_multi_fd_sink_client_queue_data),
14662         (gst_multi_fd_sink_client_queue_caps),
14663         (gst_multi_fd_sink_client_queue_buffer),
14664         (gst_multi_fd_sink_new_client),
14665         (gst_multi_fd_sink_handle_client_write),
14666         (gst_multi_fd_sink_recover_client),
14667         (gst_multi_fd_sink_queue_buffer),
14668         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
14669         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
14670         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
14671         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
14672         * gst/tcp/gstmultifdsink.h:
14673         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
14674         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
14675         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
14676         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
14677         (gst_tcp_client_sink_set_property),
14678         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
14679         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
14680         * gst/tcp/gsttcpclientsink.h:
14681         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
14682         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
14683         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
14684         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
14685         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
14686         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
14687         * gst/tcp/gsttcpclientsrc.h:
14688         * gst/tcp/gsttcpplugin.c: (plugin_init):
14689         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
14690         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
14691         (gst_tcp_server_sink_finalize),
14692         (gst_tcp_server_sink_handle_server_read),
14693         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
14694         (gst_tcp_server_sink_set_property),
14695         (gst_tcp_server_sink_get_property),
14696         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
14697         * gst/tcp/gsttcpserversink.h:
14698         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
14699         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
14700         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
14701         (gst_tcp_server_src_set_property),
14702         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
14703         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
14704         * gst/tcp/gsttcpserversrc.h:
14705           more borgifying
14706
14707 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14708
14709         * docs/plugins/Makefile.am:
14710         * docs/plugins/gst-plugins-base-plugins.args:
14711         * docs/plugins/inspect/plugin-libvisual.xml:
14712         * gst/audioconvert/plugin.h:
14713         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
14714         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
14715         (gst_audio_rate_setcaps), (gst_audio_rate_init),
14716         (gst_audio_rate_chain), (gst_audio_rate_set_property),
14717         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
14718         (plugin_init):
14719         * gst/audiotestsrc/gstaudiotestsrc.c:
14720         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
14721         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
14722         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
14723         (gst_audio_test_src_get_query_types),
14724         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
14725         (gst_audio_test_src_create_square),
14726         (gst_audio_test_src_create_saw),
14727         (gst_audio_test_src_create_triangle),
14728         (gst_audio_test_src_create_silence),
14729         (gst_audio_test_src_create_white_noise),
14730         (gst_audio_test_src_init_pink_noise),
14731         (gst_audio_test_src_generate_pink_noise_value),
14732         (gst_audio_test_src_create_pink_noise),
14733         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
14734         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
14735         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
14736         (plugin_init):
14737         * gst/audiotestsrc/gstaudiotestsrc.h:
14738         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
14739         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
14740         (gst_sub_parse_init), (gst_sub_parse_formats),
14741         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
14742         (convert_encoding), (get_next_line),
14743         (gst_sub_parse_data_format_autodetect),
14744         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
14745         (gst_sub_parse_loop), (gst_sub_parse_chain),
14746         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
14747         (plugin_init):
14748         * gst/subparse/gstsubparse.h:
14749         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
14750         (gst_video_rate_base_init), (gst_video_rate_class_init),
14751         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
14752         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
14753         (gst_video_rate_init), (gst_video_rate_event),
14754         (gst_video_rate_chain), (gst_video_rate_set_property),
14755         (gst_video_rate_get_property), (gst_video_rate_change_state),
14756         (plugin_init):
14757         * gst/videoscale/gstvideoscale.c:
14758         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
14759         (gst_video_scale_src_template_factory),
14760         (gst_video_scale_sink_template_factory),
14761         (gst_video_scale_get_type), (gst_video_scale_base_init),
14762         (gst_video_scale_class_init), (gst_video_scale_init),
14763         (gst_video_scale_set_property), (gst_video_scale_get_property),
14764         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
14765         (gst_video_scale_prepare_size), (parse_caps),
14766         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
14767         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
14768         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
14769         (plugin_init):
14770         * gst/videoscale/gstvideoscale.h:
14771         * gst/videotestsrc/gstvideotestsrc.c:
14772         (gst_video_test_src_pattern_get_type),
14773         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
14774         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
14775         (gst_video_test_src_set_pattern),
14776         (gst_video_test_src_set_property),
14777         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
14778         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
14779         (gst_video_test_src_event), (gst_video_test_src_get_times),
14780         (gst_video_test_src_create), (plugin_init):
14781         * gst/videotestsrc/gstvideotestsrc.h:
14782         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
14783         (gst_video_test_src_smpte), (gst_video_test_src_snow),
14784         (gst_video_test_src_black):
14785         * gst/videotestsrc/videotestsrc.h:
14786           borgify further
14787           clean up docs a little
14788
14789 2005-11-30  Wim Taymans  <wim@fluendo.com>
14790
14791         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14792         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
14793         (gst_basertppayload_event), (gst_basertppayload_push),
14794         (gst_basertppayload_change_state):
14795         * gst-libs/gst/rtp/gstbasertppayload.h:
14796         closed #320644.
14797
14798 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14799
14800         * docs/libs/gst-plugins-base-libs-docs.sgml:
14801         * docs/libs/gst-plugins-base-libs-sections.txt:
14802         * gst-libs/gst/video/gstvideofilter.c:
14803         * gst-libs/gst/video/gstvideosink.c:
14804         * gst-libs/gst/video/gstvideosink.h: Adding docs.
14805
14806 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14807
14808         * LICENSE:
14809           move
14810         * po/af.po:
14811         * po/az.po:
14812         * po/cs.po:
14813         * po/en_GB.po:
14814         * po/hu.po:
14815         * po/it.po:
14816         * po/nb.po:
14817         * po/nl.po:
14818         * po/or.po:
14819         * po/sq.po:
14820         * po/sr.po:
14821         * po/sv.po:
14822         * po/uk.po:
14823         * po/vi.po:
14824         * Makefile.am:
14825           update
14826         * scripts/autoplugins.sh:
14827           remove
14828
14829 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14830
14831         * Makefile.am:
14832         * configure.ac:
14833         * examples/Makefile.am:
14834         * examples/capsfilter/Makefile.am:
14835         * examples/capsfilter/capsfilter1.c:
14836         * examples/gob/Makefile.am:
14837         * examples/gob/gst-identity2.gob:
14838         * examples/indexing/.cvsignore:
14839         * examples/indexing/Makefile.am:
14840         * examples/indexing/indexmpeg.c:
14841         * examples/seeking/.cvsignore:
14842         * examples/seeking/Makefile.am:
14843         * examples/seeking/cdparanoia.c:
14844         * examples/seeking/cdplayer.c:
14845         * examples/seeking/chained.c:
14846         * examples/seeking/scrubby.c:
14847         * examples/seeking/seek.c:
14848         * examples/stats/Makefile.am:
14849         * examples/stats/mp2ogg.c:
14850         * examples/switch/.cvsignore:
14851         * examples/switch/Makefile.am:
14852         * examples/switch/switcher.c:
14853         * tests/Makefile.am:
14854         * tests/check/generic/.cvsignore:
14855         * tests/check/pipelines/.cvsignore:
14856         * tests/examples/Makefile.am:
14857         * tests/examples/seek/Makefile.am:
14858           reorganize stuff under tests/
14859
14860 2005-11-30  Edward Hervey  <edward@fluendo.com>
14861
14862         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14863         Go away you stupid GstStaticPadTemplate memleak.
14864
14865 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14866
14867         * gst-libs/gst/net/Makefile.am:
14868         * gst-libs/gst/net/README:
14869         * gst-libs/gst/net/gstnetbuffer.c:
14870         * gst-libs/gst/net/gstnetbuffer.h:
14871           this was moved to "netbuffer"
14872
14873 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14874
14875         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
14876         (gst_video_filter_class_init), (gst_video_filter_init):
14877         * gst-libs/gst/video/gstvideofilter.h:
14878           borgify name to bring in line with other classes
14879
14880 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14881
14882         * gst/audioscale/.cvsignore:
14883         * gst/audioscale/Makefile.am:
14884         * gst/audioscale/README:
14885         * gst/audioscale/audioscale.vcproj:
14886         * gst/audioscale/dtof.c:
14887         * gst/audioscale/dtos.c:
14888         * gst/audioscale/functable.c:
14889         * gst/audioscale/gstaudioscale.c:
14890         * gst/audioscale/gstaudioscale.h:
14891         * gst/audioscale/private.h:
14892         * gst/audioscale/resample.c:
14893         * gst/audioscale/resample.h:
14894         * gst/audioscale/test.c:
14895           remove
14896
14897 2005-11-30  Edward Hervey  <edward@fluendo.com>
14898
14899         * gst-libs/gst/netbuffer/Makefile.am:
14900         really, really tired
14901
14902 2005-11-30  Edward Hervey  <edward@fluendo.com>
14903
14904         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14905         Update for new GstTypeFindFactory _register()
14906
14907 2005-11-30  Edward Hervey  <edward@fluendo.com>
14908
14909         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
14910         Let's not override libgstnet from core for no reason...
14911         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
14912         Ok, maybe not so quick next time.
14913
14914 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14915
14916         * configure.ac:
14917         * gst-libs/gst/Makefile.am:
14918           moved gst-libs/gst/net to netbuffer through CVS surgery
14919           remove old directory
14920           updating build to accomodate
14921           (#322257)
14922
14923 2005-11-29  Andy Wingo  <wingo@pobox.com>
14924
14925         * pkgconfig/gstreamer-plugins-base.pc.in:
14926         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
14927         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
14928         (#322257).
14929
14930 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14931
14932         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14933         3rd time's the charm. Correct ref-counting for discarded buffers.
14934
14935 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14936
14937         * gst/playback/gststreamselector.c:
14938         (gst_stream_selector_class_init),
14939         (gst_stream_selector_set_property),
14940         (gst_stream_selector_get_property),
14941         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14942         Fix ref-counting
14943
14944 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14945
14946         * gst/subparse/gstsubparse.c: (feed_textbuf):
14947           Don't access already unref'ed buffer.
14948
14949 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14950
14951         * gst/playback/gststreamselector.c:
14952         (gst_stream_selector_class_init), (gst_stream_selector_init),
14953         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
14954         (gst_stream_selector_get_property),
14955         (gst_stream_selector_get_linked_pad),
14956         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14957         * gst/playback/gststreamselector.h:
14958         Add the active-pad property for playbin to use shortly. Ignore buffers
14959         from any other pad, returning GST_FLOW_NOT_LINKED
14960
14961 2005-11-29  Julien MOUTTE  <julien@moutte.net>
14962
14963         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
14964         patch from bug #322704 (Alessandro Decina).
14965
14966 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14967
14968         * gst-libs/gst/audio/Makefile.am:
14969           folded audiofilter into the audio library
14970
14971 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14972
14973         * gst/videoscale/gstvideoscale.h:
14974         * gst/videoscale/gstvideoscale.c:
14975           remove unimplemented scale methods
14976
14977 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14978
14979         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
14980           Don't leak caps.
14981
14982 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14983
14984         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
14985         (gst_ximagesink_setcaps):
14986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
14987         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
14988         happens (only visible on ximagesink but bug is in xv too) set_caps was
14989         destroying the internal x[v]image used to memcpy non locally alloced
14990         buffers so that it got renewed on next _chain. The issue is that 
14991         _expose will try to put that image as it reffed it in _put.
14992         Using gst_buffer_unref instead of destroy fixes it !
14993
14994 2005-11-28  Edward Hervey  <edward@fluendo.com>
14995
14996         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14997         (try_to_link_1), (queue_filled_cb):
14998         Better use of the queues. Start with a small size queue and only increase
14999         the size of the queues when the other queues are empty.
15000
15001 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15002
15003         * gst-libs/gst/video/Makefile.am:
15004           compile in copied-over videofilter into the video library
15005         * gst-libs/gst/video/videosink.h:
15006           rename the header to gstvideosink.h since it's a base GstObject class
15007         * sys/ximage/ximagesink.h:
15008         * sys/xvimage/xvimagesink.h:
15009           use the new header
15010
15011 2005-11-28  Wim Taymans  <wim@fluendo.com>
15012
15013         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
15014         * gst/playback/gstplaybasebin.h:
15015         Prepare to handle errors betters.
15016
15017         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
15018         Set sinks to PAUSED first before adding and linking them so that
15019         we don't interrupt dataflow.
15020
15021 2005-11-28  Wim Taymans  <wim@fluendo.com>
15022
15023         * gst-libs/gst/audio/TODO:
15024         Updated TODO
15025
15026         * gst-libs/gst/audio/gstaudiosink.c:
15027         (gst_audioringbuffer_open_device),
15028         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
15029         (gst_audioringbuffer_release):
15030         Small cleanups.
15031
15032         * gst-libs/gst/audio/gstbaseaudiosink.c:
15033         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
15034         (gst_base_audio_sink_change_state):
15035         Slave to the master clock when going to PLAYING and unslave when
15036         going to PAUSED.
15037
15038         * gst-libs/gst/audio/gstringbuffer.c:
15039         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
15040         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
15041         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
15042         (gst_ring_buffer_clear_all), (wait_segment),
15043         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15044         (gst_ring_buffer_advance):
15045         * gst-libs/gst/audio/gstringbuffer.h:
15046         Add some docs and cleanups.
15047
15048 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15049
15050         * sys/xvimage/xvimagesink.c:
15051         (gst_xvimagesink_navigation_send_event): Fix navigation events
15052         coordinates translation with pixel aspect ratios.
15053
15054 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15055
15056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
15057         Use calculated video geometry from _setcaps instead of buffer
15058         caps to respect pixel aspect ratio. (fixes #322388)
15059
15060 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15061
15062         * docs/libs/tmpl/gstcolorbalance.sgml:
15063         * docs/libs/tmpl/gstmixer.sgml:
15064         * docs/libs/tmpl/gstxoverlay.sgml:
15065         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
15066         interface.
15067
15068 2005-11-28  Julien MOUTTE  <julien@moutte.net>
15069
15070         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
15071         Refuse to create an XvImage if we can't find the format.
15072
15073 2005-11-28  Edward Hervey  <edward@fluendo.com>
15074
15075         * gst-libs/gst/riff/riff-media.c:
15076         (gst_riff_create_audio_template_caps):
15077         Add ATRAC3 to the list of riff-possible audio caps.
15078         I know we still don't have a plugin for atrac3, but it's saner to output
15079         that than a cryptic mimetype.
15080
15081 2005-11-27  Edward Hervey  <edward@fluendo.com>
15082
15083         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
15084         Don't try to create a zero-sized subbuffer.
15085
15086 2005-11-27  Julien MOUTTE  <julien@moutte.net>
15087
15088         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
15089         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
15090         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
15091         (gst_ximagesink_expose): Fixed a tricky race.
15092         * sys/ximage/ximagesink.h:
15093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15094         (gst_xvimagesink_expose): Fixed a tricky race.
15095         * sys/xvimage/xvimagesink.h:
15096
15097 2005-11-27  Edward Hervey  <edward@fluendo.com>
15098
15099         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15100         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
15101         Remove unused properties, and add queues between demuxers and decoders
15102         so that a lot more files can preroll properly.
15103
15104 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15105
15106         * gst-libs/gst/net/Makefile.am:
15107         * gst-libs/gst/rtp/Makefile.am:
15108         * gst-libs/gst/tag/Makefile.am:
15109           remove silly include
15110         * gst/tags/Makefile.am:
15111         * gst/tags/gsttagediting.c:
15112         * gst/tags/gsttageditingprivate.h:
15113         * gst/tags/tagedit.vcproj:
15114           remove directory, is as good as empty
15115
15116 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15117
15118         * configure.ac:
15119           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
15120         * gst-libs/Makefile.am:
15121         * gst-libs/gst/audio/Makefile.am:
15122         * gst-libs/gst/interfaces/Makefile.am:
15123         * gst-libs/gst/net/Makefile.am:
15124         * gst-libs/gst/riff/Makefile.am:
15125         * gst-libs/gst/rtp/Makefile.am:
15126         * gst-libs/gst/tag/Makefile.am:
15127         * gst-libs/gst/video/Makefile.am:
15128           and use them
15129
15130 2005-11-27  Julien MOUTTE  <julien@moutte.net>
15131
15132         * docs/libs/tmpl/gstcolorbalance.sgml:
15133         * docs/libs/tmpl/gstmixer.sgml:
15134         * docs/libs/tmpl/gstxoverlay.sgml:
15135         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
15136         * sys/ximage/ximagesink.h:
15137         * sys/xvimage/xvimagesink.h: More and more documentation.
15138
15139 2005-11-26  Julien MOUTTE  <julien@moutte.net>
15140
15141         * docs/libs/gst-plugins-base-libs-docs.sgml:
15142         * docs/libs/gst-plugins-base-libs-sections.txt:
15143         * docs/libs/tmpl/gstcolorbalance.sgml:
15144         * docs/libs/tmpl/gstmixer.sgml:
15145         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
15146         to documentation.
15147
15148 2005-11-26  Julien MOUTTE  <julien@moutte.net>
15149
15150         * docs/plugins/Makefile.am:
15151         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15152         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15153         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
15154
15155 2005-11-26  Julien MOUTTE  <julien@moutte.net>
15156
15157         * docs/plugins/Makefile.am:
15158         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15159         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15160         * docs/plugins/inspect/plugin-adder.xml:
15161         * docs/plugins/inspect/plugin-alsa.xml:
15162         * docs/plugins/inspect/plugin-audioconvert.xml:
15163         * docs/plugins/inspect/plugin-audiorate.xml:
15164         * docs/plugins/inspect/plugin-audioresample.xml:
15165         * docs/plugins/inspect/plugin-audiotestsrc.xml:
15166         * docs/plugins/inspect/plugin-decodebin.xml:
15167         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15168         * docs/plugins/inspect/plugin-gnomevfs.xml:
15169         * docs/plugins/inspect/plugin-ogg.xml:
15170         * docs/plugins/inspect/plugin-playbin.xml:
15171         * docs/plugins/inspect/plugin-subparse.xml:
15172         * docs/plugins/inspect/plugin-tcp.xml:
15173         * docs/plugins/inspect/plugin-theora.xml:
15174         * docs/plugins/inspect/plugin-typefindfunctions.xml:
15175         * docs/plugins/inspect/plugin-video4linux.xml:
15176         * docs/plugins/inspect/plugin-videorate.xml:
15177         * docs/plugins/inspect/plugin-videoscale.xml:
15178         * docs/plugins/inspect/plugin-videotestsrc.xml:
15179         * docs/plugins/inspect/plugin-volume.xml:
15180         * docs/plugins/inspect/plugin-vorbis.xml:
15181         * docs/plugins/inspect/plugin-ximagesink.xml:
15182         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
15183         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
15184
15185 2005-11-26  Edward Hervey  <edward@fluendo.com>
15186
15187         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
15188         Properly return GstFlowReturn from gst_pad_push in chain functions.
15189
15190 2005-11-25  Michael Smith  <msmith@fluendo.com>
15191
15192         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
15193         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
15194         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15195         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
15196           Handle various conditions better when we don't understand a stream.
15197           Removes a heap of CRITICALs on ogg streams containing unknown data.
15198
15199 2005-11-24  Andy Wingo  <wingo@pobox.com>
15200
15201         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
15202         Be threadsafe.
15203
15204 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15205
15206         * configure.ac: back to HEAD
15207
15208 === release 0.9.6 ===
15209
15210 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
15211
15212         * configure.ac:
15213           releasing 0.9.6, "White Eight"
15214
15215 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15216
15217         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15218         * docs/plugins/inspect/plugin-sine.xml:
15219           remove sinesrc some more
15220
15221 2005-11-23  Wim Taymans  <wim@fluendo.com>
15222
15223         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
15224         If we are reading too slowly, jump forward in the ringbuffer
15225         instead of blocking.
15226
15227 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
15228
15229         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
15230         (gst_visual_chain):
15231         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
15232         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
15233         (gst_videorate_chain):
15234         * gst/videotestsrc/gstvideotestsrc.c:
15235         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
15236         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
15237         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
15238         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
15239         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
15240         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
15241           Updates for API changes
15242
15243 2005-11-23  Wim Taymans  <wim@fluendo.com>
15244
15245         * gst-libs/gst/audio/gstbaseaudiosink.c:
15246         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
15247         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15248         Fix for calibration API change.
15249
15250 2005-11-23  Michael Smith <msmith@fluendo.com>
15251
15252         * gst-libs/gst/audio/multichannel.c:
15253         (gst_audio_get_channel_positions),
15254         (gst_audio_set_channel_positions),
15255         (gst_audio_set_structure_channel_positions_list),
15256         (gst_audio_fixate_channel_positions):
15257           Use gst_value_array_*() functions on value arrays, not
15258           gst_value_list_*().
15259
15260 2005-11-23  Edward Hervey  <edward@fluendo.com>
15261
15262         * autogen.sh:
15263         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
15264         Fixes autogen
15265
15266 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15267
15268         * check/Makefile.am:
15269         * check/elements/videotestsrc.c: (setup_videotestsrc),
15270         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
15271         (main):
15272           add a test for videotestsrc
15273
15274 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15275
15276         * gst/sine/.cvsignore:
15277         * gst/sine/Makefile.am:
15278         * gst/sine/gstsinesrc.c:
15279         * gst/sine/gstsinesrc.h:
15280         * gst/sine/sinesrc.vcproj:
15281           and remove sinesrc from the repository.  Closes #321446
15282
15283 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15284
15285         * configure.ac:
15286         * gst-plugins-base.spec.in:
15287           remove sinesrc from the build
15288
15289 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15290
15291         * check/Makefile.am:
15292         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
15293         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
15294         (main):
15295           add a test for audiotestsrc, testing all waves.  Even seems
15296           leak-free at first glance, nice job Stefan
15297
15298 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
15299
15300         * po/af.po:
15301         * po/az.po:
15302         * po/cs.po:
15303         * po/en_GB.po:
15304         * po/hu.po:
15305         * po/it.po:
15306         * po/nb.po:
15307         * po/nl.po:
15308         * po/or.po:
15309         * po/sq.po:
15310         * po/sr.po:
15311         * po/sv.po:
15312         * po/uk.po:
15313         * po/vi.po:
15314           Translation string updates
15315
15316         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
15317         (gst_v4lsrc_set_caps):
15318         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
15319         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
15320         * sys/v4l/v4lsrc_calls.h:
15321           Improve v4lsrc, by making it work again.
15322
15323 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
15324
15325         * ext/libvisual/visual.c: (gst_visual_chain):
15326           Fix the fps calculations.
15327
15328         * gst/ffmpegcolorspace/avcodec.h:
15329           Move structure element for clarity
15330
15331         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
15332         * gst-libs/gst/interfaces/tunernorm.h:
15333         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
15334         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
15335         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
15336         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
15337         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
15338         (gst_v4lmjpegsrc_getcaps):
15339         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
15340         (gst_v4lsrc_set_caps):
15341         * sys/v4l/gstv4lsrc.h:
15342         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15343         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
15344         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
15345         * sys/v4l/v4lsrc_calls.h:
15346           Fractional framerates...
15347
15348 2005-11-22  Wim Taymans  <wim@fluendo.com>
15349
15350         * gst-libs/gst/audio/gstbaseaudiosink.c:
15351         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
15352         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15353         And we provide a clock by default, of course...
15354
15355 2005-11-22  Wim Taymans  <wim@fluendo.com>
15356
15357         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
15358         This clock can be slaved to a master clock now.
15359
15360         * gst-libs/gst/audio/gstbaseaudiosink.c:
15361         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
15362         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
15363         (gst_base_audio_sink_set_clock),
15364         (gst_base_audio_sink_set_property),
15365         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
15366         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15367         * gst-libs/gst/audio/gstbaseaudiosink.h:
15368         Handle slaving the internal clock to the clock selected in the
15369         pipeline.
15370         Add property to make the basesink not provide a clock.
15371
15372         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15373         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
15374         (gst_base_rtp_depayload_wait):
15375         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15376         We can use the clock in GstElement, no need to store it ourselves.
15377
15378 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15379
15380         * docs/libs/tmpl/gstaudio.sgml:
15381           update
15382         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
15383         (gst_paranoia_endian_get_type):
15384         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
15385         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
15386         * gst/audiotestsrc/gstaudiotestsrc.c:
15387         (gst_audiostestsrc_wave_get_type):
15388         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15389         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15390         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15391         (gst_sync_method_get_type), (gst_unit_type_get_type),
15392         (gst_client_status_get_type), (gst_multifdsink_class_init),
15393         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
15394         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
15395         (gst_multifdsink_get_property):
15396         * gst/tcp/gstmultifdsink.h:
15397         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
15398         * gst/videotestsrc/gstvideotestsrc.c:
15399         (gst_videotestsrc_pattern_get_type):
15400           remove deprecated properties
15401           fix up enums to correctly have short lowercase dashed nicks
15402
15403 2005-11-22  Michael Smith <msmith@fluendo.com>
15404
15405         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15406         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15407           Add underscore.
15408
15409 2005-11-22  Michael Smith <msmith@fluendo.com>
15410
15411         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15412         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15413           Use utility method for scaling clocktime for fractional framerates.
15414
15415 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
15416
15417         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
15418         (gst_visual_chain):
15419         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15420         * ext/theora/theoradec.c: (theora_handle_type_packet):
15421         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15422         (theora_enc_chain):
15423         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15424         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
15425         * gst-libs/gst/video/video.h:
15426         * gst/ffmpegcolorspace/avcodec.h:
15427         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15428         (gst_ffmpeg_caps_to_pixfmt):
15429         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15430         (gst_ffmpegcsp_set_caps):
15431         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15432         (gst_videorate_setcaps), (gst_videorate_blank_data),
15433         (gst_videorate_chain):
15434         * gst/videotestsrc/gstvideotestsrc.c:
15435         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
15436         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
15437         (gst_videotestsrc_event), (gst_videotestsrc_create):
15438         * gst/videotestsrc/gstvideotestsrc.h:
15439         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
15440         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
15441         (gst_ximagesink_get_times), (gst_ximagesink_init):
15442         * sys/ximage/ximagesink.h:
15443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15444         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15445         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
15446         * sys/xvimage/xvimagesink.h:
15447           Convert elements to use fractions for their framerate.
15448           V4L elements to come later tonight.
15449
15450 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15451
15452         * gst-libs/gst/audio/audio.c:
15453         * gst-libs/gst/audio/audio.h:
15454           remove some deprecated functions
15455
15456 2005-11-22  Andy Wingo  <wingo@pobox.com>
15457
15458         * Update for gst_tag_setter API changes.
15459
15460 2005-11-22  Andy Wingo  <wingo@pobox.com>
15461
15462         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
15463         (gst_ogg_demux_perform_seek):
15464         * ext/theora/theoradec.c (theora_dec_sink_event):
15465         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
15466         update-funcnames.
15467
15468 2005-11-22  Wim Taymans  <wim@fluendo.com>
15469
15470         * examples/seeking/seek.c: (main):
15471         Give higher priority to bus signals than the gtk events
15472         to fix a race condition in the segment looping.
15473
15474 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15475
15476         * ext/theora/Makefile.am:
15477         * ext/vorbis/Makefile.am:
15478         * gst-libs/gst/tag/Makefile.am:
15479         * gst-plugins-base.spec.in:
15480           Rename libgsttagedit to libgsttag (#322117).
15481
15482 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15483
15484         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
15485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15486           Call gst_x_overlay_prepare_xwindow_id() to give applications
15487           a final chance to set their own xwindow id before the video
15488           sink creates its own window.
15489
15490 2005-11-22  Julien MOUTTE  <julien@moutte.net>
15491
15492         * sys/xvimage/xvimagesink.c:
15493         (gst_xvimagesink_navigation_send_event): Handle navigation
15494         events correcly with borders if applicable.
15495
15496 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15497
15498         Patch by: Luca Ognibene
15499
15500         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15501         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
15502         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15503         (gst_ffmpegcsp_caps_remove_format_info):
15504         * gst/ffmpegcolorspace/imgconvert.c:
15505         * gst/ffmpegcolorspace/imgconvert_template.h:
15506           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
15507           #318353); use gst_structure_has_name().
15508
15509 2005-11-22  Julien MOUTTE  <julien@moutte.net>
15510
15511         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
15512         (gst_ximagesink_class_init): Add debug macros on functions.
15513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15514         (gst_xvimagesink_xwindow_draw_borders),
15515         (gst_xvimagesink_xvimage_put),
15516         (gst_xvimagesink_xwindow_update_geometry),
15517         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
15518         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
15519         (gst_xvimagesink_xcontext_clear),
15520         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15521         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15522         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15523         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15524         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
15525         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15526         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
15527         expose while being PAUSED, out of data flow navigation events, etc..
15528
15529 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15530
15531         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
15532         * gst-libs/gst/audio/audio.h:
15533           fix prototype - wondering why the test worked regardless
15534
15535 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15536
15537         * check/Makefile.am:
15538         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
15539         * gst-libs/gst/audio/audio.h:
15540           add a method that returns a proper GstClockTime
15541
15542 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15543
15544         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
15545         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
15546         * gst-libs/gst/interfaces/xoverlay.h:
15547           Remove everything having to do with the desired size; add 
15548           gst_x_overlay_prepare_xwindow_id() function; remove the
15549           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
15550           post a message on the bus instead (#321816).
15551
15552         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
15553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
15554         (gst_xvimagesink_xoverlay_init):
15555           Remove desired size stuff (#321816).
15556
15557 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15558
15559         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
15560         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15561         (mpeg_video_type_find), (mpeg_video_stream_type_find):
15562           Terminate vararg functions with NULL instead of 0 to 
15563           make gcc4 happy.
15564
15565 2005-11-21  Andy Wingo  <wingo@pobox.com>
15566
15567         patch by: Sebastien Cote <sebas642@yahoo.ca>
15568         
15569         * gst-libs/gst/rtp/gstrtpbuffer.h: 
15570         * gst-libs/gst/rtp/gstrtpbuffer.c
15571         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
15572
15573 2005-11-21  Andy Wingo  <wingo@pobox.com>
15574
15575         * gst/playback/gstplaybin.c (gen_audio_element) 
15576         (gen_video_element): Use the new MISSING_PLUGIN core error
15577         category. Closes #320060.
15578
15579         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
15580         * gst/videorate/gstvideorate.c (gst_videorate_event):
15581         * ext/theora/theoradec.c (theora_dec_sink_event): 
15582         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
15583         stream lock.
15584
15585         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
15586         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
15587         stream lock changes.
15588
15589 2005-11-21  Wim Taymans  <wim@fluendo.com>
15590
15591         * gst-libs/gst/audio/gstbaseaudiosink.c:
15592         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
15593         (gst_base_audio_sink_provide_clock),
15594         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
15595         (gst_base_audio_sink_change_state):
15596         * gst/audioresample/gstaudioresample.c:
15597         Segment update fix.
15598
15599 2005-11-21  Andy Wingo  <wingo@pobox.com>
15600
15601         * *.h:
15602         * *.c: Ran scripts/update-macros. Oh yes.
15603
15604 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15605
15606         * sys/ximage/Makefile.am:
15607         * sys/ximage/ximage.c:
15608           Rename ximage plugin to ximagesink (#321426) (Don't forget to
15609           remove your old libgstximage.* manually if necessary).
15610
15611 2005-11-21  Michael Smith <msmith@fluendo.com>
15612
15613         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
15614           Minimal fix for bug #320200: set the min/max bitrate in the correct
15615           units. A better fix would be to upgrade to the RATEMANAGE2
15616           interface, rather than using the deprecated interface used here, but
15617           that would require an update in our libvorbis dependency (to 1.1),
15618           which is probably undesirable.
15619
15620 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
15621
15622         * ext/libvisual/visual.c: (get_buffer):
15623         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15624         (gst_base_audio_src_fixate):
15625         * gst/audioconvert/gstaudioconvert.c:
15626         (gst_audio_convert_fixate_caps):
15627         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
15628         * gst/audiotestsrc/gstaudiotestsrc.c:
15629         (gst_audiotestsrc_src_fixate):
15630         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
15631         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
15632         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
15633         * gst/videotestsrc/gstvideotestsrc.c:
15634         (gst_videotestsrc_src_fixate):
15635         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
15636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
15637           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
15638           (#322027)
15639
15640
15641 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15642
15643         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15644         (gst_riff_create_iavs_caps):
15645         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
15646         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15647         (gst_riff_parse_info):
15648         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
15649         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
15650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15651           Fixes for GST_FOURCC_FORMAT API change.
15652
15653 2005-11-21  Andy Wingo  <wingo@pobox.com>
15654
15655         patch by: Alessandro Dessina <alessandro nnva org>
15656
15657         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
15658         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
15659         (gst_ogg_parse_chain):
15660         * ext/theora/theoraenc.c (theora_set_header_on_caps):
15661         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
15662         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
15663         gst_value_list calls on arrays. Fixes #321962.
15664
15665 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15666
15667         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15668         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
15669         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15670         * gst/adder/gstadder.c: (gst_adder_init),
15671         (gst_adder_request_new_pad), (gst_adder_collected),
15672         (gst_adder_change_state):
15673           Update for gst_collectpads_foo() to gst_collect_pads_foo()
15674           API change.
15675
15676 2005-11-21  Michael Smith <msmith@fluendo.com>
15677
15678         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
15679         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
15680           Properly handle pad_push return values.
15681
15682 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
15683
15684         * gst-libs/gst/tag/Makefile.am:
15685         * gst-libs/gst/tag/gstvorbistag.c:
15686         (gst_tag_list_to_vorbiscomment_buffer):
15687           Remove obsolete vorbistag element and debug category.
15688
15689         * gst/playback/gstplaybasebin.c: (check_queue):
15690           Don't divide by 0 when queue-threshold is 0.
15691
15692         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
15693           Don't modify an existing pixel-aspect-ratio if we fail to read
15694           a new one.
15695
15696 2005-11-20  Wim Taymans  <wim@fluendo.com>
15697
15698         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
15699         (gst_vorbisenc_push_packet):
15700         GST_PAD_IS_USABLE is gone, use the return value of
15701         the push or pad_alloc_buffer instead.
15702
15703 2005-11-18  Julien MOUTTE  <julien@moutte.net>
15704
15705         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15706         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
15707         (gst_ximagesink_ximage_destroy),
15708         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
15709         (gst_ximagesink_xwindow_new),
15710         (gst_ximagesink_xwindow_update_geometry),
15711         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
15712         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
15713         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
15714         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
15715         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
15716         (gst_ximagesink_navigation_send_event),
15717         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
15718         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15719         (gst_ximagesink_finalize), (gst_ximagesink_init),
15720         (gst_ximagesink_class_init):
15721         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
15722         This new version brings correct software scaling, non flickering
15723         window while resizing, pixel aspect ratio handling, usage of
15724         hardware buffer pools, out of data flow event thread for 
15725         navigation and handling of expose events even when being PAUSED,
15726         a new property to keep video aspect ratio when resizing, etc...
15727
15728 2005-11-18  Julien MOUTTE  <julien@moutte.net>
15729
15730         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15731         (gst_videoscale_fixate_caps): Introduce back caps fixate with
15732         handling of PAR.
15733
15734 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
15735
15736         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
15737         Unsetting IS_SINK flag from the fakesink, so decodebin
15738         never behaves as a sink.
15739
15740 2005-11-17  Wim Taymans  <wim@fluendo.com>
15741
15742         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15743         (gst_base_audio_src_change_state):
15744         Fix the audiosrc base class again, we did not unflush.
15745
15746 2005-11-17  Julien MOUTTE  <julien@moutte.net>
15747
15748         * examples/seeking/seek.c: (make_dv_pipeline),
15749         (make_vorbis_theora_pipeline), (make_avi_pipeline),
15750         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
15751         to ogg/vorbis/theora pipeline.
15752
15753 2005-11-17  Wim Taymans  <wim@fluendo.com>
15754
15755         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
15756         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15757         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15758         Fix EOS on multiple streams.
15759         More debugging.
15760
15761 2005-11-16  Wim Taymans  <wim@fluendo.com>
15762
15763         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
15764         (gst_ogg_demux_perform_seek):
15765         Segment done must include stream time.
15766
15767         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15768         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
15769         (gst_ogg_mux_change_state):
15770         Fix ogg muxer again.
15771
15772 2005-11-16  Wim Taymans  <wim@fluendo.com>
15773
15774         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
15775         Fix compile again.
15776
15777 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15778
15779         * ext/libvisual/visual.c: (gst_visual_init):
15780         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
15781         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
15782         (gst_ogg_parse_chain):
15783         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15784         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
15785         * ext/theora/theoradec.c: (gst_theora_dec_init):
15786         * ext/theora/theoraenc.c: (gst_theora_enc_init):
15787         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15788         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
15789         * gst/adder/gstadder.c: (gst_adder_class_init),
15790         (gst_adder_dispose):
15791         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
15792         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15793         * gst/videorate/gstvideorate.c: (gst_videorate_init):
15794           Fix a whole set of pad template leaks
15795
15796 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15797
15798         * check/generic/states.c: (GST_START_TEST):
15799           fix the test so that it only checks for elements that are part of
15800           this source module
15801
15802 2005-11-16  Michael Smith <msmith@fluendo.com>
15803
15804         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
15805         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
15806         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15807         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15808         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
15809         (gst_ogg_mux_change_state):
15810           Fix leaking collectpads.
15811
15812 2005-11-16  Edward Hervey  <edward@fluendo.com>
15813
15814         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
15815         (gst_videorate_event), (gst_videorate_chain):
15816         Handle segment seeks
15817
15818 2005-11-16  Wim Taymans  <wim@fluendo.com>
15819
15820         * gst-libs/gst/audio/gstbaseaudiosink.c:
15821         (gst_base_audio_sink_provide_clock),
15822         (gst_base_audio_sink_change_state):
15823         Set ringbuffer to non-flushing when going to PAUSED, set to
15824         flushing again when going to READY.
15825
15826         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
15827         (gst_ring_buffer_stop):
15828         Start in flushing mode by default.
15829         Don't set flushing in the _stop method, let the app call
15830         this explicitly.
15831
15832 2005-11-16  Julien MOUTTE  <julien@moutte.net>
15833
15834         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
15835         * gst-libs/gst/video/videosink.h: Add helper function needed
15836         for video sinks.
15837
15838 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
15839
15840         * gst/videoscale/gstvideoscale.c:
15841         (gst_videoscale_handle_src_event):
15842           Don't leak reference to pad parent.
15843
15844 2005-11-16  Wim Taymans  <wim@fluendo.com>
15845
15846         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
15847         Set ringbuffer to flushing when stopping so that we don't
15848         block on wait_segment anymore and livelock.
15849
15850 2005-11-16  Wim Taymans  <wim@fluendo.com>
15851
15852         * examples/seeking/seek.c: (send_event), (do_seek),
15853         (loop_toggle_cb), (segment_done), (main):
15854         Added looping checkbox.
15855
15856 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15857
15858         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15859         (gst_ogg_demux_init):
15860         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
15861         (gst_vorbis_dec_init):
15862           revert unrefs, they don't pass make check
15863
15864 2005-11-15  Johan Dahlin  <johan@gnome.org>
15865
15866         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15867         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
15868         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
15869         (gst_vorbis_dec_init):
15870         Fix pad template leaks. 
15871
15872 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15873
15874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
15875           Make state change function thread safe.
15876
15877 2005-11-15  Edward Hervey  <edward@fluendo.com>
15878
15879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
15880         (gst_ogg_demux_class_init):
15881         Implement GstElement::send_event, so we can send seek events
15882         in GST_STATE_READY
15883
15884 2005-11-14  Julien MOUTTE  <julien@moutte.net>
15885
15886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
15887         Discovered how to take away flickering while resizing the
15888         window. Please don't put that in ximagesink, refactoring in
15889         progress.
15890
15891 2005-11-14  Michael Smith <msmith@fluendo.com>
15892
15893         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
15894         (gst_multifdsink_render):
15895           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
15896
15897 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
15898
15899         * gst/playback/gstplaybin.c: (gen_audio_element):
15900           Use autoaudiosink, it tends to be more widely available than
15901           autoaudiiosink.
15902           
15903 2005-11-14  Andy Wingo  <wingo@pobox.com>
15904
15905         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
15906         as well if it is available. Fixes #316442.
15907
15908 2005-11-14  Michael Smith <msmith@fluendo.com>
15909
15910         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
15911         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15912         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15913         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15914         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
15915         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15916         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
15917         (gst_vorbisenc_change_state):
15918           Fix a small memory leak in vorbisenc.
15919           Fix large memory leaks in oggmux, also fix lots of state change
15920           bugs in oggmux.
15921
15922 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15923
15924         * gst/videotestsrc/gstvideotestsrc.c:
15925         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
15926         (gst_videotestsrc_src_fixate):
15927           move fixation to a fixate function
15928           remove negotiate function, basesrc's is good enough
15929           fixes a bug for check when using the element alone
15930
15931 2005-11-13  Edward Hervey  <edward@fluendo.com>
15932
15933         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
15934         (key_toggle_cb), (main):
15935         Added checkboxes for adding/removing the accurate and key_unit seek
15936         flags.
15937
15938 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15939
15940         * configure.ac: back to HEAD
15941
15942 === release 0.9.5 ===
15943
15944 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15945
15946         * configure.ac:
15947           releasing 0.9.5, "No No Kia"
15948
15949 2005-11-11  Edward Hervey  <edward@fluendo.com>
15950
15951         * examples/seeking/seek.c: (make_parselaunch_pipeline):
15952         Added parse-launch syntax seeking mode for the seeking example.
15953         This should help stress-test even more cases.
15954         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
15955
15956 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
15957
15958         * sys/xvimage/xvimagesink.c:
15959         (gst_xvimagesink_navigation_send_event):
15960           Check whether peer pad exists before sending navigation events
15961           to it.
15962
15963 2005-11-11  Michael Smith <msmith@fluendo.com>
15964
15965         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
15966         (gst_vorbisenc_buffer_from_packet):
15967         * ext/vorbis/vorbisenc.h:
15968           Set duration on encoded buffers. This allows oggmux's
15969           max_page_delay parameter to actually work.
15970
15971 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
15972
15973         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15974         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
15975         (gst_ffmpegcsp_avpicture_fill):
15976         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15977         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
15978           Make palettes work again (see #132341). Use our own macros
15979           for rounding up.
15980
15981 2005-11-10  Andy Wingo  <wingo@pobox.com>
15982
15983         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
15984         string doober.
15985
15986 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15987
15988         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15989         (gst_ffmpegcsp_transform_caps):
15990           Prefer passthrough in transform_caps
15991
15992 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15993
15994         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
15995           check for ALSA errors properly, instead of relying on ALSA's
15996           error strings to serve to the user.
15997
15998 2005-11-10  Wim Taymans  <wim@fluendo.com>
15999
16000         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
16001         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
16002         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16003         Modernise the seek code.
16004
16005 2005-11-10  Michael Smith <msmith@fluendo.com>
16006         
16007         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
16008         (setup_substreams), (set_active_source):
16009           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
16010           trying to go to NULL if we failed to read a file.
16011
16012 2005-11-10  Wim Taymans  <wim@fluendo.com>
16013
16014         * gst/audiotestsrc/gstaudiotestsrc.c:
16015         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
16016         (gst_audiotestsrc_create):
16017         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16018         (gst_sinesrc_get_times), (gst_sinesrc_create):
16019         * gst/videotestsrc/gstvideotestsrc.c:
16020         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
16021         (gst_videotestsrc_create):
16022         The base class can now sync for us.
16023
16024 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16025
16026         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
16027           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
16028           name=source autoprobe=false autoprobe-fps=false copy-mode=1
16029           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
16030           format=(fourcc)I420" ! xvimagesink
16031
16032 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
16033
16034         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16035         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
16036         (gst_sinesrc_newsegment):
16037           Send newsegment event in TIME format, set duration if
16038           num-buffers is set, fix duration querying.
16039
16040 2005-11-10  Michael Smith <msmith@fluendo.com>
16041
16042         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
16043         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16044         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
16045         (gst_ogg_mux_collected):
16046          Fix EOS handling, partially. Now forwarding an EOS event once we have
16047          EOS on all pads works correctly. However, we still don't properly set
16048          EOS on the actual ogg stream pages.
16049
16050 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
16051
16052         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
16053           Set elements to NULL state before disposing of them.
16054
16055 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
16056
16057         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16058
16059         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16060         (gst_base_rtp_depayload_init),
16061         (gst_base_rtp_depayload_set_gst_timestamp):
16062         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16063           We need to send a newsegment event for each instance, not
16064           just for the first instance of this class (get rid of
16065           static variable in function). (#321011).
16066           
16067 2005-11-08  Michael Smith <msmith@fluendo.com>
16068
16069         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
16070         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
16071         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
16072         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16073           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
16074           This makes us mux things correctly according to the ogg muxing
16075           rules. Still not handling EOS correctly right now, though.
16076
16077 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
16078
16079         * gst/audioconvert/gstaudioconvert.c:
16080           Fix typo in docs. 
16081
16082 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
16083
16084         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
16085         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
16086           Initialise segment_stop to GST_CLOCK_TIME_NONE when
16087           creating a new chain; should fix live streaming. Also
16088           add more debug output and fix a typo.
16089
16090 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
16091
16092         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16093
16094         * gst/volume/gstvolume.c: (volume_set_caps):
16095           Fix compilation on Solaris with Forte. (#320923)
16096
16097 2005-11-08  Wim Taymans  <wim@fluendo.com>
16098
16099         * gst-libs/gst/audio/gstbaseaudiosink.c:
16100         (gst_base_audio_sink_render):
16101         No need to do a typecheck.
16102
16103 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
16104
16105         * ext/alsa/gstalsa.h:
16106           We register a debug category, so let's use it.
16107
16108 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
16109
16110         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16111         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
16112         Fixed a small problem.
16113
16114 2005-11-04  Wim Taymans  <wim@fluendo.com>
16115
16116         * examples/seeking/Makefile.am:
16117         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
16118         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
16119         (make_playerbin_pipeline), (format_value), (update_scale),
16120         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
16121         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
16122         (print_usage), (main):
16123         Added app for playback speed testing.
16124
16125         * examples/seeking/seek.c: (dynamic_link),
16126         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
16127         (make_mpeg_pipeline), (do_seek), (set_update_scale),
16128         (message_received), (main):
16129         Updated seek example.
16130
16131 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
16132
16133         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16134         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
16135         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
16136         (gst_base_rtp_depayload_set_clock):
16137         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16138         Don't sleep on the bench (system clock) when you have a nice 
16139         comfortable bed (Gstreamer clock) to sleep on.
16140
16141 2005-11-03  Wim Taymans  <wim@fluendo.com>
16142
16143         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16144         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
16145         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
16146         Handle the case where a pad_block failed.
16147
16148 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
16149
16150         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
16151
16152         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16153         (gst_base_rtp_depayload_add_to_queue),
16154         (gst_base_rtp_depayload_push),
16155         (gst_base_rtp_depayload_set_gst_timestamp),
16156         (gst_base_rtp_depayload_queue_release):
16157           Fixes some bugs in the depayloader's queuing/de-queueing code.
16158
16159 2005-10-31  Michael Smith <msmith@fluendo.com>
16160
16161         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
16162         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16163         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
16164           Patch from Alessandro Decina <alessandro@nnva.org>.
16165           Make oggdemux only find the final time in a chain, not per-pad,
16166           since the per-pad information can be very expensive to locate, and
16167           it isn't used anywhere. This makes reading a file containing
16168           OggSkeleton reasonably fast.
16169           Also, make chain finding work when there are logical bitstreams that
16170           can't be decoded. Fixes #319110.
16171
16172 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
16173
16174         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16175         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
16176         (gst_base_rtp_depayload_chain),
16177         (gst_base_rtp_depayload_add_to_queue),
16178         (gst_base_rtp_depayload_push),
16179         (gst_base_rtp_depayload_set_gst_timestamp),
16180         (gst_base_rtp_depayload_queue_release),
16181         (gst_base_rtp_depayload_start_thread),
16182         (gst_base_rtp_depayload_set_property),
16183         (gst_base_rtp_depayload_get_property):
16184         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16185         Some random fixes, to fullfill the desires of thomas.
16186
16187 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
16188
16189         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16190         (gst_base_rtp_depayload_add_to_queue),
16191         (gst_base_rtp_depayload_push):
16192         Fixed the queueing algorithm.
16193
16194 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
16195
16196         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16197         (gst_base_rtp_depayload_push):
16198         A small fix
16199
16200 2005-10-31  Wim Taymans  <wim@fluendo.com>
16201
16202         * gst-libs/gst/audio/gstringbuffer.h:
16203         Don't break ABI.
16204
16205         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16206         (gst_ffmpeg_caps_to_pixfmt):
16207         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16208         (gst_ffmpegcsp_set_caps):
16209         Some more comments.
16210         Handle missing required caps fields better.
16211
16212 2005-10-31  Wim Taymans  <wim@fluendo.com>
16213
16214         * gst-libs/gst/audio/gstbaseaudiosink.c:
16215         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
16216         (gst_base_audio_sink_render):
16217         * gst-libs/gst/audio/gstringbuffer.c:
16218         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
16219         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16220         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
16221         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
16222         (gst_ring_buffer_read):
16223         * gst-libs/gst/audio/gstringbuffer.h:
16224         Add flushing mode to the ringbuffer so that it in all cases does
16225         not try to handle more audio. This makes sure it does not try to
16226         block anymore when flushing and fixes a livelock.
16227
16228 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
16229
16230         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
16231         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
16232         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
16233           Explicitly check for -1 values before doing a conversion
16234           and always map them to -1. (#315545)
16235
16236 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16237
16238         * gst/playback/gstplaybin.c: (gen_video_element):
16239           first try autovideosink, then xvimagesink, then error out
16240         * po/POTFILES.in:
16241           add translatable file
16242         * po/af.po:
16243         * po/az.po:
16244         * po/cs.po:
16245         * po/en_GB.po:
16246         * po/hu.po:
16247         * po/it.po:
16248         * po/nb.po:
16249         * po/nl.po:
16250         * po/or.po:
16251         * po/sq.po:
16252         * po/sr.po:
16253         * po/sv.po:
16254         * po/uk.po:
16255         * po/vi.po:
16256           update translations
16257
16258 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
16259
16260         * gst-libs/gst/rtp/gstbasedepayload.c:
16261         * gst-libs/gst/rtp/gstbasedepayload.h:
16262           Minor cleanups
16263
16264 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
16265
16266         * gst/playback/.cvsignore:
16267         * gst/playback/decodetest.c:
16268         * gst/playback/test3.c:
16269           Port these two tests as well.
16270
16271 2005-10-27  Wim Taymans  <wim@fluendo.com>
16272
16273         * ext/theora/theoradec.c: (theora_dec_src_query),
16274         (theora_dec_sink_event):
16275         * ext/theora/theoraenc.c: (theora_enc_sink_event),
16276         (theora_enc_change_state):
16277         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16278         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
16279         Take proper locks when handling events.
16280
16281 2005-10-27  Wim Taymans  <wim@fluendo.com>
16282
16283         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
16284         (gst_adder_change_state):
16285         Fix timestamps and fix deadlock when stopping the collectpads.
16286
16287 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
16288
16289         * gst-libs/gst/rtp/gstrtpbuffer.h:
16290         Declaring the payload types as strings too so that they can be used
16291         in the padtemplate inialization.
16292
16293 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
16294
16295         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
16296
16297         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16298         (gst_base_rtp_depayload_class_init):
16299         Fixes a small but nasty bug. The derived elements no longer segfaults
16300         on finalization.
16301
16302 2005-10-26  Michael Smith <msmith@fluendo.com>
16303
16304         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
16305           When clearing an audioconvert context, set tmpbufsize to zero, so
16306           we'll allocate it again later if required.
16307           This fixes audioconvert re-negotiating formats, which previously
16308           segfaulted with a NULL destination buffer.
16309
16310 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
16311
16312         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16313         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
16314         (gst_base_rtp_depayload_set_gst_timestamp),
16315         (gst_base_rtp_depayload_queue_release):
16316         Fixed a smalll memleak.
16317
16318 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
16319         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16320         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
16321         (gst_base_rtp_depayload_finalize),
16322         (gst_base_rtp_depayload_setcaps),
16323         (gst_base_rtp_depayload_add_to_queue),
16324         (gst_base_rtp_depayload_push),
16325         (gst_base_rtp_depayload_set_gst_timestamp),
16326         (gst_base_rtp_depayload_queue_release),
16327         (gst_base_rtp_depayload_thread),
16328         (gst_base_rtp_depayload_change_state):
16329         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16330         Changed the C++ comments to C comments
16331
16332 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
16333
16334         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
16335         * gst/tcp/gsttcpclientsrc.h:
16336         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
16337         * gst/tcp/gsttcpserversrc.h:
16338           Remove unused 'curoffset' structure member.
16339
16340 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
16341
16342         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16343         (gst_base_rtp_depayload_base_init),
16344         (gst_base_rtp_depayload_finalize):
16345         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16346         * gst-libs/gst/rtp/gstbasertppayload.h:
16347           The pad-template on the sinkpad should be set by the derived classes.
16348           Also added some useful macros.
16349
16350 2005-10-24  Wim Taymans  <wim@fluendo.com>
16351
16352         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16353         Correctly flush decoder samples even if we could not
16354         copy them to an output buffer. Fixes #319618.
16355
16356 2005-10-24  Julien MOUTTE  <julien@moutte.net>
16357
16358         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
16359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
16360         the caps against our xcontext caps.
16361
16362 2005-10-24  Wim Taymans  <wim@fluendo.com>
16363
16364         * gst-libs/gst/audio/gstbaseaudiosink.c:
16365         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
16366         Remove g_print
16367         Use sync property from baseclass to disable sync.
16368
16369 2005-10-24  Wim Taymans  <wim@fluendo.com>
16370
16371         * gst-libs/gst/audio/gstbaseaudiosink.c:
16372         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
16373         Buffers with no timestamps get aligned with previous buffers or
16374         on underrun, played ASAP.
16375
16376 2005-10-24  Julien MOUTTE  <julien@moutte.net>
16377
16378         * gst-libs/gst/video/video.h:
16379         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16380         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
16382         here comes my change on caps for framerate and geometry range.
16383         We are now accepting 1 to MAXINT for width and height, and from
16384         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
16385         to be blended correctly in videomixer.
16386
16387 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16388
16389         * configure.ac:
16390           back to HEAD
16391
16392 === release 0.9.4 ===
16393
16394 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16395
16396         * NEWS:
16397         * RELEASE:
16398         * configure.ac:
16399           releasing 0.9.4, "Velociraptor"
16400
16401 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16402
16403         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
16404         * po/POTFILES.in:
16405           STOPPED -> FAILED
16406
16407 2005-10-21  Wim Taymans  <wim@fluendo.com>
16408
16409         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16410         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
16411         (pad_blocked), (close_pad_link), (new_pad):
16412         Don't try to remove elements twice.
16413
16414 2005-10-21  Wim Taymans  <wim@fluendo.com>
16415
16416         * ext/theora/theoradec.c: (theora_dec_src_query),
16417         (theora_dec_sink_event):
16418         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16419         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
16420         (vorbis_handle_data_packet):
16421         * ext/vorbis/vorbisdec.h:
16422         Fix old naming.
16423
16424         * gst-libs/gst/audio/gstbaseaudiosink.c:
16425         (gst_base_audio_sink_render):
16426         Don't try to sync on buffers without a timestamp.
16427
16428 2005-10-21  Wim Taymans  <wim@fluendo.com>
16429
16430         * ext/theora/theoradec.c: (theora_dec_src_query),
16431         (theora_dec_sink_event):
16432         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16433         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
16434         (vorbis_handle_data_packet):
16435         * ext/vorbis/vorbisdec.h:
16436         Fix old naming.
16437
16438 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
16439
16440         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
16441         (gst_vorbisenc_src_query):
16442           Implement position and duration queries.
16443
16444         * gst/playback/test3.c: (update_scale), (main):
16445           Fix for async state changes and print nicer output.
16446
16447 2005-10-20  Wim Taymans  <wim@fluendo.com>
16448
16449         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16450         (dump_element_stats), (main):
16451         * gst/playback/test6.c: (main):
16452         Fix tests again
16453
16454 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
16455
16456         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
16457         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16458           Don't use functions for position queries when handling
16459           duration queries.
16460
16461 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
16462
16463         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16464         (vorbis_handle_data_packet), (vorbis_dec_chain),
16465         (vorbis_dec_change_state):
16466         * ext/vorbis/vorbisdec.h:
16467           Vorbis streams can be embedded in other container formats
16468           than ogg, container formats where the demuxer might set 
16469           timestamps on encoded vorbis buffers instead of those silly 
16470           granulepos thingies. In short: make vorbisdec handle 
16471           timestamps on incoming buffers as well.
16472
16473 2005-10-20  Wim Taymans  <wim@fluendo.com>
16474
16475         * gst/playback/gstplaybasebin.c: (group_destroy),
16476         (gst_play_base_bin_change_state):
16477         Fix leak.
16478         Handle case where playbasebin is now ASYNC because
16479         decodebin is.
16480
16481 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
16482
16483         * gst/audioconvert/Makefile.am:
16484         * gst/audioconvert/bufferframesconvert.c:
16485         * gst/audioconvert/plugin.c: (plugin_init):
16486         * gst/audioconvert/plugin.h:
16487           And bye bye buffer-frames-convert
16488
16489 2005-10-19  Wim Taymans  <wim@fluendo.com>
16490
16491         * check/elements/audioconvert.c:
16492         * docs/libs/tmpl/gstaudio.sgml:
16493         * docs/libs/tmpl/gstcolorbalance.sgml:
16494         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16495         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
16496         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
16497         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
16498         * gst-libs/gst/audio/audio.h:
16499         * gst/audioconvert/audioconvert.h:
16500         * gst/audioconvert/gstaudioconvert.c:
16501         (gst_audio_convert_parse_caps):
16502         * gst/volume/gstvolume.c:
16503         Bye bye buffer-frames.
16504
16505 2005-10-19  Wim Taymans  <wim@fluendo.com>
16506
16507         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16508         (query_positions_elems), (query_positions_pads), (update_scale),
16509         (do_seek), (set_update_scale), (message_received), (main):
16510         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16511         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
16512         (gst_ogg_demux_loop):
16513         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
16514         * ext/theora/theoradec.c: (theora_dec_src_query),
16515         (theora_dec_sink_event):
16516         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16517         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
16518         * gst/adder/gstadder.c: (gst_adder_query):
16519         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
16520         * gst/playback/test3.c: (update_scale):
16521         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16522         (dump_element_stats), (main):
16523         * gst/playback/test6.c: (main):
16524         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16525         Query API update.
16526
16527 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
16528
16529         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
16530         (xml_check_first_element), (xml_type_find), (smil_type_find),
16531         (plugin_init):
16532           Add typefinding for SMIL and for generic XML. Based on patch by
16533           Akos Maroy (#308663).
16534
16535 2005-10-18  Wim Taymans  <wim@fluendo.com>
16536
16537         * gst/playback/Makefile.am:
16538         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16539         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
16540         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
16541         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
16542         (gst_decode_bin_change_state):
16543         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16544         (gst_play_bin_send_event_to_sink):
16545         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16546         (dump_element_stats), (main):
16547         * gst/playback/test6.c: (main):
16548         Make playbin async, it'll commit state to paused when all streams
16549         are detected.
16550         Remove ugly hack.
16551         Added test6.c to show async behaviour.
16552
16553 2005-10-18  Wim Taymans  <wim@fluendo.com>
16554
16555         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16556         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
16557         Fix for segment-start/stop API change.
16558
16559 2005-10-18  Wim Taymans  <wim@fluendo.com>
16560
16561         * check/Makefile.am:
16562         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
16563         (main):
16564         Add future test for clock selection.
16565
16566 2005-10-18  Wim Taymans  <wim@fluendo.com>
16567
16568         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
16569         (gst_alsasink_close):
16570         Set handle to NULL.
16571
16572         * gst-libs/gst/audio/gstringbuffer.c:
16573         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
16574         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
16575         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16576         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
16577         (gst_ring_buffer_read):
16578         More debug info.
16579
16580 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
16581
16582         * gst/audiotestsrc/Makefile.am:
16583         * gst/sine/Makefile.am:
16584         * gst/volume/Makefile.am:
16585           fix broken build of controllerized plugins
16586
16587 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16588
16589         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16590
16591         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16592         (gst_riff_create_video_template_caps):
16593           Add support for Indeo-3 (IV32).
16594
16595 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16596
16597         * configure.ac:
16598           rewrite
16599
16600 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16601
16602         * gst-libs/gst/video/video.c: (gst_video_get_size):
16603         * gst/audiotestsrc/gstaudiotestsrc.c:
16604           doc updates
16605
16606 2005-10-17  Andy Wingo  <wingo@pobox.com>
16607
16608         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
16609         with the collectpads change.
16610         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
16611
16612         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
16613
16614         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
16615
16616         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
16617         alloc_buffer flow return to callers.
16618         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
16619         change. Fix some memleaks in theoraenc.
16620
16621         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
16622         in strange circumstance.
16623
16624 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16625
16626         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16627         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
16628         from caps, let's use the caps...
16629
16630 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16631
16632         * configure.ac:
16633           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
16634
16635 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16636
16637         * gst-libs/gst/interfaces/Makefile.am:
16638           fix silly typo
16639
16640 2005-10-16  Andy Wingo  <wingo@pobox.com>
16641
16642         * gst/playback/gstdecodebin.c
16643         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
16644         function!
16645         (try_to_link_1): Increase kraziness level.
16646
16647 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16648
16649         * configure.ac:
16650           restructure like the core one
16651         * gst-libs/gst/audio/Makefile.am:
16652         * gst-libs/gst/interfaces/Makefile.am:
16653         * gst-libs/gst/net/Makefile.am:
16654         * gst-libs/gst/riff/Makefile.am:
16655         * gst-libs/gst/rtp/Makefile.am:
16656         * gst-libs/gst/tag/Makefile.am:
16657         * gst-libs/gst/video/Makefile.am:
16658           use correct linker flags, now the libs are properly versioned
16659         * check/elements/audioconvert.c: (verify_convert):
16660         * ext/alsa/gstalsaplugin.c:
16661         * ext/cdparanoia/gstcdparanoia.c:
16662         * ext/gnomevfs/gstgnomevfs.c:
16663         * ext/libvisual/visual.c:
16664         * ext/ogg/gstogg.c:
16665         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
16666         * ext/theora/theora.c:
16667         * ext/vorbis/vorbis.c:
16668         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16669         * gst-libs/gst/tag/gsttagediting.c:
16670         * gst-libs/gst/video/video.c:
16671         * gst/adder/gstadder.c:
16672         * gst/audioconvert/plugin.c:
16673         * gst/audiorate/gstaudiorate.c:
16674         * gst/audioresample/gstaudioresample.c:
16675         * gst/audioresample/resample_ref.c: (resample_scale_ref):
16676         * gst/audioscale/gstaudioscale.c:
16677         * gst/audioscale/resample.c:
16678         * gst/audiotestsrc/gstaudiotestsrc.c:
16679         * gst/ffmpegcolorspace/gstffmpeg.c:
16680         * gst/playback/gstdecodebin.c: (close_pad_link):
16681         * gst/playback/gstplaybin.c: (gen_video_element),
16682         (gen_audio_element):
16683         * gst/sine/gstsinesrc.c:
16684         * gst/subparse/gstsubparse.c:
16685         * gst/tags/gsttagediting.c:
16686         * gst/tcp/gsttcpplugin.c:
16687         * gst/typefind/gsttypefindfunctions.c:
16688         * gst/videorate/gstvideorate.c:
16689         * gst/videoscale/gstvideoscale.c:
16690         * gst/videotestsrc/gstvideotestsrc.c:
16691         * gst/volume/gstvolume.c:
16692         * sys/v4l/gstv4l.c:
16693         * sys/ximage/ximage.c:
16694         * sys/xvimage/xvimagesink.c:
16695           fix up defines
16696
16697 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
16698
16699         * ext/vorbis/vorbisenc.c:
16700         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
16701         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
16702         (gst_tag_to_vorbis_comments):
16703           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
16704
16705 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
16706
16707         * examples/stats/mp2ogg.c:
16708         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16709           typo fixes
16710
16711 2005-10-13  Michael Smith <msmith@fluendo.com>
16712
16713         * ext/ogg/gstoggmux.c:
16714           Use magic glib macros to define constants as 64 bit, to ensure
16715           appropriate vararg passing.
16716
16717 2005-10-13  Michael Smith <msmith@fluendo.com>
16718
16719         * ext/ogg/gstoggmux.c:
16720         * gst/audioconvert/audioconvert.c: (float):
16721           Don't use LL suffix, as it's not portable, and neither of these
16722           uses required it anyway.
16723
16724 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
16725
16726         * examples/indexing/indexmpeg.c: (main):
16727         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
16728         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
16729         (cdparanoia_convert), (cdparanoia_query):
16730         * ext/cdparanoia/gstcdparanoia.h:
16731         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
16732         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
16733         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
16734         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16735         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
16736         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
16737         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16738         (gst_multifdsink_render), (gst_multifdsink_start),
16739         (gst_multifdsink_stop):
16740         * gst/tcp/gstmultifdsink.h:
16741         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
16742         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
16743         (gst_tcpclientsink_stop):
16744         * gst/tcp/gsttcpclientsink.h:
16745         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
16746         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
16747         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
16748         * gst/tcp/gsttcpclientsrc.h:
16749         * gst/tcp/gsttcpserversink.h:
16750         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
16751         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
16752         (gst_tcpserversrc_stop):
16753         * gst/tcp/gsttcpserversrc.h:
16754         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
16755         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
16756         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
16757           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
16758           moved bitshift from macro to enum definition
16759
16760 2005-10-12  Wim Taymans  <wim@fluendo.com>
16761
16762         * examples/seeking/Makefile.am:
16763         Oops.
16764
16765 2005-10-12  Wim Taymans  <wim@fluendo.com>
16766
16767         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16768         (gst_ring_buffer_read), (gst_ring_buffer_clear):
16769         Don't assert on normal stuff.
16770
16771         * gst/playback/gstplaybin.c: (do_playbin_seek):
16772         API fix.
16773
16774 2005-10-12  Wim Taymans  <wim@fluendo.com>
16775
16776         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16777         * examples/seeking/Makefile.am:
16778         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
16779         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16780         (do_seek), (set_update_scale), (message_received), (main):
16781         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16782         (gst_ring_buffer_read), (gst_ring_buffer_clear):
16783         Update for _get_state() API change.
16784
16785 2005-10-11  Wim Taymans  <wim@fluendo.com>
16786
16787         * gst-libs/gst/audio/gstbaseaudiosink.c:
16788         (gst_base_audio_sink_render):
16789         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16790         (gst_base_audio_src_create):
16791         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16792         (gst_ring_buffer_read):
16793         Cleanups.
16794         Commit and read from ringbuffer in samples rather than bytes.
16795
16796 2005-10-11  Wim Taymans  <wim@fluendo.com>
16797
16798         * gst-libs/gst/audio/gstbaseaudiosink.c:
16799         (gst_base_audio_sink_render):
16800         Respect segment rate and accum when scheduling samples.
16801
16802 2005-10-11  Julien MOUTTE  <julien@moutte.net>
16803
16804         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
16805         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
16806         EOS correctly, that needs more work.
16807
16808 2005-10-11  Wim Taymans  <wim@fluendo.com>
16809
16810         * check/generic/states.c: (GST_START_TEST):
16811         remove old property.
16812
16813         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16814         (gst_ogg_demux_perform_seek):
16815         * ext/theora/theoradec.c: (theora_dec_sink_event):
16816         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16817         (vorbis_handle_data_packet):
16818         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16819         (gst_base_rtp_depayload_set_gst_timestamp):
16820         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16821         Update for newsegment API change.
16822
16823 2005-10-11  Michael Smith <msmith@fluendo.com>
16824
16825         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16826         (do_playbin_seek), (gst_play_bin_send_event):
16827           Override send_event differently, so that we can takes bits of
16828           functionality from GstPipeline (special handling for seeks,
16829           including pausing/resuming, and resetting stream time) and still get
16830           the appropriate behaviour of only forwarding event to a single sink,
16831           rather than all of them.
16832           Unfortunately requires a lot of code duplication, but the
16833           alternatives are equally ugly in the end.
16834
16835 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16836
16837         * check/elements/audioconvert.c: (setup_audioconvert),
16838         (cleanup_audioconvert), (get_int_caps), (verify_convert),
16839         (GST_START_TEST), (audioconvert_suite):
16840           clean up tests a little, fix some leaks.
16841
16842 2005-10-10  Wim Taymans  <wim@fluendo.com>
16843
16844         * ext/alsa/gstalsasink.c:
16845         Also allow unsigned int.
16846
16847         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16848         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
16849         Small cleanup
16850
16851 2005-10-10  Wim Taymans  <wim@fluendo.com>
16852
16853         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16854         Small update, use API as stated in design docs.
16855
16856         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16857         (update_scale), (do_seek), (seek_cb), (set_update_scale),
16858         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
16859         (message_received), (main):
16860         Updated seek example for GOption. Some usability improvements.
16861
16862 2005-10-10  Wim Taymans  <wim@fluendo.com>
16863
16864         * gst/audioconvert/audioconvert.h:
16865         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
16866         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
16867         Alloc temp storage somewhere else where we can do it more
16868         portable.
16869
16870 2005-10-10  Wim Taymans  <wim@fluendo.com>
16871
16872         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
16873         (gst_tcpserversrc_start):
16874         Don't block in accept while doing the state change, move
16875         to poll and make cancellable.
16876
16877 2005-10-09  Philippe Khalaf <burger@speedy.org>
16878
16879         * gst-libs/gst/rtp/rtpbasedepayload.c:
16880         Set timestamp and add queue delay to timestamp
16881         * gst-libs/gst/rtp/rtpbuffer.h:
16882         Set correct payload type for h263
16883
16884 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
16885
16886         * gst/audiotestsrc/gstaudiotestsrc.c:
16887         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
16888         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
16889         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
16890         (gst_audiotestsrc_create_triangle),
16891         (gst_audiotestsrc_create_silence),
16892         (gst_audiotestsrc_create_white_noise),
16893         (gst_audiotestsrc_init_pink_noise),
16894         (gst_audiotestsrc_generate_pink_noise_value),
16895         (gst_audiotestsrc_create_pink_noise),
16896         (gst_audiotestsrc_change_wave):
16897         * gst/audiotestsrc/gstaudiotestsrc.h:
16898           fixed typo, added pink noise
16899
16900 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16901
16902         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
16903         (plugin_init):
16904           Add wavpack and spc typefind functions from 0.8 branch.
16905
16906 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16907
16908         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
16909         (ar_type_find), (msdos_type_find), (plugin_init):
16910           Add typefind functions for tar archives, ar archives,
16911           RAR archives, and msdos-executables (dlls, exe, etc.).
16912           Some of those would be wrongly identified as mpeg
16913           streams of some sort before (#315550).
16914
16915 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
16916
16917         * configure.ac:
16918         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16919         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16920         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
16921         * gst/audiotestsrc/Makefile.am:
16922         * gst/audiotestsrc/gstaudiotestsrc.c:
16923         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
16924         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
16925         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
16926         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
16927         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
16928         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
16929         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
16930         (gst_audiotestsrc_create_silence),
16931         (gst_audiotestsrc_create_white_noise),
16932         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
16933         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
16934         (gst_audiotestsrc_start), (plugin_init):
16935         * gst/audiotestsrc/gstaudiotestsrc.h:
16936           add new plugin and element
16937         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
16938           use gobject_class
16939
16940 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16941
16942         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
16943         (gst_adder_init), (gst_adder_request_new_pad),
16944         (gst_adder_change_state):
16945           Add query function to source pad, so adder reports the correct
16946           time/sample position when queried (#315457); fix state change
16947           function; use GST_DEBUG_FUNCPTR() for pad functions.
16948
16949 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16950
16951         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
16952           Fix leaks in typefind registration
16953           Clean up the gratuitous commenting and whitespacing a little
16954
16955 2005-10-08  Wim Taymans  <wim@fluendo.com>
16956
16957         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
16958         Only actually wait for the thread to be stopped if it's 
16959         running.
16960
16961 2005-10-08  Wim Taymans  <wim@fluendo.com>
16962
16963         * gst-libs/gst/audio/gstbaseaudiosink.c:
16964         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16965         If we receive EOS we can start playback of what we had.
16966
16967 2005-10-08  Wim Taymans  <wim@fluendo.com>
16968
16969         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16970         (gst_multifdsink_finalize), (multifdsink_hash_remove),
16971         (gst_multifdsink_stop):
16972         Fix crasher when going to NULL multiple times.
16973
16974 2005-10-06  Wim Taymans  <wim@fluendo.com>
16975
16976         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
16977         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
16978         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16979         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
16980         patch from Edgard Lima <edgard.lima@indt.org.br>
16981         Fixed gstbaseaudiosrc adding ring buffer sync to it.
16982
16983 2005-10-06  Wim Taymans  <wim@fluendo.com>
16984
16985         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
16986         Report the FLOW_RETURN as string in the error message.
16987
16988         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
16989         Don't assert when clearing an unnegotiated buffer.
16990
16991 2005-10-04  Michael Smith <msmith@fluendo.com>
16992
16993         * gst/playback/gstplaybasebin.c: (group_destroy),
16994         (gen_preroll_element), (remove_groups), (setup_source):
16995         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
16996         (setup_sinks), (gst_play_bin_send_event),
16997         (gst_play_bin_change_state):
16998           Set state to NULL before removing from bin. Fix refcounting.
16999
17000 2005-10-04  Michael Smith <msmith@fluendo.com>
17001
17002         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
17003           Correct refcounting in send_event() function. Previously was wrong
17004           if the first sink was unable to handle the event.
17005
17006 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17007
17008         * configure.ac:
17009           back to development
17010
17011 === release 0.9.3 ===
17012
17013 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17014
17015         * configure.ac:
17016           Releasing 0.9.3, "De Facto"
17017
17018 2005-10-03  Andy Wingo  <wingo@pobox.com>
17019
17020         * gst/playback/gstdecodebin.c (try_to_link_1)
17021         (remove_element_chain): set element to NULL before removing it.
17022
17023 2005-10-02  Johan Dahlin  <johan@gnome.org>
17024
17025         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
17026         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
17027         MT safe.
17028
17029 2005-10-02  Andy Wingo  <wingo@pobox.com>
17030
17031         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
17032         (gst_ring_buffer_prepare_read): 
17033         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
17034         Demote to LOG.
17035
17036 2005-09-29  Wim Taymans  <wim@fluendo.com>
17037
17038         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
17039         * ext/theora/theoradec.c: (theora_handle_data_packet):
17040         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17041         Propagate error codes from alloc_buffer too.
17042
17043 2005-09-29  Wim Taymans  <wim@fluendo.com>
17044
17045         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
17046         We use fixed caps.
17047
17048         * gst/playback/Makefile.am:
17049         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
17050         (dump_element_stats), (main):
17051         Added example stream introspection code.
17052
17053 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
17054
17055         * gst/adder/gstadder.c: (gst_adder_collected):
17056           fix adder for float elements
17057
17058 2005-09-28  Wim Taymans  <wim@fluendo.com>
17059
17060         * gst-libs/gst/audio/gstbaseaudiosink.c:
17061         (gst_base_audio_sink_class_init),
17062         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
17063         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17064         (gst_base_audio_src_class_init),
17065         (gst_base_audio_src_provide_clock):
17066         get_clock -> provide_clock
17067
17068 2005-09-28  Andy Wingo  <wingo@pobox.com>
17069
17070         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
17071         and unlocking.
17072
17073         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
17074         unlocking.
17075
17076         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
17077         Actually add the pad template.
17078         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
17079
17080         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
17081         I'm at it...
17082
17083         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
17084         from fdsrc. Get caps in create() instead of start() so it can be
17085         interrupted. Interruption somewhat untested.
17086
17087         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
17088         Proper EOS handling.
17089
17090 2005-09-27  Andy Wingo  <wingo@pobox.com>
17091
17092         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
17093
17094         * gst/tcp/gsttcpserversrc.c: Cleaned up.
17095
17096         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
17097
17098         * gst/tcp/gsttcp.h: 
17099         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
17100         out of tcpclientsrc.c. Cancellable.
17101         (gst_tcp_socket_read): Made private, cancellable, with better
17102         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
17103         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
17104         whole buffer, and better diagnostics.
17105         (gst_tcp_gdp_read_caps): Same.
17106
17107         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
17108
17109 2005-09-26  Andy Wingo  <wingo@pobox.com>
17110
17111         * gst/sine/gstsinesrc.h:
17112         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
17113         change the 'sync' property to 'is-live' and implement it halfway,
17114         update for controller api change.
17115
17116         * gst/volume/gstvolume.c (volume_transform_ip): Update for
17117         controller api change.
17118
17119 2005-09-24  Wim Taymans  <wim@fluendo.com>
17120
17121         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
17122         * gst-libs/gst/audio/gstaudiosink.c:
17123         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
17124         (gst_audioringbuffer_stop):
17125         * gst-libs/gst/audio/gstbaseaudiosink.c:
17126         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
17127         (gst_base_audio_sink_change_state):
17128         * gst-libs/gst/audio/gstbaseaudiosink.h:
17129         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
17130         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17131         (gst_ring_buffer_commit), (gst_ring_buffer_read):
17132         * gst-libs/gst/audio/gstringbuffer.h:
17133         Fix sync again. Moved sample alignment to basesink.
17134
17135 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17136
17137         * docs/plugins/Makefile.am:
17138         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17139         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17140         * gst/volume/gstvolume.c:
17141           add/fix docs
17142         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
17143         * gst-libs/gst/audio/audio.h:
17144           add conversion macros for frames <-> clocktime
17145
17146 2005-09-23  David Schleef  <ds@schleef.org>
17147
17148         * gst/audioresample/Makefile.am:
17149         * gst/audioresample/debug.h:
17150         * gst/audioresample/gstaudioresample.c:
17151         * gst/audioresample/resample.c: Convert to using gst debugging
17152
17153 2005-09-22  Wim Taymans  <wim@fluendo.com>
17154
17155         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17156         (gst_play_bin_send_event):
17157         Only seek on one sink, the first one that succeeds.
17158
17159 2005-09-22  Michael Smith <msmith@fluendo.com>
17160
17161         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
17162         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
17163         Don't flush encoder state unless we have an initialised encoder.
17164         Clear out encoder state on PAUSED_TO_READY.
17165
17166 2005-09-22  Wim Taymans  <wim@fluendo.com>
17167
17168         * gst-libs/gst/rtp/gstbasertppayload.c:
17169         (gst_basertppayload_class_init), (gst_basertppayload_init),
17170         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17171         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17172         (gst_basertppayload_is_filled), (gst_basertppayload_push),
17173         (gst_basertppayload_set_property),
17174         (gst_basertppayload_get_property),
17175         (gst_basertppayload_change_state):
17176         * gst-libs/gst/rtp/gstbasertppayload.h:
17177         Added max-ptime to control amount of data in the rtp packets.
17178
17179 2005-09-21  Andy Wingo  <wingo@pobox.com>
17180
17181         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
17182         thingies.
17183
17184         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
17185         can be called multiple times, dogs.
17186
17187 2005-09-21  Wim Taymans  <wim@fluendo.com>
17188
17189         * gst-libs/gst/rtp/gstbasertppayload.c:
17190         (gst_basertppayload_class_init), (gst_basertppayload_init),
17191         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17192         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17193         (gst_basertppayload_push), (gst_basertppayload_get_property),
17194         (gst_basertppayload_change_state):
17195         Allow 0 ssrc too.
17196
17197 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
17198
17199         * docs/libs/compiling.sgml:
17200           fixing typos
17201
17202 2005-09-20  Wim Taymans  <wim@fluendo.com>
17203
17204         * gst-libs/gst/rtp/gstbasertppayload.c:
17205         (gst_basertppayload_class_init), (gst_basertppayload_init),
17206         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17207         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17208         (gst_basertppayload_push), (gst_basertppayload_set_property),
17209         (gst_basertppayload_get_property),
17210         (gst_basertppayload_change_state):
17211         * gst-libs/gst/rtp/gstbasertppayload.h:
17212         Added property to configure sequence number offsets.
17213
17214 2005-09-20  Wim Taymans  <wim@fluendo.com>
17215
17216         * gst-libs/gst/rtp/gstbasertppayload.c:
17217         (gst_basertppayload_class_init), (gst_basertppayload_init),
17218         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17219         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17220         (gst_basertppayload_push), (gst_basertppayload_set_property),
17221         (gst_basertppayload_get_property),
17222         (gst_basertppayload_change_state):
17223         * gst-libs/gst/rtp/gstbasertppayload.h:
17224         Make timestamp offset configurable.
17225
17226 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17227
17228         * check/pipelines/simple_launch_lines.c: (run_pipeline):
17229           fix wrong pop/unref
17230
17231 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
17232
17233         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17234
17235         * gst-libs/gst/interfaces/propertyprobe.c:
17236         (gst_property_probe_probe_property_name),
17237         (gst_property_probe_needs_probe_name),
17238         (gst_property_probe_get_values_name),
17239         (gst_property_probe_probe_and_get_values_name):
17240           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
17241           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
17242
17243 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17244
17245         * check/Makefile.am:
17246           have some tests be disabled for valgrinding
17247         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
17248         (GST_START_TEST):
17249         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
17250           Fix A Leak.  Chain To Parent Finalize.
17251
17252 2005-09-19  Wim Taymans  <wim@fluendo.com>
17253
17254         * examples/seeking/seek.c: (make_wav_pipeline), (main):
17255         Fixed wav pipeline.
17256
17257 2005-09-19  Wim Taymans  <wim@fluendo.com>
17258
17259         * gst-libs/gst/rtp/gstbasertppayload.c:
17260         (gst_basertppayload_class_init), (gst_basertppayload_init),
17261         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
17262         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
17263         (gst_basertppayload_push), (gst_basertppayload_get_property),
17264         (gst_basertppayload_change_state):
17265         Posting ERROR and WARNING messages is good.
17266
17267 2005-09-19  Wim Taymans  <wim@fluendo.com>
17268
17269         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17270         (gst_base_rtp_depayload_add_to_queue),
17271         (gst_base_rtp_depayload_push),
17272         (gst_base_rtp_depayload_set_gst_timestamp),
17273         (gst_base_rtp_depayload_queue_release):
17274         This one was not supposed to go in.
17275
17276 2005-09-19  Wim Taymans  <wim@fluendo.com>
17277
17278         * check/pipelines/simple_launch_lines.c: (run_pipeline):
17279         Fix for bus API.
17280
17281         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17282         (gst_base_rtp_depayload_chain),
17283         (gst_base_rtp_depayload_add_to_queue),
17284         (gst_base_rtp_depayload_push),
17285         (gst_base_rtp_depayload_set_gst_timestamp),
17286         (gst_base_rtp_depayload_queue_release):
17287         Some cleanups.
17288
17289         * gst-libs/gst/rtp/gstbasertppayload.c:
17290         (gst_basertppayload_class_init), (gst_basertppayload_init),
17291         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
17292         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
17293         (gst_basertppayload_get_property),
17294         (gst_basertppayload_change_state):
17295         Added debugging category.
17296
17297 2005-09-18  David Schleef  <ds@schleef.org>
17298
17299         * gst/playback/gstdecodebin.c: free plugin list correctly
17300         * gst/playback/gstplaybin.c: emit warning if autovideosink
17301           and autoaudiosink can't be found (instead of segfaulting)
17302
17303 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17304
17305         * check/elements/audioconvert.c: (GST_START_TEST):
17306           try out 24 bit conversion
17307
17308 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17309
17310         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
17311         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
17312         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
17313         * ext/vorbis/vorbisenc.h:
17314           Fix EOS handling.  Still needs a fix in the ogg muxer to
17315           mark the last page as eos.
17316
17317 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17318
17319         * common/gtk-doc-plugins.mak:
17320         * docs/plugins/Makefile.am:
17321         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17322         * gst/ffmpegcolorspace/Makefile.am:
17323         * gst/ffmpegcolorspace/avcodec.h:
17324         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17325         * gst/tcp/gstmultifdsink.c:
17326           fix up ffmpegcolorspace docs; extract header
17327
17328 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17329
17330         * common/gtk-doc-plugins.mak:
17331         * docs/plugins/Makefile.am:
17332         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17333         * ext/theora/Makefile.am:
17334         * ext/theora/gsttheoraenc.h:
17335         * ext/theora/theoraenc.c:
17336         * ext/vorbis/vorbisenc.c:
17337           pick up signals and args for vorbis; add some docs for vorbis
17338
17339 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17340
17341         * common/gstdoc-scangobj:
17342         * common/gtk-doc-plugins.mak:
17343         * docs/libs/Makefile.am:
17344         * docs/plugins/gst-plugins-base-plugins.args:
17345         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17346         * docs/plugins/gst-plugins-base-plugins.interfaces:
17347         * docs/plugins/gst-plugins-base-plugins.prerequisites:
17348         * docs/plugins/gst-plugins-base-plugins.signals:
17349           only scanobj stuff from our source module.  Not sure yet
17350           if that's correct, given the hierarchy stuff :)
17351
17352 2005-09-15  Wim Taymans  <wim@fluendo.com>
17353
17354         * gst/audioconvert/gstaudioconvert.c:
17355         And enable 24 bits mode as well..
17356
17357 2005-09-15  Wim Taymans  <wim@fluendo.com>
17358
17359         * gst-libs/gst/rtp/Makefile.am:
17360         * gst-libs/gst/rtp/gstbasertppayload.c:
17361         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
17362         (gst_basertppayload_class_init), (gst_basertppayload_init),
17363         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
17364         (gst_basertppayload_chain), (gst_basertppayload_set_options),
17365         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
17366         (gst_basertppayload_set_property),
17367         (gst_basertppayload_get_property),
17368         (gst_basertppayload_change_state):
17369         * gst-libs/gst/rtp/gstbasertppayload.h:
17370         Added rtp payloader base class.
17371
17372 2005-09-15  Andy Wingo  <wingo@pobox.com>
17373
17374         * configure.ac (plugindir): Remove the EOL matcher from the
17375         regexp, as it causes me problems. Libtool? Make? Who knows?
17376
17377 2005-09-14  David Schleef  <ds@schleef.org>
17378
17379         * check/generic/states.c: 
17380         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
17381         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17382           Fixes for changes in registry API.
17383
17384         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
17385           to GST_PLUGIN_LDFLAGS.
17386         * ext/libvisual/visual.c: Make the library shut up.
17387         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
17388         * gst-libs/gst/audio/gstaudiofilter.c: same
17389
17390 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17391
17392         * docs/plugins/Makefile.am:
17393         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17394         * docs/plugins/inspect/plugin-libvisual.xml:
17395         * docs/plugins/tmpl/element-tcpserversink.sgml:
17396         * ext/theora/theoraenc.c:
17397           add libvisual plugin and theoraenc element to docs
17398
17399 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17400
17401         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17402         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17403         * ext/theora/theoraenc.c:
17404           add theoraenc
17405
17406 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
17407
17408         * gst/audioconvert/Makefile.am:
17409           Audioconvert derives from GstBaseTransform and should
17410           link to the library with our base elements to avoid
17411           unresolved symbols. Makes things work with MinGW (#316160)
17412
17413         * gst/playback/test4.c: (main):
17414           Fix MinGW build problem and use g_usleep() instead of 
17415           sleep() (#316162)
17416
17417 2005-09-12  Wim Taymans  <wim@fluendo.com>
17418
17419         * gst/audioconvert/audioconvert.c: (float),
17420         (audio_convert_prepare_context), (audio_convert_convert):
17421         * gst/audioconvert/audioconvert.h:
17422         Cleanups, speedups, simplifications, added back support
17423         for 24 bits.
17424
17425 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17426
17427         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17428         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17429         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
17430         * docs/plugins/tmpl/element-tcpserversink.sgml:
17431         * gst/ffmpegcolorspace/gstffmpeg.c:
17432         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17433         * gst/videotestsrc/gstvideotestsrc.c:
17434         * gst/volume/gstvolume.c:
17435           add more elements to the docs
17436
17437 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
17438
17439         * check/Makefile.am:
17440         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
17441         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
17442           Add extra tests for basetransform based components. 
17443           Comment out the test_element_negotiation test until we decide
17444           if it's testing correct behaviour.
17445         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
17446         (gst_visual_chain), (gst_visual_change_state):
17447           Slightly more correct but still bogus timestamping.
17448           Fix state change function.
17449         * gst/audioconvert/gstaudioconvert.c:
17450         (gst_audio_convert_class_init):
17451         * gst/audioresample/gstaudioresample.c:
17452         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17453         (gst_ffmpegcsp_class_init):
17454         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17455         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
17456         (gst_videoscale_prepare_image):
17457         * gst/volume/gstvolume.c: (gst_volume_class_init),
17458         (volume_transform_ip):
17459           Basetransform updates. Enable passthrough modes.
17460         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
17461         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
17462         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17463           Negotiation fix that allows the window to return to the original
17464           size and renegotiate passthrough upstream. Extra debug output.
17465
17466 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17467
17468         * gst/sine/gstsinesrc.c:
17469         * gst/volume/gstvolume.c:
17470           fix up header include
17471
17472 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
17473
17474         * gst-libs/gst/audio/gstbaseaudiosink.c:
17475         (gst_base_audio_sink_render):
17476         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
17477         * gst/volume/gstvolume.c: (gst_volume_class_init),
17478         (volume_transform):
17479           fixing lost sync, some more debugging
17480
17481 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
17482
17483         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
17484         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
17485         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
17486         (gst_xvimagesink_check_xshm_calls):
17487           Fix compilation when XShm is not available.
17488
17489 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
17490
17491         * ext/libvisual/visual.c: (gst_visual_dispose),
17492         (gst_visual_getcaps), (gst_visual_src_setcaps),
17493         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
17494         (gst_visual_change_state):
17495           Finish fixing up libvisual plugin so that it runs. 
17496
17497 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
17498
17499         * ext/vorbis/vorbisenc.c:
17500         * gst-libs/gst/tag/gstvorbistag.c:
17501           gsttaginterface.h -> gsttagsetter.h
17502
17503 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
17504
17505         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
17506           added another test that failes for me (test is not active by default)
17507
17508 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17509
17510         * configure.ac:
17511           v4l2 is no longer in gst-plugins-base
17512
17513 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
17514
17515         * configure.ac:
17516           In the output at the end, don't show the first plugin on the same
17517           line as "Core plug-ins, always built:".
17518           Indent the output as for other plugin categories
17519         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
17520           #define that can be used to not use peer buffer_alloc functions for
17521           test purposes.
17522         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
17523         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
17524         (gst_ximagesink_show_frame):
17525         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
17526         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
17527         (gst_xvimagesink_show_frame):
17528           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
17529           fails gracefully instead of XError aborting or deadlocking.
17530
17531 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
17532
17533         * ext/libvisual/Makefile.am:
17534           link against gst-base-libs
17535
17536 2005-09-06  David Schleef  <ds@schleef.org>
17537
17538         * configure.ac: Enable libvisual plugin.
17539         * ext/libvisual/Makefile.am:
17540         * ext/libvisual/visual.c: Fixes to make it compile.
17541
17542 === release 0.9.2 ===
17543
17544 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17545
17546         * NEWS:
17547         * RELEASE:
17548         * configure.ac:
17549         * docs/random/ChangeLog-0.8:
17550           releasing 0.9.2, "Spoon"
17551
17552 2005-09-05  Michael Smith <msmith@fluendo.com>
17553
17554         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
17555           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
17556           that in the vorbisenc element.
17557
17558 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17559
17560         * common/gtk-doc-plugins.mak:
17561         * docs/plugins/Makefile.am:
17562           fix distcheck
17563         * gst/audioresample/resample.c:
17564           fix wrong docstring
17565
17566 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17567
17568         * common/gst-xmlinspect.py:
17569         * common/gtk-doc-plugins.mak:
17570           only inspect plugins for this given package
17571           require gst-python 0.9
17572
17573 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17574
17575         * Makefile.am:
17576         * autogen.sh:
17577         * common/gst-xmlinspect.py:
17578         * configure.ac:
17579         * docs/Makefile.am:
17580         * docs/plugins/inspect/plugin-alsa.xml:
17581         * docs/plugins/inspect/plugin-audioresample.xml:
17582         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
17583         * docs/plugins/inspect/plugin-ogg.xml:
17584         * docs/plugins/tmpl/element-gnomevfssink.sgml:
17585         * docs/plugins/tmpl/element-multifdsink.sgml:
17586         * docs/plugins/tmpl/element-tcpserversink.sgml:
17587         * docs/plugins/tmpl/element-vorbisenc.sgml:
17588         * gst-plugins-base.spec.in:
17589           various doc-related updates
17590
17591 2005-08-31  Wim Taymans  <wim@fluendo.com>
17592
17593         * gst-libs/gst/audio/gstbaseaudiosink.c:
17594         (gst_base_audio_sink_render):
17595         Resync if the buffer timestamps drift more than a 10th 
17596         of a second.
17597
17598 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
17599
17600         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
17601         (gst_v4lsrc_get_property):
17602           The 'timestamp-offset' property is registered as an int64, so
17603           let's use g_value_{set|get}_int64() in our setter and getter
17604           functions (makes it work and fixes warnings with gst-inspect).
17605
17606 2005-08-30  Wim Taymans  <wim@fluendo.com>
17607
17608         * check/elements/audioconvert.c: (setup_audioconvert):
17609         * check/elements/audioresample.c: (setup_audioresample):
17610         * check/elements/volume.c: (setup_volume):
17611         Fix checks.
17612
17613 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17614
17615         * common/gtk-doc-plugins.mak:
17616         * common/plugins.xsl:
17617         * docs/plugins/Makefile.am:
17618           make module a param
17619
17620 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
17621
17622         * examples/seeking/seek.c: (make_mp3_pipeline),
17623         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
17624         (play_cb), (pause_cb), (stop_cb):
17625           update the example
17626
17627 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
17628
17629         * gst/volume/gstvolume.c: (gst_volume_class_init),
17630         (volume_transform):
17631           do not update controlled params, if buffer has no timestamp
17632
17633 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
17634
17635         * configure.ac:
17636         * gst/sine/Makefile.am:
17637         * gst/volume/Makefile.am:
17638           controllerized elements also need to link against controller-libs ;)
17639
17640 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
17641
17642         * docs/libs/tmpl/gstcolorbalance.sgml:
17643         * docs/libs/tmpl/gstgconf.sgml:
17644         * docs/libs/tmpl/gstmixer.sgml:
17645         * docs/libs/tmpl/gstringbuffer.sgml:
17646         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17647         (gst_sinesrc_create):
17648         * gst/volume/gstvolume.c: (gst_volume_class_init),
17649         (volume_transform):
17650           controllerized two audio plugins
17651
17652 2005-08-29  Andy Wingo  <wingo@pobox.com>
17653
17654         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
17655         (vorbis_handle_data_packet): Fix some int overflow errors.
17656
17657         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
17658         -1.
17659         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
17660         valid.
17661         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
17662         if it's valid. Fixed streaming-mode playback.
17663
17664         * check/elements/volume.c (cleanup_volume): Fix for running
17665         CK_FORK=no.
17666
17667         * check/elements/audioconvert.c: Convert from native endian, not
17668         little endian.
17669
17670 2005-08-29  Michael Smith <msmith@fluendo.com>
17671
17672         * ext/ogg/Makefile.am:
17673         * ext/ogg/gstogg.c: (plugin_init):
17674         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
17675         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
17676         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
17677         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
17678         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
17679         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
17680         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
17681         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
17682         Add an ogg parser element.
17683
17684 2005-08-28  Andy Wingo  <wingo@pobox.com>
17685
17686         * Updates for two-arg init from GST_BOILERPLATE_FULL.
17687
17688 2005-08-26  Wim Taymans  <wim@fluendo.com>
17689
17690         * gst/audioconvert/audioconvert.c: (if), (float),
17691         (audio_convert_get_func_index), (check_default),
17692         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17693         (audio_convert_clean_context), (audio_convert_get_sizes),
17694         (audio_convert_convert):
17695         Cleanups.
17696
17697 2005-08-26  Wim Taymans  <wim@fluendo.com>
17698
17699         * gst/audioconvert/audioconvert.c: (if), (float),
17700         (audio_convert_get_func_index), (check_default),
17701         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17702         (audio_convert_clean_context), (audio_convert_get_sizes),
17703         (audio_convert_convert):
17704         More elegant and working temp buffer selection algo.
17705
17706 2005-08-26  Wim Taymans  <wim@fluendo.com>
17707
17708         * gst/audioconvert/audioconvert.c: (if), (float),
17709         (audio_convert_get_func_index), (check_default),
17710         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17711         (audio_convert_clean_context), (audio_convert_get_sizes),
17712         (get_temp_buffer), (audio_convert_convert):
17713         Use realloc else we lose our original data.
17714
17715 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17716
17717         * gst/audioresample/gstaudioresample.c:
17718           use base class' newsegment to properly timestamp
17719
17720 2005-08-26  Wim Taymans  <wim@fluendo.com>
17721
17722         * gst/audioconvert/audioconvert.c: (if), (float),
17723         (audio_convert_get_func_index), (check_default),
17724         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17725         (audio_convert_clean_context), (audio_convert_get_sizes),
17726         (get_temp_buffer), (audio_convert_convert):
17727         * gst/audioconvert/gstaudioconvert.c:
17728         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
17729         (gst_audio_convert_transform_caps),
17730         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
17731         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
17732         Oops, allocate enough space to perform the channel mix.
17733
17734 2005-08-26  Wim Taymans  <wim@fluendo.com>
17735
17736         * gst/audioconvert/Makefile.am:
17737         * gst/audioconvert/audioconvert.c: (if), (float),
17738         (audio_convert_get_func_index), (check_default),
17739         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17740         (audio_convert_clean_context), (audio_convert_get_sizes),
17741         (get_temp_buffer), (audio_convert_convert):
17742         * gst/audioconvert/audioconvert.h:
17743         * gst/audioconvert/gstaudioconvert.c:
17744         (gst_audio_convert_class_init), (gst_audio_convert_init),
17745         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
17746         (gst_audio_convert_get_unit_size),
17747         (gst_audio_convert_transform_caps),
17748         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
17749         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
17750         * gst/audioconvert/gstaudioconvert.h:
17751         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
17752         (gst_channel_mix_fill_identical),
17753         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
17754         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
17755         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
17756         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
17757         (gst_channel_mix_mix):
17758         * gst/audioconvert/gstchannelmix.h:
17759         Cleanups, librarify a bit, optimize, better negotiation and more.
17760
17761 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
17762
17763         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
17764         Another from MikeS:
17765         During typefinding, don't support negative offsets
17766         (offsets from the end of the stream) in our typefind->peek() function
17767         - nothing embedded in ogg ever needs them. However, we need to recognise
17768         those requests and reject them, otherwise we return invalid pointers.
17769
17770 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
17771
17772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17773         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
17774         (vorbisdec_finalize), (vorbis_handle_type_packet):
17775           Big shout-out to MikeS for fixing this giant memory leak.
17776           Huzzah!
17777
17778 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17779
17780         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
17781         (audio_convert_get_unit_size):
17782           plug some leaks
17783
17784 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17785
17786         * check/Makefile.am:
17787         * check/elements/audioconvert.c: (setup_audioconvert),
17788         (cleanup_audioconvert), (get_int_caps), (verify_convert),
17789         (GST_START_TEST), (audioconvert_suite), (main):
17790           add a test for audioconvert
17791         * gst/audioresample/gstaudioresample.c:
17792         * gst/audioresample/gstaudioresample.h:
17793           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
17794           note that for buffers of 1/3 sec this means DURATION(c) is 
17795           one nanosecond more than for a and b
17796
17797 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17798
17799         * check/Makefile.am:
17800         * check/elements/audioresample.c: (setup_audioresample),
17801         (cleanup_audioresample), (fail_unless_perfect_stream),
17802         (test_perfect_stream_instance), (GST_START_TEST),
17803           add a check for audioresample
17804         (audioresample_suite), (main):
17805         * check/elements/volume.c: (GST_START_TEST):
17806           remove unused method
17807         * gst/audioresample/gstaudioresample.c:
17808           set correct buffer parameters since we're changing them
17809         * gst/audioresample/resample_ref.c: (resample_scale_ref):
17810           add some debug
17811
17812 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17813
17814         * gst/audioresample/debug.c:
17815         * gst/audioresample/gstaudioresample.c:
17816           add room for extra overlap samples when asked to transform size
17817           protect against possible mem corruption and check for discrepancies
17818           between written size and outbuffer's size so we can warn for
17819           potential problems
17820         * gst/audioresample/resample.c: (resample_init),
17821         (resample_get_output_size_for_input), (resample_get_output_size),
17822         (resample_set_n_channels), (resample_set_format):
17823           set debug level based on RESAMPLE_DEBUG env var
17824           make sure that get_output_size* returns a whole number of
17825           sample_size
17826           set sample_size each time either channel or format is set
17827         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
17828         * gst/audioresample/resample_functable.c:
17829         (resample_scale_functable):
17830         * gst/audioresample/resample_ref.c: (resample_scale_ref):
17831           remove r->sample_size, it's done in resample.c now
17832           add some debugging to the ref implementation
17833           make sure we only give back bytes that are wholes of the sample
17834           size
17835
17836 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
17837         * gst/playback/gstplaybasebin.c: (fill_buffer):
17838         Revert unpopular change for GST_MESSAGE_SRC to GObject.
17839
17840 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
17841
17842         * gst/volume/gstvolume.c:
17843           made set_caps function static
17844
17845 2005-08-24  Wim Taymans  <wim@fluendo.com>
17846
17847         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
17848         (gst_vorbisenc_change_state):
17849         Stop leaking taglists.
17850
17851 2005-08-24  Wim Taymans  <wim@fluendo.com>
17852
17853         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
17854         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
17855         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
17856         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
17857         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
17858         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
17859         Parse seeking events better.
17860         Unref static caps.
17861         Generate correct newsegment events, fixes seeking in live oggs.
17862
17863         * ext/theora/theoradec.c: (theora_dec_src_query),
17864         (theora_dec_src_event), (theora_dec_src_getcaps),
17865         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
17866         Use newsegment values to report correct play time.
17867
17868         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17869         (vorbis_dec_src_event), (vorbis_dec_sink_event):
17870         * ext/vorbis/vorbisdec.h:
17871         Parse and use newsegment values to report correct play time.
17872
17873         * gst-libs/gst/audio/gstbaseaudiosink.c:
17874         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
17875         Clear ringbuffer on flush.
17876         Use newsegment values to calculate playback time.
17877
17878         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
17879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
17880         Basesink does newsegment calculations for us now.
17881
17882 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17883
17884         * check/Makefile.am:
17885         * configure.ac:
17886           add core's plugins to the mix so that playbin works
17887         * check/generic/states.c: (GST_START_TEST):
17888           set a 0 timeout on pipelines, so they don't force the next
17889           state change
17890         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
17891         (gst_play_base_bin_change_state):
17892           remove the crappy error handling and do GST error handling
17893
17894 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17895
17896         * check/Makefile.am:
17897         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
17898           add same test as to core, it bitches out on playbin atm.
17899
17900 2005-08-24  Wim Taymans  <wim@fluendo.com>
17901
17902         * configure.ac:
17903         Remove audioscale.
17904
17905 2005-08-24  Wim Taymans  <wim@fluendo.com>
17906
17907         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
17908         (gst_videoscale_prepare_size), (parse_caps),
17909         (gst_videoscale_set_caps), (gst_videoscale_get_size),
17910         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
17911         (gst_videoscale_transform):
17912         * gst/videoscale/gstvideoscale.h:
17913         Refactor, make use of BaseTranform really well.
17914
17915 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17916
17917         * configure.ac:
17918           compile audioresample
17919         * gst/audioresample/Makefile.am:
17920         * gst/audioresample/buffer.c:
17921         * gst/audioresample/functable.c:
17922         * gst/audioresample/gstaudioresample.c:
17923         * gst/audioresample/gstaudioresample.h:
17924         * gst/audioresample/resample.c:
17925         (resample_get_output_size_for_input):
17926         * gst/audioresample/resample.h:
17927         * gst/audioresample/resample_chunk.c:
17928         * gst/audioresample/resample_functable.c:
17929         * gst/audioresample/resample_ref.c:
17930           port to use basetransform; doesn't work in all cases yet
17931
17932 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17933
17934         * gst/audioconvert/gstaudioconvert.c:
17935         (gst_audio_convert_class_init), (gst_audio_convert_init),
17936         (audio_convert_get_unit_size), (audio_convert_transform_caps),
17937         (audio_convert_fixate_caps), (audio_convert_set_caps),
17938         (audio_convert_transform),
17939         (gst_audio_convert_buffer_to_default_format),
17940         (gst_audio_convert_buffer_from_default_format),
17941         (gst_audio_convert_channels):
17942         * gst/audioconvert/gstchannelmix.c:
17943         * gst/audioconvert/gstchannelmix.h:
17944           port to basetransform
17945         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17946         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
17947         (gst_ffmpegcsp_get_unit_size):
17948         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17949         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
17950           fix for basetransform changes
17951
17952 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
17953
17954         * check/Makefile.am:
17955           Add CHECK_CFLAGS and LDFLAGS
17956
17957         * gst/playback/gstplaybasebin.c: (fill_buffer):
17958           GST_MESSAGE_SRC became a GObject
17959
17960 2005-08-24  Wim Taymans  <wim@fluendo.com>
17961
17962         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
17963         (gst_ring_buffer_clear_all):
17964         * gst-libs/gst/audio/gstringbuffer.h:
17965         Added function to clear the ringbuffer.
17966
17967 2005-08-24  Andy Wingo  <wingo@pobox.com>
17968
17969         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
17970         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
17971         of _open and _close.
17972
17973         * sys/v4l/gstv4lxoverlay.h:
17974         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
17975         an Xv connection here, instead of all the time. Make Xv only be
17976         loaded if you axe for it. Kindof a workaround for buggy behaviour
17977         of Xv when using remote xservers (XvQueryExtension would block).
17978         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
17979         replace the _open and _close public API. Only start the xv
17980         connection if necessary.
17981         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
17982
17983 2005-08-23  David Schleef  <ds@schleef.org>
17984
17985         * gst/audioresample/Makefile.am: Leet audioresampling code
17986         * gst/audioresample/buffer.c:
17987         * gst/audioresample/buffer.h:
17988         * gst/audioresample/debug.c:
17989         * gst/audioresample/debug.h:
17990         * gst/audioresample/functable.c:
17991         * gst/audioresample/functable.h:
17992         * gst/audioresample/gstaudioresample.c:
17993         * gst/audioresample/gstaudioresample.h:
17994         * gst/audioresample/resample.c:
17995         * gst/audioresample/resample.h:
17996         * gst/audioresample/resample_chunk.c:
17997         * gst/audioresample/resample_functable.c:
17998         * gst/audioresample/resample_ref.c:
17999
18000 2005-08-23  Wim Taymans  <wim@fluendo.com>
18001
18002         * examples/seeking/seek.c: (make_vorbis_pipeline),
18003         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
18004         Small seek updates.
18005
18006 2005-08-23  Andy Wingo  <wingo@pobox.com>
18007
18008         * gst-libs/gst/audio/gstbaseaudiosrc.c
18009         (gst_base_audio_src_fixate): Only fixate endianness if it is
18010         present in the caps.
18011
18012 2005-08-22  Andy Wingo  <wingo@pobox.com>
18013
18014         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
18015         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
18016         device-name property.
18017
18018         * gst-libs/gst/audio/gstaudiosrc.h:
18019         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
18020         close_device in the ring buffer, like gstaudiosink.
18021
18022         * ext/alsa/gstalsamixer.h:
18023         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
18024         macro to implement the interface without much code. Cleanups. 
18025
18026         * ext/alsa/gstalsasrc.h:
18027         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
18028         READY.
18029
18030         * ext/alsa/Makefile.am: Add new files.
18031         * ext/alsa/gstalsamixerelement.c: 
18032         * ext/alsa/gstalsamixerelement.c: Split element code out from
18033         mixer code so that alsasrc can be a mixer too.
18034
18035 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18036
18037         * check/elements/volume.c: (setup_volume), (cleanup_volume),
18038         (GST_START_TEST):
18039         * check/elements/vorbisdec.c: (setup_vorbisdec),
18040         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
18041         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18042         (vorbis_handle_identification_packet),
18043         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
18044         (vorbis_handle_header_packet), (vorbis_dec_push),
18045         (vorbis_dec_chain):
18046           use the setup/teardown methods to save code.  save code is good.
18047
18048 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18049
18050         * check/Makefile.am:
18051           add ext dir for plugins
18052           add vorbisdec test conditionally
18053         * check/elements/volume.c: (setup_volume), (cleanup_volume),
18054         (GST_START_TEST), (volume_suite):
18055           add a test with wrong caps
18056         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
18057         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
18058           add a vorbisdec test
18059         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
18060         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
18061           clean up debug output
18062         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18063           yay, fix a segfault/security issue in vorbisdec
18064           gst-launch fakesrc ! vorbisdec wasn't happy
18065         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
18066         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
18067         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
18068         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
18069         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
18070         (gst_vorbisenc_set_metadata), (get_constraints_string),
18071         (update_start_message), (gst_vorbisenc_setup),
18072         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18073         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
18074         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
18075         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
18076         * ext/vorbis/vorbisenc.h:
18077           march in line
18078         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18079         (gst_ffmpegcsp_transform):
18080           have the kow come home
18081         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
18082           debug my func ptr
18083         * gst/volume/gstvolume.c: (volume_set_caps):
18084           add a debug
18085
18086 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18087
18088         * Makefile.am:
18089         * check/.cvsignore:
18090         * check/Makefile.am:
18091         * check/elements/.cvsignore:
18092         * check/elements/volume.c: (chain_func), (event_func),
18093         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
18094         (main):
18095         * configure.ac:
18096           add unit test structure for gst-plugins-base
18097           add a test for volume
18098         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
18099         (gst_volume_set_volume), (gst_volume_get_volume),
18100         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
18101         (volume_funcfind), (volume_process_float), (volume_process_int16),
18102         (volume_set_caps), (volume_transform), (volume_update_mute),
18103         (volume_update_volume), (volume_set_property),
18104         (volume_get_property):
18105           document a little; use basetransform vmethod _set_caps
18106
18107 2005-08-19  Andy Wingo  <wingo@pobox.com>
18108
18109         * ext/alsa/gstalsamixertrack.h:
18110         * ext/alsa/gstalsamixertrack.c:
18111         * ext/alsa/gstalsamixeroptions.h:
18112         * ext/alsa/gstalsamixeroptions.c:
18113         * ext/alsa/gstalsamixer.h:
18114         * ext/alsa/gstalsamixer.c: Port to 0.9.
18115
18116         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
18117         Remove gstalsa.c and alsaclock. No more cruft here.
18118         
18119 2005-08-18  Wim Taymans  <wim@fluendo.com>
18120
18121         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18122         (gst_base_rtp_depayload_chain),
18123         (gst_base_rtp_depayload_add_to_queue),
18124         (gst_base_rtp_depayload_push),
18125         (gst_base_rtp_depayload_queue_release):
18126         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18127         Fix for RTPBuffer changes.
18128
18129         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
18130         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
18131         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
18132         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
18133         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
18134         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
18135         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
18136         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
18137         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
18138         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
18139         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
18140         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
18141         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
18142         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
18143         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
18144         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
18145         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
18146         (gst_rtpbuffer_get_payload):
18147         * gst-libs/gst/rtp/gstrtpbuffer.h:
18148         Don't subclass GstBuffer but add methods and helper functions
18149         to construct and manipulate RTP packets in regular GstBuffers.
18150
18151 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
18152
18153         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
18154           moved statement below switch
18155         * gst/volume/gstvolume.c: (gst_volume_class_init):
18156           added debug ptr
18157
18158 2005-08-16  Wim Taymans  <wim@fluendo.com>
18159
18160         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18161         (gst_base_audio_src_change_state):
18162         Open and close device in READY<->NULL state change.
18163
18164 2005-08-16  Andy Wingo  <wingo@pobox.com>
18165
18166         * examples/seeking/Makefile.am: Don't compile non-compiling
18167         compiled objects with the compiler.
18168
18169         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
18170         elements.
18171
18172 2005-08-12  Philippe Khalaf <burger@speedy.org>
18173         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18174         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18175           Made a thread to release the queue.
18176           Removed timestamp conversion for now.
18177
18178 2005-08-10  Philippe Khalaf <burger@speedy.org>
18179         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18180         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18181           Added rtp timestamp -> gst timestamp conversion.
18182           Fixed several problems with queue.
18183
18184 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
18185
18186         * gst-libs/gst/audio/gstaudioclock.h:
18187         * gst-libs/gst/audio/gstaudiofilter.h:
18188         * gst-libs/gst/audio/gstaudiosink.h:
18189         * gst-libs/gst/audio/gstaudiosrc.h:
18190         * gst-libs/gst/audio/gstbaseaudiosink.h:
18191         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18192         * gst-libs/gst/audio/gstringbuffer.h:
18193         * gst-libs/gst/net/gstnetbuffer.h:
18194         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18195         * gst-libs/gst/rtp/gstrtpbuffer.h:
18196           Add padding (you will need to rebuild gst-plugins-base,
18197           gst-plugins and all applications afterwards!)
18198
18199 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
18200
18201         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18202         (gst_riff_parse_chunk):
18203           Fix bug in debug message and add some more debug messages.
18204
18205 2005-08-08  Edward Hervey  <edward@fluendo.com>
18206
18207         * gst-libs/gst/riff/riff-media.c:
18208         backported updates since branch
18209
18210 2005-08-08  Andy Wingo  <wingo@pobox.com>
18211
18212         * gst-libs/gst/audio/gstbaseaudiosink.c
18213         (gst_base_audio_sink_change_state): Open the device in NULL->READY
18214         like good elements should. Close on READY->NULL too.
18215
18216         * gst-libs/gst/audio/gstaudiosink.c
18217         (gst_audioringbuffer_open_device,
18218         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
18219         (gst_audioringbuffer_release): Updates for new ring buffer API,
18220         hook into the new audio sink api.
18221
18222         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
18223         (GstAudioSinkClass.close): Just open and close the device -- no
18224         resource allocation or configuration.
18225         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
18226         vmethods, handle device setup and resource allocation.
18227
18228         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
18229         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
18230         base class API.
18231
18232         * gst-libs/gst/audio/gstringbuffer.h
18233         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
18234         New vmethods.
18235
18236         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
18237         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
18238         New API functions. The device should be opened before acquiring
18239         and closed after releasing.
18240
18241 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
18242
18243         * gst-libs/gst/interfaces/mixer.h:
18244           Reset padding to GST_PADDING.
18245
18246 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18247
18248         * gst/playback/gstplaybin.c: (remove_sinks):
18249           Remove visualization from parent explicitely; works around some
18250           apparent refcount issue that I haven't tracked down yet.
18251
18252 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18253
18254         * ext/alsa/gstalsasink.c: (set_hwparams):
18255           Assign debug category, add negotiation debug msgs.
18256
18257 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18258
18259         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
18260           Fix error code for file-not-found to NOT_FOUND.
18261
18262 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18263
18264         * common/gtk-doc-plugins.mak:
18265         * docs/plugins/Makefile.am:
18266         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18267         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18268           renamed to actual element names, so much nicer to look at
18269         * docs/plugins/tmpl/gstmultifdsink.sgml:
18270           remove
18271         * docs/plugins/tmpl/multifdsink.sgml:
18272         * docs/plugins/tmpl/tcpserversink.sgml:
18273           add
18274         * ext/alsa/gstalsa.c:
18275         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
18276         * ext/ogg/gstoggmux.c:
18277         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18278         * gst/playback/gstdecodebin.c:
18279         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
18280         * gst/tcp/gsttcpserversink.c:
18281           various fixes and documentation additions
18282
18283 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18284
18285         * common/Makefile.am:
18286         * common/gstdoc-scangobj:
18287         * common/gtk-doc-plugins.mak:
18288         * common/gtk-doc.mak:
18289           add a custom scangobj that uses the registry
18290           add a custom gtk-doc-plugins.mak that uses it
18291           some doc build fixes
18292         * configure.ac:
18293         * docs/Makefile.am:
18294         * docs/plugins/Makefile.am:
18295         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18296         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18297         * docs/plugins/gst-plugins-base-plugins.types:
18298         * docs/plugins/tmpl/gstmultifdsink.sgml:
18299           add docs for one element, multifdsink
18300         * gst/adder/gstadder.h:
18301         * gst/volume/gstvolume.h:
18302           don't privatize enum
18303         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
18304         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18305         (gst_sync_method_get_type), (gst_client_status_get_type),
18306         (gst_multifdsink_class_init),
18307         (gst_multifdsink_client_queue_buffer),
18308         (gst_multifdsink_handle_client_write):
18309         * gst/tcp/gstmultifdsink.h:
18310         * gst/tcp/gsttcp.h:
18311         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18312         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
18313         (gst_tcpclientsink_render):
18314         * gst/tcp/gsttcpclientsink.h:
18315         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
18316         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
18317         (gst_tcpclientsrc_start):
18318         * gst/tcp/gsttcpclientsrc.h:
18319         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18320         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
18321         * gst/tcp/gsttcpserversrc.h:
18322         * gst/typefind/gsttypefindfunctions.c:
18323           remove superfluous Type stuff
18324
18325 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18326
18327         * gst/playback/gstplaybin.c: (gen_video_element):
18328           Enable videoscale.
18329
18330 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18331
18332         * gst-libs/gst/gconf/gconf.c:
18333         * gst-libs/gst/gconf/gconf.h:
18334           Fix some Andy Problem [tm].
18335
18336 2005-08-04  Andy Wingo  <wingo@pobox.com>
18337
18338         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
18339         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
18340         (gst_ffmpegcsp_get_size): Adapt to API changes.
18341
18342         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
18343         Implement an in-place do-nothing transform.
18344
18345 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18346
18347         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
18348         (gst_ximagesink_renegotiate_size):
18349           Do not set new window sizes yet if we prepare a new buffer size
18350           for upstream renegotiation (software scaling) at some point in the
18351           future, because this new size waqs not actually accepted yet. Once
18352           accepted, renegotiation later on will set the new sizes just fine.
18353           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
18354           embedding testcase.
18355
18356 2005-08-03  Andy Wingo  <wingo@pobox.com>
18357
18358         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
18359         (gst_ximagesink_buffer_alloc): 
18360         Protect the height, width, and desired_caps with the pool_lock.
18361         Fixes videotestsrc ! queue ! ximagesink.
18362
18363 2005-08-02  Edward Hervey  <edward@fluendo.com>
18364
18365         * gst/volume/gstvolume.c:
18366         include left from controller cleanup
18367
18368 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
18369         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
18370           Stop collectpads before calling the parent state
18371           change function on PAUSED->READY.
18372
18373 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
18374         * configure.ac:
18375           When testing for X libs, use the X CFlags 
18376         * gst/adder/gstadder.c: (gst_adder_change_state):
18377           Stop the collectpads before calling parent state change function
18378           on PAUSED->READY, otherwise we deadlock deactivating pads.
18379
18380 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
18381
18382         * configure.ac:
18383         * docs/libs/tmpl/gstcolorbalance.sgml:
18384         * docs/libs/tmpl/gstmixer.sgml:
18385         * examples/Makefile.am:
18386         * gst/sine/Makefile.am:
18387         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
18388         (gst_sinesrc_set_property), (plugin_init):
18389         * gst/sine/gstsinesrc.h:
18390         * gst/volume/Makefile.am:
18391         * gst/volume/gstvolume.c: (gst_volume_set_volume),
18392         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
18393         (volume_process_float), (volume_process_int16),
18394         (volume_set_property), (plugin_init):
18395         * gst/volume/gstvolume.h:
18396           deactivate and remove dparams (libgstcontrol)
18397
18398 2005-07-29  Wim Taymans  <wim@fluendo.com>
18399
18400         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
18401         Convert me to BaseTransform!! help..
18402
18403 2005-07-29  Andy Wingo  <wingo@pobox.com>
18404
18405         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
18406         sinks.
18407
18408         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
18409         support of both endiannesses.
18410
18411 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
18412
18413         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18414           Fix confusing debug message (s/event/query/)
18415
18416 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
18417
18418         * gst/videotestsrc/videotestsrc.h:
18419           Use "_stdint.h" instead of <stdint.h>
18420
18421 2005-07-27  Wim Taymans  <wim@fluendo.com>
18422
18423         * ext/vorbis/Makefile.am:
18424         Revert wrong commit.
18425
18426 2005-07-27  Wim Taymans  <wim@fluendo.com>
18427
18428         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
18429         More compilation fixen.
18430
18431 2005-07-27  Wim Taymans  <wim@fluendo.com>
18432
18433         * gst-libs/gst/audio/gstbaseaudiosink.c:
18434         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
18435         (gst_base_audio_sink_create_ringbuffer),
18436         (gst_base_audio_sink_change_state):
18437         Fix compilation.
18438
18439 2005-07-27  Wim Taymans  <wim@fluendo.com>
18440
18441         * examples/seeking/seek.c: (setup_dynamic_link),
18442         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
18443         (query_positions_elems), (query_positions_pads), (do_seek):
18444         Update seek example.
18445
18446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
18447         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
18448         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
18449         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18450         (gst_ogg_demux_handle_event),
18451         (gst_ogg_demux_deactivate_current_chain),
18452         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18453         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
18454         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
18455         (gst_ogg_demux_loop):
18456         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18457         * ext/theora/theoradec.c: (theora_dec_src_event),
18458         (theora_dec_src_getcaps), (theora_dec_sink_event),
18459         (theora_dec_push), (theora_dec_chain):
18460         * ext/vorbis/Makefile.am:
18461         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
18462         (vorbis_dec_sink_event), (vorbis_dec_push),
18463         (vorbis_handle_data_packet):
18464         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
18465         (gst_vorbisenc_chain):
18466         * gst/playback/gststreaminfo.c: (cb_probe):
18467         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
18468         * gst/videorate/gstvideorate.c: (gst_videorate_event):
18469         * gst/videoscale/gstvideoscale.c:
18470         (gst_videoscale_handle_src_event):
18471         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
18472         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
18473         (gst_ximagesink_navigation_send_event):
18474         * sys/xvimage/xvimagesink.c:
18475         (gst_xvimagesink_navigation_send_event):
18476         Various event updates and cleanups
18477
18478 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18479
18480         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
18481           Fix segfault for I420/YV12.
18482
18483 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18484
18485         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18486           Report bitrate.
18487
18488 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18489
18490         * gst/playback/gstplaybin.c: (gen_video_element),
18491         (gen_audio_element):
18492           Switch to auto*sink elements as default sinks; add volume element
18493           so that volume control in totem works.
18494
18495 2005-07-21  Wim Taymans  <wim@fluendo.com>
18496
18497         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
18498         * gst/playback/gstplaybin.c: (setup_sinks),
18499         (gst_play_bin_change_state):
18500         Refcount fix and more comments.
18501
18502 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18503
18504         * sys/ximage/Makefile.am:
18505         * sys/ximage/ximage.c: (plugin_init):
18506         * sys/ximage/ximagesink.c:
18507         Prepare for adding ximagesrc, rename of plugin to ximage etc.
18508         
18509
18510 2005-07-21  Wim Taymans  <wim@fluendo.com>
18511
18512         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
18513         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18514         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
18515         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
18516         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
18517         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
18518         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
18519         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
18520         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
18521         Generate correct disconts for live chained oggs.
18522
18523         * gst-libs/gst/audio/gstbaseaudiosink.c:
18524         (gst_base_audio_sink_render),
18525         (gst_base_audio_sink_create_ringbuffer),
18526         (gst_base_audio_sink_change_state):
18527         Handle discont math correctly.
18528
18529         * gst/playback/gstplaybin.c: (add_sink):
18530         Some small debug cleanup.
18531
18532 2005-07-21  Wim Taymans  <wim@fluendo.com>
18533
18534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
18535         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18536         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
18537         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
18538         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
18539         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
18540         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18541         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
18542         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
18543         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
18544         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
18545         (gst_ogg_demux_change_state), (gst_ogg_print):
18546         Reorganize code to send the right disconts when in streaming
18547         mode.
18548
18549 2005-07-20  Andy Wingo  <wingo@pobox.com>
18550
18551         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
18552         fix (?), fixes a seggie mcfalterson (#310894).
18553
18554 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18555
18556         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
18557         (gst_ogg_mux_set_header_on_caps):
18558         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
18559         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
18560         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
18561         * gst-libs/gst/audio/multichannel.c:
18562         (gst_audio_set_channel_positions),
18563         (gst_audio_set_structure_channel_positions_list):
18564         * gst/playback/gstdecodebin.c: (dynamic_create):
18565         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
18566         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18567           Fixes for API changes in core.
18568
18569 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18570
18571         * gst/playback/gstplaybasebin.c: (fill_buffer):
18572           Use _new_custom() so we can set custom message types for buffering
18573           messages.
18574
18575 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18576
18577         * configure.ac:
18578         * gst-libs/gst/Makefile.am:
18579         * gst-libs/gst/gconf/.cvsignore:
18580         * gst-libs/gst/gconf/Makefile.am:
18581         * gst-libs/gst/gconf/test-gconf.c:
18582         * pkgconfig/Makefile.am:
18583         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
18584         * pkgconfig/gstreamer-gconf.pc.in:
18585           Remove gconf stuff, use gconf elements instead from now on.
18586
18587 2005-07-20  Wim Taymans  <wim@fluendo.com>
18588
18589         * gst-libs/gst/audio/TODO:
18590         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
18591         (gst_audio_clock_get_internal_time):
18592         * gst-libs/gst/audio/gstaudioclock.h:
18593         * gst-libs/gst/audio/gstbaseaudiosink.c:
18594         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
18595         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
18596         (gst_base_audio_sink_render),
18597         (gst_base_audio_sink_create_ringbuffer),
18598         (gst_base_audio_sink_change_state):
18599         Make sure the audio clock always returns an increasing value.
18600
18601 2005-07-19  Andy Wingo  <wingo@pobox.com>
18602
18603         * gst/videotestsrc/: Cleanups.
18604
18605 2005-07-19  Wim Taymans  <wim@fluendo.com>
18606
18607         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
18608         Better debugging.
18609
18610 2005-07-19  Wim Taymans  <wim@fluendo.com>
18611
18612         * examples/seeking/seek.c: (make_dv_pipeline),
18613         (make_vorbis_theora_pipeline), (query_rates),
18614         (query_positions_elems), (query_positions_pads), (do_seek):
18615         Make correct DV pipeline.
18616
18617 2005-07-18  Andy Wingo  <wingo@pobox.com>
18618
18619         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
18620         default. Also because it's the only thing that really works. (This
18621         is used in the GConf elements).
18622         Use AS_LIBTOOL_TAGS.
18623
18624 2005-07-18  Wim Taymans  <wim@fluendo.com>
18625
18626         * gst/playback/gstdecodebin.c: (remove_element_chain):
18627         * gst/playback/gstplaybin.c: (add_sink):
18628         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18629         (gst_stream_info_set_mute):
18630         * gst/playback/gststreamselector.c:
18631         (gst_stream_selector_get_linked_pad),
18632         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
18633         More leak and compile fixes.
18634
18635 2005-07-18  Wim Taymans  <wim@fluendo.com>
18636
18637         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
18638         (query_rates), (query_positions_elems), (query_positions_pads),
18639         (do_seek), (seek_cb), (stop_seek):
18640         Updated seek example. 
18641
18642         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
18643         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
18644         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
18645         * gst/playback/gstplaybin.c: (add_sink):
18646         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18647         (gst_stream_info_set_mute):
18648         Some refcount leak fixes.
18649
18650 2005-07-16  Wim Taymans  <wim@fluendo.com>
18651
18652         * gst-libs/gst/audio/gstbaseaudiosink.c:
18653         (gst_base_audio_sink_render):
18654         Align samples even if we have roundoff errors in the 
18655         timestamp conversion.
18656
18657 2005-07-16  Wim Taymans  <wim@fluendo.com>
18658
18659         * docs/libs/tmpl/gstringbuffer.sgml:
18660         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
18661         (query_rates), (query_positions_elems), (query_positions_pads),
18662         (update_scale), (do_seek):
18663         Updated seek example.
18664
18665         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
18666         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
18667         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
18668         (gst_ogg_demux_loop):
18669         Push out correct discont values.
18670
18671         * ext/theora/theoradec.c: (theora_dec_src_convert),
18672         (theora_dec_sink_convert), (theora_dec_src_getcaps),
18673         (theora_dec_sink_event), (theora_handle_type_packet),
18674         (theora_handle_header_packet), (theora_dec_push),
18675         (theora_handle_data_packet), (theora_dec_chain),
18676         (theora_dec_change_state):
18677         Better timestamping.
18678
18679         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18680         (vorbis_dec_sink_event), (vorbis_dec_push),
18681         (vorbis_handle_data_packet), (vorbis_dec_chain):
18682         * ext/vorbis/vorbisdec.h:
18683         Better timestamping.
18684
18685         * gst-libs/gst/audio/gstbaseaudiosink.c:
18686         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
18687         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
18688         Handle syncing on timestamps instead of sample offsets. Make
18689         use of DISCONT values as described in design docs.
18690
18691         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18692         (gst_base_audio_src_get_time):
18693         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
18694         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
18695         (gst_ring_buffer_read):
18696         * gst-libs/gst/audio/gstringbuffer.h:
18697         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
18698         (gst_ximagesink_show_frame):
18699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
18700         Correcly convert buffer timestamp to stream time.
18701
18702 2005-07-16  Wim Taymans  <wim@fluendo.com>
18703
18704         * gst/audioconvert/gstaudioconvert.c:
18705         (gst_audio_convert_get_buffer):
18706         Timestamp buffers correctly.
18707
18708         * gst/playback/gstplaybin.c: (gen_video_element):
18709         Make internal fakesink silent.
18710
18711 2005-07-15  Wim Taymans  <wim@fluendo.com>
18712
18713         * gst/ffmpegcolorspace/Makefile.am:
18714         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18715         (gst_ffmpegcsp_caps_remove_format_info),
18716         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
18717         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
18718         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
18719         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
18720         Ported ffmpegcolorspace to basetransform.
18721
18722         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
18723         * gst/volume/gstvolume.c: (volume_transform):
18724         Ported to new API.
18725
18726 2005-07-14  Wim Taymans  <wim@fluendo.com>
18727
18728         * gst/videotestsrc/Makefile.am:
18729         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
18730         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
18731         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
18732         (gst_videotestsrc_init), (gst_videotestsrc_event),
18733         (gst_videotestsrc_create), (gst_videotestsrc_start),
18734         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
18735         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
18736         (gst_videotestsrc_get_property):
18737         * gst/videotestsrc/gstvideotestsrc.h:
18738         Make videotestsrc a pushsrc.
18739
18740 2005-07-14  Wim Taymans  <wim@fluendo.com>
18741
18742         * gst/tcp/gstfdset.c: (gst_fdset_free):
18743         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
18744         (gst_multifdsink_add), (gst_multifdsink_remove),
18745         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
18746         (gst_multifdsink_remove_client_link),
18747         (gst_multifdsink_client_queue_data),
18748         (gst_multifdsink_client_queue_caps),
18749         (gst_multifdsink_client_queue_buffer),
18750         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
18751         (gst_multifdsink_stop):
18752         * gst/tcp/gstmultifdsink.h:
18753         0.8 backporting.
18754
18755         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
18756         Also draw image when not from a pool.
18757
18758 2005-07-14  Wim Taymans  <wim@fluendo.com>
18759
18760         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
18761         (mute_stream), (silence_stream):
18762         Small debug additions.
18763
18764 2005-07-14  Wim Taymans  <wim@fluendo.com>
18765
18766         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
18767         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18768         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
18769         Better error recovery, ignore unconnected pads and
18770         non-fatal errors.
18771
18772 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18773
18774         * docs/libs/tmpl/gstaudio.sgml:
18775         * docs/libs/tmpl/gstcolorbalance.sgml:
18776         * docs/libs/tmpl/gstgconf.sgml:
18777         * docs/libs/tmpl/gstmixer.sgml:
18778         * docs/libs/tmpl/gstringbuffer.sgml:
18779         * docs/libs/tmpl/gsttuner.sgml:
18780         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18781         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
18782         (gst_tcpclientsrc_class_init):
18783         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
18784         (gst_tcpserversrc_class_init):
18785         * sys/v4l/gstv4lelement.c:
18786           more autistic cleanliness in functions/names/defines
18787
18788 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18789
18790         * configure.ac:
18791           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
18792           added manually to each Makefile.am so we are sure it goes
18793           *last* and doesn't add -L flags before linking in libs of our
18794           own, like, say, internal .la libs, that then accidentally pick
18795           up the installed copy.
18796         * docs/libs/Makefile.am:
18797         * ext/alsa/Makefile.am:
18798         * ext/cdparanoia/Makefile.am:
18799         * ext/gnomevfs/Makefile.am:
18800         * ext/libvisual/Makefile.am:
18801         * ext/ogg/Makefile.am:
18802         * ext/theora/Makefile.am:
18803         * ext/vorbis/Makefile.am:
18804         * gst-libs/gst/video/Makefile.am:
18805         * gst/adder/Makefile.am:
18806         * gst/audioconvert/Makefile.am:
18807         * gst/audiorate/Makefile.am:
18808         * gst/audioscale/Makefile.am:
18809         * gst/ffmpegcolorspace/Makefile.am:
18810         * gst/playback/Makefile.am:
18811         * gst/sine/Makefile.am:
18812         * gst/subparse/Makefile.am:
18813         * gst/tags/Makefile.am:
18814         * gst/tcp/Makefile.am:
18815         * gst/typefind/Makefile.am:
18816         * gst/videorate/Makefile.am:
18817         * gst/videoscale/Makefile.am:
18818         * gst/videotestsrc/Makefile.am:
18819         * gst/volume/Makefile.am:
18820         * sys/v4l/Makefile.am:
18821         * sys/ximage/Makefile.am:
18822         * sys/xvimage/Makefile.am:
18823           adapt properly to this change. This should make sure that
18824           plugins and libs properly link to the as-yet-uninstalled
18825           copies of stuff like libgstinterfaces and libgstvideo
18826
18827 2005-07-13  Andy Wingo  <wingo@pobox.com>
18828
18829         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
18830         (gst_v4lsrc_fixate): Fixate on format as well.
18831
18832         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
18833         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
18834         buffer points to it.
18835         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
18836         rather just doing X calls ourselves. Also fixes a memleak.
18837
18838 2005-07-12  Andy Wingo  <wingo@pobox.com>
18839
18840         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
18841         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
18842         (gst_v4lsrc_create): Re-add the copy-mode property, default to
18843         TRUE to avoid deadlocks if an element holds on to our buffers.
18844
18845 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18846
18847         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18848         (gst_sinesrc_init), (gst_sinesrc_create),
18849         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
18850         (gst_sinesrc_start):
18851         * gst/sine/gstsinesrc.h:
18852           removing num-buffers property before moving it
18853
18854 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
18855
18856         * configure.ac:
18857           use overridable ERROR_CFLAGS
18858         * docs/libs/gst-plugins-base-libs.types:
18859         * docs/libs/tmpl/gstringbuffer.sgml:
18860         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18861         (gst_alsasink_class_init):
18862         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
18863         (gst_alsasrc_class_init):
18864         * gst-libs/gst/audio/audio.h:
18865         * gst-libs/gst/audio/gstaudioclock.h:
18866         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
18867         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
18868         (gst_audio_filter_link), (gst_audio_filter_init),
18869         (gst_audio_filter_chain), (gst_audio_filter_set_property),
18870         (gst_audio_filter_get_property),
18871         (gst_audio_filter_class_add_pad_templates):
18872         * gst-libs/gst/audio/gstaudiofilter.h:
18873         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
18874         (gst_audio_filter_template_get_type),
18875         (gst_audio_filter_template_base_init),
18876         (gst_audio_filter_template_class_init),
18877         (gst_audio_filter_template_init),
18878         (gst_audio_filter_template_set_property),
18879         (gst_audio_filter_template_get_property), (plugin_init),
18880         (gst_audio_filter_template_setup),
18881         (gst_audio_filter_template_filter),
18882         (gst_audio_filter_template_filter_inplace):
18883         * gst-libs/gst/audio/gstaudiosink.c:
18884         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18885         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
18886         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
18887         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
18888         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
18889         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
18890         * gst-libs/gst/audio/gstaudiosink.h:
18891         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
18892         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
18893         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18894         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
18895         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
18896         (gst_audio_src_class_init), (gst_audio_src_init),
18897         (gst_audio_src_create_ringbuffer):
18898         * gst-libs/gst/audio/gstaudiosrc.h:
18899         * gst-libs/gst/audio/gstbaseaudiosink.c:
18900         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
18901         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
18902         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
18903         (gst_base_audio_sink_set_property),
18904         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
18905         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
18906         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
18907         (gst_base_audio_sink_create_ringbuffer),
18908         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
18909         * gst-libs/gst/audio/gstbaseaudiosink.h:
18910         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18911         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
18912         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
18913         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
18914         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
18915         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
18916         (gst_base_audio_src_event), (gst_base_audio_src_create),
18917         (gst_base_audio_src_create_ringbuffer),
18918         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
18919         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18920         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
18921         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
18922         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
18923         (gst_ring_buffer_debug_spec_caps),
18924         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
18925         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
18926         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
18927         (gst_ring_buffer_start), (gst_ring_buffer_pause),
18928         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
18929         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
18930         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
18931         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
18932         (gst_ring_buffer_clear):
18933         * gst-libs/gst/audio/gstringbuffer.h:
18934         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
18935         (gst_video_sink_class_init), (gst_video_sink_get_type):
18936         * gst-libs/gst/video/videosink.h:
18937         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
18938         (gst_multifdsink_class_init),
18939         (gst_multifdsink_handle_client_write),
18940         (gst_multifdsink_change_state):
18941         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18942         (gst_tcpclientsink_setcaps):
18943         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18944         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
18945         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
18946         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
18947         (gst_ximagesink_send_pending_navigation),
18948         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
18949         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
18950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18951         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
18952         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
18953         (gst_xvimagesink_send_pending_navigation),
18954         (gst_xvimagesink_navigation_send_event),
18955         (gst_xvimagesink_set_xwindow_id),
18956         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
18957         (gst_xvimagesink_get_type):
18958         more macro splitting
18959
18960 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18961
18962         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
18963           plug a memleak, allows me to import 1479 albums in one go
18964           in jamboree
18965         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
18966         (vorbis_handle_type_packet), (vorbis_dec_chain),
18967         (vorbis_dec_change_state):
18968           fix some format strings
18969
18970 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18971
18972         * docs/libs/tmpl/gstcolorbalance.sgml:
18973         * docs/libs/tmpl/gstmixer.sgml:
18974         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18975         (gst_alsasink_set_property), (gst_alsasink_get_property):
18976         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
18977         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
18978           add device property
18979
18980 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18981
18982         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18983         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18984         (audiocast_register_listener), (audiocast_thread_run),
18985         (gst_gnomevfssrc_send_additional_headers_callback),
18986         (gst_gnomevfssrc_received_headers_callback),
18987         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
18988         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
18989         (gst_gnomevfssrc_get_size):
18990           add/clean up debugging
18991         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
18992           cleanups
18993
18994 2005-07-07  Andy Wingo  <wingo@pobox.com>
18995
18996         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
18997         framerate. Need to get a handle on when exactly this function is
18998         called, tho.
18999
19000         * sys/v4l/v4lsrc_calls.h:
19001         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
19002         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
19003         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
19004
19005         * sys/v4l/v4l_calls.h: Cast to V4lElement.
19006         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
19007         v4lelements are sources.
19008
19009         * sys/v4l/gstv4lxoverlay.h:
19010         * sys/v4l/gstv4lxoverlay.c:
19011         * sys/v4l/gstv4ltuner.h:
19012         * sys/v4l/gstv4ltuner.c: Header loc fixen.
19013         
19014         * sys/v4l/gstv4lsrc.h:
19015         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
19016         PushSrc/BaseSrc. Removed most sync-related properties, videorate
19017         or something should handle that. Made a live source.
19018
19019         * sys/v4l/gstv4lelement.h:
19020         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
19021         signals. Some cleanups.
19022
19023         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
19024
19025         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
19026         stuff.
19027
19028         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
19029         stuff.
19030
19031         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
19032
19033 2005-07-07  Wim Taymans  <wim@fluendo.com>
19034
19035         * ext/theora/theoradec.c: (theora_get_query_types),
19036         (theora_dec_src_getcaps), (theora_dec_push):
19037         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
19038         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
19039         Remove deprecated/unused query types.
19040
19041 2005-07-06  Wim Taymans  <wim@fluendo.com>
19042
19043         * ext/alsa/Makefile.am:
19044         * ext/alsa/gstalsaplugin.c: (plugin_init):
19045         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
19046         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
19047         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
19048         (gst_alsasrc_class_init), (gst_alsasrc_init),
19049         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
19050         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
19051         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
19052         (gst_alsasrc_reset):
19053         * ext/alsa/gstalsasrc.h:
19054         * gst-libs/gst/audio/Makefile.am:
19055         * gst-libs/gst/audio/gstaudiosink.c:
19056         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19057         (gst_audioringbuffer_start):
19058         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
19059         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
19060         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
19061         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
19062         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
19063         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
19064         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
19065         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
19066         * gst-libs/gst/audio/gstaudiosrc.h:
19067         * gst-libs/gst/audio/gstbaseaudiosink.c:
19068         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
19069         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
19070         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
19071         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19072         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
19073         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
19074         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
19075         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
19076         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
19077         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
19078         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
19079         (gst_baseaudiosrc_change_state):
19080         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19081         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
19082         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
19083         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
19084         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
19085         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
19086         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
19087         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
19088         * gst-libs/gst/audio/gstringbuffer.h:
19089         Added audiosource base classes.
19090         Ported alsasrc, still very basic.
19091
19092 2005-07-06  Wim Taymans  <wim@fluendo.com>
19093
19094         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
19095         (theora_dec_push), (theora_handle_data_packet):
19096         Prepare for better timestamp fix later.
19097
19098         * gst/audioconvert/gstaudioconvert.c:
19099         List most accurate caps first
19100
19101         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
19102         Use proper pad task function.
19103
19104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19105         (gst_xvimagesink_show_frame):
19106         Fix deadlock when alloc failed.
19107
19108 2005-07-05  Andy Wingo  <wingo@pobox.com>
19109
19110         * ext/gnomevfs/gstgnomevfssrc.c:
19111         * gst/sine/gstsinesrc.c:
19112         * gst/tcp/gsttcpserversrc.c:
19113         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
19114
19115         * sys/v4l/: Port from 0.8.
19116
19117         * Many files: Null if we got it....
19118
19119 2005-07-05  Andy Wingo  <wingo@pobox.com>
19120
19121         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
19122         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
19123         Signedness fixes.
19124
19125 2005-07-05  Wim Taymans  <wim@fluendo.com>
19126
19127         * configure.ac:
19128         * gst/tcp/Makefile.am:
19129         * gst/tcp/README:
19130         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
19131         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
19132         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
19133         (is_sync_frame), (gst_multifdsink_handle_client_write),
19134         (gst_multifdsink_render), (gst_multifdsink_start),
19135         (gst_multifdsink_stop), (gst_multifdsink_change_state):
19136         * gst/tcp/gstmultifdsink.h:
19137         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
19138         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
19139         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
19140         * gst/tcp/gsttcp.h:
19141         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19142         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
19143         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
19144         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
19145         * gst/tcp/gsttcpclientsink.h:
19146         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
19147         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
19148         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
19149         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
19150         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
19151         * gst/tcp/gsttcpclientsrc.h:
19152         * gst/tcp/gsttcpplugin.c: (plugin_init):
19153         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
19154         * gst/tcp/gsttcpserversink.h:
19155         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
19156         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
19157         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
19158         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
19159         (gst_tcpserversrc_stop):
19160         * gst/tcp/gsttcpserversrc.h:
19161         * gst/tcp/gsttcpsink.c:
19162         * gst/tcp/gsttcpsink.h:
19163         * gst/tcp/gsttcpsrc.c:
19164         * gst/tcp/gsttcpsrc.h:
19165         Ported tcp plugins to 0.9. 
19166         
19167
19168 2005-07-05  Andy Wingo  <wingo@pobox.com>
19169
19170         * gst/playback/gstplaybasebin.c (fill_buffer):
19171         message_new_application fixen.
19172
19173         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
19174         Style fix.
19175
19176 2005-07-04  Wim Taymans  <wim@fluendo.com>
19177
19178         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19179         Set caps on output buffer.
19180
19181 2005-07-04  Andy Wingo  <wingo@pobox.com>
19182
19183         * ext/gnomevfs/gstgnomevfssrc.c
19184         (gst_gnomevfssrc_received_headers_callback) 
19185         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
19186         hopefully.
19187
19188         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
19189         No refcount leakage.
19190
19191         * configure.ac: Enable -Werror.
19192         
19193         * ext/theora/theoradec.c (theora_dec_src_getcaps):
19194         * gst/audioconvert/bufferframesconvert.c
19195         (buffer_frames_convert_fixate):
19196         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
19197         (gst_audio_convert_fixate):
19198         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
19199         (gst_sinesrc_create): Fixate func changes.
19200         
19201         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19202         (gst_ximagesink_buffer_alloc): Unused var.
19203
19204 2005-07-01  Andy Wingo  <wingo@pobox.com>
19205
19206         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
19207         getcaps to do explicit caps. Needs to be done in all decoders,
19208         possibly via a base class.
19209
19210         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
19211
19212         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
19213         caps on the sink pad, just rely on the pad template. Also, setting
19214         ANY caps on a pad is not valid because the caps are not fixed.
19215
19216         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
19217         caps on the buffer, and get the width from the desired_caps if
19218         they're set.
19219         (gst_ximagesink_renegotiate_size): Implement via setting the
19220         desired_caps on the ximagesink.
19221         (gst_ximagesink_setcaps): Only reset the width of the player if it
19222         wasn't already set. Not sure if this is right.
19223         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
19224
19225         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
19226         that the user wants. NULL unless the window has been resized.
19227
19228         * gst/volume/gstvolume.c (volume_transform): Adapt to
19229         basetransform refcount changes.
19230         
19231 2005-07-01  Andy Wingo  <wingo@pobox.com>
19232
19233         * gst/videoscale/gstvideoscale.c:
19234         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
19235         from BaseTransform, implements a transform_caps. Removed dead code
19236         including some PAR stuff that was never reached -- should probably
19237         be added back somehow.
19238
19239 2005-07-01  Andy Wingo  <wingo@pobox.com>
19240
19241         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
19242         come later.
19243
19244 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19245
19246         * configure.ac:
19247         * docs/libs/Makefile.am:
19248         * docs/libs/gst-plugins-libs.types:
19249         * ext/alsa/Makefile.am:
19250         * ext/alsa/gstalsamixer.h:
19251         * ext/alsa/gstalsamixeroptions.h:
19252         * ext/alsa/gstalsamixertrack.h:
19253         * gst-libs/gst/Makefile.am:
19254         * gst-libs/gst/colorbalance/.cvsignore:
19255         * gst-libs/gst/colorbalance/Makefile.am:
19256         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
19257         * gst-libs/gst/colorbalance/colorbalance.c:
19258         * gst-libs/gst/colorbalance/colorbalance.h:
19259         * gst-libs/gst/colorbalance/colorbalance.vcproj:
19260         * gst-libs/gst/colorbalance/colorbalancechannel.c:
19261         * gst-libs/gst/colorbalance/colorbalancechannel.h:
19262         * gst-libs/gst/interfaces/Makefile.am:
19263         * gst-libs/gst/interfaces/colorbalance.c:
19264         (gst_color_balance_class_init):
19265         * gst-libs/gst/interfaces/colorbalance.h:
19266         * gst-libs/gst/interfaces/interfaces-marshal.list:
19267         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
19268         * gst-libs/gst/interfaces/mixer.h:
19269         * gst-libs/gst/interfaces/mixeroptions.h:
19270         * gst-libs/gst/interfaces/navigation.c:
19271         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
19272         * gst-libs/gst/interfaces/tuner.h:
19273         * gst/volume/Makefile.am:
19274         * gst/volume/gstvolume.c:
19275         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19276         * sys/ximage/Makefile.am:
19277         * sys/ximage/ximagesink.c:
19278         * sys/xvimage/Makefile.am:
19279         * sys/xvimage/xvimagesink.c:
19280           fold in all interfaces into an interfaces dir, preserving CVS
19281           history
19282
19283 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19284
19285         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19286           Fix build after riff changes.
19287
19288 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19289
19290         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19291         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
19292         (gst_riff_create_video_template_caps),
19293         (gst_riff_create_audio_template_caps),
19294         (gst_riff_create_iavs_template_caps):
19295         * gst-libs/gst/riff/riff-media.h:
19296         * gst-libs/gst/riff/riff-read.h:
19297         * gst-libs/gst/riff/riff.c: (gst_riff_init):
19298           Add gst_riff_init() to initialize the debug category, instead
19299           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
19300
19301 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19302
19303         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
19304           Oops, I shouldn't apply hacks.
19305
19306 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19307
19308         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
19309           Remove pad_loop function which doesn't work.
19310
19311 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19312
19313         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
19314           Send EOS when deactivating.
19315         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19316         (check_queue), (queue_threshold_reached), (queue_out_of_data),
19317         (gen_preroll_element), (probe_triggered), (mute_stream),
19318         (silence_stream), (new_decoded_pad), (setup_substreams),
19319         (set_active_source):
19320         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
19321         (remove_sinks), (add_sink):
19322         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
19323           Change for new probe API.
19324
19325 2005-06-29  Wim Taymans  <wim@fluendo.com>
19326
19327         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
19328         * gst-libs/gst/audio/gstbaseaudiosink.c:
19329         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
19330         (gst_baseaudiosink_change_state):
19331         * gst-libs/gst/audio/gstbaseaudiosink.h:
19332         * gst-libs/gst/audio/gstringbuffer.c:
19333         (gst_ringbuffer_set_callback):
19334         Fix compilation error.
19335         Ringbuffer starts out as not running.
19336         Free our clock in dispose.
19337         When releasing the ringbuffer we need to renegotiate so
19338         clear the pad caps.
19339
19340 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19341
19342         * autogen.sh:
19343         * configure.ac:
19344         * docs/Makefile.am:
19345         * docs/libs/Makefile.am:
19346         * docs/libs/gst-plugins-libs-docs.sgml:
19347         * docs/libs/gst-plugins-libs-sections.txt:
19348         * docs/libs/gst-plugins-libs.types:
19349         * docs/libs/tmpl/gstaudio.sgml:
19350         * docs/libs/tmpl/gstcolorbalance.sgml:
19351         * docs/libs/tmpl/gstringbuffer.sgml:
19352         * gst-libs/gst/audio/gstringbuffer.c:
19353         (gst_ringbuffer_set_callback):
19354           reinstate gtk-doc docs for plugin libs
19355
19356 2005-06-28  Wim Taymans  <wim@fluendo.com>
19357
19358         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19359         (gst_ogg_demux_init):
19360         Removed pad loop function.
19361
19362 2005-06-28  Wim Taymans  <wim@fluendo.com>
19363
19364         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
19365         If we're building a chain we are not in an error case
19366         when we queue a buffer.
19367
19368 2005-06-28  Andy Wingo  <wingo@pobox.com>
19369
19370         * *.c: Don't cast to GstObject before reffing/unreffing.
19371
19372 2005-06-27  Andy Wingo  <wingo@pobox.com>
19373
19374         * gst/videotestsrc/gstvideotestsrc.c
19375         (gst_videotestsrc_activate_push): Activation API changes.
19376
19377         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
19378         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
19379         they have refs on the decodebin.
19380
19381         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
19382         parent class.
19383         (gst_ogg_pad_typefind): Don't leak a pad ref.
19384         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
19385         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
19386         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
19387
19388 2005-06-27  Edward Hervey  <edward@fluendo.com>
19389
19390         * ext/theora/theoradec.c: (theora_dec_change_state): 
19391         re-arranged call to parent's state change in order to avoid locks (or
19392         worse).
19393
19394 2005-06-26  Edward Hervey  <edward@fluendo.com>
19395
19396         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19397         2nd argument of 'unknow-type' signal is a GstCaps and not a
19398         GstMiniObject
19399
19400 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
19401         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
19402           Set the worker thread's running flag to TRUE before starting the
19403           thread.
19404         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
19405           Catch a failure to add typefind to the bin.
19406
19407 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19408
19409         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19410         (gst_sinesrc_init), (gst_sinesrc_create),
19411         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
19412         (gst_sinesrc_start):
19413         * gst/sine/gstsinesrc.h:
19414           add num-buffers and timestamp-offset properties
19415         * gst/videotestsrc/gstvideotestsrc.c:
19416         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
19417         (gst_videotestsrc_get_property):
19418           add timestamp-offset property
19419
19420 2005-06-23  Christian Schaller  <uraeus@gnome.org>
19421
19422         * configure.ac: add videorate
19423         * gst-plugins-base.spec.in: add videorate
19424
19425 2005-06-23  Wim Taymans  <wim@fluendo.com>
19426
19427         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19428         (gst_videorate_getcaps), (gst_videorate_setcaps),
19429         (gst_videorate_event), (gst_videorate_chain):
19430         Fixed videorate, fixating an already fixated caps is not
19431         an error.
19432
19433 2005-06-23  Wim Taymans  <wim@fluendo.com>
19434
19435         * ext/ogg/README:
19436         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
19437         Buffer on caps is not boxed anymore.
19438
19439 2005-06-22  Wim Taymans  <wim@fluendo.com>
19440
19441         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
19442         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
19443         Set buffers on caps as miniobjects and not as boxed.
19444
19445 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19446
19447         * configure.ac:
19448           back to HEAD
19449
19450 === release 0.9.1 ===
19451
19452 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19453
19454         * .cvsignore:
19455         * NEWS:
19456         * README:
19457         * RELEASE:
19458         * configure.ac:
19459         * po/af.po:
19460         * po/az.po:
19461         * po/cs.po:
19462         * po/en_GB.po:
19463         * po/hu.po:
19464         * po/it.po:
19465         * po/nb.po:
19466         * po/nl.po:
19467         * po/or.po:
19468         * po/sq.po:
19469         * po/sr.po:
19470         * po/sv.po:
19471         * po/uk.po:
19472         * po/vi.po:
19473           updates for release
19474
19475 2005-06-09  Andy Wingo  <wingo@pobox.com>
19476
19477         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
19478         
19479 2005-06-09  Andy Wingo  <wingo@pobox.com>
19480
19481         * configure.ac:
19482         * gst-libs/gst/Makefile.am:
19483         * gst-libs/gst/net/Makefile.am:
19484         Add gstnet to build.
19485
19486 2005-06-09  Andy Wingo  <wingo@pobox.com>
19487
19488         * gst-libs/gst/gconf/gconf.c:
19489         * gst/playback/test.c:
19490         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
19491         fixes.
19492
19493         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
19494
19495         * ext/theora/theoraenc.c (theora_enc_chain): 
19496         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
19497
19498         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
19499         RealPad.
19500
19501 2005-06-02  Wim Taymans  <wim@fluendo.com>
19502
19503         * gst-libs/gst/net/Makefile.am:
19504         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19505         * pkgconfig/gstreamer-libs.pc.in:
19506         Added net stuff, version net lib.
19507
19508 2005-06-02  Wim Taymans  <wim@fluendo.com>
19509
19510         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
19511         (query_rates), (query_positions_elems), (query_positions_pads),
19512         (do_seek):
19513         Updated seek example.
19514
19515 2005-06-02  Andy Wingo  <wingo@pobox.com>
19516
19517         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
19518         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
19519         list.
19520
19521         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
19522         remove the typefind, the bin dispose will do it for us. When it's
19523         removed and unreffed, the signal handler will be disconnected,
19524         too.
19525         (unlinked): It's too difficult to disconnect from unlinked
19526         handlers, as they are on pads not elements. Just punt if the pads
19527         aren't grandkids of the bin.
19528
19529 2005-06-02  Wim Taymans  <wim@fluendo.com>
19530
19531         * ext/ogg/README:
19532         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19533         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
19534         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
19535         * ext/theora/theoradec.c: (theora_dec_src_query),
19536         (theora_handle_data_packet):
19537         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19538         (theora_enc_chain):
19539         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19540         (vorbis_handle_data_packet):
19541         * gst/audioconvert/bufferframesconvert.c:
19542         (buffer_frames_convert_chain):
19543         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19544         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19545         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19546         (gst_ffmpegcsp_chain):
19547         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19548         (gst_videorate_getcaps), (gst_videorate_setcaps),
19549         (gst_videorate_event), (gst_videorate_chain):
19550         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
19551         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
19552         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19553         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
19554         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
19555         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
19556         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
19557         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
19558         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
19559         Cleanups and buffer alloc.
19560
19561 2005-05-31  Wim Taymans  <wim@fluendo.com>
19562
19563         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
19564         Don't try to call the delay method when the device is not
19565         opened.
19566
19567 2005-05-31  Wim Taymans  <wim@fluendo.com>
19568
19569         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
19570         Get actual segment size and buffer size after opening
19571         the device.
19572
19573 2005-05-30  Wim Taymans  <wim@fluendo.com>
19574
19575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
19576         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
19577         Also FLUSH upstream, makes the loop function exit faster.
19578         
19579         * ext/theora/theoradec.c: (theora_dec_src_query):
19580         Some more debug info in the query.
19581         
19582         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19583         (gst_ximagesink_setcaps):
19584         Release lock on par error, better error reporting.
19585
19586 2005-05-26  Wim Taymans  <wim@fluendo.com>
19587
19588         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19589         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
19590         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
19591         Clear chains in READY
19592         Queue packets until the chain is activated.
19593
19594 2005-05-25  Wim Taymans  <wim@fluendo.com>
19595
19596         * gst-libs/gst/audio/gstaudiosink.c:
19597         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19598         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19599         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19600         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19601         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19602         (gst_audiosink_create_ringbuffer):
19603         * gst-libs/gst/audio/gstbaseaudiosink.c:
19604         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19605         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19606         (gst_baseaudiosink_set_property), (build_linear_format),
19607         (debug_spec_caps), (debug_spec_buffer),
19608         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19609         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19610         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19611         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19612         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19613         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19614         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
19615         (gst_ringbuffer_play), (gst_ringbuffer_pause),
19616         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
19617         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
19618         (wait_segment), (gst_ringbuffer_commit),
19619         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
19620         (gst_ringbuffer_clear):
19621         Various small cleanups.
19622
19623         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19624         (gst_audio_convert_change_state):
19625         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
19626         No need to take the locks anymore.
19627
19628 2005-05-25  Wim Taymans  <wim@fluendo.com>
19629
19630         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19631         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
19632         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
19633         (type_found):
19634         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
19635         (group_destroy), (group_commit), (queue_overrun),
19636         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
19637         (mute_stream), (new_decoded_pad), (setup_substreams),
19638         (setup_source), (mute_group_type), (set_active_source),
19639         (gst_play_base_bin_change_state):
19640         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
19641         (gen_video_element), (gen_text_element), (gen_audio_element),
19642         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
19643         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
19644         (gst_stream_info_dispose), (gst_stream_info_set_mute):
19645         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19646         Some playbin cleanups mostly refcounting sloppyness.
19647
19648 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19649
19650         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
19651           Work with streaming input.
19652
19653 2005-05-25  Wim Taymans  <wim@fluendo.com>
19654
19655         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19656         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19657         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19658         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
19659         No need to take the STREAM lock anymore.
19660
19661 2005-05-25  Wim Taymans  <wim@fluendo.com>
19662
19663         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
19664         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
19665         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
19666         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
19667         (gst_ogg_demux_sink_activate):
19668         * ext/theora/theoradec.c: (theora_dec_src_event),
19669         (theora_handle_comment_packet), (theora_dec_chain),
19670         (theora_dec_change_state):
19671         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19672         (vorbis_handle_data_packet), (vorbis_dec_chain),
19673         (vorbis_dec_change_state):
19674         Remove STREAM locks as they are taken in core now.
19675         Never set bogus granulepos on vorbis/theora.
19676         Fix leaks in theoradec tag parsing.
19677
19678 2005-05-25  Wim Taymans  <wim@fluendo.com>
19679
19680         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
19681         Fix memleaks, GST_BUFFER_DATA() is not freed.
19682
19683 2005-05-25  Wim Taymans  <wim@fluendo.com>
19684
19685         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
19686         Open non-blocking, set to blocking mode afterwards to avoid
19687         lockups when audio device is busy.
19688
19689 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19690
19691         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
19692           This can't be good.
19693
19694 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19695
19696         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19697         (gst_audio_convert_chain), (gst_audio_convert_link_src),
19698         (gst_audio_convert_setcaps):
19699           Implement instant setup switching.
19700
19701 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19702
19703         * gst/playback/gstplaybasebin.c: (probe_triggered):
19704           Fix missing unlock.
19705         * gst/playback/gstplaybin.c: (add_sink):
19706           First add, then link (otherwise pad link fails).
19707
19708 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19709
19710         * examples/Makefile.am:
19711         fix buildbot (make distcheck)
19712
19713 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19714
19715         * gst/playback/gstplaybin.c: (gen_vis_element):
19716           Remove some wrong code. Doesn't work yet.
19717
19718 2005-05-19  Wim Taymans  <wim@fluendo.com>
19719
19720         * gst-libs/gst/net/Makefile.am:
19721         * gst-libs/gst/net/README:
19722         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
19723         (gst_netbuffer_class_init), (gst_netbuffer_init),
19724         (gst_netbuffer_finalize), (gst_netbuffer_copy),
19725         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
19726         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
19727         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
19728         * gst-libs/gst/net/gstnetbuffer.h:
19729         Added buffer subclass to store extra to/from addresses for
19730         network sources/sinks.
19731
19732 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19733
19734         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
19735           Don't lock an unassigned variable.
19736
19737 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19738
19739         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
19740           Increase buffer for video, decrease buffer for other media types.
19741         * gst/playback/gstplaybin.c: (gen_video_element),
19742         (gen_audio_element):
19743           Change names for debugging purposes.
19744
19745 2005-05-18  Wim Taymans  <wim@fluendo.com>
19746
19747         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19748         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19749         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19750         (gst_ffmpegcsp_chain):
19751         Enable buffer alloc passthrough if the source and dest
19752         formats are the same.
19753
19754 2005-05-17  Wim Taymans  <wim@fluendo.com>
19755
19756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
19757         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
19758         (gst_ogg_demux_chain_unlocked):
19759         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19760         (gst_audio_convert_caps_remove_format_info),
19761         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19762         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
19763         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19764         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19765         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
19766         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
19767         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19768         (gst_ffmpegcsp_get_property):
19769         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
19770         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
19771         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
19772         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
19773         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
19774         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19775         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
19776         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
19777         Leak fixes in oggdemux.
19778         Some cleanups in audioconvert.
19779         Make passthrough work along with buffer_alloc etc.
19780         Make buffer_alloc and buffer recycling actually work in
19781         xvimagesink.
19782
19783 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19784
19785         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
19786           make the compiler happy
19787
19788 2005-05-17  Wim Taymans  <wim@fluendo.com>
19789
19790         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
19791         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
19792         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
19793         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
19794         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
19795         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
19796         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19797         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
19798         (gst_xvimagesink_set_xwindow_id):
19799         * sys/xvimage/xvimagesink.h:
19800         Port xvimagesink to new MiniObject.
19801
19802 2005-05-17  Wim Taymans  <wim@fluendo.com>
19803
19804         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
19805         (gst_audiofilter_chain):
19806         * gst-libs/gst/audio/gstaudiosink.c:
19807         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19808         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19809         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19810         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19811         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19812         (gst_audiosink_create_ringbuffer):
19813         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19814         (gst_audio_convert_caps_remove_format_info),
19815         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19816         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19817         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19818         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19819         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19820         Fix passthrough in ffmpegcolorspace.
19821         Fix memset in audiosink on wrong memory.
19822
19823 2005-05-16  David Schleef  <ds@schleef.org>
19824
19825         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
19826         to GstMiniObject.
19827
19828 2005-05-16  David Schleef  <ds@schleef.org>
19829
19830         Port from GstData to GstMiniObject.
19831         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
19832         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
19833         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
19834         (gst_ogg_mux_collected):
19835         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19836         * ext/theora/theoradec.c: (theora_handle_comment_packet),
19837         (theora_handle_data_packet):
19838         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19839         (theora_set_header_on_caps), (theora_enc_chain):
19840         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19841         (vorbis_handle_comment_packet):
19842         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
19843         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
19844         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
19845         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
19846         * gst/audioconvert/gstaudioconvert.c:
19847         (gst_audio_convert_get_buffer):
19848         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19849         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
19850         (mute_stream), (silence_stream):
19851         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
19852         * gst/volume/gstvolume.c: (volume_transform):
19853         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19854         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
19855         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
19856         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19857         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
19858         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
19859         (gst_ximagesink_buffer_alloc):
19860         * sys/ximage/ximagesink.h:
19861
19862 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19863
19864         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19865         (fill_buffer), (check_queue), (queue_threshold_reached),
19866         (queue_out_of_data):
19867         * gst/playback/gstplaybasebin.h:
19868           Post buffer-fullness on the bus.
19869
19870 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19871
19872         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19873         (try_to_link_1):
19874         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19875         (group_commit), (probe_triggered), (setup_source),
19876         (gst_play_base_bin_change_state):
19877         * gst/playback/gstplaybasebin.h:
19878         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19879         (gst_play_bin_init), (remove_sinks), (setup_sinks),
19880         (gst_play_bin_change_state):
19881           Move setup_output_pads into a virtual function, remove
19882           group-switch (no longer needed) and redirect (handled by bus
19883           now) signals.
19884
19885 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19886
19887         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
19888         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
19889         (get_active_group), (get_building_group), (group_destroy),
19890         (group_commit), (check_queue), (queue_overrun),
19891         (queue_threshold_reached), (queue_out_of_data),
19892         (gen_preroll_element), (remove_groups), (unknown_type),
19893         (add_element_stream), (no_more_pads), (probe_triggered),
19894         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
19895         (setup_substreams), (setup_source), (finish_source),
19896         (prepare_output), (muted_group_change_state),
19897         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
19898         (gst_play_base_bin_change_state):
19899         * gst/playback/gstplaybasebin.h:
19900         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19901         (gst_play_bin_init), (gst_play_bin_set_property),
19902         (gen_video_element), (gen_text_element), (gen_audio_element),
19903         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
19904         (gst_play_bin_change_state):
19905         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19906         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
19907         (stream_info_change_state), (gst_stream_info_set_mute),
19908         (gst_stream_info_get_property):
19909         * gst/playback/gststreaminfo.h:
19910         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19911         (gst_stream_selector_get_linked_pad),
19912         (gst_stream_selector_getcaps),
19913         (gst_stream_selector_get_linked_pads),
19914         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19915         * gst/playback/gststreamselector.h:
19916           Rough port of playbin. Needs some more work, but is mostly done,
19917           and uses a few locks in important places, which should make stuff
19918           like chain-switches clean. Still uses GST_STATE() in a few places,
19919           which isn't all that good an idea, subtitles/elements disabled
19920           because no elements to test with and thus probably broken, query
19921           and event handling moved to GstBin, internal thread removed
19922           alltogether because the pipeline does that for us now. Can play
19923           Ogg/Vorbis files. Haven't tested anything else yet.
19924
19925 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19926
19927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
19928           Do no-more-pads (needed for autoplugging).
19929
19930 2005-05-10  Andy Wingo  <wingo@pobox.com>
19931
19932         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
19933         message to the bus with the tags. Still not sent downstream tho.
19934
19935         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
19936         get_parent.
19937         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
19938         avoid refcounting hassles.
19939
19940 2005-05-09  Andy Wingo  <wingo@pobox.com>
19941
19942         * gst/volume/Makefile.am:
19943         * gst/volume/demo.c
19944         * gst/volume/gstvolume.h
19945         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
19946         basetransform. Probably need an audio filter base class.
19947
19948 2005-05-09  Wim Taymans  <wim@fluendo.com>
19949
19950         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
19951         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
19952         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
19953         (gst_vorbisenc_chain):
19954         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19955         (gst_audio_convert_caps_remove_format_info),
19956         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19957         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19958         Make caps writable before writing to it.
19959         Fix negotiation in audioconvert some more.
19960
19961 2005-05-09  Wim Taymans  <wim@fluendo.com>
19962
19963         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19964         (gst_videorate_getcaps), (gst_videorate_setcaps),
19965         (gst_videorate_event), (gst_videorate_chain):
19966         Better negotiation.
19967
19968 2005-05-09  Wim Taymans  <wim@fluendo.com>
19969
19970         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19971         (gst_videorate_getcaps), (gst_videorate_setcaps),
19972         (gst_videorate_blank_data), (gst_videorate_init),
19973         (gst_videorate_event), (gst_videorate_chain),
19974         (gst_videorate_change_state):
19975         Port videorate, do a better job at negotiation while we're at
19976         it.
19977
19978 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
19979
19980         * configure.ac:
19981           Disable libvisual
19982
19983         * examples/Makefile.am:
19984         * gst-libs/gst/audio/Makefile.am:
19985         * gst-libs/gst/riff/Makefile.am:
19986         * gst-libs/gst/tag/Makefile.am:
19987         * gst-libs/gst/video/Makefile.am:
19988           Fixups for missing variables.
19989
19990 2005-05-09  Wim Taymans  <wim@fluendo.com>
19991
19992         * examples/seeking/seek.c: (make_theora_pipeline),
19993         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
19994         (query_rates), (query_positions_elems), (query_positions_pads),
19995         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
19996         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
19997         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
19998         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
19999         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
20000         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
20001         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20002         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
20003         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
20004         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20005         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20006         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20007         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
20008         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
20009         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
20010         (theora_dec_src_convert), (theora_dec_sink_convert),
20011         (theora_dec_src_query), (theora_dec_sink_query),
20012         (theora_dec_src_event), (theora_dec_sink_event),
20013         (theora_handle_comment_packet), (theora_handle_type_packet),
20014         (theora_handle_header_packet), (theora_handle_data_packet),
20015         (theora_dec_chain):
20016         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
20017         (vorbis_dec_convert), (vorbis_dec_src_query),
20018         (vorbis_dec_sink_query), (vorbis_dec_src_event),
20019         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
20020         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
20021         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
20022         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
20023         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
20024         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
20025         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20026         (gst_play_bin_query):
20027         * gst/playback/test3.c: (update_scale):
20028         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
20029         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
20030         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20031         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
20032         (gst_videotestsrc_src_query):
20033         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
20034         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
20035         (paint_hline_YUV9):
20036         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
20037         Port to new query API.
20038         Updated seek.
20039         Cleanups in x[v]imagesink
20040
20041 2005-05-09  Andy Wingo  <wingo@pobox.com>
20042
20043         * ext/alsa/gstalsasink.h:
20044         * ext/gnomevfs/gstgnomevfssrc.c:
20045         (gst_gnomevfssrc_get_icy_metadata):
20046         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
20047         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
20048         * ext/theora/theoradec.c (theora_dec_src_query)
20049         (theora_dec_src_event, theora_dec_sink_event)
20050         (theora_handle_comment_packet, theora_handle_data_packet):
20051         * ext/theora/theoraenc.c (theora_enc_chain):
20052         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
20053         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
20054         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
20055         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
20056         (qt_type_find):
20057         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
20058         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
20059         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
20060         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
20061         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
20062         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
20063         (paint_setup_xBGR8888, paint_setup_RGBx8888)
20064         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
20065         (paint_setup_RGB565, paint_setup_xRGB1555):
20066         * gst/videotestsrc/videotestsrc.h:
20067         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
20068         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
20069         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
20070         GCC4 fixes.
20071         
20072         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
20073         gst_pad_query_position. Fixes oggdemux.
20074
20075 2005-05-08  David Schleef  <ds@schleef.org>
20076
20077         * configure.ac: Require liboil.
20078         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
20079         a few more.
20080         * gst/videotestsrc/videotestsrc.c:
20081         * gst/videotestsrc/videotestsrc.h:
20082
20083 2005-05-06  Wim Taymans  <wim@fluendo.com>
20084
20085         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20086         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
20087         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
20088         Well, unreffing a buffer right before pushing it is asking
20089         for trouble..
20090
20091 2005-05-06  Christian Schaller  <uraeus@gnome.org>
20092
20093         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
20094
20095 2005-05-06  Wim Taymans  <wim@fluendo.com>
20096
20097         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20098         (gst_audio_convert_caps_remove_format_info),
20099         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
20100         (gst_audio_convert_fixate), (gst_audio_convert_channels):
20101         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20102         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
20103         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
20104         * gst/sine/Makefile.am:
20105         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
20106         (gst_sinesrc_class_init), (gst_sinesrc_init),
20107         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
20108         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
20109         (gst_sinesrc_update_freq):
20110         * gst/sine/gstsinesrc.h:
20111         * gst/tcp/gstmultifdsink.c:
20112         * sys/xvimage/xvimagesink.c:
20113         Fixed negotiation wrt _peer_get_caps()
20114         Some cleanups.
20115
20116
20117 2005-05-06  Wim Taymans  <wim@fluendo.com>
20118
20119         * gst-libs/gst/audio/gstaudiosink.c:
20120         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20121         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20122         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20123         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20124         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
20125         (gst_audiosink_create_ringbuffer):
20126         * gst-libs/gst/audio/gstbaseaudiosink.c:
20127         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
20128         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
20129         (gst_baseaudiosink_set_property), (build_linear_format),
20130         (debug_spec_caps), (debug_spec_buffer),
20131         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
20132         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
20133         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
20134         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20135         * gst-libs/gst/audio/gstbaseaudiosink.h:
20136         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20137         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20138         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
20139         (gst_ringbuffer_play), (gst_ringbuffer_pause),
20140         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
20141         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
20142         (wait_segment), (gst_ringbuffer_commit),
20143         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
20144         (gst_ringbuffer_clear):
20145         * gst-libs/gst/audio/gstringbuffer.h:
20146         Make the base audiosink return an error when there is no
20147         audiobuffer negotiated.
20148
20149 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20150
20151         * ext/Makefile.am:
20152         Disable cdparanoia until someone ports it!
20153
20154 2005-05-06  Wim Taymans  <wim@fluendo.com>
20155
20156         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20157         (gst_ogg_demux_sink_activate):
20158         And revert after wingo's revert.. sigh..
20159
20160 2005-05-05  Andy Wingo  <wingo@pobox.com>
20161
20162         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
20163         GObject.
20164         * configure.ac: Return audiorate and subparse from the ghetto.
20165         Re-enable -Wall -Werror.
20166         * gst/subparse/gstsubparse.c:
20167         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
20168         or chain-based. Cleaned up a bit. Not tested.
20169         
20170 2005-05-05  Christian Schaller <christian@fluendo.com> 
20171
20172         * Makefile.am: remove stuff that is not building
20173         * configure.ac: remove stuff that is not building
20174         * examples/Makefile.am: remove stuff that is not building
20175         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
20176         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
20177         * sys/Makefile.am: remove stuff that is not building
20178         * testsuite/Makefile.am: remove stuff that is not building
20179
20180 2005-05-05  Andy Wingo  <wingo@pobox.com>
20181
20182         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20183         * gst-libs/gst/tag/gstvorbistag.c:
20184         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
20185         * gst/adder/gstadder.h:
20186         * gst/audioconvert/gstchannelmix.c:
20187         (gst_audio_convert_fill_one_other):
20188         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
20189         (gst_audiorate_init), (gst_audiorate_chain):
20190         * gst/playback/gstplaybasebin.c: (setup_source):
20191         * gst/playback/test3.c: (update_scale):
20192         Some GCC4 fixes
20193         
20194         * po/af.po:
20195         * po/az.po:
20196         * po/cs.po:
20197         * po/en_GB.po:
20198         * po/hu.po:
20199         * po/it.po:
20200         * po/nb.po:
20201         * po/nl.po:
20202         * po/or.po:
20203         * po/sq.po:
20204         * po/sr.po:
20205         * po/sv.po:
20206         * po/uk.po:
20207         * po/vi.po: Foo
20208
20209 2005-05-05  Wim Taymans  <wim@fluendo.com>
20210
20211         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20212         (gst_audio_convert_caps_remove_format_info),
20213         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
20214         (gst_audio_convert_change_state), (gst_audio_convert_channels):
20215         * gst/videotestsrc/gstvideotestsrc.c:
20216         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
20217         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
20218         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
20219         (gst_videotestsrc_init), (gst_videotestsrc_loop):
20220         Don't ignore _push() return values.
20221         Make sure no processing is done when shutting down.
20222         Videotestsrc pad activation fix.
20223
20224 2005-05-05  Wim Taymans  <wim@fluendo.com>
20225
20226         * gst/adder/Makefile.am:
20227         * gst/adder/gstadder.c: (gst_adder_setcaps),
20228         (gst_adder_class_init), (gst_adder_init),
20229         (gst_adder_request_new_pad), (gst_adder_collected),
20230         (gst_adder_change_state):
20231         * gst/adder/gstadder.h:
20232         Ported adder as an example of a mixer element using
20233         collect pads. Needs more negotiation work.
20234
20235 2005-05-05  Wim Taymans  <wim@fluendo.com>
20236
20237         * ext/theora/theoradec.c: (_inc_granulepos),
20238         (theora_dec_src_event), (theora_dec_sink_event),
20239         (theora_handle_comment_packet), (theora_handle_type_packet),
20240         (theora_handle_header_packet), (theora_handle_data_packet),
20241         (theora_dec_chain):
20242         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20243         (gst_theora_enc_init), (theora_enc_sink_setcaps),
20244         (theora_push_buffer), (theora_push_packet),
20245         (theora_enc_sink_event), (theora_enc_chain),
20246         (theora_enc_change_state), (theora_enc_set_property),
20247         (theora_enc_get_property):
20248         Added stream lock to decoder so that we can serialize
20249         the discont event.
20250         More theoraenc porting, recover from errors, do clean
20251         shutdown.
20252
20253 2005-05-05  Wim Taymans  <wim@fluendo.com>
20254
20255         * ext/ogg/Makefile.am:
20256         * ext/ogg/README:
20257         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20258         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
20259         (gst_ogg_print):
20260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20261         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
20262         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
20263         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
20264         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
20265         (gst_ogg_mux_change_state):
20266         Ported ogg muxer.
20267
20268 2005-05-05  Wim Taymans  <wim@fluendo.com>
20269
20270         * docs/design-audiosinks.txt:
20271         * gst-libs/gst/audio/TODO:
20272         * gst-libs/gst/audio/gstaudiosink.c:
20273         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20274         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20275         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20276         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20277         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
20278         (gst_audiosink_create_ringbuffer):
20279         * gst-libs/gst/audio/gstbaseaudiosink.c:
20280         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
20281         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
20282         (gst_baseaudiosink_set_property), (build_linear_format),
20283         (debug_spec_caps), (debug_spec_buffer),
20284         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
20285         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
20286         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
20287         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20288         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20289         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20290         (gst_ringbuffer_release), (gst_ringbuffer_play),
20291         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
20292         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
20293         (gst_ringbuffer_set_sample), (wait_segment),
20294         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
20295         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
20296         More work on the audiosink, mostly debugging and a race in
20297         shutdown.
20298
20299 2005-04-28  Wim Taymans  <wim@fluendo.com>
20300
20301         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20302         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
20303         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
20304         (vorbis_dec_src_query), (vorbis_dec_src_event),
20305         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
20306         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
20307         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
20308         Don't crap out when seeking back to position 0.
20309
20310 2005-04-28  Wim Taymans  <wim@fluendo.com>
20311
20312         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
20313         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
20314         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
20315         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
20316         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
20317         Make audio sink configurable, use alsasink as default.
20318
20319 2005-04-28  Wim Taymans  <wim@fluendo.com>
20320
20321         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20322         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
20323         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
20324         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
20325         (vorbis_dec_change_state):
20326         * ext/vorbis/vorbisdec.h:
20327         Refactor, use STREAM_LOCK.
20328
20329 2005-04-28  Wim Taymans  <wim@fluendo.com>
20330
20331         * ext/theora/theoradec.c: (_inc_granulepos),
20332         (theora_dec_sink_event), (theora_handle_comment_packet),
20333         (theora_handle_type_packet), (theora_handle_header_packet),
20334         (theora_handle_data_packet), (theora_dec_chain),
20335         (theora_dec_change_state):
20336         Refactor a bit, use STREAM_LOCK.
20337
20338 2005-04-28  Wim Taymans  <wim@fluendo.com>
20339
20340         * ext/alsa/Makefile.am:
20341         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
20342         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
20343         (gst_alsa_link), (gst_alsa_close_audio):
20344         * ext/alsa/gstalsaplugin.c: (plugin_init):
20345         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
20346         (gst_alsasink_dispose), (gst_alsasink_base_init),
20347         (gst_alsasink_class_init), (gst_alsasink_init),
20348         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
20349         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
20350         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
20351         (gst_alsasink_reset):
20352         * ext/alsa/gstalsasink.h:
20353         Implement alsasink with simple open/write/close API. 
20354         Make alsa dir build by disabling compilation of code.
20355
20356 2005-04-28  Wim Taymans  <wim@fluendo.com>
20357
20358         * gst-libs/gst/audio/Makefile.am:
20359         * gst-libs/gst/audio/audio.h:
20360         * gst-libs/gst/audio/audioclock.c:
20361         * gst-libs/gst/audio/audioclock.h:
20362         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
20363         (gst_audio_clock_class_init), (gst_audio_clock_init),
20364         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
20365         * gst-libs/gst/audio/gstaudioclock.h:
20366         * gst-libs/gst/audio/gstaudiosink.c:
20367         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20368         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20369         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20370         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20371         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
20372         (gst_audiosink_create_ringbuffer):
20373         * gst-libs/gst/audio/gstbaseaudiosink.c:
20374         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
20375         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
20376         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
20377         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
20378         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
20379         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
20380         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
20381         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20382         * gst-libs/gst/audio/gstbaseaudiosink.h:
20383         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20384         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
20385         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20386         (gst_ringbuffer_release), (gst_ringbuffer_play),
20387         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
20388         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
20389         (gst_ringbuffer_set_sample), (wait_segment),
20390         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
20391         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
20392         * gst-libs/gst/audio/gstringbuffer.h:
20393         Make ringbuffer faster and more simple by removing the locks
20394         in the playback thread.
20395         Add sample accurate playback based on buffer sample offsets.
20396         Make the baseaudiosink provide a clock.
20397         Parse caps in the base class.
20398         Correctly handle seeking, flushing and state changes.
20399
20400 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20401
20402         * configure.ac:
20403         * gst/audioconvert/Makefile.am:
20404         * gst/audioscale/Makefile.am:
20405           Fix part of the build.  Come on guys, autogen didn't even work :)
20406
20407 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20408
20409         * configure.ac:
20410         * gst-libs/gst/Makefile.am:
20411         * gst-libs/gst/media-info/.cvsignore:
20412         * gst-libs/gst/media-info/Makefile.am:
20413         * gst-libs/gst/media-info/README:
20414         * gst-libs/gst/media-info/media-info-priv.c:
20415         * gst-libs/gst/media-info/media-info-priv.h:
20416         * gst-libs/gst/media-info/media-info-test.c:
20417         * gst-libs/gst/media-info/media-info.c:
20418         * gst-libs/gst/media-info/media-info.h:
20419         * gst-libs/gst/media-info/media-info.vcproj:
20420         * pkgconfig/Makefile.am:
20421         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20422         * pkgconfig/gstreamer-media-info.pc.in:
20423           Remove media-info, which is also successed by playbin (see Totem
20424           implementation).
20425
20426 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20427
20428         * configure.ac:
20429         * examples/Makefile.am:
20430         * examples/gstplay/.cvsignore:
20431         * examples/gstplay/Makefile.am:
20432         * examples/gstplay/player.c:
20433         * gst-libs/gst/Makefile.am:
20434         * gst-libs/gst/play/.cvsignore:
20435         * gst-libs/gst/play/Makefile.am:
20436         * gst-libs/gst/play/play.c:
20437         * gst-libs/gst/play/play.h:
20438         * gst-libs/gst/play/play.vcproj:
20439         * pkgconfig/Makefile.am:
20440         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20441         * pkgconfig/gstreamer-play.pc.in:
20442           Remove libgstplay, playbin is now the official successor.
20443
20444 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20445
20446         * configure.ac:
20447         * gst-libs/gst/Makefile.am:
20448         * gst-libs/gst/xwindowlistener/Makefile.am:
20449         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
20450         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
20451           Remove deprecated xwindowlistener (I've moved xwindowlistening
20452           in the v4l/v4l2 plugins over to serverside).
20453
20454 2005-04-25  David Schleef  <ds@schleef.org>
20455
20456         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
20457         to examples/dynparams.  Examples do not belong interspersed with
20458         source code.
20459         * examples/dynparams/demo-dparams.c:
20460         * gst/sine/Makefile.am:
20461         * gst/sine/demo-dparams.c:
20462
20463 2005-04-25  David Schleef  <ds@schleef.org>
20464
20465         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
20466         * gst-libs/gst/audio/Makefile.am:
20467         * gst-libs/gst/riff/Makefile.am:
20468         * gst-libs/gst/tag/Makefile.am:
20469         * gst-libs/gst/video/Makefile.am:
20470         * gst-libs/gst/xwindowlistener/Makefile.am:
20471
20472         Convert to 0.9 API, seems to work:
20473         * sys/ximage/Makefile.am:
20474         * sys/ximage/ximagesink.c:
20475
20476 2005-04-24  David Schleef  <ds@schleef.org>
20477
20478         Link plugins against libraries:
20479         * ext/alsa/Makefile.am:
20480         * gst/tcp/Makefile.am:
20481
20482         Remove asm code that should be in liboil
20483         * gst/videoscale/Makefile.am:
20484         * gst/videoscale/videoscale_x86_asm.s:
20485
20486         gettext wants these checked in:
20487         * po/af.po:
20488         * po/az.po:
20489         * po/cs.po:
20490         * po/en_GB.po:
20491         * po/hu.po:
20492         * po/it.po:
20493         * po/nb.po:
20494         * po/nl.po:
20495         * po/or.po:
20496         * po/sq.po:
20497         * po/sr.po:
20498         * po/sv.po:
20499         * po/uk.po:
20500         * po/vi.po:
20501
20502 2005-04-24  David Schleef  <ds@schleef.org>
20503
20504         Convert gst_main() to g_main_loop_run()
20505         * gst/playback/decodetest.c: (main):
20506         * gst/playback/test2.c: (main):
20507         * gst/playback/test3.c: (main):
20508         * gst/playback/test4.c: (main):
20509
20510         Link plugins against libraries:
20511         * ext/libvisual/Makefile.am:
20512         * sys/xvimage/Makefile.am:
20513
20514 2005-04-24  David Schleef  <ds@schleef.org>
20515
20516         * configure.ac: Remove idct and resample libs
20517         * gst-libs/gst/Makefile.am: same
20518
20519         Remove usage of gst_library_load():
20520         * ext/alsa/gstalsaplugin.c: (plugin_init):
20521         * ext/libvisual/visual.c: (plugin_init):
20522         * ext/ogg/gstogg.c: (plugin_init):
20523         * ext/theora/theora.c: (plugin_init):
20524         * ext/vorbis/vorbis.c: (plugin_init):
20525         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
20526         * gst/audioscale/gstaudioscale.c:
20527         * gst/adder/gstadder.c: (plugin_init):
20528         * gst/audioconvert/plugin.c: (plugin_init):
20529         * sys/ximage/ximagesink.c: (plugin_init):
20530         * sys/xvimage/xvimagesink.c: (plugin_init):
20531         * gst/tcp/gsttcpplugin.c: (plugin_init):
20532
20533         Link plugins against libraries:
20534         * ext/ogg/Makefile.am:
20535         * ext/theora/Makefile.am:
20536         * ext/vorbis/Makefile.am:
20537         * gst/audioconvert/Makefile.am:
20538
20539         Create proper libraries:
20540         * gst-libs/gst/riff/Makefile.am:
20541         * gst-libs/gst/audio/Makefile.am:
20542         * gst-libs/gst/video/Makefile.am:
20543
20544         Move resample library to audioscale plugin directory:
20545         * gst-libs/gst/resample/Makefile.am:
20546         * gst-libs/gst/resample/README:
20547         * gst-libs/gst/resample/dtof.c:
20548         * gst-libs/gst/resample/dtos.c:
20549         * gst-libs/gst/resample/functable.c:
20550         * gst-libs/gst/resample/private.h:
20551         * gst-libs/gst/resample/resample.c:
20552         * gst-libs/gst/resample/resample.h:
20553         * gst-libs/gst/resample/resample.vcproj:
20554         * gst-libs/gst/resample/test.c:
20555         * gst/audioscale/Makefile.am:
20556         * gst/audioscale/README:
20557         * gst/audioscale/dtof.c:
20558         * gst/audioscale/dtos.c:
20559         * gst/audioscale/functable.c:
20560         * gst/audioscale/private.h:
20561         * gst/audioscale/resample.c:
20562         * gst/audioscale/resample.h:
20563         * gst/audioscale/test.c:
20564
20565         Move tagedit library to gst-libs:
20566         * gst-libs/gst/tag/Makefile.am:
20567         * gst-libs/gst/tag/gstid3tag.c:
20568         * gst-libs/gst/tag/gsttagediting.c:
20569         * gst-libs/gst/tag/gsttageditingprivate.h:
20570         * gst-libs/gst/tag/gstvorbistag.c:
20571         * gst/tags/Makefile.am:
20572         * gst/tags/gstid3tag.c:
20573         * gst/tags/gstvorbistag.c:
20574
20575         Fix for core changes:
20576         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20577         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
20578         (gst_sinesrc_getrange):
20579
20580 2005-04-23  David Schleef  <ds@schleef.org>
20581
20582         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
20583         in gst-plugins in a long time, and properly belongs in liboil.
20584         * gst-libs/gst/idct/Makefile.am:
20585         * gst-libs/gst/idct/README:
20586         * gst-libs/gst/idct/dct.h:
20587         * gst-libs/gst/idct/doieee:
20588         * gst-libs/gst/idct/fastintidct.c:
20589         * gst-libs/gst/idct/floatidct.c:
20590         * gst-libs/gst/idct/idct.c:
20591         * gst-libs/gst/idct/idct.h:
20592         * gst-libs/gst/idct/idtc.vcproj:
20593         * gst-libs/gst/idct/ieeetest.c:
20594         * gst-libs/gst/idct/intidct.c:
20595
20596 2005-04-20  Wim Taymans  <wim@fluendo.com>
20597
20598         * docs/design-audiosinks.txt:
20599         * gst-libs/gst/audio/Makefile.am:
20600         * gst-libs/gst/audio/TODO:
20601         * gst-libs/gst/audio/gstaudiosink.c:
20602         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20603         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20604         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
20605         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20606         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20607         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
20608         (gst_audiosink_class_init), (gst_audiosink_init),
20609         (gst_audiosink_create_ringbuffer):
20610         * gst-libs/gst/audio/gstaudiosink.h:
20611         * gst-libs/gst/audio/gstbaseaudiosink.c:
20612         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
20613         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
20614         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
20615         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
20616         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
20617         (gst_baseaudiosink_create_ringbuffer),
20618         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20619         * gst-libs/gst/audio/gstbaseaudiosink.h:
20620         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20621         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
20622         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
20623         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20624         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
20625         (gst_ringbuffer_play), (gst_ringbuffer_pause),
20626         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
20627         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
20628         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
20629         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
20630         * gst-libs/gst/audio/gstringbuffer.h:
20631         An attempt at a set of audio base classes together with some
20632         design docs.
20633
20634 2005-04-20  Wim Taymans  <wim@fluendo.com>
20635
20636         * gst/audioconvert/Makefile.am:
20637         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20638         (gst_audio_convert_caps_remove_format_info),
20639         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
20640         (gst_audio_convert_channels):
20641         Link against audio libs.
20642         Fix audio convert plugin.
20643
20644 2005-04-20  Wim Taymans  <wim@fluendo.com>
20645
20646         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
20647         (gst_ogg_demux_sink_activate):
20648         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20649         (theora_set_header_on_caps), (theora_enc_sink_event),
20650         (theora_enc_chain):
20651         Fix theora encoder.
20652
20653 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20654
20655         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
20656         * gst/playback/gstdecodebin.c: (find_compatibles):
20657           Work with staticpadtemplates in elementfactories.
20658
20659 2005-04-12  Wim Taymans  <wim@fluendo.com>
20660
20661         * gst/playback/README:
20662         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20663         (compare_ranks), (print_feature), (gst_decode_bin_init),
20664         (dynamic_create), (dynamic_free), (find_compatibles),
20665         (mimetype_is_raw), (close_pad_link), (got_redirect),
20666         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
20667         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
20668         (gst_decode_bin_change_state):
20669         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20670         (gst_play_base_bin_init), (group_destroy), (group_commit),
20671         (check_queue), (queue_overrun), (queue_threshold_reached),
20672         (queue_out_of_data), (gen_preroll_element), (unknown_type),
20673         (new_decoded_pad), (setup_subtitle), (gen_source_element),
20674         (got_redirect), (setup_source), (play_base_eos),
20675         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
20676         (gst_play_base_bin_remove_element):
20677         * gst/playback/gstplaybasebin.h:
20678         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20679         (gst_play_bin_init), (gst_play_bin_dispose),
20680         (gst_play_bin_set_property), (gen_video_element),
20681         (gen_text_element), (gen_audio_element), (remove_sinks),
20682         (gst_play_bin_send_event):
20683         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
20684         (stream_info_change_state), (gst_stream_info_set_mute):
20685         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
20686         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
20687         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
20688         (gst_stream_selector_chain):
20689         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
20690         (main):
20691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
20692         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
20693         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
20694         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
20695         Raw and crude port of decodebin. 
20696         Make playbin compile.
20697
20698 2005-04-06  Wim Taymans  <wim@fluendo.com>
20699
20700         * ext/gnomevfs/Makefile.am:
20701         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20702         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
20703         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20704         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
20705         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
20706         (gst_gnomevfssrc_stop):
20707         * ext/ogg/Makefile.am:
20708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
20709         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
20710         * ext/theora/Makefile.am:
20711         * ext/theora/theoradec.c: (_inc_granulepos),
20712         (theora_dec_sink_event), (theora_dec_chain):
20713         * ext/vorbis/Makefile.am:
20714         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20715         (vorbis_dec_sink_event), (vorbis_dec_chain):
20716         * gst-libs/gst/audio/Makefile.am:
20717         * sys/xvimage/Makefile.am:
20718         Make gnomevfssrc extend the source base class.
20719         Fix linking against libs in various plugins.
20720
20721 2005-04-06  Andy Wingo  <wingo@pobox.com>
20722
20723         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
20724         GST_BASE_LIBS.
20725
20726         * configure.ac: Add check and AC_SUBST for libgstbase.
20727
20728 2005-03-31  Wim Taymans  <wim@fluendo.com>
20729
20730         * examples/seeking/Makefile.am:
20731         * examples/seeking/cdparanoia.c: (main):
20732         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
20733         (play_cb), (pause_cb), (stop_cb), (main):
20734         * examples/seeking/playbin.c:
20735         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
20736         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
20737         (make_sid_pipeline), (make_vorbis_pipeline),
20738         (make_theora_pipeline), (make_vorbis_theora_pipeline),
20739         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
20740         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
20741         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
20742         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
20743         (stop_cb), (main):
20744         * examples/seeking/spider_seek.c:
20745         * examples/seeking/vorbisfile.c:
20746         * ext/gnomevfs/Makefile.am:
20747         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20748         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
20749         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
20750         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
20751         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
20752         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
20753         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
20754         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20755         * ext/ogg/README:
20756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
20757         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
20758         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
20759         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
20760         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
20761         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
20762         (gst_ogg_pad_event), (gst_ogg_pad_reset),
20763         (gst_ogg_demux_factory_filter), (compare_ranks),
20764         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
20765         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
20766         (gst_ogg_chain_new), (gst_ogg_chain_free),
20767         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
20768         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
20769         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
20770         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
20771         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
20772         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
20773         (gst_ogg_demux_get_prev_page),
20774         (gst_ogg_demux_deactivate_current_chain),
20775         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
20776         (gst_ogg_demux_bisect_forward_serialno),
20777         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20778         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
20779         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
20780         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
20781         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
20782         (gst_ogg_demux_change_state), (gst_ogg_print):
20783         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20784         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
20785         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
20786         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
20787         (gst_ogg_mux_loop):
20788         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20789         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
20790         (theora_dec_src_convert), (theora_dec_sink_convert),
20791         (theora_dec_src_query), (theora_dec_src_event),
20792         (theora_dec_sink_event), (theora_dec_chain),
20793         (theora_dec_change_state):
20794         * ext/theora/theoraenc.c: (gst_theora_enc_init),
20795         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
20796         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
20797         (theora_enc_change_state):
20798         * ext/vorbis/Makefile.am:
20799         * ext/vorbis/oggvorbisenc.c:
20800         * ext/vorbis/oggvorbisenc.h:
20801         * ext/vorbis/vorbis.c: (plugin_init):
20802         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
20803         (vorbis_dec_src_query), (vorbis_dec_src_event),
20804         (vorbis_dec_sink_event), (vorbis_dec_chain),
20805         (vorbis_dec_change_state):
20806         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
20807         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
20808         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
20809         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
20810         (gst_vorbisenc_change_state):
20811         * ext/vorbis/vorbisenc.h:
20812         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
20813         * gst-libs/gst/audio/audioclock.c:
20814         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20815         (gst_audiofilter_init), (gst_audiofilter_chain):
20816         * gst-libs/gst/audio/testchannels.c: (main):
20817         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
20818         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
20819         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
20820         (gmip_find_track_streaminfo), (gmip_find_track_format):
20821         * gst-libs/gst/media-info/media-info.c:
20822         (gst_media_info_read_idler):
20823         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
20824         (gst_play_get_all_by_interface):
20825         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
20826         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
20827         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20828         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
20829         (gst_riff_parse_info):
20830         * gst-libs/gst/riff/riff-read.h:
20831         * gst-libs/gst/riff/riff.c: (plugin_init):
20832         * gst-libs/gst/video/Makefile.am:
20833         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
20834         (gst_videosink_class_init), (gst_videosink_get_type):
20835         * gst-libs/gst/video/videosink.h:
20836         * gst/audioconvert/bufferframesconvert.c:
20837         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
20838         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
20839         * gst/audioconvert/channelmixtest.c: (main):
20840         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20841         (gst_audio_convert_chain),
20842         (gst_audio_convert_caps_remove_format_info),
20843         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
20844         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
20845         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
20846         (gst_audio_convert_buffer_to_default_format),
20847         (gst_audio_convert_buffer_from_default_format),
20848         (gst_audio_convert_channels):
20849         * gst/audioconvert/gstchannelmix.h:
20850         * gst/ffmpegcolorspace/avcodec.h:
20851         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20852         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
20853         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
20854         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
20855         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
20856         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20857         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
20858         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20859         (mpeg_video_type_find), (mpeg_video_stream_type_find),
20860         (dv_type_find):
20861         * gst/videotestsrc/gstvideotestsrc.c:
20862         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
20863         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
20864         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
20865         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
20866         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
20867         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
20868         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
20869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20870         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
20871         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
20872         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
20873         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
20874         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20875         (gst_xvimagesink_navigation_send_event),
20876         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
20877         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
20878         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20879         * sys/xvimage/xvimagesink.h:
20880         Plugin port to 0.9, ogg/theora playback should work in the seek
20881         example now.
20882         Removed old examples.
20883         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
20884         explained in 0.9 TODO doc.
20885
20886
20887 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20888
20889         * autogen.sh:
20890         * configure.ac:
20891         * ext/Makefile.am:
20892         * gst/Makefile.am:
20893         * po/POTFILES.in:
20894         * po/af.po:
20895         * po/az.po:
20896         * po/cs.po:
20897         * po/en_GB.po:
20898         * po/hu.po:
20899         * po/it.po:
20900         * po/nb.po:
20901         * po/nl.po:
20902         * po/or.po:
20903         * po/sq.po:
20904         * po/sr.po:
20905         * po/sv.po:
20906         * po/uk.po:
20907         * po/vi.po:
20908         * sys/Makefile.am:
20909         * testsuite/Makefile.am:
20910           remove a whole bunch of plugins.  This module now contains a set
20911           of free reference plugins/elements as agreed.
20912
20913 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20914
20915         * configure.ac:
20916           hunting season on 0.9 is now OPEN
20917
20918 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20919
20920         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20921           Kick the hell out of gcc for not warning me about a symbol conflict.
20922
20923 2005-02-22  Luca Ognibene  <luogni@tin.it>
20924
20925         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20926
20927         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
20928           Don't leak caps string (fixes #168134)
20929
20930         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
20931         (gst_jpegenc_init), (gst_jpegenc_finalize),
20932         (gst_jpegenc_change_state):
20933           Don't leak line buffers and context struct (fixes #168133).
20934
20935 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
20936
20937         * configure.ac:
20938         * ext/dirac/gstdiracdec.cc:
20939         (gst_diracdec_chain):
20940           Since dirac 0.5.0 the framerate in dirac is expressed as a
20941           rational number. Fix build and up requirement to 0.5.0, and
20942           also pass parameters to gst_diracdec_link in the right order
20943           (fixes #167959).
20944
20945 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
20946
20947         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
20948         * ext/faad/gstfaad.h:
20949         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
20950         certain invalid muxed streams, where some packets will contain 
20951         junk after decoder data. Partially fixes #149158.
20952
20953 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
20954         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
20955           Make sure we only write to writable buffers
20956
20957 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
20958
20959         * gst-libs/gst/riff/riff-media.c:
20960         (gst_riff_create_audio_caps_with_data):
20961           Do actually fix invalid RIFF fmt header values for alaw
20962           and mulaw audio instead of just saying so.
20963
20964         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20965           Give gst_riff_create_audio_caps_with_data() a chance to
20966           fix up broken format header fields before extracting any
20967           parameters from the header. (fixes #167633)
20968
20969 2005-02-19  Martin Holters  <martin.holters@gmx.de>
20970
20971         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20972
20973         * gst/audioconvert/bufferframesconvert.c:
20974         (buffer_frames_convert_link):
20975           Don't leak othercaps. (fixes #167878)
20976
20977 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
20978
20979         * configure.ac:
20980         * ext/libvisual/visual.c: (gst_visual_srclink),
20981         (gst_visual_change_state):
20982           Support libvisual 0.2.0.
20983
20984 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
20985
20986         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
20987         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
20988           Use same rowstrides for I420 as used everywhere else.
20989
20990 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
20991
20992         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
20993           Declare variables at beginning of block and make gcc-2.95 happy
20994           (fixes # 167482, patch by Gergely Nagy).
20995           
20996         * gst/tcp/gsttcpclientsrc.c:
20997         * gst/tcp/gsttcpclientsrc.h:
20998           Move some includes into the header, so that struct sockaddr_in is
20999           defined when it should be defined on FreeBSD as well (fixes
21000           #167483).
21001           
21002         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
21003           Don't pass uninitialised values to setsockopt() here either.
21004
21005 2005-02-17  Luca Ognibene  <luogni at tin dot it>
21006
21007         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21008
21009         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
21010           Don't pass uninitialised values to setsockopt(). (fixes #167704)
21011
21012 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21013
21014         * gst/playback/gstplaybin.c: (add_sink):
21015           Invert bin_add/link order to workaround deadlock in opt.
21016
21017 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21018
21019         * gst/modplug/gstmodplug.cc:
21020           Add missing break causing position queries to fail.
21021
21022 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21023
21024         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
21025           Granpos can apparently be -1, which screws up calculations...
21026
21027 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
21028
21029         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
21030         (gst_ximagesink_send_pending_navigation),
21031         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
21032         (gst_ximagesink_init):
21033         * sys/ximage/ximagesink.h:
21034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
21035         (gst_xvimagesink_send_pending_navigation),
21036         (gst_xvimagesink_navigation_send_event),
21037         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
21038         * sys/xvimage/xvimagesink.h:
21039           Use a mutex protected list to marshal navigation
21040           events into the stream thread from whichever thread
21041           sends them.
21042
21043 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
21044
21045         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
21046           Display current position and track length; misc. clean-ups.
21047           
21048         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
21049         (speed_init), (speed_chain):
21050           Add query function, so that the stream length and current position
21051           get adjusted when queried (note that current position queries may
21052           still be wrong if the audio sink returns values based on buffer
21053           timestamps instead of passing on the query).
21054
21055 2005-02-13  Benjamin Otte  <otte@gnome.org>
21056
21057         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21058         (gst_audio_convert_channels):
21059           create channel conversion matrix when linking
21060         * gst/audioconvert/.cvsignore:
21061         * gst/audioconvert/Makefile.am:
21062         * gst/audioconvert/channelmixtest.c: (main):
21063           add (ugly) test that ensures stereo <=> mono conversion works
21064           correctly
21065
21066 2005-02-13  Benjamin Otte  <otte@gnome.org>
21067
21068         * gst/audioconvert/gstchannelmix.h:
21069           include missing header file
21070         * gst/audioconvert/gstchannelmix.c:
21071         (gst_audio_convert_fill_compatible):
21072           use same sign for both channels when converting to/from compatible
21073           channel. Previously used different signs made the signals cancel
21074           each other out and appear like silence. (fixes #167269)
21075
21076 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
21077
21078         * gst/ffmpegcolorspace/avcodec.h:
21079         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21080         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
21081         (gst_ffmpegcsp_avpicture_fill):
21082         * gst/ffmpegcolorspace/imgconvert.c:
21083           Convert to and from YV12 (fixes #156379).
21084
21085 2005-02-12  Julien MOUTTE  <julien@moutte.net>
21086
21087         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
21088         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21089         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
21090         (gst_ximagesink_expose), (gst_ximagesink_set_property),
21091         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
21092         methods from chain and negotiation and vice versa (Fixes #166142).
21093         * sys/ximage/ximagesink.h: Add stream_lock.
21094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
21095         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
21096         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
21097         (gst_xvimagesink_expose): Check for xcontext before trying to link.
21098
21099 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
21100
21101         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
21102           Don't send "Hey! You gave me a NULL pointer you naughty person" as
21103           error message when we can't open the DVD device (when dvdnav_open()
21104           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
21105           the above). Send something more useful instead (fixes #167117).
21106
21107 2005-02-11  Julien MOUTTE  <julien@moutte.net>
21108
21109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
21110         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
21111         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
21112         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
21113         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
21114         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
21115         methods from chain and negotiation and vice versa (Fixes #166142).
21116         Fix a possible bug of images in the buffer pool being discarded because
21117         we are looking at the wrong geometry.
21118         * sys/xvimage/xvimagesink.h: Add stream_lock.
21119
21120 2005-02-11  David Schleef  <ds@schleef.org>
21121
21122         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
21123         unsigned int. (fixes #167128)
21124
21125 2005-02-11  David Schleef  <ds@schleef.org>
21126
21127         * gst/librfb/Makefile.am: Testing stuff before committing is
21128           for wimps... and people with fast machines.  Fix stupid
21129           mistake.
21130
21131 2005-02-11  David Schleef  <ds@schleef.org>
21132
21133         * configure.ac: Pull in librfb from my CVS tree, because it is
21134           too small and annoying to be separate.  Move rfbsrc plugin
21135           to gst/.
21136         * ext/Makefile.am:
21137         * ext/librfb/Makefile.am:
21138         * ext/librfb/gstrfbsrc.c:
21139         * gst/librfb/Makefile.am:
21140         * gst/librfb/gstrfbsrc.c:
21141         * gst/librfb/rfb.c:
21142         * gst/librfb/rfb.h:
21143         * gst/librfb/rfbbuffer.c:
21144         * gst/librfb/rfbbuffer.h:
21145         * gst/librfb/rfbbytestream.c:
21146         * gst/librfb/rfbbytestream.h:
21147         * gst/librfb/rfbcontext.h:
21148         * gst/librfb/rfbdecoder.c:
21149         * gst/librfb/rfbdecoder.h:
21150         * gst/librfb/rfbutil.h:
21151
21152 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
21153
21154         * gst/speed/Makefile.am:
21155         * gst/speed/demo-mp3.c: (main):
21156         * gst/speed/filter.func:
21157         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
21158         (speed_class_init), (speed_init), (speed_chain_int16),
21159         (speed_chain_float32), (speed_chain), (speed_set_property),
21160         (speed_get_property), (speed_change_state):
21161         * gst/speed/gstspeed.h:
21162           Fix speed element and make it chain-based (fixes #156467),
21163           and make it handle more than one channel.
21164
21165 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
21166
21167         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
21168         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
21169         (gst_dtsdec_chain), (gst_dtsdec_change_state):
21170         * ext/dts/gstdtsdec.h:
21171           Don't clobber the stack constructing the channels array.
21172           Make the element chain-based. DTS tracks can now be played.
21173           
21174 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
21175
21176         * gst-libs/gst/audio/multichannel.h:
21177         * gst-libs/gst/gconf/gconf.h:
21178         * gst-libs/gst/idct/idct.h:
21179         * gst-libs/gst/media-info/media-info-priv.h:
21180         * gst-libs/gst/play/play.h:
21181         * gst-libs/gst/resample/private.h:
21182         * gst-libs/gst/resample/resample.h:
21183         * gst-libs/gst/riff/riff-ids.h:
21184         * gst-libs/gst/video/video.h:
21185         * gst-libs/gst/video/videosink.h:
21186           Add G_BEGIN_DECLS and G_END_DECLS around headers where
21187           missing, so that they work when included from C++ code.
21188
21189 2005-02-09  David Schleef  <ds@schleef.org>
21190
21191         * testsuite/gst-lint: Check for non-statically scoped
21192           parent_class variables.  This won't be a problem once
21193           plugins are loaded with RTLD_LOCAL.
21194
21195 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21196
21197         * ext/mplex/gstmplexibitstream.cc:
21198           gcc madness.
21199
21200 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21201
21202         * ext/ogg/gstogmparse.c:
21203         * gst/debug/gstnavigationtest.c:
21204           Die, thou faulty symbol pollutors (non-static parent_class).
21205
21206 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21207
21208         * ext/mplex/gstmplexibitstream.cc:
21209           Fix event handling (#165525).
21210
21211 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21212
21213         * ext/mikmod/gstmikmod.c:
21214         * gst/modplug/gstmodplug.cc:
21215           Add missing endianness to template (fixes #165509).
21216
21217 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21218
21219         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
21220           Fix wrong order of reading of optional bytes (#165290).
21221
21222 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21223
21224         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21225           Implement FILLER event awareness.
21226
21227 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21228
21229         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
21230           Fix track calculations (#166208).
21231
21232 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
21233
21234         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21235
21236         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
21237         * ext/libpng/gstpngenc.c:
21238           Fix byte-order, use proper fixed caps. Fixes #164197.
21239
21240 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
21241
21242         * configure.ac:
21243           Add dvdlpcmdec 
21244
21245         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
21246         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
21247           Don't push buffers if the src pad isn't negotiated yet.
21248           
21249         * gst/audioconvert/gstaudioconvert.c:
21250         (gst_audio_convert_buffer_to_default_format),
21251         (gst_audio_convert_buffer_from_default_format):
21252           Add support for 24-bit width.
21253
21254         * gst/dvdlpcmdec/.cvsignore:
21255         * gst/dvdlpcmdec/Makefile.am:
21256         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
21257         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
21258         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
21259         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
21260         (plugin_init):
21261         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
21262           New decoder for rearranging DVD LPCM into our audio/x-raw-int
21263           format. Needs support for the channels maps if someone can find 
21264           a DVD LPCM track with > 2 channels.
21265
21266         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
21267         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
21268         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
21269         * gst/mpegstream/gstdvddemux.h:
21270         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
21271         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
21272         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
21273         * gst/mpegstream/gstmpegdemux.h:
21274         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
21275         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
21276         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
21277         (gst_mpeg_parse_handle_src_query),
21278         (gst_mpeg_parse_handle_src_event):
21279           Use audio/x-dvd-lpcm for LPCM output.
21280           Add DTS output.
21281
21282 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
21283
21284         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21285
21286         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
21287         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
21288           Add BGRA handling (#165736).
21289
21290 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
21291
21292         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21293
21294         * gst/law/alaw-decode.c: (alawdec_link):
21295         * gst/law/alaw-encode.c: (alawenc_link):
21296         * gst/law/mulaw-decode.c: (mulawdec_link):
21297         * gst/law/mulaw-encode.c: (mulawenc_link):
21298           Fix caps memleaks (#166600).
21299
21300 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
21301
21302         * ext/tarkin/mem.h:
21303         * ext/tarkin/wavelet.h:
21304         * ext/tarkin/yuv.h:
21305         * gst/ffmpegcolorspace/avcodec.h:
21306           Include "_stdint.h" instead of <stdint.h>. Fixes build on
21307           systems that don't have stdint.h, like Solaris9 (fixes #166631).
21308
21309 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21310
21311         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
21312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
21313         (gst_xvimagesink_change_state):
21314           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
21315           Xv video (and thereby regenerate Xv colourkey) in clear() so
21316           that PLAY -> READY -> PLAY works (fixes #162504).
21317
21318 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21319
21320         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
21321           Switch to list instead of range, since MJPEG-devices really just
21322           support decimations, not any size.
21323
21324 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
21325         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
21326         (gst_mpeg2dec_reset), (free_all_buffers),
21327         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
21328         * ext/mpeg2dec/gstmpeg2dec.h:
21329           The libmpeg2 user-allocated buffer management is awkward, 
21330           to say the least. Hopefully this fixes things.
21331
21332 2005-02-04  Andy Wingo  <wingo@pobox.com>
21333
21334         * gst/audioconvert/bufferframesconvert.c
21335         (buffer_frames_convert_fixate): New function, fixates to 256
21336         frames per buffer by default. (Much better than 1.)
21337         (buffer_frames_convert_init): Set the fixate function for both src
21338         and sink pad.
21339         (buffer_frames_convert_link): After success setting nonfixed caps,
21340         get the negotiated caps so we can know how many buffer-frames it
21341         will be. No idea how this worked at all before.
21342
21343 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
21344
21345         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21346         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
21347         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
21348         (handle_sequence), (handle_picture):
21349         * ext/mpeg2dec/gstmpeg2dec.h:
21350           Rearrange buffer tracking and refcounting and refactor
21351           a little for readability. 
21352
21353 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
21354         * sys/v4l/gstv4l.c: (plugin_init):
21355         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
21356         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
21357         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
21358         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
21359         * sys/v4l/gstv4ljpegsrc.h:
21360         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
21361         * sys/v4l/v4l_calls.h:
21362         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
21363         (gst_v4lsrc_get_fps):
21364         * sys/v4l/v4lsrc_calls.h:
21365           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
21366           you jpeg inside rgb frames" driver.
21367           Don't error in the v4lsrc link function, just return 
21368           REFUSED.
21369
21370 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21371
21372         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
21373         (gst_qcamsrc_open):
21374           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
21375
21376 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21377
21378         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
21379           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
21380
21381 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21382
21383         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
21384           Reset negotiated state on PAUSED->READY.
21385
21386 2005-02-02  David Schleef  <ds@schleef.org>
21387
21388         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
21389         whereever possible.  (Fixes #165997)
21390         * examples/capsfilter/capsfilter1.c: (main):
21391         * examples/dynparams/filter.c: (create_ui):
21392         * examples/seeking/cdparanoia.c: (get_track_info), (main):
21393         * examples/seeking/chained.c: (main):
21394         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
21395         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
21396         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
21397         (make_mpeg_pipeline), (make_mpegnt_pipeline):
21398         * examples/seeking/spider_seek.c: (make_spider_pipeline):
21399         * examples/switch/switcher.c: (main):
21400         * ext/dv/demo-play.c: (main):
21401         * ext/faad/gstfaad.c: (gst_faad_change_state):
21402         * ext/mad/gstmad.c: (gst_mad_chain):
21403         * ext/smoothwave/demo-osssrc.c: (main):
21404         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
21405         (gst_gconf_render_bin_from_description),
21406         (gst_gconf_get_default_audio_sink),
21407         (gst_gconf_get_default_video_sink),
21408         (gst_gconf_get_default_audio_src),
21409         (gst_gconf_get_default_video_src),
21410         (gst_gconf_get_default_visualization_element):
21411         * gst/level/demo.c: (main):
21412         * gst/level/plot.c: (main):
21413         * gst/playback/gstplaybin.c: (gen_video_element),
21414         (gen_audio_element):
21415         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
21416         * gst/playondemand/demo-mp3.c: (setup_pipeline):
21417         * gst/sine/demo-dparams.c: (main):
21418         * gst/spectrum/demo-osssrc.c: (main):
21419         * gst/speed/demo-mp3.c: (main):
21420         * gst/volume/demo.c: (main):
21421         * testsuite/embed/embed.c: (main):
21422
21423 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
21424
21425         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
21426         (gst_tcpclientsink_finalize):
21427         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
21428         (gst_tcpclientsrc_finalize):
21429         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21430         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
21431         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
21432         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
21433           Don't leak the hostname when shutting down.
21434           In tcpserversrc, take a copy of the default hostname.
21435
21436 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21437
21438         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
21439           Set caps to systemstream=TRUE.
21440
21441 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21442
21443         * testsuite/Makefile.am:
21444           Fix more OSX buildbots.
21445
21446 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
21447
21448         * ext/mpeg2dec/gstmpeg2dec.c:
21449           Don't send things to NULL PAD_PEERs
21450
21451         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
21452           Copy-on-write the incoming buffer.
21453
21454         * gst/mpegstream/gstdvddemux.h:
21455         * gst/mpegstream/gstmpegclock.h:
21456         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21457         (normal_seek), (gst_mpeg_demux_handle_src_event):
21458         * gst/mpegstream/gstmpegdemux.h:
21459         * gst/mpegstream/gstmpegpacketize.h:
21460         * gst/mpegstream/gstmpegparse.c:
21461         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
21462         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
21463         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
21464         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
21465         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
21466         * gst/mpegstream/gstmpegparse.h:
21467         * gst/mpegstream/gstrfc2250enc.h:
21468           Various changes to the way time is computed that make seeking and
21469           total time estimation much better here.
21470           Use G_BEGIN/END_DECLS instead of __cplusplus
21471
21472         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
21473           Use gst_buffer_stamp instead of only copying the TIMESTAMP
21474
21475 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21476
21477         * gst/subparse/gstsubparse.c:
21478           Fix OSX buildbot.
21479
21480 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
21481
21482         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
21483         (theora_enc_chain), (theora_enc_change_state):
21484         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21485         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
21486         (gst_vorbisenc_change_state):
21487         * ext/vorbis/vorbisenc.h:
21488           Set granulepos and timestamp correctly for streams not
21489           starting at 0, taking into account the initial delay.
21490
21491 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
21492
21493         * gst/mpegstream/gstdvddemux.c:
21494           Add audio/x-dts to audio pad template caps
21495
21496 2005-01-30  David Schleef  <ds@schleef.org>
21497
21498         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
21499         (create_context), (gst_polypsink_link): Fix silly endianness
21500         bug.  Add some debugging.  Remove float from caps; it doesn't
21501         work.  Attempt to get remote audio working.
21502
21503 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21504
21505         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
21506           Add 3IV2 fourcc.
21507
21508 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21509
21510         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
21511         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
21512         (gst_avi_demux_stream_data):
21513         * gst/avi/gstavidemux.h:
21514           Invert DIB images. Fixes #132341.
21515
21516 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21517
21518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21519         (gst_ffmpegcsp_chain):
21520           D'oh, reference the palette data, not the palette structure.
21521           Fixes color distortion in #132341.
21522
21523 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21524
21525         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
21526           PAR can be non-fixed when not provided as argument (#162626).
21527
21528 2005-01-29  David Moore  <dcm@acm.org>
21529
21530         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21531
21532         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21533         (gst_qtdemux_loop_header):
21534           Re-apply patch from #142272 that allows non-seekable sources,
21535           re-proposed by Daniel Drake <dsd@gentoo.org>.
21536
21537 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21538
21539         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
21540           Use the src template for creating the src pad (#162330).
21541
21542 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21543
21544         * configure.ac:
21545         * ext/musepack/Makefile.am:
21546         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
21547         (gst_musepackdec_init), (gst_musepackdec_dispose),
21548         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
21549         (gst_musepack_stream_init), (gst_musepackdec_loop),
21550         (gst_musepackdec_change_state):
21551         * ext/musepack/gstmusepackdec.cpp:
21552         * ext/musepack/gstmusepackdec.h:
21553         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
21554         (gst_musepack_reader_read), (gst_musepack_reader_seek),
21555         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
21556         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
21557         * ext/musepack/gstmusepackreader.cpp:
21558         * ext/musepack/gstmusepackreader.h:
21559           Update to 1.1 API (#165446).
21560
21561 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21562
21563         * ext/Makefile.am:
21564           Unbreak buildbot.
21565
21566 2005-01-28  Andy Wingo  <wingo@pobox.com>
21567
21568         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
21569         to reflect a different dubious internet source. Add a reference
21570         and some commentary.
21571
21572 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21573
21574         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
21575         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
21576         * gst/playback/gststreamselector.h:
21577           Be more selective when we're redoing caps negotiation from
21578           within the chain function on a stream change.
21579
21580 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21581
21582         * configure.ac:
21583         * ext/Makefile.am:
21584         * ext/amrnb/Makefile.am:
21585         * ext/amrnb/amrnb.c: (plugin_init):
21586         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
21587         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
21588         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
21589         (gst_amrnbdec_state_change):
21590         * ext/amrnb/amrnbdec.h:
21591         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
21592         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
21593         (gst_amrnbparse_init), (gst_amrnbparse_formats),
21594         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
21595         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
21596         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
21597         * ext/amrnb/amrnbparse.h:
21598           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
21599         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21600           Add AMR-NB/-WB raw formats.
21601         * ext/alsa/gstalsa.c: (gst_alsa_link):
21602           Keep valid time when changing format.
21603         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21604         (qtdemux_parse_trak):
21605           Add some more format-specific options (#140141, #143555, #155163).
21606
21607 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21608
21609         * gst/matroska/matroska-demux.c:
21610         (gst_matroska_demux_parse_blockgroup):
21611           Fix logic error in timing of subtitle stream synchronization.
21612         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21613           Add skip-chunk, which is found in kodak-camera streams.
21614
21615 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21616
21617         * po/LINGUAS:
21618         * po/vi.po:
21619           Adding Vietnamese translation (submitted by Clytie Siddall)
21620
21621 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21622
21623         * gst/playback/gstdecodebin.c: (try_to_link_1):
21624           Use realpad for signal.
21625
21626 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21627
21628         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
21629           Fix category so decodebin picks it up.
21630
21631 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21632
21633         * ext/mad/Makefile.am:
21634         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
21635         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
21636         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
21637         (found_type), (gst_id3demux_bin_change_state):
21638         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21639         (gst_id3_tag_init), (gst_id3_tag_handle_event),
21640         (gst_id3_tag_src_link), (gst_id3_tag_chain),
21641         (gst_id3_tag_change_state), (plugin_init):
21642         * ext/mad/gstmad.h:
21643           Add id3demuxbin (which is a simple bin consisting of id3demux
21644           and typefind), take over rank from id3demux, remove typefind
21645           code from id3demux. Makes all broken mp3s that I know of work,
21646           and thereby fixes #152688.
21647
21648 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
21649
21650         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21651
21652         * ext/mad/gstmad.c: (gst_mad_src_event):
21653         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
21654           Allow seeks on audio pad, make mad forward those (#164826).
21655         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21656           Set duration (#165335).
21657
21658 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21659
21660         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
21661         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
21662         (gst_asf_demux_process_ext_content_desc),
21663         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
21664         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
21665         * gst/asfdemux/gstasfdemux.h:
21666           Improve metadata display, e.g. if the metadata comes before the
21667           streams are loaded (which is perfectly valid).
21668
21669 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21670
21671         * tools/gst-launch-ext-m.m:
21672           Fix AVI/ASF pipelines (#165340).
21673
21674 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
21675         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
21676         build failure on amd64
21677
21678 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
21679
21680         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
21681         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
21682           Check environment variables GST_ID3V2_TAG_ENCODING,
21683           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
21684           list of character encodings to force interpretation of non-unicode
21685           strings stored in an ID3v2 tag to a particular encoding. If none
21686           is specified, try to use current locale's encoding, then fall back
21687           to ISO-8859-1 (which will always succeed). (Resolves #149274)
21688         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
21689         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
21690           Check environment variables GST_ID3V1_TAG_ENCODING,
21691           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
21692           list of character encodings to use in case a string encountered
21693           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
21694           specified, try to use the current locale's encoding, then fall
21695           back to ISO-8859-1 (which will always succeed).
21696
21697 2005-01-25  Benjamin Otte  <otte@gnome.org>
21698
21699         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
21700           - on half framerate, compute the rate in advance so the comparisons
21701             don't compare wrong values
21702           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
21703             behaviour
21704           - don't use mad_header_decode anymore, mad_frame_decode does that
21705             automatically
21706           - when getting rid of consumed bytes, reset the stream's skiplen
21707           (fixes #163867)
21708
21709 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
21710
21711         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
21712           Use 1/2 a second for default max_discont, as PES streams from DVB
21713           seem to have larger spacings in the SCR. 
21714           Fix a typo.
21715
21716 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21717
21718         * gst/playback/gstplaybasebin.c: (group_commit):
21719           Notify delayed stream-info availability.
21720
21721 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
21722         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
21723         (gst_a52dec_handle_event), (gst_a52dec_chain):
21724         Add some debug output. Check that a discont has a valid
21725         time associated.
21726         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21727         (gst_alsa_sink_loop):
21728         Ignore TAG events. A little extra debug for broken timestamps.
21729         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
21730         (dvdnavsrc_change_state):
21731         Ensure we send a discont to engage the link before we send any
21732         other events.
21733         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
21734         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
21735         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
21736         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
21737         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
21738         dvd://title works in totem because typefinding sends a seek that ends
21739         up going back to chapter 1 regardless.
21740         * ext/mpeg2dec/gstmpeg2dec.c:
21741         * ext/mpeg2dec/gstmpeg2dec.h:
21742         Output correct timestamps and handle disconts.
21743         * ext/ogg/gstoggdemux.c: (get_relative):
21744         Small guard against a null dereference.
21745         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
21746         (gst_textoverlay_set_property):
21747         Free memory when done. Don't call gst_event_filler_get_duration on
21748         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
21749         g_warning.
21750         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
21751         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
21752         (gst_sw_srclink), (gst_smoothwave_chain):
21753         Draw solid lines, prettier colours.
21754         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
21755         Add a default palette that'll work for some movies.
21756         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
21757         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
21758         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
21759         * gst/mpegstream/gstdvddemux.h:
21760         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
21761         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
21762         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21763         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
21764         * gst/mpegstream/gstmpegparse.h:
21765         Use PTM/NAV events when for timestamp adjustment when connected to 
21766         dvdnavsrc. Don't use many discont events where one suffices.
21767         * gst/playback/gstplaybasebin.c: (group_destroy),
21768         (gen_preroll_element), (gst_play_base_bin_add_element):
21769         * gst/playback/gstplaybasebin.h:
21770         Make sure we remove subtitles from the same bin we put them in.
21771         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
21772         (gst_subparse_buffer_format_autodetect),
21773         (gst_subparse_change_state):
21774         Fix some memleaks and invalid accesses.
21775         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
21776         (oggskel_type_find), (cmml_type_find), (plugin_init):
21777         Some typefind functions for Annodex v3.0 files
21778         * gst/wavparse/gstwavparse.h:
21779         GstRiffReadClass is the correct parent class.
21780
21781 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21782
21783         * gst-libs/gst/riff/riff-media.c:
21784         (gst_riff_create_video_caps_with_data):
21785           Add extradata to huffyuv (fixes #165013).
21786         * gst-libs/gst/riff/riff-read.c:
21787         (gst_riff_read_strf_vids_with_data):
21788           Fix extradata extraction if it is in the chunk size.
21789
21790 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
21791
21792         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21793
21794         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
21795         (gst_quarktv_change_state), (gst_quarktv_dispose):
21796           Memory free'ing location fix (#164708).
21797
21798 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21799
21800         * gst/playback/gstplaybasebin.c: (group_commit),
21801         (gen_preroll_element), (probe_triggered), (gen_source_element),
21802         (setup_source), (gst_play_base_bin_change_state),
21803         (gst_play_base_bin_add_element):
21804           Don't block for streams.
21805         * gst/playback/gststreaminfo.c: (stream_info_change_state),
21806         (gst_stream_info_set_mute):
21807           Use gst_pad_set_active_recursive.
21808
21809 2005-01-25  Andy Wingo  <wingo@pobox.com>
21810
21811         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
21812         for #ifndef HAVE_XVIDEO.
21813
21814 2005-01-24  Jeffrey C. Ollie
21815
21816         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
21817
21818         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
21819         * ext/gsm/gstgsmdec.h:
21820         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
21821         * ext/gsm/gstgsmenc.h:
21822         Fix rate to 8kHz as per spec, removes obscure errors when no rate
21823         was given by property. Add proper buffer timestamps and offsets.
21824
21825 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21826
21827         * gst-libs/gst/riff/riff-media.c:
21828         (gst_riff_create_audio_caps_with_data):
21829           Audio can be <8000Hz.
21830
21831 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21832
21833         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21834           Explicit state change to workaround refcount bugs.
21835
21836 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21837
21838         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
21839         (gst_avimux_riff_get_avi_header):
21840           Fix...
21841
21842 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21843
21844         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
21845         (gst_riff_read_element_data):
21846         * gst-libs/gst/riff/riff-read.h:
21847           Add _peek version (req'ed in CDXA).
21848         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
21849         (gst_cdxaparse_loop):
21850           Fix parsing in playbin.
21851         * gst/playback/gstdecodebin.c: (close_pad_link):
21852           Ignore current_ pads, they cause major annoyance.
21853
21854 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21855
21856         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21857           Safety guard.
21858
21859 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21860
21861         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
21862           Fix padding...
21863
21864 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21865
21866         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
21867           Allow for 0-sized buffers. Fixes length query problems in
21868           starwars.mkv from the testsuite.
21869
21870 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
21871
21872         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
21873         (gst_video_box_i420), (gst_video_box_chain):
21874           Fix row strides for I420 (fixes #163159)
21875           
21876 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21877
21878         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21879           MPEG2 has a useful rate property, so we can actually use that.
21880           For MPEG-1, continue using the bytes/time properties.
21881
21882 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21883
21884         * gst-libs/gst/riff/riff-media.c:
21885         (gst_riff_create_video_caps_with_data),
21886         (gst_riff_create_video_template_caps):
21887           Add intel-h263.
21888
21889 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21890
21891         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
21892           Fail if caps negotiation fails. Should fix #162184, and should
21893           definately be in there regardless of it fixing the actual bug.
21894         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
21895         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
21896         (gst_avimux_riff_get_avix_header),
21897         (gst_avimux_riff_get_video_header),
21898         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
21899         (gst_avimux_start_file), (gst_avimux_handle_event),
21900         (gst_avimux_change_state):
21901         * gst/avi/gstavimux.h:
21902           Refactor structure writing to use GST_WRITE_UINT macros, add
21903           metadata writing support.
21904
21905 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21906
21907         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
21908           Elements may already be destroyed when this function is called.
21909
21910 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21911
21912         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21913         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
21914           More memory leak fixes (#149162).
21915
21916 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21917
21918         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21919         (gst_qtdemux_add_stream):
21920           Fix two memleaks.
21921
21922 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21923
21924         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
21925           Argh...
21926
21927 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21928
21929         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
21930           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
21931           when fixating to six channels in Totem.
21932
21933 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21934
21935         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
21936           Fix compile warnings on Solaris 10 buildbot
21937
21938 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21939
21940         * ext/dvdread/dvdreadsrc.c: (_read):
21941           Don't read beyond the last cell in a chapter (fixes 
21942           invalid memory access)
21943
21944 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21945
21946         * ext/dvdread/stream_labels.c:
21947         (dvdreadsrc_get_audio_stream_labels):
21948           Use NULL for an empty GList instead of g_list_alloc(); fix 
21949           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
21950           of GString (easier to bulk free later)
21951
21952 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
21953
21954         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21955
21956         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21957         (gst_ffmpeg_pixfmt_to_caps):
21958           Fix BGRA32 caps (#164209).
21959
21960 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
21961
21962         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21963
21964         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21965         (gst_ffmpeg_caps_to_pixfmt):
21966           alpha_mask can be RGBA/ABGR. Fixes #164265.
21967
21968 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
21969
21970         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21971
21972         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
21973         (gst_mpeg2dec_alloc_buffer):
21974         * ext/mpeg2dec/gstmpeg2dec.h:
21975           Crop if decoding size is not the actual image size (#163676).
21976
21977 2005-01-17  Steve Baker  <steve@stevebaker.org>
21978
21979         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21980
21981         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
21982         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
21983           Add libsndfile typefind functions (#163309).
21984
21985 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21986
21987         * tools/gst-launch-ext-m.m:
21988           Add .aac, fix .m1v/.m2v (#163891).
21989
21990 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21991
21992         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
21993           Sanity check, don't wait endlessly since the clock might not
21994           actually run at this point (which is a deadlock). Fixes #164069.
21995
21996 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21997
21998         * gst/playback/gstplaybasebin.c: (probe_triggered):
21999           Of course, only pause if group is done...
22000
22001 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22002
22003         * gst/playback/gstplaybasebin.c: (probe_triggered):
22004           Thread safety.
22005
22006 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
22007
22008         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
22009           Don't return state change success when the parent
22010           failed.
22011
22012 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22013
22014         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
22015           Free events (fix memleak in #162905).
22016
22017 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
22018
22019         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22020
22021         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22022         (gst_ffmpeg_caps_to_pixfmt):
22023           Fix for depth = 15. Fixes #161675.
22024
22025 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22026
22027         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22028           Set FPS correctly, even for webcams and the like.
22029         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
22030           Don error on setting while capturing.
22031
22032 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22033
22034         * ext/dv/gstdvdec.c:
22035         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
22036         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
22037           I'm a bad boy. using /1001. to force C to do float division
22038           and not integer division (as it did in my last commit)
22039           Thanks to David I. Lehn for pointing this mistake.
22040
22041 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22042
22043         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
22044           Revert Johan's 1.35->1.36 since it breaks compat.
22045
22046 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22047
22048         * ext/dv/gstdvdec.c:
22049         * ext/libfame/gstlibfame.c:
22050         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
22051         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
22052           replace framerate aproximations by their real value
22053           (24000/1001, 30000/1001, 60000/1001)
22054           Finish fixing bug #164049
22055
22056 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22057
22058         * ext/ogg/gstoggmux.c:
22059           eos/bos debugging
22060         * gst/tcp/gstmultifdsink.c:
22061         * gst/tcp/gstmultifdsink.h:
22062         * gst/tcp/gsttcp.c:
22063         * gst/tcp/gsttcp.h:
22064         * gst/tcp/gsttcpclientsink.c:
22065         * gst/tcp/gsttcpclientsrc.c:
22066         * gst/tcp/gsttcpserversink.c:
22067         * gst/tcp/gsttcpserversrc.c:
22068           improve reusability of elements after state changes and errors
22069           make multifdsink throw away streamheaders when receiving new ones
22070
22071 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22072
22073         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
22074           Fix for if items are already in list...
22075
22076 2005-01-12  Benjamin Otte  <otte@gnome.org>
22077
22078         * gst/adder/gstadder.c: (gst_adder_loop):
22079           fix adder a bit so it doesn't screw up with events as much anymore
22080
22081 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
22082
22083         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
22084         (pixbufscale_scale), (gst_pixbufscale_chain):
22085         * ext/gdk_pixbuf/pixbufscale.h:
22086           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
22087           to ensure rowstrides are calculated the same way as 
22088           ffmpegcolorspace
22089           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
22090           that we pick up duration and offset also.
22091
22092 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22093
22094         * gst/avi/gstavimux.c: (gst_avimux_class_init),
22095         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
22096           Reusability fixes.
22097
22098 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22099
22100         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
22101         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
22102         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
22103         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
22104           Update flags when requested.
22105
22106 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22107
22108         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
22109           Fix dmix.
22110
22111 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22112
22113         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22114         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
22115         (probe_triggered), (new_decoded_pad), (gen_source_element),
22116         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
22117         * gst/playback/gstplaybasebin.h:
22118         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22119         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
22120         (gst_play_bin_change_state):
22121           Implement group-switch signal for use in apps to clear metadata
22122           cache, clean up subtitle, add suburi property instead of # hack,
22123           some error-out fixes.
22124
22125 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22126
22127         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22128           Debug.
22129         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
22130           If we got a state change in the _get handler, don't return success.
22131
22132 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22133
22134         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
22135         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
22136           Make jpegdec quiet on MJPEG decoding
22137         * gst/asfdemux/README:
22138           Fix mimetypes for MJPEG and H263
22139
22140 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22141
22142         * ext/theora/theoradec.c: (theora_dec_chain):
22143           Fix broken code generation by gcc by swapping arguments.
22144         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22145           Fix \n in debug.
22146
22147 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22148
22149         * TODO:
22150           delete this file, it is by far outdated
22151         * ext/alsa/gstalsa.1: remove
22152         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
22153         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
22154         (gst_alsa_get_caps):
22155           Add HW probing for supported sample rates. Fixes #161704
22156
22157 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22158
22159         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
22160           Don't crash, biatch! :).
22161
22162 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22163
22164         * ext/musepack/gstmusepackreader.cpp:
22165         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
22166           Some work on tags - still doesn't work in playbin...
22167         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
22168           Handle events...
22169
22170 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22171
22172         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
22173           Also shove tags on kid pads.
22174
22175 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22176
22177         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
22178           Don't bail on unknown events.
22179         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
22180           Don't crash on events before negotiation.
22181         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
22182           Send tags on pads, too.
22183         * gst/playback/gststreamselector.c:
22184         (gst_stream_selector_request_new_pad):
22185           Forward events on first pad if no input was selected yet.
22186
22187 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22188
22189         * gst/playback/gstplaybasebin.c: (setup_substreams):
22190           Don't disable streamtype if the stream doesn't exist, since
22191           then playing a video after audio will disable both and nothing
22192           will happen. Fixes the testsuite.
22193
22194 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22195
22196         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
22197         (gst_v4l_xoverlay_set_xwindow_id):
22198         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
22199         (gst_v4l2_xoverlay_set_xwindow_id):
22200           Add debug categories, fix overlay disabling.
22201
22202 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22203
22204         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
22205         * ext/alsa/gstalsa.h:
22206           Add HW probing for period_count/size and buffer_size MIX/MAX
22207           Adjust default/user defined value if out of bounds
22208           Should fix bug #162024
22209
22210 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22211
22212         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
22213           Fix warning (#161191).
22214
22215 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22216
22217         * ext/dvdread/stream_labels.c:
22218         (dvdreadsrc_get_audio_stream_labels):
22219           Fix warning (init the good variable in switch default)
22220
22221 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
22222
22223         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22224
22225         * gst/tta/gstttaparse.c: (gst_tta_src_event):
22226           Fix gcc-2.95 compile (#163485).
22227
22228 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22229
22230         * configure.ac:
22231         * ext/flac/gstflacenc.c: (gst_flacenc_init),
22232         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
22233         (gst_flacenc_tell_callback), (gst_flacenc_chain),
22234         (gst_flacenc_change_state):
22235         * ext/flac/gstflacenc.h:
22236           Update for API change in flac-1.1.1. Update requirement in
22237           configure.ac. Fixes #162974.
22238
22239 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22240
22241         * gst/playback/gstplaybasebin.c: (group_destroy):
22242           Remove hack to get rid of assert and get rid of unlinked
22243           signals properly.
22244
22245 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22246
22247         * gst/playback/gstplaybasebin.c: (setup_source):
22248           Set source to NULL so that resources are free'ed. Fixes issues
22249           with playback of CDDA and similar device-accessing things.
22250
22251 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22252
22253         * testsuite/embed/Makefile.am:
22254           test->noinst, fix make test in buildbot.
22255
22256 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22257
22258         * ext/dvdread/stream_labels.c: new file
22259         * ext/dvdread/stream_labels.h: new file
22260         * ext/dvdread/Makefile.am:
22261         * ext/dvdread/dvdreadsrc.c: (_seek_title):
22262           Extract audio stream label from DVD IFO files.
22263           It only dump them on the console for now, still have to
22264           make playbin aware of them.
22265
22266 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22267
22268         * gst/playback/gstplaybasebin.c: (setup_source):
22269           Fix hanging subs.
22270
22271 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22272
22273         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22274         (gen_preroll_element), (remove_groups), (setup_subtitle),
22275         (gen_source_element), (setup_source):
22276         * gst/playback/gstplaybasebin.h:
22277           Multiple .sub files is just a stupid idea... Fix some threading
22278           mistakes. Interestingly, external .sub files cause playbin to
22279           hang, I don't know why... Parsing fixes contributed by Fran??ois
22280           Kooman <fkooman@tuxed.net>.
22281
22282 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22283
22284         * testsuite/embed/Makefile.am:
22285           Fix buildbot.
22286
22287 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
22288
22289         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22290
22291         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22292         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22293         (gst_pngenc_set_property):
22294         * ext/libpng/gstpngenc.h:
22295           Add compression level property (#163323).
22296
22297 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22298
22299         * configure.ac:
22300         * examples/capsfilter/capsfilter1.c: (main):
22301         * examples/seeking/spider_seek.c: (make_spider_pipeline):
22302         * ext/dvdread/Makefile.am:
22303         * ext/dvdread/demo-play:
22304         * ext/dvdread/demo-play.c:
22305         * gconf/gstreamer.schemas.in:
22306         * gst-libs/gst/gconf/gconf.c:
22307         * sys/v4l/TODO:
22308         * testsuite/Makefile.am:
22309         * testsuite/embed/Makefile.am:
22310         * testsuite/embed/embed.c: (cb_expose), (main):
22311           Remove all references to xvideosink, fix examples (#140845).
22312         * gst/playback/gstplaybasebin.c: (group_destroy):
22313           Apparently, disposal does not unlink - so do explicitely.
22314         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22315           Add debug.
22316
22317 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
22318
22319         * README: fix PKG_CONFIG_PATH instructions, what was there
22320         previously was breaking default search path, not nice. 
22321         Fixes #163358
22322
22323 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22324
22325         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
22326         (gst_audioscale_chain):
22327           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
22328           when resampling - how the ^@$^!@^! is this possible?!?
22329
22330 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22331
22332         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22333           Reset variables on READY.
22334         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
22335         (gst_matroska_mux_loop):
22336           Require data before writing header.
22337
22338 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
22339
22340         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22341
22342         * ext/mad/gstmad.c: (gst_mad_chain):
22343           Don't call mad_stream_sync() directly after recovering sync.
22344           Fixes #151661.
22345
22346 2005-01-09  Martin Eikermann  <meiker@upb.de>
22347
22348         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22349
22350         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
22351         (snapshot_handler), (gst_snapshot_sinkconnect),
22352         (gst_snapshot_chain):
22353           Allocate resources when required, fix recursive signal emission
22354           and fix caps. Fixes #161667.
22355
22356 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
22357
22358         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22359
22360         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
22361         (gst_pngdec_chain):
22362           Handle only 8-bppc (bits-per-pixel-component) images, better
22363           error handling and correct strides. Fixes #163177.
22364         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
22365         (gst_pngenc_chain):
22366           Better error handling. Fixes #163348.
22367
22368 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22369
22370         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
22371         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
22372         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
22373         (dvdnavsrc_uri_handler_init):
22374           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
22375         * gst/playback/gstplaybasebin.c: (gen_source_element):
22376           Add MMS to streaming URIs.
22377
22378 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22379
22380         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
22381         * sys/xvimage/xvimagesink.c:
22382         (gst_xvimagesink_navigation_send_event):
22383           Check for pad availability before sending event.
22384
22385 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22386
22387         * gst-plugins.spec.in:
22388           Add subparse.
22389
22390 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22391
22392         * configure.ac:
22393           Since we use functions from CVS, up requirement.
22394
22395 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22396
22397         * gst/playback/Makefile.am:
22398         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22399         (group_destroy), (group_commit), (group_is_muted),
22400         (gen_preroll_element), (add_stream), (unknown_type),
22401         (probe_triggered), (preroll_unlinked), (mute_stream),
22402         (silence_stream), (new_decoded_pad), (setup_substreams),
22403         (setup_source), (get_active_source), (mute_group_type),
22404         (muted_group_change_state), (set_active_source),
22405         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22406         (play_base_eos), (gst_play_base_bin_change_state):
22407         * gst/playback/gstplaybasebin.h:
22408         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
22409         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22410         (gst_stream_info_dispose), (stream_info_mute_pad),
22411         (stream_info_change_state), (gst_stream_info_set_mute):
22412         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
22413         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
22414         (gst_stream_selector_init), (gst_stream_selector_dispose),
22415         (gst_stream_selector_get_linked_pad),
22416         (gst_stream_selector_get_caps), (gst_stream_selector_link),
22417         (gst_stream_selector_get_linked_pads),
22418         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
22419         * gst/playback/gststreamselector.h:
22420           Adding stream selection support plus required properties for
22421           applications to use this. Fully fixes #100931.
22422
22423 2005-01-08  Benjamin Otte  <otte@gnome.org>
22424
22425         * gst/games/gstpuzzle.c: (nav_event_handler):
22426           - handle nav events differently: forward every event no matter if it
22427             was handled or not.
22428           - translate events
22429           You can now cheat by using navigationtest ! puzzle and moving the
22430           mouse close to the edge of a tile. ;)
22431
22432 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22433
22434         * configure.ac:
22435         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
22436         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
22437         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
22438         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
22439         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
22440         (gst_ogm_parse_plugin_init):
22441         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
22442         (gst_textoverlay_link), (gst_textoverlay_getcaps),
22443         (gst_textoverlay_event), (gst_textoverlay_video_chain),
22444         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
22445         * ext/pango/gsttextoverlay.h:
22446         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
22447         (gst_matroska_demux_handle_seek_event),
22448         (gst_matroska_demux_sync_streams),
22449         (gst_matroska_demux_parse_blockgroup),
22450         (gst_matroska_demux_subtitle_caps),
22451         (gst_matroska_demux_plugin_init):
22452         * gst/matroska/matroska-ids.h:
22453         * gst/playback/gstdecodebin.c: (close_pad_link):
22454         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22455         (gen_preroll_element), (remove_groups), (add_stream),
22456         (new_decoded_pad), (setup_subtitles), (gen_source_element),
22457         (setup_source):
22458         * gst/playback/gstplaybasebin.h:
22459         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
22460         * gst/subparse/Makefile.am:
22461         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
22462         (gst_subparse_base_init), (gst_subparse_class_init),
22463         (gst_subparse_init), (gst_subparse_formats),
22464         (gst_subparse_eventmask), (gst_subparse_event),
22465         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
22466         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
22467         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
22468         (parse_mpsub_deinit), (parse_mpsub_init),
22469         (gst_subparse_buffer_format_autodetect),
22470         (gst_subparse_format_autodetect), (gst_subparse_loop),
22471         (gst_subparse_change_state), (gst_subparse_type_find),
22472         (plugin_init):
22473         * gst/subparse/gstsubparse.h:
22474         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
22475         (plugin_init):
22476           Add subtitle support, .sub parser (supports SRT and MPsub),
22477           OGM text support, Matroska UTF-8 text support, deadlock fixes
22478           all over the place, subtitle awareness in decodebin/playbin
22479           and some fixes to textoverlay to handle subtitles in a stream
22480           correctly. Fixes #100931.
22481
22482 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22483
22484         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22485           Check for pad availability before doing a query on it.
22486
22487 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22488
22489         * ext/dv/gstdvdec.c:
22490           really fix bpp24/32 dvdec caps (classic rgba indeed)
22491         * gst/asfdemux/gstasfdemux.c:
22492         (gst_asf_demux_process_ext_content_desc):
22493           don't send text tags if they are empty (bis repetita)
22494
22495 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22496
22497         * ext/dv/gstdvdec.c:
22498          remove unneeded comment from dvdec
22499           (related to DV 4CC codes in AVI files)
22500           moved them in gstreamer/docs/random/mimetypes
22501         * gst/asfdemux/gstasfdemux.c:
22502         (gst_asf_demux_process_ext_content_desc):
22503          don't send text tags if they are empty
22504          fix mem leak on error path
22505         * gst/ffmpegcolorspace/avcodec.h:
22506         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22507         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
22508         (gst_ffmpegcsp_avpicture_fill):
22509         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
22510         * gst/ffmpegcolorspace/imgconvert_template.h:
22511          adds BGR32 and BGRA32 to ffmpegcolorspace
22512           (still bad colors, fixing it on next commit)
22513           helps with dvdec outputing BGR32
22514
22515 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22516
22517         * ext/dv/gstdvdec.c:
22518          Fix audio caps i just broke (missing ',')
22519         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
22520         (gst_matroska_mux_reset):
22521          Fix typo + add FIXME about old "x-gst-metadata" crap
22522
22523 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22524
22525         * ext/dv/demo-play.c: (main):
22526          xvideosink -> xvimagesink
22527         * ext/dv/gstdvdec.c:
22528          change rgb 32/32 caps to 24/32 (no alpha)
22529          change nb of channels to be a list (2 or 4, not 2)
22530          change sample rate to be a list (32, 44.1, 48 kHz) not a range
22531         * gst/asfdemux/gstasfdemux.c:
22532         (gst_asf_demux_process_ext_content_desc):
22533          Add 'date/year' to extracted metadata list
22534
22535 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22536
22537         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
22538           The return value of fixate_to does not imply that the requested
22539           value was set, so don't assume.
22540
22541 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
22542
22543         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22544
22545         * ext/libpng/gstpngdec.c:
22546         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
22547         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
22548         * ext/libpng/gstpngenc.h:
22549           Alpha support (encoder; #163161), mime fixage.
22550
22551 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
22552
22553         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22554
22555         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
22556         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
22557         (gst_faac_set_property), (gst_faac_get_property):
22558         * ext/faac/gstfaac.h:
22559           Allow for ADTS output (#153434).
22560
22561 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22562
22563         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22564           Fix against template (#150576).
22565
22566 2005-01-06  Benjamin Otte  <otte@gnome.org>
22567
22568         * gst/games/gstpuzzle.c: (draw_puzzle):
22569           don't draw a puzzle if either width or height of tiles would be 0.
22570
22571 2005-01-06  Benjamin Otte  <otte@gnome.org>
22572
22573         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
22574         (gst_puzzle_class_init), (gst_puzzle_finalize):
22575           no memleaks, please
22576         (gst_puzzle_create), (gst_puzzle_init),
22577         (gst_puzzle_set_property), (gst_puzzle_setup):
22578           change initialization code around so we don't reshuffle on resize
22579         (draw_puzzle):
22580           fix another stupid typo
22581
22582 2005-01-06  Benjamin Otte  <otte@gnome.org>
22583
22584         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
22585           fix stupid typo that borked copying on YUY2
22586
22587 2005-01-06  Benjamin Otte  <otte@gnome.org>
22588
22589         * gst/games/gstpuzzle.c: (draw_puzzle):
22590           fix edges when image sizes aren't multiples of tile sizes
22591
22592 2005-01-06  Benjamin Otte  <otte@gnome.org>
22593
22594         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
22595           make RGB endianness work correctly
22596         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
22597           refactor and fix race with initial shuffling
22598         (nav_event_handler):
22599           allow using the mouse to puzzle
22600         (draw_puzzle):
22601           insist on tiles having width and height as multiples of 4 to get
22602           clean YUV image handling
22603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22604         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
22605           s/DEBUG/LOG/ for common messages
22606         (gst_xvimagesink_navigation_send_event):
22607           fix mouse event translation to not include screen PAR
22608         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
22609           fix mouse event translation to actually work
22610
22611 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22612
22613         * gst/asfdemux/gstasfdemux.c:
22614         (gst_asf_demux_process_ext_content_desc):
22615          Extract TrackNumber metadata + clean up code
22616         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
22617          Hope this is the good fix (var used unitialised)
22618
22619 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22620
22621         * ext/faad/gstfaad.c: (gst_faad_chain):
22622           Only increment timestamp if it's valid. Fixes raw AAC streams.
22623
22624 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22625
22626         * configure.ac:
22627         * gst/games/Makefile.am:
22628         * gst/games/gstpuzzle.c:
22629           add a puzzle game with...
22630         * gst/games/gstvideoimage.c:
22631         * gst/games/gstvideoimage.h:
22632           ... full colorspace support (that includes YUV9 and RGB16)) stolen
22633           from videotestsrc and made into something that would be a nice
22634           library for a lot of other plugins.
22635
22636 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22637
22638         * configure.ac:
22639          don't compile faad plugin if a RC of 2.0 is found
22640          Fixes #155346 (and FC1 buildbot)
22641         * gst/asfdemux/gstasfdemux.c:
22642         (gst_asf_demux_process_ext_content_desc):
22643          try to make Solaris compiler happier
22644
22645 2005-01-06  Paul Jack  <pjack@sfaf.org>
22646
22647         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22648
22649         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
22650           Fix segfault (#161667).
22651
22652 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22653
22654         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22655           Fix framerate reporting.
22656
22657 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22658
22659         * gst-libs/gst/riff/riff-ids.h:
22660         * gst/wavenc/riff.h:
22661          Add AMR (VBR and CBR) ids to riff.h audio codec list
22662         * gst/asfdemux/gstasfdemux.c:
22663         (gst_asf_demux_process_ext_content_desc),
22664         (gst_asf_demux_process_object):
22665           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
22666
22667 2005-01-05  Martin Eikermann  <meiker@upb.de>
22668
22669         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22670
22671         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22672         (gst_dvd_demux_handle_discont):
22673         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
22674         (gst_mpeg_demux_handle_discont):
22675           Recreate pads on new-media (#160730).
22676         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
22677           Send discont even if manager changes timestamps (#161929).
22678
22679 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
22680
22681         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22682
22683         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
22684           Fix invalid memory access (#159211).
22685
22686 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22687
22688         * examples/gstplay/player.c: (main):
22689           Don't iterate.
22690         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
22691           Add visualizations.
22692         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
22693         (gst_a52dec_handle_frame):
22694           Set duration.
22695         * ext/dvdnav/gst-dvd:
22696           Add audioconvert. Fixes #161325.
22697         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
22698           Explicitely case to gint64. Possible valgrind error.
22699         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
22700         (gst_play_tick_callback), (gst_play_change_state),
22701         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
22702         (gst_play_set_location), (gst_play_get_location),
22703         (gst_play_seek_to_time), (gst_play_set_data_src),
22704         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22705         (gst_play_set_visualization), (gst_play_connect_visualization),
22706         (gst_play_get_framerate), (gst_play_get_all_by_interface),
22707         (gst_play_new):
22708           Use playbin. Fixes #139749 and #147744.
22709         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
22710           Add genre tag.
22711         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
22712         (audioscale_get_type), (gst_audioscale_base_init),
22713         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
22714         (gst_audioscale_getcaps), (gst_audioscale_fixate),
22715         (gst_audioscale_link), (gst_audioscale_get_buffer),
22716         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
22717         (gst_audioscale_init), (gst_audioscale_dispose),
22718         (gst_audioscale_chain), (gst_audioscale_set_property),
22719         (gst_audioscale_get_property), (plugin_init):
22720           Indent properly.
22721         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
22722           Fix LPCM.
22723         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
22724         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
22725         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
22726           Add more metadata (fixes #162656).
22727
22728 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22729
22730         * configure.ac:
22731           back to cvs
22732
22733 === release 0.8.7 ===
22734
22735 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22736
22737         * NEWS:
22738         * RELEASE:
22739         * configure.ac:
22740           releasing 0.8.7, "Hyperspace"
22741
22742 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22743
22744         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
22745
22746         * gst/playback/gstplaybasebin.c:
22747          Fix for #162924 - free caps after use, not before
22748
22749 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22750
22751         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22752
22753         * gst/playback/gstplaybasebin.c:
22754         * gst/wavparse/gstwavparse.c:
22755           Fix for #154773 - fixes playback of small .wav files
22756
22757 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22758
22759         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22760
22761         * gst/audioscale/gstaudioscale.c:
22762           Fix for #162819 - make audioscale reusable
22763           Fixes playback of more than one file with playbin/totem
22764
22765 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22766
22767         * gst/ffmpegcolorspace/avcodec.h:
22768         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22769         * gst/ffmpegcolorspace/imgconvert.c:
22770           clean up the mess that made me cry and avoid needless duplication
22771
22772 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22773
22774         * gst/ffmpegcolorspace/imgconvert.c:
22775           give some indication of why we're segfaulting
22776
22777 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22778
22779         * configure.ac:
22780           Fix indentation, fix v4l2 plugin detection.
22781         * ext/Makefile.am:
22782           Fix libmms location (Maciej, use diff -u!).
22783         * ext/alsa/gstalsa.c: (gst_alsa_init):
22784           Initialize caps cache to NULL.
22785         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22786           Only change state on audiosink if it exists.
22787
22788 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
22789
22790         * gst/matroska/matroska-demux.c:
22791         * gst/matroska/matroska-ids.h:
22792         * gst/matroska/matroska-demux.h:
22793         Fix Vorbis streams failing to decode in some files, where cluster_time
22794         isn't 0, because then it doesn't send codec_priv before actual data.
22795         Remove time-based test and replace it with marker set on beginning of
22796         new stream
22797
22798 2004-12-28  David Schleef  <ds@schleef.org>
22799
22800         Merge patch from Ronald fixing problems with streaming
22801         text.
22802         * ext/cairo/gstcairo.c: (plugin_init):
22803         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
22804         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
22805         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
22806         (gst_textoverlay_font_init), (gst_textoverlay_init),
22807         (gst_textoverlay_set_property):
22808         * ext/cairo/gsttextoverlay.h:
22809
22810 2004-12-27  David Schleef  <ds@schleef.org>
22811
22812         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
22813         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
22814         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
22815         (gst_textoverlay_font_init), (gst_textoverlay_init),
22816         (gst_textoverlay_set_property): Improvements to actually
22817         render text as white on black outline on video, including
22818         font selection and horizontal/vertical alignment.  (Ronald's
22819         christmas present)
22820         * ext/cairo/gsttextoverlay.h:
22821
22822 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22823
22824         * ext/ogg/gstogg.c:
22825         * ext/ogg/gstogmparse.c:
22826           fix ogm[audio/video]parse plugin registration
22827           (riff won't load if bytestream is already loaded)
22828
22829 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22830
22831         * gst/audioconvert/gstchannelmix.c:
22832           fix for GLIB < 2.4
22833
22834 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22835
22836         * Makefile.am:
22837         * configure.ac:
22838           disable docs again until it actually passes make distcheck.
22839
22840 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22841
22842         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
22843         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
22844         (plugin_init):
22845           Add 3GP (variables name Q3GP because they can't start with a
22846           number). Add samr audio fourcc (used in .3gp files), decoder
22847           is work in progress. Also do a GST_WARNING instead of ERROR
22848           in case of unknown nodes, to decrease output.
22849
22850 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22851
22852         * Makefile.am:
22853           really fix dist
22854
22855 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22856
22857         * configure.ac:
22858         * ext/speex/gstspeexdec.h:
22859         * ext/speex/gstspeexenc.h:
22860           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
22861           Fix detection code in configure.ac
22862
22863 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22864
22865         * gst/matroska/matroska-demux.c:
22866         (gst_matroska_demux_parse_blockgroup):
22867           Save position, so that queries give proper return values. Don't
22868           know how this could ever have worked before...
22869
22870 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22871
22872         * configure.ac:
22873           Put additional LAME check inside the conditional.  Fixes #152339
22874
22875 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22876
22877         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22878         (gst_avi_demux_stream_scan):
22879           Add some more debug. Fix logic error when setting movi offset
22880           while reading index.
22881
22882 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22883
22884         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22885         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
22886         (gst_avi_demux_process_next_entry):
22887           Add some debugging. Better detection of broken indexes and the
22888           accompanying index recovery. No infinite loops on state changes
22889           when we're still in our loopfunction.
22890
22891 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22892
22893         * configure.ac:
22894           Fix up.
22895
22896 2004-12-22  Archana Shah  <archana.shah@wipro.com>
22897
22898         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22899
22900         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
22901           Normalizing the value before setting
22902         (gst_sunaudiomixer_get_volume):
22903           Normalizing the value after getting. Fixes bug# 161980
22904
22905 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22906
22907         * Makefile.am: Make sure docs gets disted
22908         * docs/Makefile.am: Make sure all needed files get disted
22909         * gst-plugins.spec.in: latest updates
22910
22911 2004-12-22  Wim Taymans  <wim@fluendo.com>
22912
22913         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22914         Revert patch 1.38 as clock distribution over schedulers does
22915         not work correcly in the core yet.
22916
22917 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22918
22919         * sys/oss/README: remove this file, which predates my birth
22920           (and which content is by far outdated)
22921
22922 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
22923
22924         * Makefile.am:
22925         * configure.ac:
22926         * docs/Makefile.am:
22927         * docs/libs/Makefile.am:
22928         * docs/libs/gst-plugins-libs-docs.sgml:
22929         * docs/libs/gst-plugins-libs-sections.txt:
22930         * docs/libs/tmpl/gstgconf.sgml:
22931         * docs/upload.mak:
22932         * docs/version.entities.in:
22933           Added boilerplate gtk-doc files for plugin-libs documentation.
22934
22935 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22936
22937         * gst/auparse/gstauparse.c: fix int and float audio caps
22938
22939 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22940
22941         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
22942         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
22943           g_assert() can be a macro, don't use #ifdef inside it.
22944
22945 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
22946
22947         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22948
22949         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
22950         (gst_videorate_init), (gst_videorate_chain),
22951         (gst_videorate_change_state):
22952           Event handling (fixes #159986).
22953
22954 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22955
22956         * gst-libs/gst/riff/riff-media.c:
22957         (gst_riff_create_video_caps_with_data):
22958           Add BLZ0 (Blizzard's version of DivX) fourcc.
22959
22960 2004-12-18  David Schleef  <ds@schleef.org>
22961
22962         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
22963         portability fix.
22964
22965 2004-12-18  David Schleef  <ds@schleef.org>
22966
22967         * gst/tta/ttadec.h: Disable some header code that isn't used
22968         and clearly isn't portable.
22969
22970 2004-12-18  David Schleef  <ds@schleef.org>
22971
22972         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
22973         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22974         (avcodec_get_pix_fmt), (avpicture_layout),
22975         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
22976         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
22977         Fix code to not use GCC extensions (and c99 extensions that
22978         Forte does not like.)
22979
22980 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22981
22982         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22983
22984         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
22985         (gst_deinterlace_chain):
22986           Rowstride fixes. Fixes #161039.
22987         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
22988         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
22989         (gst_video_crop_getcaps), (gst_video_crop_link),
22990         (gst_video_crop_i420), (gst_video_crop_chain),
22991         (gst_video_crop_change_state):
22992           Rework of negotiation. Actually works now. Fixes #158650.
22993
22994 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22995
22996         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
22997           That was very stupid.
22998
22999 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23000
23001         * gst/matroska/matroska-demux.c:
23002         (gst_matroska_demux_parse_blockgroup):
23003           Fix possible crasher.
23004
23005 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23006
23007         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
23008         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
23009           Lace sizes can be zero.
23010
23011 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23012
23013         * ext/musepack/gstmusepackdec.cpp:
23014           Fetch error return values. Fixes #161624.
23015         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
23016           Really EOS.
23017
23018 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23019
23020         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
23021           Work for truncated (unfinished download etc.) files. Fixes #160514.
23022
23023 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23024
23025         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23026           Fix for integer overflow. Makes #156001 not crash. Probably masks
23027           the real bug.
23028
23029 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23030
23031         * gst/ac3parse/gstac3parse.c: (plugin_init):
23032           Parsers never have ranks. Fixes #159651.
23033
23034 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23035
23036         * gst/playback/gstdecodebin.c: (compare_ranks):
23037           make sure the facotries are ordered the same every time even if they
23038           have the same rank by using the name
23039         * gst/playback/gstdecodebin.c: (find_compatibles):
23040           make sure we don't add factories to the list twice
23041
23042 2004-12-16  David Schleef  <ds@schleef.org>
23043
23044         * configure.ac: look for musepack headers as musepack/*.h
23045         (fixes #159847)
23046         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
23047         * ext/musepack/gstmusepackreader.h: same
23048
23049 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23050
23051         * gst-libs/gst/riff/riff-read.c:
23052         (gst_riff_read_strf_auds_with_data):
23053           Read extradata correctly (fixes #155879).
23054
23055 2004-12-16  David Schleef  <ds@schleef.org>
23056
23057         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
23058         audio.  does _not_ attempt or allow conversion unless channels
23059         is 1 or 2.
23060
23061 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
23062
23063         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
23064
23065 2004-12-16  David Schleef  <ds@schleef.org>
23066
23067         * gst/audioscale/gstaudioscale.c: the resample library only
23068         handles 1 or 2 channels.  Change caps to compensate.
23069
23070 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23071
23072         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
23073         (gst_matroska_demux_audio_caps):
23074           Some MPEG-AAC hacks, because else it doesn't work...
23075
23076 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23077
23078         * gst-libs/gst/riff/riff-media.c:
23079         (gst_riff_create_video_caps_with_data),
23080         (gst_riff_create_video_template_caps):
23081           Add h264.
23082
23083 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23084
23085         * gst-libs/gst/audio/Makefile.am:
23086           Try to fix buildbot.
23087
23088 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23089
23090         * gst/tcp/gstmultifdsink.c:
23091           Clean up and uniformize debugging.
23092
23093 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
23094
23095         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23096
23097         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
23098         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
23099         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
23100         (gst_mpeg_demux_change_state):
23101           Reset on ready. Fixes 160276.
23102
23103 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
23104
23105         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23106
23107         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23108         (gst_ffmpegcsp_pad_link):
23109           Fix memleak (#154815).
23110
23111 2004-12-16  James Bowes  <bowes@cs.dal.ca>
23112
23113         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23114
23115         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
23116         (gst_musicbrainz_init), (gst_musicbrainz_chain),
23117         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
23118         * ext/musicbrainz/gsttrm.h:
23119           Add support for using a proxy server when getting a trm id from
23120           the MusicBrainz database (#149613).
23121
23122 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
23123
23124         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23125
23126         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
23127         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23128           Fix memleaks (#157233).
23129
23130 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
23131
23132         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23133
23134         * gst-libs/gst/resample/resample.c: (gst_resample_close):
23135         * gst-libs/gst/resample/resample.h:
23136         * gst/audioscale/gstaudioscale.c:
23137           Fix memleak (#159215).
23138
23139 2004-12-16  Toni Willberg  <toniw@iki.fi>
23140
23141         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23142
23143         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
23144         * sys/oss/oss_probe.c: (main):
23145           Check for mono/stereo support (similar to samplerate probing),
23146           fixes #159433. Also add missing copyright header to oss_probe.c.
23147
23148 2004-12-15  David Schleef  <ds@schleef.org>
23149
23150         * configure.ac: add audioresample and cairo plugins.  Remove
23151         HAVE_MMX stuff, because it's not used.
23152         * ext/Makefile.am: same
23153         * ext/audioresample/Makefile.am: You are not ready for an
23154         audio resampling element based on audioresample.
23155         * ext/audioresample/gstaudioresample.c:
23156         * ext/audioresample/gstaudioresample.h:
23157         * ext/cairo/Makefile.am: You are not ready for overlay elements
23158         based on cairo.  Don't look too closely, these elements kinda
23159         suck right now.
23160         * ext/cairo/gstcairo.c: new
23161         * ext/cairo/gsttextoverlay.c: new
23162         * ext/cairo/gsttextoverlay.h: new
23163         * ext/cairo/gsttimeoverlay.c: new
23164         * ext/cairo/gsttimeoverlay.h: new
23165         * gst-libs/gst/media-info/media-info-priv.h: fix compile
23166         problem with compilers that don't support variadic macros.
23167
23168 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23169
23170         Reviewed by:  David Schleef  <ds@schleef.org>
23171
23172         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
23173         Bala, registering sunaudiosrc (oops!), and cleaning up code a
23174         bit.  Also ran indent-gst.
23175         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
23176         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
23177         (gst_sunaudiosrc_setparams):
23178
23179 2004-12-14  David Schleef  <ds@schleef.org>
23180
23181         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
23182         output rate to 16000.  Should fix #160235.
23183
23184 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23185
23186         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
23187         Add typefinding for mpeg2 pes streams
23188
23189 2004-12-13  David Schleef  <ds@schleef.org>
23190
23191         * configure.ac:  Applied patch from bug #143659, making default
23192         sources and sinks OS-dependent (for Solaris), and added code
23193         for OS/X.
23194         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
23195
23196 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23197
23198         * gst-libs/gst/riff/riff-media.c:
23199           forgot to add h2.64 to avidemux template caps
23200
23201 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23202
23203         * gst/wavenc/riff.h:
23204         * gst-libs/gst/riff/riff-media.c:
23205         * gst-libs/gst/riff/riff-ids.h:
23206         * gst/avi/gstavimux.c
23207         add 4CC code for VideoSoft h264 in AVI (VSSH)
23208           fixes bug #160655
23209         remove s323 from riff, it's quicktime specific :(
23210
23211 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23212
23213         * gst/asfdemux/README
23214         * gst/wavenc/riff.h
23215         * gst-libs/gst/riff/riff-ids.h
23216         * gst-libs/gst/riff/riff-media.c
23217         * gst/qtdemux/qtdemux.c:
23218           add new 4CC codes for h263 related codecs
23219           fixes partially bug #155163
23220
23221 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
23222
23223         * configure.ac: Update polyaudio requirement to 0.7
23224         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
23225
23226 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23227
23228         * gst/interleave/deinterleave.c:
23229         fix my name's spelling! :)
23230
23231 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23232
23233         * AUTHORS ChangeLog
23234         * gst/auparse/gstauparse.c
23235         * gst/interleave/deinterleave.c
23236         * gst/law/:
23237                 alaw-decode.c alaw-encode.c
23238                 mulaw-decode.c mulaw-encode.c
23239         * gst/oneton/gstoneton.c
23240         * sys/osxaudio/:
23241                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
23242         * sys/osxvideo/:
23243                 cocoawindow.h cocoawindow.m
23244                 osxvideosink.h osxvideosink.m
23245
23246         put the same mail address for Zaheer Abbas Merali everywhere
23247
23248 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23249
23250         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
23251           Align by packetsize, and assert that we a packet available before
23252           playing. The first makes webstreams work (they often include
23253           trailing padding data in a packet), the second allows pausing a
23254           ASF stream in totem without getting demux errors afterwards.
23255
23256 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23257
23258         * ext/ogg/gstoggdemux.c: (get_relative):
23259           Check for non-NULL before accessing member (end-of-chain).
23260
23261 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23262
23263         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23264         (cdparanoia_set_property), (cdparanoia_get_property):
23265         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
23266         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
23267         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23268         (dvdreadsrc_init), (dvdreadsrc_set_property),
23269         (dvdreadsrc_get_property):
23270         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
23271         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
23272           Synchronize property names where not yet the case. Devices are
23273           now device=X, other versions are deprecated (but still exist).
23274           Also use g_free() unconditionally.
23275         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23276         (setup_source), (gst_play_base_bin_get_property):
23277           Expose source.
23278
23279 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23280
23281         * configure.ac: move GCONF macro outside conditional for the am
23282           conditional. Fixes #160439
23283
23284 2004-12-08  David Schleef  <ds@schleef.org>
23285
23286         * tools/gst-visualise-m.m: Switch to elements that currently
23287         exist.
23288
23289 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23290
23291         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23292           We love wrong commas.
23293
23294 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23295
23296         * gst/matroska/matroska-demux.c:
23297         (gst_matroska_demux_handle_src_query):
23298           Don't set DEFAULT, unsupported - makes length display incorrectly
23299           in some cases.
23300
23301 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
23302
23303         * gst/monoscope/README: remove blurb about files being GPL
23304         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
23305         * gst/monoscope/monoscope.c: Change license to BSD with explanation
23306           monoscope is now effectively LGPL licensed
23307
23308 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
23309
23310         * gst/monoscope/README: Update information to be more correct
23311         * gst/monoscope/convolve.c: Relicense to LGPL
23312         * gst/monoscope/convolve.h: Relicense to LGPL
23313
23314 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
23315
23316         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23317           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
23318         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
23319           set default_duration for mpeg1 audio
23320
23321 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23322
23323         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
23324         * ext/alsa/gstalsa.h:
23325           refactor big chunks of the core caps negotiation code to make it
23326           a lot faster, because people claim it's really slow
23327           (actually, just cache the getcaps when the device is opened)
23328
23329 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23330
23331         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
23332         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
23333         (gst_a52dec_handle_frame), (gst_a52dec_chain),
23334         (gst_a52dec_change_state), (plugin_init):
23335         * ext/a52dec/gsta52dec.h:
23336           Do something useful with timestamps. Make chain-based (since
23337           there's really no reason to be loopbased).
23338         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
23339           Update current_byte/frame correctly.
23340
23341 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23342
23343         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
23344         (gst_ape_demux_stream_init):
23345           Forward tags, too.
23346
23347 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23348
23349         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
23350           Let's make sure we're done typefinding when detecting tags.
23351
23352 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23353
23354         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
23355         (gst_ebml_read_init), (gst_ebml_read_use_event),
23356         (gst_ebml_read_element_id), (gst_ebml_peek_id),
23357         (gst_ebml_read_seek), (gst_ebml_read_skip),
23358         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
23359         (gst_ebml_read_master):
23360         * gst/matroska/ebml-read.h:
23361         * gst/matroska/matroska-demux.c:
23362         (gst_matroska_demux_parse_contents),
23363         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
23364           Disgustingly evil hack for working around INTERRUPT events and
23365           their extremely annoying habit of being a pain in the ass. We
23366           simply peek a cluster before reading any of it.
23367
23368 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23369
23370         * ext/musepack/gstmusepackdec.cpp:
23371           There's also floating point libmusepacks.
23372
23373 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23374
23375         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
23376         (gst_faad_chanpos_to_gst), (gst_faad_chain):
23377           Set DURATION even if source buffer didn't. Also use increasing
23378           timestamps.
23379         * gst-libs/gst/riff/riff-media.c:
23380         (gst_riff_create_audio_caps_with_data):
23381           Block_align can have larger values than 8192.
23382
23383 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23384
23385         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
23386         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
23387         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
23388         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
23389           Fix caps.
23390
23391 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23392
23393         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
23394           Fix logic bug.
23395
23396 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23397
23398         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
23399           Yay, another one.
23400
23401 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23402
23403         * ext/esd/esdsink.c: (gst_esdsink_chain):
23404           Make error actually say something useful (fixes #156798).
23405         * gst-libs/gst/riff/riff-media.c:
23406         (gst_riff_create_video_caps_with_data),
23407         (gst_riff_create_video_template_caps):
23408           Add Intel Video 5.0 fourcc (IV50).
23409
23410 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
23411
23412         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
23413         detection on mono and stereo mp3 files.
23414
23415 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23416
23417         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23418           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
23419           the contained stream).
23420
23421 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23422
23423         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
23424           Oops, remove debug.
23425
23426 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23427
23428         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23429
23430         * gst/law/alaw-decode.c: (alawdec_getcaps):
23431         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
23432           Prevent warnings when negotiating caps (fixes #159338).
23433
23434 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23435
23436         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23437         (gst_ffmpegcsp_chain):
23438           Remove old leftover that shouldn't be there...
23439
23440 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23441
23442         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23443
23444         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
23445           Don't forward DISCONT events (fixes #159684).
23446
23447 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23448
23449         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
23450           Unlink manually since sometimes bin disposal (and therefore
23451           pad unlinking) is delayed, which will cause a new media file
23452           to not be able to start playing instantly.
23453
23454 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23455
23456         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
23457           On mute of an unlinked stream, check for pad availability so
23458           we don't crash on unlinked pad.
23459
23460 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23461
23462         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23463         (gst_avi_demux_massage_index):
23464           Fix quite humiliating bug in omitting 0-sized index chunks but
23465           forgetting to count them for timestamps.
23466
23467 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23468
23469         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
23470           Actually leave the loop if we failed to sync. Don't crash.
23471
23472 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23473
23474         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
23475         (gst_dvd_demux_process_private):
23476         * gst/mpegstream/gstdvddemux.h:
23477           Fix crash (#159759). Doesn't work, though. :-(.
23478
23479 2004-11-28  Benjamin Otte  <otte@gnome.org>
23480
23481         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
23482           more overwriting protection due to modifying channels one by one
23483           instead of all at once
23484
23485 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23486
23487         * gst/audioconvert/gstchannelmix.c:
23488         (gst_audio_convert_fill_normalize):
23489           Normalize using absolute values.
23490
23491 2004-11-28  Julien MOUTTE  <julien@moutte.net>
23492
23493         * configure.ac:
23494         * ext/Makefile.am:
23495         * ext/directfb/Makefile.am:
23496         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
23497         (gst_directfbvideosink_get_pixel_format),
23498         (gst_directfbvideosink_get_format_from_fourcc),
23499         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
23500         (gst_directfbvideosink_sink_link),
23501         (gst_directfbvideosink_change_state),
23502         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
23503         (gst_directfbvideosink_buffer_alloc),
23504         (gst_directfbvideosink_interface_supported),
23505         (gst_directfbvideosink_interface_init),
23506         (gst_directfbvideosink_navigation_send_event),
23507         (gst_directfbvideosink_navigation_init),
23508         (gst_directfbvideosink_set_property),
23509         (gst_directfbvideosink_get_property),
23510         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
23511         (gst_directfbvideosink_base_init),
23512         (gst_directfbvideosink_class_init),
23513         (gst_directfbvideosink_get_type), (plugin_init):
23514         * ext/directfb/directfbvideosink.h: Adding a first version of
23515         directfbvideosink.
23516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
23517         more.
23518
23519 2004-11-28  Benjamin Otte  <otte@gnome.org>
23520
23521         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
23522           walk the samples backwards if out_channels > in_channels so we don't
23523           overwrite data
23524
23525 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23526
23527         * gst/audioconvert/Makefile.am:
23528         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23529         (gst_audio_convert_link), (gst_audio_convert_change_state),
23530         (gst_audio_convert_channels):
23531         * gst/audioconvert/gstchannelmix.c:
23532         (gst_audio_convert_unset_matrix),
23533         (gst_audio_convert_fill_identical),
23534         (gst_audio_convert_fill_compatible),
23535         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
23536         (gst_audio_convert_fill_others),
23537         (gst_audio_convert_fill_normalize),
23538         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
23539         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
23540         * gst/audioconvert/gstchannelmix.h:
23541           Implement a channel mixer.
23542
23543 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
23544
23545         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
23546         * ext/alsa/gstalsa.h:
23547         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
23548         Make alsasink actually honor gst_element_set_clock and use that
23549         clock instead of its internal one.
23550
23551 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
23552
23553         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
23554         (gst_play_base_bin_change_state): nullify source and decoder when
23555         going from READY to NULL so that we don't try to do weird stuff with
23556         them when going from NULL to READY
23557         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
23558         instead of g_object_unref
23559         (gen_video_element), (gen_audio_element): more refcounting fixes, now
23560         it should be correct
23561         (gst_play_bin_change_state): don't call remove_sinks if we are
23562         currently disposing the object
23563
23564 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23565
23566         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
23567           Don't forget bass if it's there. Else left channel is silent...
23568
23569 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23570
23571         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
23572         (gst_a52dec_change_state):
23573           Don't do sample adjusting anymore, we use float audio now.
23574         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
23575           Don't fixate to non-existing properties.
23576
23577 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23578
23579         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
23580         (gst_a52dec_change_state):
23581           Advertise that we can do surround sound.
23582
23583 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23584
23585         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
23586           Add buffer-frames=0.
23587         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
23588         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
23589         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
23590         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
23591         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
23592         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
23593         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
23594         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
23595         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
23596         * ext/dvdread/dvdreadsrc.h:
23597           Add seeking, querying for bytes, sectors, title, angle and
23598           chapter. Handle multiple chapters. Relicense to LGPL because
23599           Billy agreed on that (thanks Billy!).
23600
23601 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
23602
23603         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
23604         call parent dispose method
23605
23606 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
23607
23608         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
23609         (gst_audio_clock_get_internal_time):
23610         Fix active <-> inactive transitions: ensure time value always
23611         grows and avoid abrupt value changes.
23612
23613 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
23614
23615         * configure.ac:
23616         * gst/tta/Makefile.am:
23617         * gst/tta/crc32.h:
23618         * gst/tta/filters.h:
23619         * gst/tta/gsttta.c:
23620         * gst/tta/gstttadec.c:
23621         * gst/tta/gstttadec.h:
23622         * gst/tta/gstttaparse.c:
23623         * gst/tta/gstttaparse.h:
23624         * gst/tta/ttadec.h:
23625           added TTA parser and decoder
23626
23627 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23628
23629         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23630         (probe_triggered), (check_queue), (buffer_underrun),
23631         (buffer_running), (buffer_overrun), (gen_source_element),
23632         (setup_source):
23633         * gst/playback/gstplaybasebin.h:
23634           Implement buffering. Needs some more work.
23635
23636 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23637
23638         * ext/theora/theoradec.c: (theora_dec_chain):
23639           Fix ilog mask range overflow.
23640
23641 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23642
23643         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
23644           Don't omit the last (which in case of dmix is the only :) )
23645           channel count. Don't set channels if <= 2.
23646
23647 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
23648
23649         * gst/playback/gstplaybin.c: (gen_video_element),
23650         (gen_audio_element): Removed 2 obsolete comments
23651
23652 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
23653
23654         * ext/vorbis/oggvorbisenc.c
23655         * ext/vorbis/vorbisenc.c :
23656           change description fields of those plugins to differentiate them
23657           (pitivi show Encoders by description, they had the same one)
23658
23659 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
23660
23661         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23662
23663         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
23664         (gst_play_bin_set_property), (gen_video_element),
23665         (gen_audio_element):
23666           Refcounting fixes for provided audio-/videosinks.
23667
23668 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23669
23670         * gst/playback/gstplaybin.c: (gen_video_element),
23671         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
23672           Don't reference all sinks, but only the video- and audiosinks.
23673           The vis. element should be disposed when we're done with it.
23674           We don't have any reason to keep it around. This fixes warnings
23675           when reusing playbin for playing multiple audio files with
23676           vis. enabled. Also release audio device on pause - idea stolen
23677           from Rhythmbox.
23678
23679 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23680
23681         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
23682         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
23683         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
23684         * ext/alsa/gstalsaplugin.c: (plugin_init):
23685         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
23686         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
23687         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
23688         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
23689         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
23690         (gst_faad_change_state), (plugin_init):
23691         * ext/faad/gstfaad.h:
23692         * ext/vorbis/vorbis.c: (plugin_init):
23693         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23694         * gst-libs/gst/audio/Makefile.am:
23695         * gst-libs/gst/audio/audio.c: (plugin_init):
23696         * gst-libs/gst/audio/multichannel.c:
23697         (gst_audio_check_channel_positions),
23698         (gst_audio_get_channel_positions),
23699         (gst_audio_set_channel_positions),
23700         (gst_audio_set_structure_channel_positions_list),
23701         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
23702         (gst_audio_fixate_channel_positions):
23703         * gst-libs/gst/audio/multichannel.h:
23704         * gst-libs/gst/audio/testchannels.c: (main):
23705         * gst/audioconvert/gstaudioconvert.c:
23706         (gst_audio_convert_class_init), (gst_audio_convert_init),
23707         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
23708         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
23709         (gst_audio_convert_fixate), (gst_audio_convert_channels):
23710         * gst/audioconvert/plugin.c: (plugin_init):
23711           Surround sound support.
23712
23713 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23714
23715         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
23716           Fix position for discont if we're close as well. Nitpicking, but
23717           saves a few milliseconds of extra waiting or skipping.
23718
23719 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23720
23721         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
23722           We sometimes need parsers for playback, so add those too.
23723
23724 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23725
23726         * configure.ac:
23727         * gst/apetag/Makefile.am:
23728         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
23729         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
23730         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
23731         (gst_ape_demux_get_src_query_types),
23732         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
23733         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
23734         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
23735         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
23736         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
23737         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
23738         (gst_ape_demux_change_state):
23739         * gst/apetag/apedemux.h:
23740         * gst/apetag/apetag.c: (plugin_init):
23741         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
23742         (plugin_init):
23743           APE v1/2 tag reader plus typefind function.
23744
23745 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23746
23747         * configure.ac:
23748         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23749         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
23750           Remove hacks for older core. Require newer core version
23751           accordingly.
23752
23753 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23754
23755         * gst/cdxaparse/Makefile.am:
23756         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
23757         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
23758         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
23759         * gst/cdxaparse/gstcdxaparse.h:
23760         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
23761         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
23762         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
23763         (gst_cdxastrip_get_src_query_types),
23764         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
23765         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
23766         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
23767         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
23768         * gst/cdxaparse/gstcdxastrip.h:
23769           SVCD/VCD header stripping separated from CDXA image parsing.
23770         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23771         (plugin_init):
23772           Add VCD/SVCD header typefinding for VCD/SVCD.
23773         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
23774         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
23775         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
23776         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
23777         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
23778         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
23779         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
23780         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
23781         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
23782         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
23783         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
23784         * sys/vcd/vcdsrc.h:
23785           Fix up, add seeking, querying, URI interface. Works in totem now.
23786
23787 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23788
23789         * configure.ac:
23790           back to CVS
23791
23792 === release 0.8.6 ===
23793
23794 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23795
23796         * NEWS:
23797         * RELEASE:
23798         * configure.ac:
23799         * po/af.po:
23800         * po/az.po:
23801         * po/cs.po:
23802         * po/en_GB.po:
23803         * po/hu.po:
23804         * po/it.po:
23805         * po/nb.po:
23806         * po/nl.po:
23807         * po/or.po:
23808         * po/sq.po:
23809         * po/sr.po:
23810         * po/sv.po:
23811         * po/uk.po:
23812           releasing 0.8.6, "IOU Love"
23813
23814 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23815
23816         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23817
23818         * gst/playback/gstplaybasebin.c:
23819           Fix unplayable files error handling.  Fixes #158365
23820
23821 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23822
23823         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23824
23825         * gst/typefind/gsttypefindfunctions.c:
23826           Fix broken mp3 typefinding.  Fixes #158375
23827
23828 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23829
23830         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23831
23832         * ext/ogg/gstoggdemux.c:
23833           Fix sync on broken files.  Fixes #158976
23834
23835 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23836
23837         patch by: Edward Hervey <bilboed@bilboed.com>
23838
23839         * ext/libpng/gstpngenc.c:
23840           Copy over buffer properties.  Fixes #158832
23841
23842 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23843
23844         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
23845
23846         * ext/dvdread/dvdreadsrc.c:
23847           Fixes invalid reads (#158462)
23848
23849 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23850
23851         * sys/v4l/gstv4lsrc.c:
23852         * sys/v4l/gstv4lsrc.h:
23853         * sys/v4l/v4lsrc_calls.c:
23854           Probe less and cache it.  Fixes #159187.
23855
23856 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23857
23858         * gst/videorate/gstvideorate.c:
23859           Handle all video formats. Fixes #159186.
23860
23861 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
23862         * gst/synaesthesia/gstsynaesthesia.c:
23863         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
23864         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
23865         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
23866         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
23867         (gst_synaesthesia_change_state), (plugin_init):
23868         Fix up synaesthesia to work under different samplerates/ buffer sizes.
23869         Force 320x200 output, as that's the only thing the underlying
23870         synaesthesia implementation supports. Still needs to be made
23871         re-entrant.
23872
23873 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23874
23875         * configure.ac:
23876           Fix mpeg2enc configure check (similar to mplex check below).
23877
23878 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
23879
23880         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23881
23882         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23883           Fix for gcc-2.95 (fixes #158221).
23884
23885 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23886
23887         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23888           Re-add clock distribution hack (until new core is released).
23889           Fixes #158125.
23890
23891 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
23892         * configure.ac:
23893           fix mplex configure check segfaulting on some systems (bug #140994)
23894
23895 2004-11-13  Benjamin Otte  <otte@gnome.org>
23896
23897         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
23898           add debugging
23899         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23900           do a wait when we enter the loop func with no data available to
23901           write instead of getting into an 100% CPU loop by just returning and
23902           being called again by the scheduler
23903
23904 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
23905
23906         * configure.ac:
23907         * ext/libvisual/visual.c: (gst_visual_get_type),
23908         (libvisual_log_handler), (gst_visual_getcaps),
23909         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
23910         (plugin_init):
23911           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
23912         * ext/smoothwave/Makefile.am:
23913         * ext/smoothwave/demo-osssrc.c: (main):
23914         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
23915         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
23916         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
23917         (plugin_init):
23918         * ext/smoothwave/gstsmoothwave.h:
23919           Make gstsmoothwave a working element in the 20th century.
23920
23921         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
23922           Fix incorrect link function
23923
23924 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23925
23926         * gst/volume/gstvolume.c:
23927           Allow buffer-frames=0.
23928
23929 2004-11-12 Iain <iaingnome@gmail.com>
23930
23931         * configure.ac: Check for polypaudio
23932
23933         * ext/Makefile.am: Build the polyp dir
23934
23935         * ext/polyp: The polypsink sources.
23936
23937 2004-10-30 Iain <iaingnome@gmail.com>
23938
23939         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
23940         caps to reflect the new number of channels.
23941
23942 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23943
23944         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23945           Fix for negotiation order problem. This would show when the
23946           ALSA loopfuction was called before any other function. ALSA
23947           wouldn't do anything because we're not negotiated yet, leading
23948           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
23949
23950 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23951
23952         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23953
23954         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23955           No warnings (#157986).
23956
23957 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23958
23959         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23960           Prefer apev1/2 and id3v1 (at end of file) over musepack.
23961
23962 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23963
23964         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
23965           Signal no-more-pads (so it works in playbin).
23966
23967 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23968
23969         * ext/musepack/gstmusepackreader.cpp:
23970           Workaround for older core.
23971
23972 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23973
23974         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
23975           Actually test for odd width/height rather than testing whether
23976           a temporary variable that was 0 before we subtracted 1 is now
23977           not equal to zero (which it always is).
23978
23979 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23980
23981         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
23982         Fix compilation if HAVE_XVIDEO is not defined
23983
23984 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23985
23986         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
23987         Fix compilation if HAVE_XVIDEO is not defined
23988
23989 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
23990
23991         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
23992         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
23993         (gst_goom_change_state), (plugin_init):
23994         Use the bytestream adapter so goom doesn't depend on the input
23995         buffer size.
23996         Add a debug category
23997
23998 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23999
24000         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
24001           Only set hardware parameters *after* negotiation. Before
24002           negotiation, it will set ANY and that seems to cause crashes
24003           (see e.g. #151288, #153227).
24004
24005 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24006
24007         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24008           This seems to be antique leftover. It needs to pass error
24009           checking.
24010         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
24011         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
24012         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
24013         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
24014           Fix GstXOverlay implementation (#151059).
24015
24016 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24017
24018         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
24019           Don't assert (#157853).
24020
24021 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24022
24023         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24024           Fix bytes/samples confustion.
24025         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
24026           Fix for underrun (#144389).
24027
24028 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24029
24030         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
24031           Disable halfway-seek for pending release (since it needs a new
24032           core release).
24033
24034 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24035
24036         * sys/v4l/gstv4lsrc.c:
24037         * sys/v4l/gstv4lsrc.h:
24038         * sys/v4l/v4lsrc_calls.c:
24039           add autoprobe-fps property so we can separate autoprobing parts
24040
24041 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24042
24043         * sys/v4l/gstv4lsrc.c:
24044         * sys/v4l/v4lsrc_calls.c:
24045         initialise fourcc to catch unset fourcc's, and debug
24046
24047 2004-11-09  Wim Taymans  <wim@fluendo.com>
24048
24049         * gst/playback/README:
24050         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
24051         * gst/playback/gstplaybin.c: (gst_play_bin_init),
24052         (gst_play_bin_dispose), (gst_play_bin_set_property),
24053         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
24054         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
24055         (gst_play_bin_get_formats), (gst_play_bin_convert),
24056         (gst_play_bin_get_query_types), (gst_play_bin_query):
24057         Cleanups and some more documentation.
24058
24059 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
24060
24061         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
24062         (gst_cacasink_init), (gst_cacasink_chain):
24063         * ext/libcaca/gstcacasink.h:
24064         Cacasink inherits from VideoSink, so let that store the clock.
24065
24066 2004-11-09  Wim Taymans  <wim@fluendo.com>
24067
24068         * gst/playback/README:
24069         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
24070         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
24071         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
24072         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
24073         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
24074         (setup_sinks):
24075         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
24076         (gst_stream_info_is_mute), (gst_stream_info_set_property):
24077         * gst/playback/gststreaminfo.h:
24078         Updated README.
24079         Only switch groups if all streams have muted (EOSed).
24080         Send Tags in sync with the stream playback instead of in
24081         the playback/preroll phase.
24082         Some cleanups, free the fakesrc elements.
24083
24084 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24085
24086         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
24087           buffer-frames property was missing
24088         * ext/arts/gst_arts.c:
24089           rate missing from sinkcaps
24090         * ext/audiofile/gstafparse.c:
24091         * ext/audiofile/gstafsink.c:
24092         * ext/audiofile/gstafsrc.c:
24093         * ext/swfdec/gstswfdec.c:
24094           int audio doesn't know buffer-frames
24095         * ext/cdparanoia/gstcdparanoia.c:
24096           int audio doesn't know chunksize either
24097         * ext/nas/nassink.c:
24098           it's endianness, not endianess
24099         * gst-libs/gst/audio/audio.h:
24100           make float standard pad template caps really describe float
24101         * gst/law/mulaw.c: (linear_factory):
24102           signed only, please
24103         * gst/mpegstream/gstdvddemux.c:
24104           widths of 20 are not valid
24105
24106 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24107
24108         Submitted by: Luca Ferretti <elle.uca@infinito.it>
24109
24110         * po/LINGUAS:
24111         * po/it.po:
24112           Add Italian
24113
24114 2004-11-08  Wim Taymans  <wim@fluendo.com>
24115
24116         * gst/playback/README:
24117         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
24118         * gst/playback/gstplaybasebin.c: (probe_triggered),
24119         (gst_play_base_bin_change_state):
24120         Updated README, added more comments for fixmes etc..
24121
24122 2004-11-08  Wim Taymans  <wim@fluendo.com>
24123
24124         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
24125         We can remove this hack now.
24126
24127 2004-11-08  Wim Taymans  <wim@fluendo.com>
24128
24129         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
24130         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24131         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
24132         Only mix AYUV for maximum quality.
24133
24134 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24135
24136         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
24137         (gst_ogg_demux_push), (gst_ogg_pad_push):
24138           Let's act as if we're synchronized now! :).
24139         * ext/theora/theoradec.c: (theora_dec_chain):
24140           Add some debug.
24141
24142 2004-11-08  Wim Taymans  <wim@fluendo.com>
24143
24144         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24145         (gst_alpha_set_property), (gst_alpha_sink_link),
24146         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
24147         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
24148         (gst_alpha_init_params), (gst_alpha_chain):
24149         Implement alpha functions for AYUV too, this increases
24150         accuracy quite a bit.
24151
24152 2004-11-08  Wim Taymans  <wim@fluendo.com>
24153
24154         * gst/ffmpegcolorspace/avcodec.h:
24155         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24156         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
24157         (gst_ffmpegcsp_avpicture_fill):
24158         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24159         (gst_ffmpegcsp_caps_remove_format_info):
24160         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
24161         (shrink12), (img_get_alpha_info), (deinterlace_line),
24162         (deinterlace_line_inplace):
24163         * gst/ffmpegcolorspace/imgconvert_template.h:
24164         Added AYUV colorspace and handle RGBA a bit more respectful.
24165
24166 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24167
24168         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24169           Actually always send a discont (cornercase when resending the
24170           same serial-tagged chain twice).
24171
24172 2004-11-08  Julien MOUTTE  <julien@moutte.net>
24173
24174         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
24175         (gst_ximagesink_finalize):
24176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
24177         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
24178
24179 2004-11-08  Wim Taymans  <wim@fluendo.com>
24180
24181         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
24182         Don't segfault on NULL data.
24183
24184 2004-11-08  Wim Taymans  <wim@fluendo.com>
24185
24186         * gst/playback/gstdecodebin.c: (unlinked):
24187         * gst/playback/gstplay-marshal.list:
24188         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24189         (gst_play_base_bin_init), (group_create), (get_active_group),
24190         (get_building_group), (group_destroy), (group_commit),
24191         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
24192         (add_element_stream), (no_more_pads), (probe_triggered),
24193         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
24194         (state_change), (setup_source), (gst_play_base_bin_get_property),
24195         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
24196         (gst_play_base_bin_link_stream),
24197         (gst_play_base_bin_get_streaminfo):
24198         * gst/playback/gstplaybasebin.h:
24199         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24200         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
24201         Add support for chained ogg files. Prepare for playlist
24202         support. This patch introduces the concept of pad groups, which
24203         together compose one playable media file.
24204
24205 2004-11-07  David Schleef  <ds@schleef.org>
24206
24207         * testsuite/gst-lint: Check for pad templates that aren't statically
24208         scoped.
24209
24210 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24211
24212         * configure.ac:
24213         * ext/Makefile.am:
24214         * ext/musepack/Makefile.am:
24215         * ext/musepack/gstmusepackdec.cpp:
24216         * ext/musepack/gstmusepackdec.h:
24217         * ext/musepack/gstmusepackreader.cpp:
24218         * ext/musepack/gstmusepackreader.h:
24219           Add musepack decoder.
24220         * ext/faad/gstfaad.c: (gst_faad_base_init):
24221           Make pad templates static.
24222         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
24223         (plugin_init):
24224           Add musepack typefinder, make mp3 typefinding work halfway stream,
24225           which doesn't actually work yet because id3demux doesn't implement
24226           _get_length().
24227
24228 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24229
24230         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24231         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
24232           Fix interrupt event handling (#144436).
24233
24234 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24235
24236         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
24237           Hide unused glory.
24238
24239 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24240
24241         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24242
24243         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
24244           Fix weird caps (#157548).
24245
24246 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24247
24248         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24249
24250         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
24251           Add missing NULL terminator (#157543).
24252
24253 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24254
24255         * gst/tcp/gsttcp.h:
24256         * gst/tcp/gsttcpclientsink.c:
24257         * gst/tcp/gsttcpclientsrc.c:
24258         * gst/tcp/gsttcpserversink.c:
24259         * gst/tcp/gsttcpserversrc.c:
24260           ports can go up to 65535.  Move common defines to gsttcp.h
24261
24262 2004-11-05  Wim Taymans  <wim@fluendo.com>
24263
24264         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
24265         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
24266         Added two more colorspaces.
24267
24268 2004-11-05  Wim Taymans  <wim@fluendo.com>
24269
24270         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24271         (gst_ffmpegcsp_avpicture_fill):
24272         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
24273         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
24274         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
24275         More stride fixes.
24276
24277 2004-11-05  Wim Taymans  <wim@fluendo.com>
24278
24279         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
24280         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
24281         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
24282         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
24283         (gst_videomixer_loop):
24284         More stride fixes.
24285
24286 2004-11-05  Benjamin Otte  <otte@gnome.org>
24287
24288         * ext/mad/gstmad.c: (gst_mad_chain):
24289           don't overflow data buffer. Flush not needed sync data when syncing
24290           failed.
24291
24292 2004-11-04  Wim Taymans  <wim@fluendo.com>
24293
24294         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24295         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24296         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
24297         (gst_alpha_init_params), (gst_alpha_chain),
24298         (gst_alpha_change_state):
24299         Updated the chroma keying algorithm with something more
24300         sophisticated.
24301
24302 2004-11-03  Wim Taymans  <wim@fluendo.com>
24303
24304         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
24305         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24306         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
24307         Fix stride issues. Does not completely work for odd
24308         heights.
24309
24310 2004-11-03  Wim Taymans  <wim@fluendo.com>
24311
24312         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24313         (gst_alpha_chroma_key), (gst_alpha_chain):
24314         Fix stride issues. Does not completely work for odd
24315         heights.
24316
24317 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
24318
24319         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
24320         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
24321         leak fixes
24322
24323 2004-11-03  Wim Taymans  <wim@fluendo.com>
24324
24325         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24326         (gst_ffmpegcsp_avpicture_fill):
24327         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
24328         (avpicture_alloc):
24329         * gst/ffmpegcolorspace/imgconvert_template.h:
24330         Use correct _fill function to get correct strides.
24331
24332 2004-11-02  David Schleef  <ds@schleef.org>
24333
24334         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24335         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
24336         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
24337         Change all g_print()s to debugging.  Add a bunch of consistency
24338         checks.
24339
24340 2004-11-02  Wim Taymans  <wim@fluendo.com>
24341
24342         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24343         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
24344         (unlinked), (no_more_pads), (close_link):
24345         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24346         (unknown_type), (add_element_stream), (new_decoded_pad),
24347         (removed_decoded_pad), (setup_source):
24348         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
24349         (gst_stream_info_class_init), (gst_stream_info_init),
24350         (gst_stream_info_new), (gst_stream_info_dispose),
24351         (stream_info_mute_pad), (gst_stream_info_set_property),
24352         (gst_stream_info_get_property):
24353         * gst/playback/gststreaminfo.h:
24354         Fix playback of multiple files.
24355         a slightly different approach to handling dynamic pad removals.
24356         This one only looks at pads that we have linked.
24357
24358 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
24359
24360         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
24361         free" warning from libc.
24362
24363 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24364
24365         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24366         (get_unconnected_element), (remove_starting_from), (pad_removed),
24367         (close_link):
24368           Implement support for dynamic pad changing. We listen to "live"
24369           pad removals (i.e. while playing) and re-setup autoplugging
24370           after that. Playbasebin/playbin need some more work for this
24371           to finally work, but decodebin supports (and replugs) chained
24372           ogg now.
24373
24374 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
24375
24376         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
24377         (gst_alsa_finalize):
24378         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
24379         (gst_cdaudio_finalize):
24380         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
24381         (cdparanoia_finalize):
24382         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
24383         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
24384         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
24385         (dvdreadsrc_finalize):
24386         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
24387         (gst_flacdec_finalize):
24388         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
24389         (gst_flacenc_finalize):
24390         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
24391         (gst_gnomevfssink_finalize):
24392         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
24393         (gst_gnomevfssrc_finalize):
24394         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
24395         (gst_fameenc_finalize):
24396         * ext/nas/nassink.c: (gst_nassink_class_init),
24397         (gst_nassink_finalize):
24398         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
24399         (gst_sdlvideosink_class_init):
24400         * ext/sndfile/gstsf.c: (gst_sf_dispose):
24401         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
24402         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
24403         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
24404         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24405         (gst_x_window_listener_dispose):
24406         * gst/audioscale/gstaudioscale.c:
24407         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
24408         (play_on_demand_finalize):
24409         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
24410         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
24411         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
24412         (cdplayer_finalize):
24413         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
24414         (gst_glimagesink_class_init):
24415         * sys/oss/gstosselement.c: (gst_osselement_class_init),
24416         (gst_osselement_finalize):
24417         * sys/oss/gstosssink.c: (gst_osssink_dispose):
24418         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
24419         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
24420           Fixes a bunch of problems with finalize and dispose functions,
24421           either assumptions that dispose is only called once, or not calling
24422           the parent class dispose/finalize function
24423
24424 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
24425
24426         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
24427           added two api precondition guards
24428           use g_strdup with getenv to fix crash when using ENVVAR
24429
24430 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
24431         * ext/esd/esdsink.c: (gst_esdsink_class_init),
24432         (gst_esdsink_finalize):
24433         Use a finalize function, not dispose, and more importantly,
24434         call the parent class finalize function too
24435
24436 2004-11-01  Johan Dahlin  <johan@gnome.org>
24437
24438         * ext/ogg/gstoggdemux.c:
24439         * gst/tags/gstvorbistag.c:
24440         Plug leaks.
24441
24442 2004-10-31  Benjamin Otte  <otte@gnome.org>
24443
24444         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24445           lotsa memleaks today. But they're all small...
24446
24447 2004-10-31  Benjamin Otte  <otte@gnome.org>
24448
24449         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24450           another memleak crushed
24451
24452 2004-10-31  Benjamin Otte  <otte@gnome.org>
24453
24454         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
24455           fix memleak
24456
24457 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24458
24459         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24460           Hack to prevent crash when going to READY inside signal handler
24461           while this function is active.
24462
24463 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24464
24465         * gst/ffmpegcolorspace/Makefile.am:
24466         * gst/ffmpegcolorspace/avcodec.h:
24467         * gst/ffmpegcolorspace/common.h:
24468         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
24469         * gst/ffmpegcolorspace/dsputil.h:
24470         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
24471         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24472         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
24473         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
24474         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
24475         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
24476         (gst_ffmpegcsp_avpicture_fill):
24477         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
24478         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24479         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24480         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
24481         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
24482         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
24483         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24484         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
24485         * gst/ffmpegcolorspace/imgconvert.c:
24486         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
24487         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
24488         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
24489         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
24490         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
24491         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
24492         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
24493         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
24494         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
24495         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
24496         (grow21), (grow22), (grow41), (grow44), (conv411),
24497         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
24498         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
24499         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
24500         (avpicture_free), (is_yuv_planar), (img_convert),
24501         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
24502         (deinterlace_line_inplace), (deinterlace_bottom_field),
24503         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
24504         * gst/ffmpegcolorspace/imgconvert_template.h:
24505         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
24506         * gst/ffmpegcolorspace/mmx.h:
24507         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
24508         (av_fast_realloc), (av_mallocz_static), (av_free_static),
24509         (av_freep), (avcodec_get_context_defaults),
24510         (avcodec_alloc_context), (avcodec_init):
24511           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
24512           handling plus update from ffmpeg CVS. Large clean-up.
24513
24514 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24515
24516         * gst/playback/Makefile.am:
24517           We need the marshallers for decodebin, too.
24518
24519 2004-10-30  David Schleef  <ds@schleef.org>
24520
24521         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
24522           quicktime typefinding work with 64-bit offsets.
24523
24524 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
24525
24526         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
24527           Set EOS on the element when processing an EOS event.
24528         * ext/speex/gstspeexdec.h:
24529         * ext/speex/gstspeexenc.h:
24530           Only keep a const ptr to the mode
24531         * gst-libs/gst/riff/riff-media.c:
24532         (gst_riff_create_audio_caps_with_data),
24533         (gst_riff_create_audio_template_caps):
24534           Allow WMAV3, with up to 6 channels.
24535         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
24536           Don't call gst_pad_set_event_function on a sink pad.
24537         * gst/mpegstream/gstdvddemux.c:
24538         (gst_dvd_demux_get_subpicture_stream),
24539         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
24540           Copy the explicit caps that were set across to the cur_* pads,
24541           instead of trying to use a possibly non-existent negotiated caps.
24542           Reset the type of subpicture pads to UNKNOWN after calling
24543           init_stream, so that the caps get set.
24544
24545 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
24546
24547         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24548
24549         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
24550           Don't touch buffer if it is of size 0 (fixes #151064).
24551
24552 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24553
24554         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
24555           Synchronized discont handling.
24556
24557 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24558
24559         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24560         (gst_ogg_demux_push):
24561           Make seeking sort-of exact again (fixes #156387).
24562
24563 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24564
24565         * gst/playback/gstplaybasebin.c: (unknown_type),
24566         (add_element_stream), (new_decoded_pad),
24567         (gst_play_base_bin_change_state):
24568         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24569         (gst_stream_info_init), (gst_stream_info_new),
24570         (gst_stream_info_dispose), (gst_stream_info_get_property):
24571         * gst/playback/gststreaminfo.h:
24572           Make caps explicitely available. Makes testing for unsupported
24573           types possible. Improves error reporting.
24574
24575 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24576
24577         * gst/audioconvert/gstaudioconvert.c:
24578         (gst_audio_convert_buffer_to_default_format):
24579           Really don't touch read-only buffers (#156563).
24580
24581 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
24582
24583         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24584
24585         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
24586           Fix memleak (#155223).
24587
24588 2004-10-29  Wim Taymans  <wim@fluendo.com>
24589
24590         * gst/tcp/.cvsignore:
24591         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
24592         (gst_multifdsink_class_init), (gst_multifdsink_init),
24593         (gst_multifdsink_add), (gst_multifdsink_remove),
24594         (gst_multifdsink_remove_client_link), (is_sync_frame),
24595         (gst_multifdsink_new_client),
24596         (gst_multifdsink_handle_client_write),
24597         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24598         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24599         (gst_multifdsink_get_property):
24600         * gst/tcp/gstmultifdsink.h:
24601         Added burst on connect sync_method, deprecated sync_clients,
24602         streamlined the sync code some more.
24603
24604 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24605
24606         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
24607         (gst_play_base_bin_change_state):
24608           Improve error reporting.
24609
24610 2004-10-28  Wim Taymans  <wim@fluendo.com>
24611
24612         * gst/tcp/Makefile.am:
24613         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
24614         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
24615         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
24616         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24617         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24618         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24619         (gst_fdset_wait):
24620         Added more locks around fdset structures. Fixed/reworked
24621         the poll array resizing code.
24622         Added stress test for fdset.
24623
24624 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24625
24626         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
24627         fix build
24628
24629 2004-10-28  Benjamin Otte  <otte@gnome.org>
24630
24631         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
24632           fix link function to always query channels and query width for
24633           floats
24634         * configure.ac:
24635           add equalizer dir
24636         * gst/equalizer/Makefile.am:
24637         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
24638         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
24639         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
24640         (arg_to_scale), (setup_filter),
24641         (gst_iir_equalizer_compute_frequencies),
24642         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
24643         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
24644         (plugin_init):
24645           add an equalizer
24646
24647 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24648
24649         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
24650
24651         * po/LINGUAS:
24652         * po/nb.po:
24653           Added Norwegian Bokmaal translation
24654
24655 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24656
24657         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24658           Don't break on options (fixes #156488).
24659
24660 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24661
24662         * configure.ac:
24663         * ext/cdaudio/Makefile.am:
24664         * sys/Makefile.am:
24665           fix build on older automake
24666
24667 2004-10-26  Wim Taymans  <wim@fluendo.com>
24668
24669         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
24670         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
24671         Allow a little margin when negotiating the framerate.
24672
24673 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
24674
24675         * gst/level/gstlevel.c:
24676           synchonised naming of pads and pad-templates
24677
24678 2004-10-26  Wim Taymans  <wim@fluendo.com>
24679
24680         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24681         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
24682         (_find_streams_check), (gst_ogg_demux_push):
24683         Fix EOS again. Needs to be done in a better way. We should not
24684         remove the pad if there is no new chained stream.
24685
24686 2004-10-26 Iain <iaingnome@gmail.com>
24687
24688         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
24689         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
24690         of the caps.
24691         * gst/interleave/interleave.c (interleave_class_init): Hook up release
24692         pad.
24693         (interleave_release_pad): Remove the pad.
24694         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
24695         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
24696         the set device.
24697         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
24698         attrs
24699         (gst_xvimagesink_xcontext_clear): Free the xcontext.
24700         (gst_xvimagesink_finalize): Free the par.
24701
24702 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24703
24704         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
24705         (gst_avimux_stop_file):
24706           First calculate the rate, and only then use it. Hdr.rate is a
24707           multiple and not a derivative of hdr.scale. Scale is not the
24708           same as blockalign but is solely related to rate.
24709
24710 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24711
24712         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
24713         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
24714           Implement seeking.
24715
24716 2004-10-25  James Henstridge  <james@jamesh.id.au>
24717
24718         Reviewed by:  David Schleef  <ds@schleef.org>
24719
24720         * examples/gstplay/player.c: (got_stream_length), (main):
24721         * examples/seeking/cdplayer.c: (update_scale):
24722         * examples/seeking/seek.c: (format_value), (update_scale):
24723         * examples/seeking/spider_seek.c: (format_value), (update_scale),
24724         (stop_seek):
24725         Build fixes on AMD64.
24726
24727 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24728
24729         reviewed by: Ronald Bultje <rbultje at gnome dot org>
24730
24731         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
24732         Fix for some v4l cards which hang in v4lsrc
24733
24734 2004-10-25  Wim Taymans  <wim@fluendo.com>
24735
24736         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
24737         (gst_ogg_demux_push), (gst_ogg_chains_clear):
24738         Make sure to remove the pad when a new chain is
24739         encountered. Set some vars to NULL so we don't try
24740         to reference freed memory.
24741
24742 2004-10-25  Wim Taymans  <wim@fluendo.com>
24743
24744         * examples/seeking/Makefile.am:
24745         * examples/seeking/cdplayer.c: (update_scale):
24746         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
24747         * examples/seeking/playbin.c: (make_playerbin_pipeline),
24748         (format_value), (update_scale), (iterate), (start_seek),
24749         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
24750         (print_usage), (main):
24751         Added some more examples, update others.
24752
24753 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24754
24755         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
24756         * ext/speex/gstspeexdec.c: (speex_dec_chain):
24757         * ext/theora/theoradec.c: (theora_dec_chain):
24758         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24759           Add codec-name metadata.
24760
24761 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
24762
24763         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24764
24765         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24766         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24767         * ext/alsa/gstalsamixertrack.h:
24768         * po/POTFILES.in:
24769           ALSA mixer track label internationalization (#154054).
24770
24771 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24772
24773         * ext/theora/theoradec.c: (theora_dec_chain):
24774           Export bitrate as metadata.
24775
24776 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24777
24778         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24779         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24780         * ext/alsa/gstalsamixertrack.h:
24781           Fix names, fix loop.
24782
24783 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24784
24785         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
24786         (speex_dec_convert):
24787           sinkconvert function so oggdemux can get the file length (totem).
24788
24789 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
24790
24791         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24792
24793         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
24794           Don't push incomplete packets.
24795         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
24796           Fix MPEG-4 audio typefinding.
24797
24798 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24799
24800         * sys/v4l/Makefile.am:
24801         * sys/v4l/gstv4l.c: (plugin_init):
24802         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
24803         (gst_v4lelement_init), (gst_v4lelement_dispose),
24804         (gst_v4lelement_change_state):
24805         * sys/v4l/gstv4lelement.h:
24806         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
24807         (gst_v4l_xoverlay_close), (idle_refresh),
24808         (gst_v4l_xoverlay_set_xwindow_id):
24809         * sys/v4l/gstv4lxoverlay.h:
24810         * sys/v4l/v4l-overlay_calls.c:
24811         * sys/v4l/v4l_calls.h:
24812         * sys/v4l2/Makefile.am:
24813         * sys/v4l2/gstv4l2.c: (plugin_init):
24814         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
24815         (gst_v4l2element_init), (gst_v4l2element_dispose),
24816         (gst_v4l2element_change_state):
24817         * sys/v4l2/gstv4l2element.h:
24818         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
24819         (gst_v4l2_xoverlay_close), (idle_refresh),
24820         (gst_v4l2_xoverlay_set_xwindow_id):
24821         * sys/v4l2/gstv4l2xoverlay.h:
24822         * sys/v4l2/v4l2-overlay_calls.c:
24823         * sys/v4l2/v4l2_calls.h:
24824           Remove client-side overlay handling, use the X-server v4l plugin
24825           for that. Nicer overlay, less code. Also make the plugin
24826           compileable without X (but then without overlay, obviously).
24827           Makes xwindowlistener obsolete, should we remove that?
24828
24829 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24830
24831         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
24832         (gst_osssrc_src_query):
24833         * sys/oss/gstosssrc.h:
24834           OK, so people want offset in DEFAULT. This time, actually fix all
24835           cases.
24836         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24837           Add FPS properly.
24838
24839 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24840
24841         * gst/asfdemux/gstasfmux.c:
24842         * gst/avi/gstavimux.c:
24843           Framerate.
24844
24845 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24846
24847         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
24848           Fix properties (channel, norm, frequency).
24849
24850 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24851
24852         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
24853           Flag typo.
24854         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
24855           No warnings.
24856
24857 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24858
24859         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
24860           Fix hang.
24861
24862 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24863
24864         * sys/v4l2/gstv4l2element.h:
24865           Yet Another Hack (tm) for kernel header borkedness.
24866         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
24867         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
24868         (gst_v4l2src_link), (gst_v4l2src_getcaps),
24869         (gst_v4l2src_change_state):
24870         * sys/v4l2/gstv4l2src.h:
24871         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
24872         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
24873           Fix caps, keep track of state, work.
24874
24875 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24876
24877         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
24878           Quiet.
24879
24880 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24881
24882         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24883           Don't mix bytes and samples.
24884
24885 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24886
24887         * ext/ogg/gstoggmux.c:
24888           Basic pad template which accepts OGM tracks, speex, flac, vorbis
24889           and theora. Any is incorrect.
24890         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
24891           Fix caps.
24892         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
24893         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
24894         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
24895         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
24896         * sys/v4l/gstv4lmjpegsrc.h:
24897         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24898         (gst_v4lsrc_change_state):
24899         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
24900         (gst_v4lmjpegsrc_capture_stop):
24901           Fix caps. Keep track of internal state. Work.
24902
24903 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24904
24905         * ext/Makefile.am:
24906           Fix the build fixes.
24907
24908 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24909
24910         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24911         (gst_ogg_demux_src_event), (_find_chain_seek),
24912         (gst_ogg_pad_push):
24913           Check for pad availability before using it.
24914         * ext/ogg/gstoggdemux.c: (_find_chain_process):
24915           Fix parsing of chained ogg. Needs more work on the decoder side.
24916
24917 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24918
24919         * gst/spectrum/Makefile.am:
24920         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
24921         (idle_func):
24922           Fix demo and reenable it. Yes, I'm currently playing with audio
24923           analysis tools
24924
24925 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24926
24927         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24928           We love it if files that start at zero work too...
24929
24930 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24931
24932         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24933           Handle files with missing EOS headers.
24934
24935 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24936
24937         * gst/tcp/gsttcpserversink.c:
24938         (gst_tcpserversink_handle_server_read),
24939         (gst_tcpserversink_init_send):
24940         Zero some variables first (need for accept not to return EINVAL)
24941
24942 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24943
24944         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24945         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
24946         * ext/theora/theoradec.c: (theora_dec_sink_convert),
24947         (theora_dec_chain):
24948         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
24949         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
24950           Seeking and querying finetune.
24951
24952 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24953
24954         * configure.ac:
24955         * ext/Makefile.am:
24956         * ext/raw1394/Makefile.am:
24957           fix the build
24958
24959 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24960
24961         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24962           Wrong return.
24963         * gst/playback/Makefile.am:
24964         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24965         * gst/playback/gstplay-marshal.list:
24966         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
24967           Fix marshallers.
24968
24969 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24970
24971         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
24972           Silence.
24973
24974 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24975
24976         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24977         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
24978         (gst_ogg_pad_push):
24979           Yay for non-lineair granulepos in theora.
24980
24981 2004-10-18  Wim Taymans  <wim@fluendo.com>
24982
24983         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
24984         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
24985         * ext/dv/gstdvdec.h:
24986         Make sure we renegotiate aspect ratio when the camera switches.
24987
24988 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24989
24990         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24991         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
24992           Start at zero.
24993         * ext/theora/theoradec.c: (theora_dec_chain):
24994           Skip headers. Bad idea for chained ogg, but fixes seeking.
24995
24996 2004-10-18  Wim Taymans  <wim@fluendo.com>
24997
24998         * configure.ac:
24999         I swear, this is the last time I touch this.
25000
25001 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25002
25003         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
25004         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
25005         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
25006           Faster seeking.
25007         * ext/theora/theoradec.c: (theora_dec_sink_convert):
25008           Time-to-default conversion.
25009         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25010           Don't error on unknown packets, just skip. We should probably
25011           read them if we want to support chained ogg.
25012
25013 2004-10-18  Wim Taymans  <wim@fluendo.com>
25014
25015         * configure.ac:
25016         Added cdaudio to wrong list.
25017
25018 2004-10-18  Wim Taymans  <wim@fluendo.com>
25019
25020         * configure.ac:
25021         Revive cdaudio.
25022
25023 2004-10-18  Wim Taymans  <wim@fluendo.com>
25024
25025         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
25026         (gst_dvdec_video_link), (gst_dvdec_push):
25027         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
25028         (gst_smokeenc_resync), (gst_smokeenc_chain):
25029         Fix mimetype on smoke encoder.
25030         Add aspect ratio to dvdec. Not sure if these
25031         values are correct though....
25032
25033 2004-10-18  Wim Taymans  <wim@fluendo.com>
25034
25035         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
25036         Fix vorbis property descriptions and ranges.
25037
25038 2004-10-18  Wim Taymans  <wim@fluendo.com>
25039
25040         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
25041         Really do nothing when no data is available.
25042         Go to the playing state when the stream is not seekable
25043         instead of failing.
25044
25045 2004-10-18  Wim Taymans  <wim@fluendo.com>
25046
25047         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
25048         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
25049         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
25050         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
25051         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
25052         Added uri handler for cd://
25053         Port to new API.
25054
25055 2004-10-18  Wim Taymans  <wim@fluendo.com>
25056
25057         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25058         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
25059         (try_to_link_1), (no_more_pads), (close_link), (type_found):
25060         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
25061         (remove_prerolls), (unknown_type), (add_element_stream),
25062         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
25063         (gst_play_base_bin_remove_element),
25064         (gst_play_base_bin_link_stream):
25065         * gst/playback/gstplaybin.c: (gen_video_element),
25066         (gen_vis_element), (remove_sinks), (setup_sinks):
25067         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
25068         (gst_stream_info_get_type), (gst_stream_info_class_init),
25069         (gst_stream_info_init), (gst_stream_info_new),
25070         (gst_stream_info_dispose), (stream_info_mute_pad),
25071         (gst_stream_info_set_property), (gst_stream_info_get_property):
25072         * gst/playback/gststreaminfo.h:
25073         Add sink padtemplate to decodebin.
25074         Added some more comments.
25075         Make queue size configurable in playbasebin.
25076         Added possibility to use elements as sinks (ex cdaudio).
25077
25078 2004-10-15  Wim Taymans  <wim@fluendo.com>
25079
25080         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
25081         (gst_speexenc_chain):
25082         Fix speex timestamps so that it gets muxed properly.
25083
25084 2004-10-15  Wim Taymans  <wim@fluendo.com>
25085
25086         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
25087         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
25088         (gst_dv1394src_init), (gst_dv1394src_dispose),
25089         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
25090         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
25091         (gst_dv1394src_event), (gst_dv1394src_get_formats),
25092         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
25093         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
25094         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
25095         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
25096         * ext/raw1394/gstdv1394src.h:
25097         Added conversion/query functions.
25098         Update buffer timestamps,
25099         Added signals.
25100         Added uri dv:// so it might play from the firewire in playbin.
25101         Fix a possible leak.
25102         Added debugging.
25103
25104 2004-10-15  Wim Taymans  <wim@fluendo.com>
25105
25106         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
25107         (gst_dv1394src_init), (gst_dv1394src_set_property),
25108         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
25109         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
25110         * ext/raw1394/gstdv1394src.h:
25111         Added AV/C VTR control support needed for some cameras.
25112         Added automatic port detection.
25113         Added properties for selecting the channel.
25114         The configure.ac script is not yet updated to reflect the
25115         new libavc1394 and librom1394 dependencies.
25116
25117 2004-10-15  Wim Taymans  <wim@fluendo.com>
25118
25119         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25120         (qtdemux_parse), (gst_qtdemux_handle_esds):
25121         An esds box is not a container.
25122         Fix parsing of mp4v boxes.
25123         Do not try to renegotiate fps for each frame. Need to
25124         find a better method. This should fix mp4 playback.
25125
25126 2004-10-14  David Schleef  <ds@schleef.org>
25127
25128         * configure.ac: update for swfdec-0.3 and liboil-0.2
25129         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
25130         * ext/swfdec/gstswfdec.h: same
25131         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
25132         * gst/videotestsrc/videotestsrc.c: same
25133
25134 2004-10-14  Wim Taymans  <wim@fluendo.com>
25135
25136         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
25137         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
25138         (is_sync_frame), (gst_multifdsink_new_client),
25139         (gst_multifdsink_handle_client_write),
25140         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
25141         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
25142         Turn warnings into info.
25143         Don't allow a state change in the streaming thread.
25144
25145 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25146
25147         * ext/vorbis/oggvorbisenc.c:
25148         * ext/vorbis/vorbisdec.c:
25149           fix template sample rate
25150
25151 2004-10-13  Wim Taymans  <wim@fluendo.com>
25152
25153         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
25154         Decoding the header first fixes some problems in resyncing
25155         in more mp3s.
25156
25157 2004-10-12  Wim Taymans  <wim@fluendo.com>
25158
25159         * gst/playback/gstplaybin.c: (gen_video_element),
25160         (gen_vis_element), (remove_sinks), (setup_sinks):
25161         Added vis plugin support, need to configure the vis
25162         element to activate it.
25163
25164 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25165
25166         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
25167         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25168           Some debug.
25169         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
25170         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
25171         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
25172         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
25173         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
25174         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
25175         * gst/avi/gstavidemux.h:
25176           Support for openDML-2.0 indx/ix## chunks. Support for broken index
25177           recovery (where, if part of the index is broken, we will still read
25178           the rest of the index and recover the broken part by stream
25179           scanning). More broken media support. EOS workarounds. General AVI
25180           braindamage headache recovery. Aspirin included.
25181
25182 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25183
25184         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
25185         (cdparanoia_event), (cdparanoia_query):
25186           Get rid of hideous lead-in.
25187
25188 2004-10-11  Wim Taymans  <wim@fluendo.com>
25189
25190         * gst/playback/gstplaybasebin.c: (setup_source):
25191         Wrong var used to get g_list_next.
25192
25193 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25194
25195         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
25196         (cdparanoia_get), (cdparanoia_open):
25197           Report discid as metadata, add duration.
25198
25199 2004-10-11  Wim Taymans  <wim@fluendo.com>
25200
25201         * gst/playback/gstplaybasebin.c: (setup_source):
25202         Cleanup the previous pipeline a little earlier for the
25203         case that a source element provides raw data.
25204
25205 2004-10-11  Benjamin Otte  <otte@gnome.org>
25206
25207         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25208           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
25209           consuming the last 128 bytes, even though it was valid mp3 data.
25210
25211 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25212
25213         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
25214         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
25215         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
25216         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
25217
25218 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25219
25220         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
25221         Fix for webcams that support only specific width or height
25222
25223 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
25224
25225         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25226
25227         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
25228           Fix wrong discont event setup (fixes #154967).
25229
25230 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
25231
25232         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25233
25234         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25235           Error out on invalid data (fixes #154807).
25236
25237 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
25238
25239         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25240
25241         * ext/dvdread/dvdreadsrc.c: (_read):
25242           Make titles > 0 work again (fixes #154834).
25243
25244 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25245
25246         * gst-libs/gst/riff/riff-media.c:
25247         (gst_riff_create_video_template_caps):
25248           WMV3 missing in template caps.
25249
25250 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25251
25252         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25253           OK, so the original code was too strict. It makes random AVI files
25254           hang for seconds upon opening, which is unacceptable and is far
25255           beyond the original goal of getting multiple chunks for one-chunk
25256           sounc stream files. So now do just that.
25257
25258 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25259
25260         * gst/playback/gstplaybasebin.c: (setup_source),
25261         (gst_play_base_bin_change_state):
25262           Actually clean up streaminfo if output fails. This would trigger
25263           if, for example, there was no CD in the drive. No preroll, so
25264           a streaminfo structure is created, but the subsequent state change
25265           of the thread fails.
25266         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
25267           Don't change state if parent failed.
25268
25269 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25270
25271         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25272         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
25273         (gen_video_element), (remove_sinks):
25274           Add small bits of code for screenshot handling.
25275
25276 2004-10-08  Wim Taymans  <wim@fluendo.com>
25277
25278         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
25279         (gen_video_element), (gen_audio_element), (setup_sinks):
25280         Don't assume the user provided sinks are named "sink"...
25281
25282 2004-10-08  Wim Taymans  <wim@fluendo.com>
25283
25284         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
25285         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
25286         (gst_play_base_bin_link_stream):
25287         Do not try to autoplug sources that generate raw streams like
25288         cdparanoia.
25289         disconnect the preroll overrun signal when we don't need it anymore.
25290
25291 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
25292
25293         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
25294         Added reworked patch from #154903 from milosz derezynski (deadchip).
25295
25296 2004-10-08  Wim Taymans  <wim@fluendo.com>
25297
25298         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
25299         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
25300         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
25301         (cdparanoia_convert), (cdparanoia_uri_get_type),
25302         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
25303         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
25304         * ext/cdparanoia/gstcdparanoia.h:
25305         This adds the cdda://<tracknum> uri.
25306
25307 2004-10-08  Wim Taymans  <wim@fluendo.com>
25308
25309         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25310         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
25311         (try_to_link_1), (no_more_pads), (close_link), (type_found):
25312         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25313         (unknown_type), (gst_play_base_bin_remove_element),
25314         (gst_play_base_bin_link_stream):
25315         * gst/playback/gstplaybasebin.h:
25316         * gst/playback/gstplaybin.c: (gst_play_bin_init),
25317         (gst_play_bin_set_property), (gen_video_element),
25318         (gen_audio_element), (setup_sinks):
25319         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
25320         (gst_stream_info_get_type), (gst_stream_info_class_init),
25321         (gst_stream_info_init), (gst_stream_info_new),
25322         (gst_stream_info_dispose), (stream_info_mute_pad),
25323         (gst_stream_info_set_property), (gst_stream_info_get_property):
25324         * gst/playback/gststreaminfo.h:
25325         Reuse the audio and video bins.
25326         Some internal cleanups in the stream selection code.
25327
25328 2004-10-08  Julien MOUTTE  <julien@moutte.net>
25329
25330         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25331         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
25332         * sys/ximage/ximagesink.h:
25333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25334         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
25335         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
25336         not coming from those elements. Moreover these elements should not keep
25337         the xid they have been given when in NULL state.
25338
25339 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25340
25341         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25342         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
25343         * sys/ximage/ximagesink.h:
25344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25345         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
25346         * sys/xvimage/xvimagesink.h:
25347           Actually only create a new toplevel window if we're not gonna
25348           embed it right after.
25349
25350 2004-10-07  Wim Taymans  <wim@fluendo.com>
25351
25352         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
25353         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
25354         * gst/playback/gstplaybin.c: (setup_sinks):
25355         Implement muting/unmuting of streams, mute streams that are not
25356         used.
25357
25358 2004-10-07  Wim Taymans  <wim@fluendo.com>
25359
25360         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
25361         (plugin_init):
25362         Added lame audio/x-ac3 typefind function.
25363
25364 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25365
25366         * configure.ac:
25367           bump nano to cvs
25368
25369 === release 0.8.5 ===
25370
25371 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25372
25373         * NEWS:
25374         * RELEASE:
25375         * configure.ac:
25376           releasing 0.8.5, "Take You On"
25377
25378 2004-10-06  Wim Taymans  <wim@fluendo.com>
25379
25380         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
25381         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25382         (no_more_pads), (close_link), (type_found):
25383         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
25384         * gst/playback/gstplaybin.c: (gen_video_element):
25385         Do not signal the no_more_pads after the first pad when
25386         we are plugging a non dynamic element with multiple
25387         output pads (like swfdec, dvdec, ...).
25388
25389 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25390
25391         * configure.ac:
25392           bump for prerelease
25393
25394 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25395
25396         * gst/wavparse/gstwavparse.c:
25397           add ATRAC3 to STATIC CAPS to fix a warning
25398
25399         * gst/matroska/ebml-read.c:
25400         * gst-libs/gst/riff/riff-read.c:
25401           fix typos
25402
25403 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25404
25405         * gst-libs/gst/riff/riff-media.c:
25406           generate caps for ATRAC3 audio streams
25407
25408         * gst/realmedia/rmdemux.c:
25409           generate caps for ATRAC3 audio streams
25410
25411 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25412
25413         * gst/wavparse/Makefile.am
25414         * gst/wavparse/riff.h
25415         * gst/wavparse/wavparse.vcproj
25416           riff.h removal (unused and duplication with riff-ids.h)
25417
25418 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25419
25420         * gst/wavparse/gstwavparse.h
25421           remove duplicated defines for audio codec codes
25422
25423         * gst-libs/gst/riff/riff-ids.h
25424         * gst/wavenc/riff.h:
25425           add "4CC" code for ATRAC3 audio streams
25426           add "4CC" code for ITU_G721_ADPCM (unused for now)
25427
25428 2004-10-06  Wim Taymans  <wim@fluendo.com>
25429
25430         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
25431         Actually _do_ negotiation. Pass gdouble as arg instead
25432         of guint64 for the framerate.
25433
25434 2004-10-06  Wim Taymans  <wim@fluendo.com>
25435
25436         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
25437         (find_compatibles), (close_pad_link), (try_to_link_1),
25438         (no_more_pads), (close_link), (type_found):
25439         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
25440         * gst/playback/gstplaybin.c: (gen_video_element),
25441         (gen_audio_element):
25442         Set state on newly added element to READY so that negotiation
25443         can happen ASAP.
25444         Addes some more debug info.
25445         Do not try to plug pads with multiple caps structures or ANY
25446         because it is too dangerous since we do not do dynamic
25447         replugging.
25448
25449 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25450
25451         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
25452
25453         * po/LINGUAS:
25454         * po/or.po:
25455           add Oriya translation
25456
25457 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25458
25459         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25460           Prevent overwrite of size member. Makes audio sound crappy.
25461
25462 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25463
25464         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25465         Add rmvb to the list of known RealMedia extensions
25466
25467 2004-10-05  Wim Taymans  <wim@fluendo.com>
25468
25469         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
25470         (mngdec_openstream), (mngdec_closestream),
25471         (mngdec_handle_sink_event), (mngdec_readdata),
25472         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
25473         (mngdec_getcanvasline), (mngdec_refresh),
25474         (gst_mngdec_change_state):
25475         Set the framerate correctly.
25476
25477 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25478
25479         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25480           There was something wrong with the index massaging.
25481
25482 2004-10-04  Wim Taymans  <wim@fluendo.com>
25483
25484         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
25485         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
25486         (gst_smokedec_chain):
25487         * ext/jpeg/gstsmokedec.h:
25488         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
25489         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
25490         * ext/jpeg/gstsmokeenc.h:
25491         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
25492         (smokecodec_decode_new), (smokecodec_info_free),
25493         (smokecodec_set_quality), (smokecodec_get_quality),
25494         (smokecodec_set_threshold), (smokecodec_get_threshold),
25495         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
25496         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
25497         (smokecodec_encode), (smokecodec_parse_id),
25498         (smokecodec_parse_header), (smokecodec_decode):
25499         * ext/jpeg/smokecodec.h:
25500         * ext/jpeg/smokeformat.h:
25501         Updated smoke, new bitstream, allows embedding in ogg.
25502
25503 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25504
25505         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
25506           Fix seeking in some files. All this code is no longer needed (and
25507           actually breaks stuff) because we now synchronize the full index
25508           right when reading the header.
25509
25510 2004-10-04  Wim Taymans  <wim@fluendo.com>
25511
25512         * configure.ac:
25513         configure update for libmng.
25514
25515 2004-10-04  Wim Taymans  <wim@fluendo.com>
25516
25517         * ext/libmng/Makefile.am:
25518         * ext/libmng/gstmng.c: (plugin_init):
25519         * ext/libmng/gstmng.h:
25520         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
25521         (gst_mngdec_base_init), (gst_mngdec_class_init),
25522         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
25523         (gst_mngdec_loop), (gst_mngdec_get_property),
25524         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
25525         (mngdec_closestream), (mngdec_handle_sink_event),
25526         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
25527         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
25528         (gst_mngdec_change_state):
25529         * ext/libmng/gstmngdec.h:
25530         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
25531         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
25532         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
25533         (gst_mngenc_chain), (gst_mngenc_get_property),
25534         (gst_mngenc_set_property):
25535         * ext/libmng/gstmngenc.h:
25536         Added basic MNG decoder. Needs more work. The encoder does
25537         not work yet.
25538
25539 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25540
25541         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
25542         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
25543         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
25544           Don't hang on length=0 chunks. Some negotiation fixes. Signal
25545           no-more-pads.
25546
25547 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25548
25549         * configure.ac:
25550           you need at least 1.0.4 of speex
25551
25552 2004-10-04 Iain <iaingnome@gmail.com>
25553
25554         * ext/speex/gstspeexdec.h: Revert the includes changes.
25555
25556         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
25557
25558 2004-09-30 Iain <iaingnome@gmail.com>
25559
25560         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
25561         found during init or set as a property instead of hardcoding /dev/audio
25562
25563 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25564
25565         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
25566         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
25567         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
25568         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
25569         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
25570         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
25571         (gst_rmdemux_dump_data):
25572           Use debug category, fix EOS handling. filesrc ! rmdemux now
25573           works.
25574
25575 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25576
25577         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
25578         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
25579         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
25580           Improve allocation, cutting and sorting of the index. How takes a
25581           few seconds instead of minutes.
25582
25583 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
25584
25585         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
25586           fixed compilation
25587
25588 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25589
25590         * gst-libs/gst/riff/riff-media.c:
25591         (gst_riff_create_video_caps_with_data),
25592         (gst_riff_create_video_template_caps):
25593           Add wing commander format mimetype/fourccs.
25594         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25595           Don't crash if some value is 0.
25596
25597 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25598
25599         * gst-libs/gst/riff/riff-media.c:
25600         (gst_riff_create_video_caps_with_data),
25601         (gst_riff_create_video_template_caps):
25602           Add DIB fourcc (raw, palettized 8-bit RGB).
25603         * gst-libs/gst/riff/riff-read.c:
25604         (gst_riff_read_strf_vids_with_data):
25605           Oops, fix strf_data reading bug.
25606         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25607           Use a non-NULL tag.
25608         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25609           Time for hacks. Sorry Dave. At least one quicktime movie (a
25610           trailer) that I've encountered contains multiple video tracks.
25611           One of those is the actual video track, the other are one-frame
25612           tracks (images). Unfortunately, the number of frames according
25613           to the trak header is 1 for each, so that doesn't help. So
25614           instead, I look at the duration and discard tracks with a
25615           duration shorter than 20% of the length of the stream. Better
25616           than nothing.
25617
25618 2004-10-01  Christian Schaller <christian@fluendo.com>
25619
25620         * ext/ivorbis/vorbis.c:
25621           Patch from Phil Blundell (Bug 152341)
25622
25623 2004-10-01  Wim Taymans  <wim@fluendo.com>
25624
25625         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
25626         (speex_dec_get_formats), (speex_dec_convert),
25627         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
25628         (speex_dec_chain), (gst_speexdec_get_property),
25629         (gst_speexdec_set_property):
25630         Small cleanups.
25631
25632 2004-10-01  Wim Taymans  <wim@fluendo.com>
25633
25634         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
25635         (gst_wavparse_stream_init), (gst_wavparse_fmt),
25636         (gst_wavparse_other), (gst_wavparse_loop),
25637         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25638         (gst_wavparse_srcpad_event):
25639         * gst/wavparse/gstwavparse.h:
25640         Added some more debugging info.
25641         Fix the case where the length of the file is 0.
25642         Make sure we seek to sample borders.
25643
25644 2004-10-01  Wim Taymans  <wim@fluendo.com>
25645
25646         * gst/playback/README:
25647         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
25648         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
25649         (try_to_link_1), (no_more_pads), (close_link), (type_found):
25650         Add some debug info to decodebin, update README
25651
25652 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25653
25654         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
25655           Don't use g_print(); use GST_DEBUG().
25656
25657 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25658
25659         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25660         (gst_ogg_mux_queue_pads):
25661           Handle EOS properly.
25662
25663 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
25664
25665         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25666
25667         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
25668         (gst_faad_chain), (gst_faad_change_state):
25669         * ext/faad/gstfaad.h:
25670           Allow playback of raw (unframed) MPEG AAC files (#148993).
25671
25672 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
25673
25674         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25675
25676         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25677           Throw error if we didn't recognize the stream. Fixes #152289.
25678
25679 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25680
25681         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25682           Fix negotiation.
25683
25684 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
25685
25686         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25687
25688         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25689           Fix memleak.
25690
25691 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
25692
25693         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25694
25695         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
25696           Solve #152805.
25697         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
25698           Solve 152806.
25699
25700 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25701
25702         * gst-libs/gst/riff/riff-media.c:
25703         (gst_riff_create_video_caps_with_data),
25704         (gst_riff_create_audio_caps_with_data):
25705           Add codec_data handling (like asfdemux used to do).
25706         * gst/asfdemux/gstasf.c: (plugin_init):
25707         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
25708         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
25709           Use riff-media for caps creation instead of our own (mostly
25710           broken) copy of its functions.
25711
25712 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25713
25714         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
25715           Don't actually error out if we get another return value than
25716           -EINVAL. Opposite to what I first thought, drivers have random
25717           return values for this, although -EINVAL is the expected return
25718           value. Since this is not fatal, we shouldn't use
25719           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
25720
25721 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25722
25723         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
25724         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
25725         (dvdreadsrc_get_property), (_open), (_seek), (_read),
25726         (dvdreadsrc_get), (dvdreadsrc_open_file),
25727         (dvdreadsrc_change_state):
25728           Fix. Don't do one big huge loop around the whole DVD, that will
25729           cache all data and thus eat sizeof(dvd) (several GB) before we
25730           see something.
25731         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25732           Actually NULL'ify event after using it.
25733         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
25734         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
25735         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
25736         (gst_ebml_read_seek), (gst_ebml_read_skip):
25737           Handle events.
25738         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
25739         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
25740         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
25741           Fix timing (this will probably break if I seek using menus, but
25742           I didn't get there yet). VOBs and normal DVDs should now work.
25743           Add a mpeg2-only pad with high rank so this get autoplugged for
25744           MPEG-2 movies.
25745         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
25746         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
25747         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
25748         (gst_mpeg_demux_get_audio_stream),
25749         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
25750         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
25751           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
25752           MPEG-1 but use dvddemux for MPEG-2.
25753         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
25754         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
25755         (gst_mpeg_parse_parse_packhead):
25756           Timing. Only add pad template if it exists. Add sink template from
25757           class and not from ourselves. This means we will always use the
25758           correct sink template even if it is not the one defined in this
25759           file.
25760
25761 2004-09-29  Wim Taymans  <wim@fluendo.com>
25762
25763         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
25764         (gst_mpeg_demux_parse_pes):
25765         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
25766         Fix playback of mpeg again, timestamps where screwed up by
25767         patch 1.61.
25768
25769 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25770
25771         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
25772           Only return true if we actually filled something in. Prevents
25773           player applications from showing a random length for flac files.
25774         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
25775         (gst_riff_read_use_event), (gst_riff_read_handle_event),
25776         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
25777         (gst_riff_read_strf_vids_with_data),
25778         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
25779           OK, ok, so I implemented event handling. Apparently it's normal
25780           that we receive random events at random points without asking
25781           for it.
25782         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
25783         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
25784         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
25785         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
25786         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
25787         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
25788         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
25789         * gst/avi/gstavidemux.h:
25790           Implement non-lineair chunk handling and subchunk processing.
25791           The first solves playback of AVI files where the audio and video
25792           data of individual buffers that we read are not synchronized.
25793           This should not happen according to the wonderful AVI specs, but
25794           of course it does happen in reality. It is also a prerequisite for
25795           the second. Subchunk processing allows us to cut chunks in small
25796           pieces and process each of these pieces separately. This is
25797           required because I've seen several AVI files with incredibly large
25798           audio chunks, even some files with only one audio chunk for the
25799           whole file. This allows for proper playback including seeking.
25800           This patch is supposed to fix all AVI A/V sync issues.
25801         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
25802         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
25803           Work.
25804         * gst/modplug/gstmodplug.cc:
25805           Proper return value setting for the query() function.
25806         * gst/playback/gstplaybasebin.c: (setup_source):
25807           Being in non-playing state (after, e.g., EOS) is not necessarily
25808           a bad thing. Allow for that. This fixes playback of short files.
25809           They don't actually playback fully now, because the clock already
25810           runs. This means that small files (<500kB) with a small length
25811           (<2sec) will still not or barely play. Other files, such as mod
25812           or flx, will work correctly, however.
25813
25814 2004-09-28  Wim Taymans  <wim@fluendo.com>
25815
25816         * ext/speex/gstspeex.c: (plugin_init):
25817         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
25818         (gst_speex_dec_class_init), (speex_dec_get_formats),
25819         (speex_get_event_masks), (speex_get_query_types),
25820         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
25821         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
25822         (gst_speexdec_get_property), (gst_speexdec_set_property),
25823         (speex_dec_change_state):
25824         * ext/speex/gstspeexdec.h:
25825         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
25826         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
25827         (gst_speexenc_base_init), (gst_speexenc_class_init),
25828         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
25829         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
25830         (gst_speexenc_src_query), (gst_speexenc_init),
25831         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
25832         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
25833         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
25834         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
25835         (gst_speexenc_chain), (gst_speexenc_get_property),
25836         (gst_speexenc_set_property), (gst_speexenc_change_state):
25837         * ext/speex/gstspeexenc.h:
25838         Rewrote speex encoder, make sure it can be embedded in ogg.
25839         Implemented speex decoder.
25840
25841 2004-09-28  Christian Schaller <christian@fluendo.com>
25842
25843         * configure.ac:
25844         Remove kioslave plugin. Markey is brewing a new working one
25845         * ext/Makefile.am: Remove kioslave plugin
25846         * ext/kio: remove
25847         * gst-plugins.spec.in: remove kio plugin from spec
25848
25849 2004-09-27  Wim Taymans  <wim@fluendo.com>
25850
25851         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
25852         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
25853         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
25854         (gst_multifdsink_new_client),
25855         (gst_multifdsink_handle_client_write),
25856         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
25857         (gst_multifdsink_handle_clients):
25858         * gst/tcp/gstmultifdsink.h:
25859         Make syncing to keyframes actually work for new clients and lagging
25860         clients.
25861
25862 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25863
25864         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
25865         (gst_navigationtest_handle_src_event), (draw_box_planar411),
25866         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
25867         * gst/debug/gstnavigationtest.h:
25868           make navigationtest display button-press and button-release events
25869
25870 2004-09-26 Iain <iaingnome@gmail.com>
25871
25872         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
25873         the channels have received a new media event.
25874         (interleave_buffered_loop): Compresses a new media event on all
25875         channels into one.
25876
25877 2004-09-26 Iain <iaingnome@gmail.com>
25878
25879         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
25880         call the sinkpad's default event handler and not the srcpads. He also
25881         says this is confusing :)
25882         (gst_wavenc_stop_file): Company says that seek events only go upstream
25883         we should send a discontinuous downstream instead.
25884
25885 2004-09-25  Christian Schaller <christian@fluendo.com>
25886
25887         * Update SPEC file to be usable in conjunction with Fedora Core,
25888           Fedora.us and freshrpms packages
25889         * Fix typo in multifilesrc test Makefile
25890
25891 2004-09-24  Wim Taymans  <wim@fluendo.com>
25892
25893         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
25894         Only signal the no_more_pads signal when we have
25895         added the stream to our list.
25896
25897 2004-09-24  Wim Taymans  <wim@fluendo.com>
25898
25899         * gst/playback/gstplaybasebin.c: (remove_prerolls),
25900         (new_decoded_pad):
25901         * gst/playback/gstplaybasebin.h:
25902         * gst/playback/gstplaybin.c: (setup_sinks):
25903         Don't try to preroll or decode more than one audio/video
25904         track.
25905
25906 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25907
25908         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25909           Throw error if we failed to find a suitable output. This should
25910           throw an error if we successfully set up a pipeline (e.g. because
25911           we recognized a media file) but found no decodable streams in it
25912           (e.g. because it contains only media stream types for which we
25913           have no decoders, or because it's not a media type).
25914
25915 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25916
25917         * ext/dirac/Makefile.am:
25918         * ext/dirac/gstdirac.cc:
25919         * ext/dirac/gstdiracdec.cc:
25920         * ext/dirac/gstdiracdec.h:
25921           Do something. Don't actually know if this works because I don't
25922           have a demuxer yet.
25923         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
25924           Add channels=1 to caps returned from _getcaps().
25925         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
25926         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
25927         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
25928         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
25929         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
25930         (gst_ogm_parse_change_state):
25931           Separate between audio/video so ogmaudioparse actually uses the
25932           audio pad templates. Both audio and video work now, including
25933           autoplugging. Also use sometimes-srcpad hack.
25934         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25935           Handle events better. Don't hang on infinite loops.
25936         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
25937         (gst_avi_demux_init), (gst_avi_demux_reset),
25938         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
25939         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
25940         (gst_avi_demux_change_state):
25941         * gst/avi/gstavidemux.h:
25942           Improve A/V sync. Still not perfect.
25943         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
25944         (gst_ebml_read_skip):
25945           Handle events better.
25946         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25947         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
25948         (qtdemux_audio_caps):
25949           Add IMA4. Improve event handling. Save offset after a seek when
25950           the headers are at the end of the file so that we don't end up in
25951           an infinite loop.
25952         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
25953           Add low-priority typefind support for files with no length.
25954
25955 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25956
25957         * testsuite/multifilesink/Makefile.am:
25958         fix typo
25959
25960 2004-09-22  Julien MOUTTE  <julien@moutte.net>
25961
25962         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
25963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
25964         mistakes from thaytan's patches.
25965
25966 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
25967
25968         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
25969           For completeness, XSync in the destroy function as xvimage does.
25970
25971 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
25972
25973         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
25974            Correct caps negotiation
25975         * gst/volume/gstvolume.c: (volume_chain_float),
25976         (volume_chain_int16):
25977            Modify debug output to be little more informative
25978         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
25979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25980         (gst_xvimagesink_xvimage_destroy):
25981           Add XSync calls after detaching from the shared memory segment to
25982           avoid a crash.
25983
25984 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25985
25986         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25987         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
25988         * ext/vorbis/vorbis.c: (plugin_init):
25989         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25990         (gst_vorbisenc_chain):
25991         * ext/vorbis/vorbisenc.h:
25992         remove explicit newmedia support from oggmux and vorbisenc
25993         add debug category to vorbisenc
25994         * gst/multifilesink/gstmultifilesink.c:
25995         (gst_multifilesink_class_init), (gst_multifilesink_init),
25996         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
25997         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
25998         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
25999         (plugin_init):
26000         * gst/multifilesink/gstmultifilesink.h:
26001         add support for streamheader in multifilesink
26002
26003 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26004
26005         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
26006         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
26007         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
26008           Prevent infinite loops. More correct error reporting.
26009         * gst/auparse/gstauparse.c: (gst_auparse_chain):
26010           Error out if negotiation fails.
26011         * gst/playback/gstplaybasebin.c: (setup_source),
26012         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
26013         (gst_play_base_bin_found_tag):
26014           Error/tag forwarding. Pre-roll fixes for source errors on state
26015           changes (e.g. "file does not exist") to prevent hangs.
26016
26017 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26018
26019         * testsuite/multifilesink/Makefile.am:
26020         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
26021         (gst_newmedia_class_init), (gst_newmedia_init),
26022         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
26023         (newfile_signal), (test_signal), (main):
26024         * testsuite/multifilesink/multifilesrc_test.c: (main):
26025         * testsuite/multifilesink/oggtheora_test.c:
26026         (gst_newmedia_base_init), (gst_newmedia_class_init),
26027         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
26028         (test_format), (newfile_signal), (test_signal), (main):
26029         * testsuite/multifilesink/oggvorbis_test.c:
26030         (gst_newmedia_base_init), (gst_newmedia_class_init),
26031         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
26032         (test_format), (newfile_signal), (test_signal), (main):
26033         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
26034         (gst_newmedia_class_init), (gst_newmedia_init),
26035         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
26036         (newfile_signal), (test_signal), (main):
26037         New media tests
26038
26039 2004-09-20  Christian Schaller <christian@fluendo.com>
26040
26041         * Fix mikmod license to LGPL as they have relicensed
26042         * Move Dirac and Effectv into LGPL section of README_license
26043
26044 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26045
26046         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
26047         (gst_mad_change_state):
26048           Allow for mp3 rate/channels changes. However, only very
26049           conservatively. Reason that we *have* to enable this is smiply
26050           because the mad find_sync() function is not good enough, it will
26051           regularly sync on random data as valid frames and therefore make
26052           us provide random caps as *final* caps of the stream. The best fix
26053           I could think of is to simply require several of the same stream
26054           changes in a row before we change caps.
26055           The actual testcase that works now is #
26056         * ext/ogg/Makefile.am:
26057         * ext/ogg/gstogg.c: (plugin_init):
26058         * ext/ogg/gstogmparse.c:
26059           OGM support (video only for now; I need an audio sample file).
26060         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
26061         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
26062         (gst_asf_demux_add_video_stream):
26063           WMV extradata.
26064         * gst/playback/gstplaybasebin.c: (unknown_type):
26065           Don't error out on single unknown-types after all. It's wrong.
26066           If we found type of video and audio but not of a subtitle stream,
26067           it will still error out (which is unwanted). Will find a better fix
26068           later on.
26069         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
26070         (ogmaudio_type_find), (plugin_init):
26071           OGM support.
26072
26073 2004-09-20  Johan Dahlin  <johan@gnome.org>
26074
26075         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
26076         after setting caps.
26077
26078 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26079
26080         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
26081         * gst/wavenc/gstwavenc.h:
26082         Added newmedia support to wavenc
26083
26084 2004-09-17  Wim Taymans  <wim@fluendo.com>
26085
26086         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
26087         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
26088         (gst_fdset_fd_can_write), (gst_fdset_wait):
26089         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
26090         (gst_multifdsink_init), (gst_multifdsink_add),
26091         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
26092         (gst_multifdsink_remove_client_link),
26093         (gst_multifdsink_client_queue_buffer),
26094         (gst_multifdsink_handle_client_write),
26095         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
26096         (gst_multifdsink_close), (gst_multifdsink_change_state):
26097         * gst/tcp/gstmultifdsink.h:
26098         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26099         (gst_tcpserversink_removed):
26100         Small cleanups in fdset.c
26101         Use a hastable to map fd to the client structure for faster
26102         lookup in _remove and get_stats.
26103         Added virtual function to close the fds.
26104         Handle clients even when the select/poll call was unblocked because
26105         of a command.
26106         Implement syncing to keyframe in the recovery procedure.
26107
26108 2004-09-16 Iain <iaingnome@gmail.com>
26109
26110         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
26111         try caps.
26112
26113 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26114
26115         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
26116           Caps are only set if the type of the stream is unknown, but this
26117           is initialized in ->init_stream(), so set to UNKNOWN after calling
26118           ->init_stream() so that capsnego starts.
26119
26120 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26121
26122         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26123         (gst_avi_demux_stream_data):
26124           Just hardcode for raw audio then. AVI audio sucks.
26125
26126 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
26127
26128         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26129         * gst/matroska/matroska-mux.c: (audiosink_templ),
26130         (gst_matroska_mux_audio_pad_link):
26131         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
26132         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
26133
26134 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26135
26136         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26137         (gst_avi_demux_stream_data):
26138           Try to fix a/v sync issues.
26139
26140 2004-09-15  David Schleef  <ds@schleef.org>
26141
26142         * configure.ac: remove NASM check, since we don't use it.  Update
26143         dirac check to 0.4
26144         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
26145         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26146         Initialized variables.
26147         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26148         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
26149         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
26150         SVQ3 format
26151
26152 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26153
26154         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
26155         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
26156         * gst/avi/gstavidemux.h:
26157           Fix for compressed audio (mp3) timestamp generation. How did this
26158           ever work?
26159
26160 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26161
26162         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
26163           Volume is a double not a float.
26164
26165 2004-09-15  Wim Taymans  <wim@fluendo.com>
26166
26167         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
26168         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
26169         Don't close the fd in multifdsink as we didn't open it in the
26170         first place. Some cleanups.
26171
26172 2004-09-15  Wim Taymans  <wim@fluendo.com>
26173
26174         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26175         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26176         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26177         Fix the case where the muxer would mark pages as delta
26178         frames when they are not (vorbis only ogg).
26179
26180 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26181
26182         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
26183         (gst_play_base_bin_change_state):
26184           Handle the case where we failed to setup a clear pipeline. This
26185           will throw an error (or EOS, another nice case) and if you don't
26186           catch that, the app will wait for the signal forever (and thus
26187           hang).
26188
26189 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26190
26191         * ext/gnomevfs/gstgnomevfssink.c:
26192         (gst_gnomevfssink_uri_get_protocols):
26193         * ext/gnomevfs/gstgnomevfssrc.c:
26194         (gst_gnomevfssrc_uri_get_protocols):
26195         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
26196         * ext/gnomevfs/gstgnomevfsuri.h:
26197           Use _uri_new() instead of _open(), so it doesn't take as long and
26198           Christophe's computer won't hang.
26199         * gst/playback/gstplaybasebin.c: (unknown_type):
26200           Throw error on unknown media type, so apps actually display it.
26201
26202 2004-09-14  Brian Cameron  <brian.cameron@sun.com
26203
26204         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
26205           this script to work on Solaris since bash shell handles echo
26206           differenly than bash.
26207
26208 2004-09-17  Wim Taymans  <wim@fluendo.com>
26209
26210         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
26211         (setup_source), (gst_play_base_bin_set_property),
26212         (gst_play_base_bin_add_element):
26213         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
26214         Some more work on making sure seeking pauses the pipeline and
26215         that changing the uri actually does something.
26216
26217 2004-09-17  Wim Taymans  <wim@fluendo.com>
26218
26219         * gst/tcp/gstfdset.c: (gst_fdset_wait):
26220         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
26221         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
26222         (gst_tcpserversink_close):
26223         Be a bit more paranoid when freeing memory.
26224
26225 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26226
26227         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
26228         (qtdemux_parse_trak):
26229           Don't crash by dividing by zero (see sample movie in #126922).
26230
26231 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26232
26233         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26234           Don't touch non-existing data (fixes crash on file in #140147).
26235
26236 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26237
26238         * gst/playback/gstplaybasebin.c:
26239         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
26240           Handle double disposals, and proper change of URIs.
26241
26242 2004-09-13  Martin Eikermann <meiker@upb.de>
26243
26244         * gst/mpegstream/gstmpegparse.c:
26245           fix synchronistation for streams recorded from digital PCR
26246           fixes bug #119376
26247
26248 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26249
26250         * ext/gnomevfs/Makefile.am:
26251         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
26252         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
26253         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
26254         (gst_gnomevfssink_uri_get_type),
26255         (gst_gnomevfssink_uri_get_protocols),
26256         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
26257         (gst_gnomevfssink_uri_handler_init),
26258         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
26259         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
26260         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
26261         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
26262         (gst_gnomevfssrc_uri_get_type),
26263         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
26264         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
26265         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
26266         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
26267         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
26268         * ext/gnomevfs/gstgnomevfsuri.h:
26269           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
26270           of fake URIs to see which this version of Gnome-VFS likes, and
26271           uses that for the Gst-URI interface. Makes playbin support http://
26272           streams. Also fix up some stupid behaviour in gnomevfssrc.
26273
26274 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26275
26276         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26277         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26278         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26279         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26280           Update mixer (to sync with other sessions) if we try to obtain
26281           a new value. This makes alsamixer work accross applications.
26282         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
26283           Only call sync functions if we're running, else alsalib asserts.
26284         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
26285           Sometimes fails to compile. Possibly a gcc bug.
26286         * gst/playback/gstplaybin.c: (gen_video_element),
26287         (gen_audio_element):
26288           Add a reference to an application-provided object, because we lose
26289           this same reference if we add it to the bin. If we don't do this,
26290           we can only use this object once and thus crash if we go from
26291           ready to playing, back to ready and back to playing again.
26292           Also add an audioscale element because several cheap soundcards -
26293           like mine - don't support all samplerates.
26294         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
26295         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
26296           Fix wrong order or PAR calls. Makes automatically obtained PAR
26297           from the X server atually being used.
26298
26299 2004-09-12  David Schleef  <ds@schleef.org>
26300
26301         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
26302         #151887, #152102, #152247.
26303         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
26304         * examples/seeking/cdparanoia.c: same
26305         * examples/seeking/cdplayer.c: same
26306         * examples/seeking/seek.c: same
26307         * examples/seeking/spider_seek.c: same
26308         * examples/seeking/vorbisfile.c: same
26309         * examples/stats/mp2ogg.c: same
26310         * ext/esd/esdsink.c: (gst_esdsink_class_init),
26311         (gst_esdsink_dispose): Dispose of element properly.
26312         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
26313         fixes.
26314         * ext/nas/nassink.c: (gst_nassink_class_init),
26315         (gst_nassink_dispose): Dispose of element correctly.
26316         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
26317         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
26318         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
26319         Fix 64-bit warning.
26320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26321         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
26322         Fix 64-bit warning.
26323
26324 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26325
26326         * configure.ac : change speex detection as 1.1.6 now uses
26327           .pc/pkg-config and they changed their headers location.
26328
26329 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
26330
26331         * gst/matroska/matroska-mux.h:
26332         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
26333         (gst_matroska_mux_start), (gst_matroska_mux_finish),
26334         (gst_matroska_mux_write_data):
26335           Write multiple blocks/frames per cluster.
26336                 Write meta-seek information (seek heads).
26337
26338 2004-09-09  Scott Wheeler <wheeler@kde.org>
26339
26340         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
26341         (gst_play_bin_set_property), (gst_play_bin_get_property),
26342         (gen_audio_element), (gen_audio_element):
26343           Add a volume element / property to the pipeline.
26344
26345 2004-09-07  Wim Taymans  <wim@fluendo.com>
26346
26347         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
26348         Copy timestamps from the master pad to the output buffers.
26349
26350 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26351
26352         * ext/raw1394/gstdv1394src.c:
26353           throw errors when applicable
26354
26355 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
26356
26357         * gst/matroska/ebml-ids.h:
26358         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
26359         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
26360         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
26361           automatically convert unix time <-> ebml time when reading/writing
26362           a date, use gst_ebml_write_uint to write CUETIME,
26363           not gst_ebml_write_date.
26364         * gst/matroska/matroska-ids.h:
26365         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
26366         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
26367         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
26368         (gst_matroska_mux_write_data):
26369           Write track and segment UIDs, write muxing date, write
26370           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
26371           Create cues for audio only files.
26372
26373 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26374
26375         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26376         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
26377           Re-commit ALSA switches.
26378         * gst/adder/gstadder.c: (gst_adder_loop):
26379           64-bit fix (#151416).
26380         * gst/debug/progressreport.c: (gst_progressreport_report):
26381           64-bit fix (#151419).
26382         * gst/matroska/matroska-demux.c:
26383         (gst_matroska_demux_parse_contents):
26384           64-bit fix (#151420).
26385         * gst/playback/test3.c: (update_scale):
26386           64-bit fix (#151421).
26387
26388 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26389
26390         * configure.ac:
26391           bump nano to cvs
26392
26393 === release 0.8.4 ===
26394
26395 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26396
26397         * configure.ac: releasing 0.8.4, "Alias"
26398
26399 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26400
26401         * ext/theora/Makefile.am:
26402           fix makefile.  Fixes #151462.
26403
26404 2004-08-30  Wim Taymans  <wim@fluendo.com>
26405
26406         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
26407         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26408         (gst_multifdsink_remove_client_link),
26409         (gst_multifdsink_client_queue_buffer),
26410         (gst_multifdsink_handle_client_write):
26411         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
26412         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
26413         Fix some memory leaks.
26414
26415 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26416
26417         Patch by: David Schleef
26418
26419         * configure.ac:
26420         * sys/Makefile.am:
26421           rename our detection macro for V4L2.  Fixes #151236.
26422
26423 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26424
26425         Patch by: David Schleef
26426
26427         * configure.ac:
26428           check to define LAMEPRESET.  Fixes #151232.
26429
26430 2004-08-27  David Schleef  <ds@schleef.org>
26431
26432         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
26433         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
26434         (gst_glimagesink_fixate):  Move local variable declarations to
26435         make gcc-2.95 happy.
26436
26437 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26438
26439         * configure.ac:
26440           bump nano for prerelease
26441
26442 2004-08-27  David Schleef  <ds@schleef.org>
26443
26444         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
26445         * sys/sunaudio/gstsunaudiosrc.c:
26446         * sys/sunaudio/gstsunaudiosrc.h:
26447
26448 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
26449
26450         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
26451         handle EOS correctly
26452         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
26453         * gst/matroska/matroska-mux.h:
26454         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
26455         VFW compatibility mode
26456
26457 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26458
26459         patch by: Zaheer Abbas Merali
26460
26461         * ext/ogg/gstoggmux.c:
26462         * ext/vorbis/vorbisenc.c:
26463         * ext/vorbis/vorbisenc.h:
26464           handle NEWMEDIA
26465
26466 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
26467
26468         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
26469         fix byte order reversion on little endian machines.
26470         * gst/matroska/matroska-mux.c: (audiosink_templ),
26471         (gst_matroska_mux_audio_pad_link):
26472         add TTA codec to the list of supported codecs.
26473         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
26474         (gst_matroska_mux_start), (gst_matroska_mux_finish),
26475         (gst_matroska_mux_write_data):
26476         * gst/matroska/matroska-mux.h:
26477         write segment duration correctly, write muxing app string, fixes bugs
26478         #140897 and #140898.
26479         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
26480         wait for all pads to be negotiated before starting to mux.
26481
26482 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26483
26484         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
26485         * ext/lame/gstlame.h:
26486         Added new media support to lame
26487
26488 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
26489
26490         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
26491         send vorbis headers at the beginning of a stream, fixes bug #141554.
26492         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
26493         bug #148950.
26494         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
26495         (gst_matroska_demux_plugin_init):
26496         * gst/matroska/matroska-ids.h:
26497         enable demuxing of TTA audio streams, fixes bug #148951.
26498         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
26499         enable typefinding for TTA audio files, fixes bug #148711.
26500         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
26501         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
26502         fixes playback of packed bitstream and xvid with bframes, bug #135407.
26503
26504 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
26505
26506         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
26507         (gst_riff_read_element_data), (gst_riff_read_seek),
26508         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
26509         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
26510         <teuf@gnome.org>
26511
26512 2004-08-23 Iain <iaingnome@gmail.com>
26513
26514         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
26515         tags. They appear to be handled differently to normal.
26516         (tag_list_to_id3_tag_foreach): Ditto.
26517
26518 2004-08-22  Wim Taymans  <wim@fluendo.com>
26519
26520         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26521         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26522         Make sure we never send -1 granulepos.
26523
26524 2004-08-20  Wim Taymans  <wim@fluendo.com>
26525
26526         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26527         (gst_ogg_mux_loop):
26528         I will accept bitchslappings with non sharp objects.
26529
26530 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26531
26532         * configure.ac:
26533         Clean up the test for lame presets
26534
26535 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26536
26537         * configure.ac:
26538         * ext/lame/Makefile.am:
26539         * ext/lame/gstlame.c: (gst_lame_class_init),
26540         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
26541         Only enable lame presets if version of lame has presets in API
26542
26543 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
26544         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
26545         * gst/udp/gstudpsrc.h:
26546           Don't call gst_pad_push in a get function. Fixes #150449
26547
26548 2004-08-18  Wim Taymans  <wim@fluendo.com>
26549
26550         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
26551         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
26552         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
26553         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26554         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26555         (gst_fdset_wait):
26556         * gst/tcp/gstfdset.h:
26557         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26558         (gst_multifdsink_client_queue_buffer),
26559         (gst_multifdsink_handle_client_write):
26560         * gst/tcp/gstmultifdsink.h:
26561         Some extra checks in gstfdset.
26562         Only use send() when the fd is a socket. Don't try to
26563         read from write only fds.
26564
26565 2004-08-18  Wim Taymans  <wim@fluendo.com>
26566
26567         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
26568         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
26569         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26570         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26571         (gst_fdset_wait):
26572         Add more locking and bounds checking.
26573
26574 2004-08-18  Wim Taymans  <wim@fluendo.com>
26575
26576         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
26577         Realloc test fdset in the lock and right before starting
26578         the poll call. Bump the limit to 4096.
26579
26580 2004-08-17  David Schleef  <ds@schleef.org>
26581
26582         * sys/sunaudio/Makefile.am:
26583         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
26584         of rates and channels.  Make debugging less obnoxious.
26585
26586         Patch from Balamurali Viswanathan implementing a mixer for
26587         Sun audio.  (bug #144091):
26588         * sys/sunaudio/gstsunelement.c:
26589         * sys/sunaudio/gstsunelement.h:
26590         * sys/sunaudio/gstsunmixer.c:
26591         * sys/sunaudio/gstsunmixer.h:
26592
26593 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26594
26595         * gst/audioscale/gstaudioscale.c:
26596         * gst/audioscale/gstaudioscale.h:
26597         made audioscale resample from any sample rate to any sample rate
26598
26599 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26600
26601         * ext/libpng/gstpngdec.c:
26602           error out on unsupported types
26603
26604 2004-08-17  Iain <iaingnome@gmail.com>
26605
26606         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
26607         mid_side and loose_mid_side properties if its a stereo stream.
26608
26609 2004-08-17  Wim Taymans  <wim@fluendo.com>
26610
26611         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26612         (theora_get_formats), (theora_dec_src_convert),
26613         (theora_dec_sink_convert), (theora_dec_src_query),
26614         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
26615         Add a debug line.
26616
26617 2004-08-17  Wim Taymans  <wim@fluendo.com>
26618
26619         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
26620         (gst_ogg_pad_push):
26621         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
26622         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
26623         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
26624         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26625         Mark delta units in the muxer.
26626         Try to decode the packet after an out-of-sync error from
26627         libogg.
26628
26629 2004-08-17  Wim Taymans  <wim@fluendo.com>
26630
26631         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26632         (gst_multifdsink_init), (gst_multifdsink_add),
26633         (gst_multifdsink_client_queue_buffer),
26634         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
26635         * gst/tcp/gstmultifdsink.h:
26636         Added option to send a keyframe to clients as the first buffer.
26637         Make timeout property writable.
26638
26639 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26640
26641         patch by: Wim Taymans
26642
26643         * gst/tcp/gstfdset.c:
26644         * gst/tcp/gstmultifdsink.c:
26645           fix index comparison, should include 0
26646
26647 2004-08-16  Wim Taymans  <wim@fluendo.com>
26648
26649         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
26650         (gst_fdset_add_fd), (gst_fdset_remove_fd),
26651         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26652         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26653         (gst_fdset_wait):
26654           copy when reallocing for poll so the select arguments don't get
26655           changed during the call
26656
26657 2004-08-16  Wim Taymans  <wim@fluendo.com>
26658
26659         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
26660         (gst_theora_enc_class_init), (theora_enc_sink_link),
26661         (theora_buffer_from_packet), (theora_enc_chain):
26662         Fix bug where buffers were not marked as keyframes
26663         correctly.
26664
26665 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26666
26667         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
26668         (gst_lame_preset_get_type), (gst_lame_class_init):
26669         describe the enum values for vbr mode and presets more verbosely
26670
26671 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26672
26673         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
26674         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
26675         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
26676         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
26677         * ext/lame/gstlame.h:
26678         add preset property to lame so it can use lame presets
26679
26680 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26681
26682         * ext/lame/gstlame.c: (gst_lame_get_property):
26683         whoops forgot break, thanks teuf
26684
26685 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26686
26687         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
26688         (gst_lame_class_init), (gst_lame_src_getcaps),
26689         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
26690         (gst_lame_get_property), (gst_lame_setup):
26691         * ext/lame/gstlame.h:
26692         fix lame's broken vbr stuff, allow it to resample if need be, and also
26693         make xing header optional
26694
26695 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26696
26697         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
26698         added getcaps function so samplerate doesnt get fixated to silly values
26699
26700 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26701
26702         * ext/lame/gstlame.c: (gst_lame_src_link):
26703         revert previous fix
26704
26705 2004-08-12  Johan Dahlin  <johan@gnome.org>
26706
26707         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
26708         checks. Doesn't matter what state we are in. Interfaces are a
26709         compile time thing, not runtime. It also broke the python bindings.
26710
26711 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26712
26713         * ext/lame/gstlame.c: (gst_lame_src_link):
26714         made source pad link function check if sinkpad is ok..fixes the problem
26715         where core fixates the output rate of lame stupidly
26716
26717 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26718
26719         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
26720         * sys/v4l/v4l_calls.c:
26721         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
26722           fix fixate function to handle nonsimple caps.
26723           remove bogus check in _link
26724           cleanups
26725
26726 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26727
26728         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
26729         set default compression ratio parameter to 0.0 so bitrate parameter
26730         works :)
26731
26732 2004-08-11  David Schleef  <ds@schleef.org>
26733
26734         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
26735
26736 2004-08-11  David Schleef  <ds@schleef.org>
26737
26738         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
26739         before.
26740
26741 2004-08-11  David Schleef  <ds@schleef.org>
26742
26743         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
26744
26745 2004-08-11  David Schleef  <ds@schleef.org>
26746
26747         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
26748           license field
26749         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
26750         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
26751           LGPL.
26752         * gst/auparse/gstauparse.c: Fix plugin license field.
26753         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
26754         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
26755         * gst/rtp/gstrtp.c: Fix plugin license field.
26756
26757 2004-08-11  Wim Taymans  <wim@fluendo.com>
26758
26759         * gst/tcp/Makefile.am:
26760         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
26761         (ensure_size), (gst_fdset_new), (gst_fdset_free),
26762         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
26763         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
26764         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
26765         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
26766         (gst_fdset_fd_can_write), (gst_fdset_wait):
26767         * gst/tcp/gstfdset.h:
26768         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
26769         (gst_multifdsink_class_init), (gst_multifdsink_init),
26770         (gst_multifdsink_add), (gst_multifdsink_remove),
26771         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
26772         (gst_multifdsink_remove_client_link),
26773         (gst_multifdsink_handle_client_read),
26774         (gst_multifdsink_client_queue_data),
26775         (gst_multifdsink_client_queue_caps),
26776         (gst_multifdsink_client_queue_buffer),
26777         (gst_multifdsink_handle_client_write),
26778         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26779         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
26780         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26781         (gst_multifdsink_close):
26782         * gst/tcp/gstmultifdsink.h:
26783         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26784         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26785         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
26786         (gst_tcpserversink_close):
26787         * gst/tcp/gsttcpserversink.h:
26788         Abstracted away the select call, implemented poll (yes we ran into
26789         the 1024 limit in production).
26790
26791 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
26792
26793         * gst/tcp/gsttcp.c:
26794         * gst/tcp/gsttcpplugin.c:
26795           improve debuggging, remove assert
26796
26797 2004-08-10  Wim Taymans  <wim@fluendo.com>
26798
26799         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
26800         (gst_client_status_get_type), (gst_multifdsink_class_init),
26801         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
26802         (gst_multifdsink_handle_client_read),
26803         (gst_multifdsink_handle_client_write),
26804         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26805         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
26806         (gst_multifdsink_get_property):
26807         * gst/tcp/gstmultifdsink.h:
26808         * gst/tcp/gsttcp-marshal.list:
26809         Starting to prepare for specifying buffer time in other units
26810         than buffers. Expose remove reason in signal.
26811
26812 2004-08-10  Wim Taymans  <wim@fluendo.com>
26813
26814         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26815         (gst_multifdsink_remove), (gst_multifdsink_clear),
26816         (gst_multifdsink_remove_client_link),
26817         (gst_multifdsink_handle_client_read),
26818         (gst_multifdsink_client_queue_data),
26819         (gst_multifdsink_client_queue_buffer),
26820         (gst_multifdsink_handle_client_write),
26821         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
26822         (gst_multifdsink_chain), (gst_multifdsink_close):
26823         * gst/tcp/gstmultifdsink.h:
26824         Added more debugging info. Changed the way clients are
26825         removed from the lists. Fixed a bug where a bad file descriptor
26826         could cause many clients to be removed.
26827
26828 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26829
26830         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
26831           allow all pixel-aspect-ratios, not just 1:1
26832
26833 2004-08-09  David Schleef  <ds@schleef.org>
26834
26835         * sys/glsink/ARB_multitexture.h:  Remove old files.
26836         * sys/glsink/EXT_paletted_texture.h:
26837         * sys/glsink/NV_register_combiners.h:
26838         * sys/glsink/gstgl_nvimage.c:
26839         * sys/glsink/gstgl_pdrimage.c:
26840         * sys/glsink/gstgl_rgbimage.c:
26841         * sys/glsink/gstglsink.c:
26842         * sys/glsink/gstglsink.h:
26843         * sys/glsink/gstglxwindow.c:
26844         * sys/glsink/regcomb_yuvrgb.c:
26845
26846 2004-08-09  David Schleef  <ds@schleef.org>
26847
26848         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
26849         GL sink plugin.  (Bug #147302)
26850
26851         * configure.ac: Test for OpenGL
26852         * sys/Makefile.am: Use test for OpenGL
26853         * sys/glsink/Makefile.am:
26854         * sys/glsink/glimagesink.c: rewrite
26855         * sys/glsink/glimagesink.h: rewrite
26856
26857 2004-08-09  David Schleef  <ds@schleef.org>
26858
26859         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
26860         sane framerates.
26861         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
26862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
26863         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
26864
26865 2004-08-09  Wim Taymans  <wim@fluendo.com>
26866
26867         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26868         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26869         (gst_multifdsink_client_remove),
26870         (gst_multifdsink_handle_client_read),
26871         (gst_multifdsink_handle_client_write),
26872         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26873         Do a bit more logging, make the client_read code more robust.
26874
26875 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26876
26877         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
26878         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
26879         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
26880         (gst_jpegdec_init), (gst_jpegdec_chain):
26881         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
26882         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
26883           cleanups, debugging fixes and memleak plugging
26884
26885 2004-08-09  Wim Taymans  <wim@fluendo.com>
26886
26887         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26888         (theora_get_formats), (theora_dec_src_convert),
26889         (theora_dec_sink_convert), (theora_dec_src_query),
26890         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
26891         (theora_dec_change_state):
26892         Don't crash on missing header packets.
26893
26894 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26895
26896         * po/LINGUAS:
26897         * po/sq.po:
26898           Added Albanian translation (Laurent Dhima)
26899         * po/cs.po:
26900           updated
26901
26902 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26903
26904         * ext/lame/gstlame.c:
26905           fix/add debugging
26906
26907 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26908
26909         * sys/ximage/ximagesink.c:
26910         * sys/xvimage/xvimagesink.c:
26911           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
26912
26913 2004-08-06  Wim Taymans  <wim@fluendo.com>
26914
26915         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26916         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26917         (gst_multifdsink_client_remove),
26918         (gst_multifdsink_handle_client_read),
26919         (gst_multifdsink_handle_client_write),
26920         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26921         Make sure we don't try to read more from a client that what
26922         ioctl says us or we deadlock.
26923
26924 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26925
26926         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
26927         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
26928         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26929           decouple running_time and n_frames so it can handle changing
26930           framerate while running
26931
26932 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26933
26934         * po/nl.po:
26935         * po/sv.po:
26936           updated translations
26937
26938 2004-08-04  Benjamin Otte  <otte@gnome.org>
26939
26940         * gst/videotestsrc/gstvideotestsrc.c:
26941         (gst_videotestsrc_get_capslist), (generate_capslist),
26942         (plugin_init):
26943           generate the list of supported caps at startup and reuse it instead
26944           of always generating it
26945
26946 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26947
26948         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
26949           whoops, last checkin broke normal build
26950
26951 2004-08-03  Benjamin Otte  <otte@gnome.org>
26952
26953         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
26954         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
26955         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
26956         (gst_alsa_mixer_get_option):
26957         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
26958         (dvdnavsrc_print_event):
26959         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
26960         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
26961         (gst_ogg_mux_pad_unlink):
26962         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
26963         (gst_multipart_mux_pad_unlink):
26964         * gst/videofilter/gstvideobalance.c:
26965         (gst_videobalance_colorbalance_set_value):
26966         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
26967         (gst_videomixer_pad_unlink):
26968         * po/uk.po:
26969         * sys/oss/gstossmixer.c:
26970         * sys/v4l/gstv4lcolorbalance.c:
26971         * sys/v4l/gstv4ltuner.c:
26972         * sys/v4l/v4lsrc_calls.c:
26973         * sys/v4l2/gstv4l2colorbalance.c:
26974         * sys/v4l2/gstv4l2tuner.c:
26975           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
26976
26977 2004-08-03  Benjamin Otte  <otte@gnome.org>
26978
26979         * examples/dynparams/filter.c: (ui_control_create):
26980         * examples/gstplay/player.c: (print_tag):
26981         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
26982         * ext/gdk_pixbuf/gstgdkanimation.c:
26983         (gst_gdk_animation_iter_may_advance):
26984         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
26985         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
26986         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
26987         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
26988         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
26989         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
26990         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
26991         * gst/sine/demo-dparams.c: (main):
26992         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
26993         * testsuite/alsa/formats.c: (create_pipeline):
26994         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
26995           fixes for G_DISABLE_ASSERT and friends
26996         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26997         (mp3_type_frame_length_from_header), (mp3_type_find),
26998         (plugin_init):
26999           require mp3 typefinding to have at least MIN_HEADERS valid headers
27000           add typefinding for AAC adts files
27001
27002 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
27003
27004         * sys/ximage/ximagesink.c:
27005         (gst_ximagesink_calculate_pixel_aspect_ratio):
27006         * sys/xvimage/xvimagesink.c:
27007         (gst_xvimagesink_calculate_pixel_aspect_ratio):
27008         Make sure we calculate pixel-aspect-ratio using floating point maths
27009
27010 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27011
27012         * po/uk.po:
27013           updated translation
27014
27015 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27016
27017         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
27018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
27019           add debugging for display PAR calculation
27020
27021 2004-08-02  David Schleef  <ds@schleef.org>
27022
27023         * configure.ac: Fix mikmod CFLAGS.
27024
27025 2004-07-27  Benjamin Otte  <otte@gnome.org>
27026
27027         * gst/audioscale/gstaudioscale.c:
27028         - fix templates to only support S16, it's the only format that works
27029         - make caps nego code use try_set_caps_nonfixed and fixation instead
27030         of try_set_caps twice, which is not nice for autopluggers
27031         - change rank to secondary, so autopluggers can pick it up after
27032         audioconvert
27033
27034 2004-08-02  Iain <iain@prettypeople.org>
27035
27036         * gst/interleave/interleave.c (interleave_init),
27037         (interleave_request_new_pad),
27038         (interleave_pad_removed),
27039         (interleave_buffered_loop): Use the real pad count, not the artificial
27040         one.
27041
27042 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27043
27044         * configure.ac: bump nano back to development
27045
27046 === release 0.8.3 ===
27047
27048 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27049
27050         * configure.ac: releasing 0.8.3, "Water"
27051
27052 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27053
27054         * sys/xvimage/xvimagesink.c:
27055         (gst_xvimagesink_calculate_pixel_aspect_ratio),
27056         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
27057         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
27058         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
27059         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
27060         * sys/xvimage/xvimagesink.h:
27061           apply similar PAR fixes as to ximagesink
27062
27063 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27064
27065         patch from: Benjamin Otte
27066
27067         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
27068           add link function to lame.  Fixes #148986.
27069
27070 2004-08-02  Johan Dahlin  <johan@gnome.org>
27071
27072         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
27073         fix debugging log
27074
27075 2004-07-30  David Schleef  <ds@schleef.org>
27076
27077         * gst/videomixer/Makefile.am: Fix things that should have been
27078         fixed in the last checkin.
27079
27080 2004-07-30  David Schleef  <ds@schleef.org>
27081
27082         * gst/multipart/Makefile.am: Fix things that should have been
27083         fixed in the last checkin.
27084
27085 2004-07-30  David Schleef  <ds@schleef.org>
27086
27087         * testsuite/multifilesink/Makefile.am: Fix unused variable.
27088
27089 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
27090
27091         * configure.ac:
27092           bump nano for prerelease
27093         * po/af.po:
27094         * po/az.po:
27095         * po/cs.po:
27096         * po/en_GB.po:
27097         * po/hu.po:
27098         * po/nl.po:
27099         * po/sr.po:
27100         * po/sv.po:
27101         * po/uk.po:
27102           updates
27103
27104 2004-07-30  Wim Taymans  <wim@fluendo.com>
27105
27106         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27107         (gst_multifdsink_add), (gst_multifdsink_remove),
27108         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
27109         (gst_multifdsink_client_remove),
27110         (gst_multifdsink_handle_client_write),
27111         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
27112         * gst/tcp/gstmultifdsink.h:
27113         Recover from a select with a bad file descriptor by removing
27114         the client.
27115
27116 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
27117
27118         * configure.ac:
27119           fix requirement of core
27120         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
27121         (gst_play_pipeline_setup):
27122           don't use colorspace element.  do use hermescolorspace element.
27123           make macro to get a colorspace element.
27124           mark strings for translation.
27125         * po/POTFILES.in:
27126           add play.c
27127         * po/af.po:
27128         * po/az.po:
27129         * po/cs.po:
27130         * po/en_GB.po:
27131         * po/hu.po:
27132         * po/nl.po:
27133         * po/sr.po:
27134         * po/sv.po:
27135         * po/uk.po:
27136           update translations
27137
27138 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27139
27140         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
27141         fix default for newmedia flag
27142
27143 2004-07-30  Wim Taymans  <wim@fluendo.com>
27144
27145         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
27146         (gst_theora_dec_init), (theora_get_formats),
27147         (theora_dec_src_convert), (theora_dec_sink_convert),
27148         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27149         (theora_dec_chain), (theora_dec_set_property),
27150         (theora_dec_get_property):
27151         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
27152         (gst_theora_enc_class_init), (gst_theora_enc_init),
27153         (theora_enc_sink_link), (theora_enc_chain),
27154         (theora_enc_set_property), (theora_enc_get_property):
27155         Added cropping option to theora decoder.
27156         Added border option to theora encoder.
27157
27158 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27159
27160         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27161         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27162         (gst_pngenc_set_property):
27163         * ext/libpng/gstpngenc.h:
27164         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
27165
27166 2004-07-30  Wim Taymans  <wim@fluendo.com>
27167
27168         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27169         (theora_enc_sink_link), (theora_enc_chain),
27170         (theora_enc_set_property), (theora_enc_get_property):
27171         Fix encoding of non-multiple-of-16 video.
27172
27173 2004-07-29  David Schleef  <ds@schleef.org>
27174
27175         * configure.ac: make test for audiofile more strict
27176
27177 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27178
27179         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
27180           give different names to typefind functions
27181
27182 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
27183
27184         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27185         (gst_ximagesink_calculate_pixel_aspect_ratio),
27186         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
27187         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
27188         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
27189         (gst_ximagesink_get_property), (gst_ximagesink_init):
27190         * sys/ximage/ximagesink.h:
27191           allocate PAR's dynamically.
27192           use autodetected PAR if no object-set PAR is given.
27193           add workaround for directfb's X not setting physical size.
27194           fix to xvimagesink will follow tomorrow.
27195
27196 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27197
27198         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
27199         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
27200         (gst_shout2send_get_type), (gst_shout2send_set_clock),
27201         (gst_shout2send_class_init), (gst_shout2send_init),
27202         (set_shout_metadata), (gst_shout2send_set_metadata),
27203         (gst_shout2send_chain), (gst_shout2send_set_property),
27204         (gst_shout2send_get_property), (gst_shout2send_connect),
27205         (gst_shout2send_change_state):
27206         * ext/shout2/gstshout2.h:
27207         - fix for sending mp3 audio to icecast2 server, if pad link function not
27208         called before PAUSED state
27209         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
27210         - added tagging support for mp3 audio broadcasted
27211         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
27212         debug info
27213
27214 2004-07-28  Wim Taymans  <wim@fluendo.com>
27215
27216         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
27217         (gst_ogg_demux_push):
27218         Return query failure when we don't know the length of
27219         an ogg stream insteda of returning TRUE with a bogus value.
27220
27221 2004-07-28  Wim Taymans  <wim@fluendo.com>
27222
27223         * ext/theora/theoradec.c: (theora_get_formats),
27224         (theora_dec_src_convert), (theora_dec_sink_convert),
27225         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27226         (theora_dec_chain):
27227         Don't screw up the 1 Chroma for 1 luma sample situation when we
27228         have an odd offset/width by adding a black border in those cases.
27229
27230 2004-07-28  Wim Taymans  <wim@fluendo.com>
27231
27232         * ext/theora/theoradec.c: (theora_get_formats),
27233         (theora_dec_src_convert), (theora_dec_sink_convert),
27234         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27235         (theora_dec_chain):
27236         * ext/theora/theoraenc.c: (theora_enc_sink_link):
27237         Added first attempt at cropping of the image as required by the
27238         theora spec. We need more properties in the caps (offset_x,
27239         offset_y,stride) to implement this correctly.
27240
27241 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
27242
27243         * ext/dvdnav/README:
27244           Update the README to use dvddemux
27245         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
27246           Ensure getcaps returns a subset of the template caps
27247         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
27248         (gst_mpeg2subt_init):
27249           Ensure getcaps returns a subset of the template caps
27250         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27251         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
27252         (gst_dvd_demux_get_subpicture_stream),
27253         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
27254         * gst/mpegstream/gstdvddemux.h:
27255           Set the explicit caps on the current_video pad before pushing
27256           anything
27257         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
27258         (gst_mpeg_demux_get_audio_stream):
27259           Free caps used to gst_pad_set_explicit_caps, which takes a const
27260           GstCaps *
27261
27262 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
27263
27264         * configure.ac: update GStreamer requirement to 0.8.4 because of
27265           GstFraction.
27266
27267 2004-07-28  Wim Taymans  <wim@fluendo.com>
27268
27269         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
27270         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
27271         Add the pad to the element after setting up the caps. This
27272         makes it a lot easier to autoplug.
27273
27274 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
27275
27276         * gst/median/gstmedian.c:
27277         * gst/mpeg2subt/gstmpeg2subt.c:
27278         * gst/mpegaudioparse/gstmpegaudioparse.c:
27279         * gst/mpegstream/gstdvddemux.c:
27280         * gst/mpegstream/gstmpegdemux.c:
27281         * gst/mpegstream/gstmpegpacketize.c:
27282         * gst/rtjpeg/gstrtjpeg.c:
27283         * gst/rtjpeg/gstrtjpegdec.c:
27284         * gst/rtjpeg/gstrtjpegenc.c:
27285         * gst/sine/gstsinesrc.c:
27286         * gst/smooth/gstsmooth.c:
27287         * gst/smpte/gstsmpte.c:
27288         * gst/smpte/gstsmpte.h:
27289         * gst/stereo/gststereo.c:
27290         * gst/videofilter/gstgamma.c:
27291         * gst/videofilter/gstvideobalance.c:
27292         * gst/videofilter/gstvideofilter.c:
27293         * gst/videofilter/gstvideoflip.c:
27294         * gst/videoscale/gstvideoscale.c:
27295         * gst/videoscale/videoscale.c:
27296         * gst/videotestsrc/gstvideotestsrc.c:
27297         * gst/videotestsrc/videotestsrc.c:
27298         * gst/wavenc/gstwavenc.c:
27299         * gst/wavparse/gstwavparse.c:
27300           fix local includes and 64 bits constants
27301
27302 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
27303
27304         * win32/gst.sln:
27305         * gst-libs/gst/*/*.vcproj:
27306         * gst/*/*.vcproj:
27307           more working plugins
27308
27309 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27310
27311         * testsuite/alsa/Makefile.am:
27312         * testsuite/alsa/srcstate.c:
27313         add test for alsasrc changing state
27314
27315 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27316
27317         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
27318         (gst_silence_get):
27319         * gst/silence/gstsilence.h:
27320         fix silence generation for 16bit raw audio
27321
27322 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27323
27324         * gst/matroska/matroska-demux.c:
27325         (gst_matroska_demux_parse_metadata),
27326         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
27327         * gst/mpegaudio/common.c:
27328         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
27329         (gst_videoscale_getcaps), (gst_videoscale_link),
27330         (gst_videoscale_src_fixate), (gst_videoscale_init),
27331         (gst_videoscale_finalize):
27332         * gst/videoscale/gstvideoscale.h:
27333         * gst/videotestsrc/gstvideotestsrc.c:
27334         (gst_videotestsrc_get_capslist):
27335         * gst/wavenc/gstwavenc.c:
27336         * sys/oss/gstossmixer.c: (fill_labels):
27337         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27338         (gst_ximagesink_handle_xevents),
27339         (gst_ximagesink_calculate_pixel_aspect_ratio),
27340         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
27341         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
27342         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
27343         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
27344         (gst_ximagesink_init), (gst_ximagesink_class_init):
27345         * sys/ximage/ximagesink.h:
27346         * sys/xvimage/xvimagesink.c:
27347         (gst_xvimagesink_calculate_pixel_aspect_ratio),
27348         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
27349         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
27350         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
27351         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
27352         * sys/xvimage/xvimagesink.h:
27353           first batch of pixel aspect ratio commits.
27354
27355 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27356
27357         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27358         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
27359         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
27360           handle stride, needs work if we want to move stride handling
27361           upstream, but works correctly for our purposes.
27362
27363 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27364
27365         * gst/videoscale/README:
27366           add testing examples
27367         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
27368         (gst_videoscale_chain):
27369         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27370         (gst_videoscale_get_size):
27371           add get_size function that handles stride like videotestsrc.
27372           fixes conversion for YUV formats for as much as I can test them.
27373
27374 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27375
27376         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
27377         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
27378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27379         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
27380         (gst_xvimagesink_xvimage_put):
27381           further cleanups, logging, error handling and synchronizing
27382
27383 2004-07-27  Wim Taymans  <wim@fluendo.com>
27384
27385         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27386         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
27387         (gst_videomixer_pad_set_property),
27388         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
27389         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27390         (gst_videomixer_class_init), (gst_videomixer_init),
27391         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
27392         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
27393         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
27394         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27395         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27396         (gst_videomixer_loop), (plugin_init):
27397         Be a nicer negotiation citizen and provide a getcaps function on
27398         the srcpad. This also fixes a crash when resizing.
27399
27400 2004-07-27  Julien MOUTTE  <julien@moutte.net>
27401
27402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27403         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
27404
27405 2004-07-27  Wim Taymans  <wim@fluendo.com>
27406
27407         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
27408         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27409         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27410         (gst_pngenc_set_property):
27411         * ext/libpng/gstpngenc.h:
27412         Added snapshot property to pngenc.
27413         removed g_print from pngdec
27414
27415 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
27416
27417         * gst/ac3parse/ac3parse.vcproj
27418         * gst/adder/adder.vcproj
27419         * gst/alpha/alpha.vcproj
27420         * gst/alpha/alphacolor.vcproj
27421         * gst/asfdemux/asf.vcproj
27422         * gst/audioconvert/audioconvert.vcproj
27423         * gst/audiorate/audiorate.vcproj
27424         * gst/audioscale/audioscale.vcproj
27425         * gst/auparse/auparse.vcproj
27426         * gst/avi/avi.vcproj
27427         * gst/cdxaparse/cdxaparse.vcproj
27428         * gst/chart/chart.vcproj
27429         * gst/colorspace/colorspace.vcproj
27430         * gst/cutter/cutter.vcproj
27431         * gst/debug/debug.vcproj
27432         * gst/debug/efence.vcproj
27433         * gst/debug/navigationtest.vcproj
27434         * gst/deinterlace/deinterlace.vcproj
27435         * gst/effectv/effectv.vcproj
27436         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
27437         * gst/filter/filter.vcproj
27438         * gst/flx/flxdec.vcproj
27439         * gst/goom/goom.vcproj
27440         * gst/interleave/interleave.vcproj
27441         * gst/law/alaw.vcproj
27442         * gst/law/mulaw.vcproj
27443         * gst/matroska/matroska.vcproj
27444         * gst/median/median.vcproj
27445         * gst/mixmatrix/mixmatrix.vcproj
27446         * gst/mpeg1sys/mpeg1systemencode.vcproj
27447         * gst/mpeg1videoparse/mp1videoparse.vcproj
27448         * gst/mpeg2sub/mpeg2subt.vcproj
27449         * gst/mpegaudio/mpegaudio.vcproj
27450         * gst/mpegaudioparse/mpegaudioparse.vcproj
27451         * gst/mpegstream/mpegstream.vcproj
27452         * gst/multifilesink/multifilesink.vcproj
27453         * gst/multipart/multipart.vcproj
27454         * gst/oneton/oneton.vcproj
27455         * gst/overlay/overlay.vcproj
27456         * gst/passthrough/passthrough.vcproj
27457         * gst/qtdemux/qtdemux.vcproj
27458         * gst/realmedia/rmdemux.vcproj
27459         * gst/rtjpeg/rtjpeg.vcproj
27460         * gst/rtp/rtp.vcproj
27461         * gst/silence/silence.vcproj
27462         * gst/sine/sinesrc.vcproj
27463         * gst/smooth/smooth.vcproj
27464         * gst/smpte/smpte.vcproj
27465         * gst/spectrum/spectrum.vcproj
27466         * gst/speed/speed.vcproj
27467         * gst/stereo/stereo.vcproj
27468         * gst/switch/switch.vcproj
27469         * gst/tags/tagedit.vcproj
27470         * gst/tcp/tcp.vcproj
27471         * gst/typefind/typefindfunctions.vcproj
27472         * gst/udp/udp.vcproj
27473         * gst/videobox/videobox.vcproj
27474         * gst/videocrop/videocrop.vcproj
27475         * gst/videodrop/videodrop.vcproj
27476         * gst/videofilter/gamma.vcproj
27477         * gst/videofilter/videobalance.vcproj
27478         * gst/videofilter/videofilter.vcproj
27479         * gst/videofilter/videoflip.vcproj
27480         * gst/videoflip/videoflip.vcproj
27481         * gst/videomixer/videomixer.vcproj
27482         * gst/videorate/videorate.vcproj
27483         * gst/videoscale/videoscale.vcproj
27484         * gst/videotestsrc/videotestsrc.vcproj
27485         * gst/virtualdub/virtualdub.vcproj
27486         * gst/volenv/volenv.vcproj
27487         * gst/volume/volume.vcproj
27488         * gst/wavenc/wavenc.vcproj
27489         * gst/wavparse/wavparse.vcproj
27490         * gst/y4m/y4menc.vcproj
27491         * gst-libs/gst/audio/audio.vcproj
27492         * gst-libs/gst/audio/audiofilter.vcproj
27493         * gst-libs/gst/colorbalance/colorbalance.vcproj
27494         * gst-libs/gst/idct/idtc.vcproj
27495         * gst-libs/gst/media-info/media-info.vcproj
27496         * gst-libs/gst/mixer/mixer.vcproj
27497         * gst-libs/gst/navigation/navigation.vcproj
27498         * gst-libs/gst/play/play.vcproj
27499         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
27500         * gst-libs/gst/resample/resample.vcproj
27501         * gst-libs/gst/riff/riff.vcproj
27502         * gst-libs/gst/tuner/tuner.vcproj
27503         * gst-libs/gst/video/video.vcproj
27504         * gst-libs/gst/xoverlay/xoverlay.vcproj
27505           avoid problems with math.h, fix release dependancy
27506           rename GStreamer-0.8.lib to libgstreamer.lib
27507
27508 2004-07-27  Julien MOUTTE  <julien@moutte.net>
27509
27510         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
27511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
27512         the atom is not available we have to unlock the mutex. Fixes #148023
27513
27514 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27515
27516         * gst-libs/gst/media-info/media-info.h:
27517           issue for a vararg macro with MSVC
27518
27519 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27520
27521         * gst/effectv/effectv.vcproj
27522         * gst-libs/gst/idct/idct.vcproj:
27523         * gst-libs/gst/media-info/media-info.vcproj:
27524         * gst-libs/gst/navigation/navigation.vcproj:
27525         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
27526         * gst-libs/gst/video/video.vcproj:
27527         * gst-libs/gst/xoverlay/xoverlay.vcproj:
27528           fixes for build problems
27529
27530 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27531
27532         * gst-libs/gst/audio/audio.def:
27533         * gst-libs/gst/audio/riff.def:
27534           add some definitions needed by plugins
27535
27536 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27537
27538         * gst/asfdemux/gstasfmux.c
27539           Fix some 64 bits constants to be glib friendly
27540
27541 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27542
27543         * gst/ac3parse/gstac3parse.c
27544         * gst/audioscale/gstaudioscale.c
27545         * gst/auparse/gstauparse.c
27546         * gst/colorspace/gstcolorspace.c
27547         * gst/colorspace/yuv2rgb.h
27548           local include fixes
27549
27550 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27551
27552         * win32/gst.sln
27553           add more plugins to the build
27554
27555 2004-07-26  Julien MOUTTE  <julien@moutte.net>
27556
27557         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
27558         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
27559
27560 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27561
27562         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
27563         (gst_level_set_property), (gst_level_get_property),
27564         (gst_level_base_init), (gst_level_class_init):
27565           add debugging categories.  cleanups.
27566
27567 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27568
27569         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27570         (gst_videoscale_planar411), (gst_videoscale_planar400),
27571         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
27572         (gst_videoscale_scale_nearest_str1),
27573         (gst_videoscale_scale_nearest_str2),
27574         (gst_videoscale_scale_nearest_str4),
27575         (gst_videoscale_scale_nearest_16bit),
27576         (gst_videoscale_scale_nearest_24bit):
27577           fixed stride issues
27578           tested with 320x240 -> 321, 322, 324 x240
27579           tested with YV12, I420, YUY2, UYVY
27580           fixed packed422rev (don't think it could have worked before)
27581           by testing with UYVY
27582
27583 2004-07-26  Benjamin Otte  <otte@gnome.org>
27584
27585         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
27586         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
27587         (plugin_init):
27588           add debugging category, add error checks like checking return values
27589           of setup calls, make sure it still works after
27590           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
27591
27592 2004-07-26  Wim Taymans  <wim@fluendo.com>
27593
27594         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
27595         (gst_mpeg_demux_get_audio_stream),
27596         (gst_mpeg_demux_process_private):
27597         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
27598         Check for error codes from the negotiation functions. Make sure
27599         we really set the pad caps when a new pad is created.
27600
27601 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27602
27603         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27604         (gst_ffmpeg_caps_to_pix_fmt):
27605         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27606         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27607         (gst_ffmpegcolorspace_pad_link):
27608           don't make function do two things at the same time without reason.
27609
27610 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27611
27612         * gst/ac3parse/ac3parse.vcproj
27613         * gst/adder/adder.vcproj
27614         * gst/alpha/alpha.vcproj
27615         * gst/alpha/alphacolor.vcproj
27616         * gst/asfdemux/asf.vcproj
27617         * gst/audioconvert/audioconvert.vcproj
27618         * gst/audiorate/audiorate.vcproj
27619         * gst/audioscale/audioscale.vcproj
27620         * gst/auparse/auparse.vcproj
27621         * gst/avi/avi.vcproj
27622         * gst/cdxaparse/cdxaparse.vcproj
27623         * gst/chart/chart.vcproj
27624         * gst/colorspace/colorspace.vcproj
27625         * gst/cutter/cutter.vcproj
27626         * gst/debug/debug.vcproj
27627         * gst/debug/efence.vcproj
27628         * gst/debug/navigationtest.vcproj
27629         * gst/deinterlace/deinterlace.vcproj
27630         * gst/effectv/effectv.vcproj
27631         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
27632         * gst/filter/filter.vcproj
27633         * gst/flx/flxdec.vcproj
27634         * gst/goom/goom.vcproj
27635         * gst/interleave/interleave.vcproj
27636         * gst/law/alaw.vcproj
27637         * gst/law/mulaw.vcproj
27638         * gst/matroska/matroska.vcproj
27639         * gst/median/median.vcproj
27640         * gst/mixmatrix/mixmatrix.vcproj
27641         * gst/mpeg1sys/mpeg1systemencode.vcproj
27642         * gst/mpeg1videoparse/mp1videoparse.vcproj
27643         * gst/mpeg2sub/mpeg2subt.vcproj
27644         * gst/mpegaudio/mpegaudio.vcproj
27645         * gst/mpegaudioparse/mpegaudioparse.vcproj
27646         * gst/mpegstream/mpegstream.vcproj
27647         * gst/multifilesink/multifilesink.vcproj
27648         * gst/multipart/multipart.vcproj
27649         * gst/oneton/oneton.vcproj
27650         * gst/overlay/overlay.vcproj
27651         * gst/passthrough/passthrough.vcproj
27652         * gst/qtdemux/qtdemux.vcproj
27653         * gst/realmedia/rmdemux.vcproj
27654         * gst/rtjpeg/rtjpeg.vcproj
27655         * gst/rtp/rtp.vcproj
27656         * gst/silence/silence.vcproj
27657         * gst/sine/sinesrc.vcproj
27658         * gst/smooth/smooth.vcproj
27659         * gst/smpte/smpte.vcproj
27660         * gst/spectrum/spectrum.vcproj
27661         * gst/speed/speed.vcproj
27662         * gst/stereo/stereo.vcproj
27663         * gst/switch/switch.vcproj
27664         * gst/tags/tagedit.vcproj
27665         * gst/tcp/tcp.vcproj
27666         * gst/typefind/typefindfunctions.vcproj
27667         * gst/udp/udp.vcproj
27668         * gst/videobox/videobox.vcproj
27669         * gst/videocrop/videocrop.vcproj
27670         * gst/videodrop/videodrop.vcproj
27671         * gst/videofilter/gamma.vcproj
27672         * gst/videofilter/videobalance.vcproj
27673         * gst/videofilter/videofilter.vcproj
27674         * gst/videofilter/videoflip.vcproj
27675         * gst/videoflip/videoflip.vcproj
27676         * gst/videomixer/videomixer.vcproj
27677         * gst/videorate/videorate.vcproj
27678         * gst/videoscale/videoscale.vcproj
27679         * gst/videotestsrc/videotestsrc.vcproj
27680         * gst/virtualdub/virtualdub.vcproj
27681         * gst/volenv/volenv.vcproj
27682         * gst/volume/volume.vcproj
27683         * gst/wavenc/wavenc.vcproj
27684         * gst/wavparse/wavparse.vcproj
27685         * gst/y4m/y4menc.vcproj
27686           more plugins supported under windows
27687
27688 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27689
27690         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27691         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
27692         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
27693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27694         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
27695           Add debugging statements.  Use the sizes as returned by the
27696           *CreateImage calls.
27697
27698 2004-07-26  Johan Dahlin  <johan@gnome.org>
27699
27700         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
27701         the pad is negotiated.
27702
27703         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
27704
27705 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27706
27707         * gst-libs/gst/colorbalance/colorbalance.vcproj:
27708         * gst-libs/gst/idct/idct.vcproj:
27709         * gst-libs/gst/media-info/media-info.vcproj:
27710         * gst-libs/gst/mixer/mixer.vcproj:
27711         * gst-libs/gst/navigation/navigation.vcproj:
27712         * gst-libs/gst/play/play.vcproj:
27713         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
27714         * gst-libs/gst/resample/resample.vcproj:
27715         * gst-libs/gst/tuner/tuner.vcproj:
27716         * gst-libs/gst/video/video.vcproj:
27717         * gst-libs/gst/xoverlay/xoverlay.vcproj:
27718           more plugins supported under windows
27719
27720 2004-07-25 Iain <iain@prettypeople.org>
27721
27722         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
27723         pad now rather than when the pad is created because state changes wipe
27724         explicit caps (fixes #148043).
27725
27726 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
27727
27728         reviewed by Benjamin Otte  <otte@gnome.org>
27729
27730         * ext/mad/gstmad.c:
27731           fix mad plugin crashing on Sun (fixes #148289)
27732
27733 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27734
27735         * gst/avi/avi.def:
27736         * gst/avi/avi.vcproj:
27737         * gst/matroska/matroska.def:
27738         * gst/matroska/matroska.vcproj:
27739           remove unused .def files
27740
27741 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27742
27743         * gst-libs/gst/audio/gstaudiofilter.c:
27744           Clean the local include
27745
27746 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27747
27748         * win32/gst.sln:
27749         * gst-libs/gst/audio/audio.def:
27750         * gst-libs/gst/audio/audio.vcproj:
27751         * gst-libs/gst/audio/audiofilter.vcproj:
27752         * gst-libs/gst/audio/riff.def:
27753         * gst-libs/gst/audio/riff.vcproj:
27754         * gst-libs/gst/gst-libs.def:
27755         * gst-libs/gst/gst-libs.vcproj:
27756         * gst/avi/avi.vcproj:
27757         * gst/avi/avi.vcproj:
27758           Copy the files where needed after building, cleaner projects
27759
27760 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27761
27762         * gst/matroska/ebml-write.c:
27763           Fix some 64 bits constants to be glib friendly
27764
27765 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
27766
27767         * win32/gst.sln:
27768         * gst-libs/gst/gst-libs.def:
27769         * gst-libs/gst/gst-libs.vcproj:
27770         * gst/matroska/matroska.def:
27771         * gst/matroska/matroska.vcproj:
27772           Add the preliminary canvas to build plugins on Win32
27773
27774 2004-07-23  Benjamin Otte  <otte@gnome.org>
27775
27776         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27777           don't enfore negotiation from source side, it breaks
27778           sinesrc ! audioconvert ! osssink
27779
27780 2004-07-22  David Schleef  <ds@schleef.org>
27781
27782         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
27783         for ELF files, since they can easily be recognized as audio/mpeg.
27784         (bug #147441)
27785
27786 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27787
27788         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27789         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
27790         (gst_videoscale_scale_nearest_24bit),
27791         (gst_videoscale_scale_nearest_16bit):
27792           fix 16bit and 24bit for stride (24bit might need testing)
27793           don't pretend we do more than one algorithm
27794
27795 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27796
27797         * configure.ac:
27798         * gst/Makefile.am:
27799         * gst/multifilesink/Makefile.am:
27800         * gst/multifilesink/gstmultifilesink.c:
27801         (gst_multifilesink_get_formats),
27802         (gst_multifilesink_get_query_types), (_do_init),
27803         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
27804         (gst_multifilesink_init), (gst_multifilesink_dispose),
27805         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
27806         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
27807         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
27808         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
27809         (gst_multifilesink_chain), (gst_multifilesink_change_state),
27810         (gst_multifilesink_uri_get_type),
27811         (gst_multifilesink_uri_get_protocols),
27812         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
27813         (gst_multifilesink_uri_handler_init), (plugin_init):
27814         * gst/multifilesink/gstmultifilesink.h:
27815         * testsuite/Makefile.am:
27816         * testsuite/multifilesink/Makefile.am:
27817         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
27818         (gst_newmedia_class_init), (gst_newmedia_init),
27819         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
27820         (newfile_signal), (test_signal), (main):
27821         multifilesink plugin for creating new files every time a new media
27822         discontinuity event occurs
27823
27824 2004-07-22  Wim Taymans  <wim@fluendo.com>
27825
27826         * gst/alpha/Makefile.am:
27827         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
27828         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
27829         (gst_alpha_color_init), (gst_alpha_color_set_property),
27830         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
27831         (transform), (gst_alpha_color_chain),
27832         (gst_alpha_color_change_state), (plugin_init):
27833         Stupid plugin to to RGBA to AYUV conversion because none of
27834         the colorspace plugins can handle that yet.
27835
27836 2004-07-22  Wim Taymans  <wim@fluendo.com>
27837
27838         * examples/seeking/seek.c: (update_scale), (main):
27839         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27840         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
27841         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
27842         (gst_decode_bin_init), (gst_decode_bin_dispose),
27843         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27844         (no_more_pads), (close_link), (type_found),
27845         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27846         (plugin_init):
27847         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27848         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27849         (gst_play_base_bin_dispose), (queue_overrun),
27850         (gen_preroll_element), (remove_prerolls), (unknown_type),
27851         (no_more_pads), (new_stream), (setup_source),
27852         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27853         (play_base_eos), (gst_play_base_bin_change_state),
27854         (gst_play_base_bin_add_element),
27855         (gst_play_base_bin_remove_element),
27856         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27857         (gst_play_base_bin_unlink_stream),
27858         (gst_play_base_bin_get_streaminfo):
27859         * gst/playback/gstplaybin.c: (gen_video_element),
27860         (gen_audio_element):
27861         * gst/playback/gststreaminfo.h:
27862         More playback updates, attempt to fix things after the state change
27863         breakage.
27864
27865 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27866
27867         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
27868         (gst_videoscale_scale_nearest_16bit):
27869           comment algorithm
27870
27871 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27872
27873         * gst/videotestsrc/gstvideotestsrc.c:
27874         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
27875         (gst_videotestsrc_init), (gst_videotestsrc_get),
27876         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
27877         (gst_videotestsrc_get_property):
27878         * gst/videotestsrc/gstvideotestsrc.h:
27879         * gst/videotestsrc/videotestsrc.c:
27880         * gst/videotestsrc/videotestsrc.h:
27881           cleanup and commenting
27882
27883 2004-07-21  Wim Taymans  <wim@fluendo.com>
27884
27885         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
27886         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
27887         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
27888         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
27889         (_find_chain_get_unknown_part), (_find_streams_check),
27890         (gst_ogg_demux_push), (gst_ogg_pad_push):
27891         * ext/theora/theoradec.c: (theora_get_formats),
27892         (theora_dec_src_convert), (theora_dec_sink_convert),
27893         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27894         (theora_dec_chain):
27895         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27896         (vorbis_dec_convert), (vorbis_dec_src_query),
27897         (vorbis_dec_src_event), (vorbis_dec_event):
27898         More seeking fixes, oggdemux now supports seeking to time and
27899         uses the downstream element to convert granulepos to time.
27900         Seeking in theora-only ogg files now works.
27901
27902 2004-07-21  Wim Taymans  <wim@fluendo.com>
27903
27904         * ext/theora/theoradec.c: (gst_theora_dec_init),
27905         (theora_get_formats), (theora_get_event_masks),
27906         (theora_get_query_types), (theora_dec_src_convert),
27907         (theora_dec_sink_convert), (theora_dec_src_query),
27908         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
27909         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27910         (vorbis_get_event_masks), (vorbis_get_query_types),
27911         (gst_vorbis_dec_init), (vorbis_dec_convert),
27912         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
27913         Added query/convert/formats functions to vorbis and theora decoders
27914         so that the outside world can use them too. Fixed seeking on an
27915         ogg/theora/vorbis file by disabling the seeking seeking on the
27916         theora srcpad.
27917
27918 2004-07-21  Julien MOUTTE  <julien@moutte.net>
27919
27920         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27921         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
27922         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
27923         images creation for both elements. We don't create the image on caps
27924         nego or renego, we just destroy the internal one if present if it does
27925         not match the needs. The chain function takes care of creating a new
27926         image when needed.
27927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27928         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
27929         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
27930         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
27931         the image format information. The buffer pool checks for the context
27932         image format and discard images with different formats.
27933         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
27934
27935 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27936
27937         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27938         (gst_ffmpegcolorspace_chain):
27939           no point in doing any chaining if the pad we want to push from
27940           isn't usable.
27941
27942 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27943
27944         * gst-libs/gst/riff/riff-media.c:
27945         (gst_riff_create_audio_caps_with_data):
27946           Fix double end-to-native symbol conversion (#148021).
27947
27948 2004-07-20  David Schleef  <ds@schleef.org>
27949
27950         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
27951         Don't use an Atom that doesn't exist.
27952
27953 2004-07-20  Wim Taymans  <wim@fluendo.com>
27954
27955         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27956         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27957         (gst_multifdsink_client_remove),
27958         (gst_multifdsink_handle_client_write),
27959         (gst_multifdsink_queue_buffer):
27960         * gst/tcp/gstmultifdsink.h:
27961         More multifdsink stats. Avoid deadlock by releasing locks
27962         before sending out a signal.
27963
27964 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27965
27966         * po/LINGUAS:
27967         * po/hu.po:
27968           added Hungarian translation (Laszlo Dvornik)
27969
27970 2004-07-20  Wim Taymans  <wim@fluendo.com>
27971
27972         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27973         (gst_multifdsink_add), (gst_multifdsink_client_remove),
27974         (gst_multifdsink_handle_client_write),
27975         (gst_multifdsink_queue_buffer):
27976         * gst/tcp/gsttcp-marshal.list:
27977         Fixed the stupid marshal definition.
27978
27979 2004-07-20  Wim Taymans  <wim@fluendo.com>
27980
27981         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27982         (gst_multifdsink_init), (gst_multifdsink_add),
27983         (gst_multifdsink_client_remove),
27984         (gst_multifdsink_handle_client_write),
27985         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
27986         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
27987         (gst_multifdsink_init_send):
27988         * gst/tcp/gstmultifdsink.h:
27989         Added more stats, added timeout for a client, fixed some typos
27990         and added some comments.
27991
27992 2004-07-20  Wim Taymans  <wim@fluendo.com>
27993
27994         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27995         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27996         (gst_multifdsink_client_remove),
27997         (gst_multifdsink_handle_client_write):
27998         * gst/tcp/gstmultifdsink.h:
27999         * gst/tcp/gsttcp-marshal.list:
28000         Added get_stats method that returns a GValueArray of
28001         stats values.
28002
28003 2004-07-19  Benjamin Otte  <otte@gnome.org>
28004
28005         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28006           make sure longname, description and author are valid UTF-8
28007
28008 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28009
28010         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
28011         (gst_ximagesink_set_property):
28012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
28013         (gst_xvimagesink_set_property):
28014           make sure SYNCHRONOUS is respected after getting the X context
28015
28016 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28017
28018         * gst/matroska/matroska-demux.c:
28019         (gst_matroska_demux_handle_src_event),
28020         (gst_matroska_demux_parse_blockgroup):
28021         * gst/matroska/matroska-ids.h:
28022           add BlockReference tag and ignore it to clear out log.
28023           ignore NAVIGATION events to clear out log.
28024
28025 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28026
28027         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
28028         (gst_matroska_demux_add_stream):
28029         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
28030           add debug categories
28031
28032 2004-07-16  Wim Taymans  <wim@fluendo.com>
28033
28034         * ext/libpng/Makefile.am:
28035         * ext/libpng/gstpng.c: (plugin_init):
28036         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
28037         (gst_pngdec_get_type), (gst_pngdec_base_init),
28038         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
28039         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
28040         * ext/libpng/gstpngdec.h:
28041         Added png decoder.
28042
28043 2004-07-16  Julien MOUTTE  <julien@moutte.net>
28044
28045         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
28046         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
28047         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
28048         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
28049         (gst_ximagesink_buffer_alloc):
28050         * sys/ximage/ximagesink.h:
28051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28052         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28053         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
28054         (gst_xvimagesink_buffer_alloc):
28055         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
28056         again. Using internal data pointer of the x(v)image to store image's
28057         data to be coherent with the buffer alloc mechanism. Investigated the
28058         image destruction code to be sure that everything gets freed correctly.
28059
28060 2004-07-16  Wim Taymans  <wim@fluendo.com>
28061
28062         * gst-libs/gst/riff/riff-read.c:
28063         (gst_riff_read_strf_vids_with_data),
28064         (gst_riff_read_strf_auds_with_data):
28065         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
28066         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28067         Make sure we don't create 0 sized subbuffers in riff-read.
28068         Signal the no more pads signal after reading the avi header.
28069
28070 2004-07-16  Wim Taymans  <wim@fluendo.com>
28071
28072         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28073         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
28074         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
28075         (gst_decode_bin_init), (gst_decode_bin_dispose),
28076         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28077         (no_more_pads), (close_link), (type_found),
28078         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28079         (gst_decode_bin_change_state), (plugin_init):
28080         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28081         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28082         (gst_play_base_bin_dispose), (queue_overrun),
28083         (gen_preroll_element), (remove_prerolls), (unknown_type),
28084         (no_more_pads), (new_stream), (setup_source),
28085         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
28086         (play_base_eos), (gst_play_base_bin_change_state),
28087         (gst_play_base_bin_add_element),
28088         (gst_play_base_bin_remove_element),
28089         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28090         (gst_play_base_bin_unlink_stream),
28091         (gst_play_base_bin_get_streaminfo):
28092         * gst/playback/gstplaybasebin.h:
28093         Better error recovery. Added configurable preroll queue size. Faster
28094         detection of no-more-pads.
28095
28096 2004-07-16  Wim Taymans  <wim@fluendo.com>
28097
28098         * gst-libs/gst/video/video.h:
28099         Added 32 bits RGBA. Not sure if we should use another mime-type
28100         for alpha rgb. Currently the presence of the alpha_mask property
28101         signals an alpha channel.
28102
28103 2004-07-16  Wim Taymans  <wim@fluendo.com>
28104
28105         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28107         FPS seems to be 0.0 to MAX everywhere else.
28108
28109 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28110
28111         * gst-libs/gst/riff/riff-media.c:
28112         (gst_riff_create_video_caps_with_data):
28113           mp42/mp43 (no caps) exist too.
28114         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
28115           Set pixel_width/height; we've got them in-caps.
28116         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28117         * gst/wavparse/gstwavparse.c: (plugin_init):
28118           Both are valid primary.
28119         * sys/oss/gstossmixer.c:
28120           Remove i18n hack and enable translations.
28121
28122 2004-07-15  Benjamin Otte  <otte@gnome.org>
28123
28124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28125         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
28126           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
28127
28128 2004-07-15  Benjamin Otte  <otte@gnome.org>
28129
28130         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28131         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
28132         (gst_alsa_close_audio):
28133           disable some of the debugging code for now. Writing debugging to a
28134           buffer is broken in current alsalib releases.
28135
28136 2004-07-12  Benjamin Otte  <otte@gnome.org>
28137
28138         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
28139           use bufferpools
28140
28141 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28142
28143         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
28144         (theora_dec_src_query), (theora_dec_event):
28145         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
28146           add debugging categories.  Remove \n's.
28147
28148 2004-07-13  Johan Dahlin  <johan@gnome.org>
28149
28150         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
28151         (gst_play_bin_get_property): Impl.
28152
28153 2004-07-13  Wim Taymans  <wim@fluendo.com>
28154
28155         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
28156         When trying to find the stream length, seek back N pages
28157         instead of just one, where N is the number of streams in
28158         the current chain.
28159
28160 2004-07-13  Wim Taymans  <wim@fluendo.com>
28161
28162         * gst-libs/gst/riff/riff-media.c:
28163         (gst_riff_create_audio_caps_with_data),
28164         (gst_riff_create_audio_caps),
28165         (gst_riff_create_audio_template_caps):
28166         * gst-libs/gst/riff/riff-media.h:
28167         * gst-libs/gst/riff/riff-read.c:
28168         (gst_riff_read_strf_vids_with_data),
28169         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
28170         * gst-libs/gst/riff/riff-read.h:
28171         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
28172         (gst_avi_demux_add_stream):
28173         Set codec_data on caps for avidemuxer.
28174
28175 2004-07-12  David Schleef  <ds@schleef.org>
28176
28177         * configure.ac: Fix test for Objective C
28178
28179 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
28180         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
28181         (gst_gdk_pixbuf_chain):
28182           Add svg and pcx to template caps, and ensure that getcaps returns a
28183           subset of the template caps.
28184           Copy each row manually for output, as gdkpixbuf may pad the
28185           rowstride to a 32-bit word boundary.
28186
28187 2004-07-12  Wim Taymans  <wim@fluendo.com>
28188
28189         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
28190         (gst_riff_create_video_template_caps):
28191         Fix the template caps to include some more media types.
28192
28193 2004-07-12  Wim Taymans  <wim@fluendo.com>
28194
28195         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28196         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28197         (compare_ranks), (print_feature), (gst_decode_bin_init),
28198         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
28199         (try_to_link_1), (new_pad), (close_link), (type_found),
28200         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28201         (gst_decode_bin_change_state), (plugin_init):
28202         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28203         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28204         (gst_play_base_bin_dispose), (queue_overrun),
28205         (gen_preroll_element), (remove_prerolls), (no_more_pads),
28206         (new_stream), (setup_source), (gst_play_base_bin_set_property),
28207         (gst_play_base_bin_get_property), (play_base_eos),
28208         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28209         (gst_play_base_bin_remove_element),
28210         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28211         (gst_play_base_bin_unlink_stream),
28212         (gst_play_base_bin_get_streaminfo):
28213         * gst/playback/gstplaybasebin.h:
28214         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28215         (gst_play_bin_class_init), (gst_play_bin_init),
28216         (gst_play_bin_dispose), (gst_play_bin_set_property),
28217         (gst_play_bin_get_property), (gen_video_element),
28218         (gen_audio_element), (remove_sinks), (setup_sinks),
28219         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
28220         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28221         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28222         (gst_play_bin_query), (plugin_init):
28223         * gst/playback/test4.c: (main):
28224         More fixes on reusing of the element.
28225
28226 2004-07-11  Benjamin Otte  <otte@gnome.org>
28227
28228         * ext/mad/gstmad.c: (normal_seek):
28229           allow seeking for other methods than just SET
28230
28231 2004-07-11  Andy Wingo  <wingo@pobox.com>
28232
28233         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
28234         float, "any" caps -> buffer_frames=[0,MAX].
28235
28236         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
28237         doesn't intersect our caps with the template any more. Do it
28238         ourselves.
28239         (interleave_buffered_loop): Use g_newa instead of malloc/free.
28240
28241 2004-07-09  Wim Taymans  <wim@fluendo.com>
28242
28243         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28244         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28245         (compare_ranks), (print_feature), (gst_decode_bin_init),
28246         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
28247         (try_to_link_1), (new_pad), (close_link), (type_found),
28248         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28249         (gst_decode_bin_change_state), (plugin_init):
28250         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28251         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28252         (gst_play_base_bin_dispose), (queue_overrun),
28253         (gen_preroll_element), (remove_prerolls), (no_more_pads),
28254         (new_stream), (setup_source), (gst_play_base_bin_set_property),
28255         (gst_play_base_bin_get_property), (play_base_eos),
28256         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28257         (gst_play_base_bin_remove_element),
28258         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28259         (gst_play_base_bin_unlink_stream),
28260         (gst_play_base_bin_get_streaminfo):
28261         * gst/playback/gstplaybasebin.h:
28262         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28263         (gst_play_bin_class_init), (gst_play_bin_init),
28264         (gst_play_bin_dispose), (gst_play_bin_set_property),
28265         (gst_play_bin_get_property), (gen_video_element),
28266         (gen_audio_element), (remove_sinks), (setup_sinks),
28267         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
28268         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28269         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28270         (gst_play_bin_query), (plugin_init):
28271         * gst/playback/test4.c: (main):
28272         Work on object reuse and seeking.
28273
28274 2004-07-09  Wim Taymans  <wim@fluendo.com>
28275
28276         * examples/seeking/seek.c: (iterate):
28277         Don't consume all CPU in the idle loop.
28278
28279 2004-07-09  Wim Taymans  <wim@fluendo.com>
28280
28281         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
28282         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
28283         Add pad to element *after* setting the pad functions so that
28284         the scheduler can use the correct ones.
28285
28286 2004-07-09  Wim Taymans  <wim@fluendo.com>
28287
28288         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
28289         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
28290         Sync to keyframe after seek
28291
28292 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28293
28294         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28295         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28296         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
28297         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
28298         * ext/libvisual/visual.c: (gst_visual_change_state):
28299         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
28300         * ext/theora/theoradec.c: (theora_dec_change_state):
28301         * ext/theora/theoraenc.c: (theora_enc_change_state):
28302         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
28303         * gst-libs/gst/navigation/navigation.c:
28304         * gst/adder/gstadder.c: (gst_adder_change_state):
28305         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
28306         (gst_audio_convert_get_buffer):
28307         * gst/multipart/multipartdemux.c:
28308         (gst_multipart_demux_change_state):
28309         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
28310         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28311         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28312         * gst/videoscale/gstvideoscale.c:
28313         (gst_videoscale_handle_src_event):
28314         * gst/volume/gstvolume.c: (volume_chain_int16):
28315           don't assert in state change, this should be done by the base
28316           GstElement class.
28317           various debugging fixes.
28318
28319 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28320
28321         * configure.ac:
28322         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28323         (gst_play_dispose), (gst_play_set_location),
28324         (gst_play_set_data_src), (gst_play_set_video_sink),
28325         (gst_play_set_audio_sink), (gst_play_set_visualization),
28326         (gst_play_connect_visualization), (gst_play_get_sink_element),
28327         (gst_play_get_all_by_interface):
28328         * gst-libs/gst/play/play.h:
28329           add new method to get elements implementing an interface.
28330           add various error logging
28331
28332 2004-07-08  Wim Taymans  <wim@fluendo.com>
28333
28334         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
28335         (make_mpeg_pipeline), (make_mpegnt_pipeline),
28336         (make_playerbin_pipeline), (query_durations_elems),
28337         (query_durations_pads), (query_positions_elems),
28338         (query_positions_pads), (update_scale), (iterate), (stop_seek),
28339         (main):
28340         Added playbin seeking example.
28341
28342 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28343
28344         * gst-libs/gst/play/play.c: (gst_play_set_location),
28345         (gst_play_set_data_src), (gst_play_set_video_sink),
28346         (gst_play_set_audio_sink), (gst_play_set_visualization),
28347         (gst_play_connect_visualization), (gst_play_get_framerate):
28348           use a macro to look up elements from hash table
28349
28350 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28351
28352         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28353         (gst_play_get_length_callback), (gst_play_set_location),
28354         (gst_play_seek_to_time), (gst_play_set_data_src),
28355         (gst_play_set_video_sink), (gst_play_set_audio_sink),
28356         (gst_play_set_visualization), (gst_play_connect_visualization),
28357         (gst_play_get_sink_element):
28358         - add debugging info
28359         - fix looking up sink elements by iterating over complete caps
28360         - put everything except for source and autoplugger in a complete bin
28361
28362 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28363
28364         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
28365         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
28366         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
28367         (gst_alsa_sink_write), (gst_alsa_sink_loop):
28368         * ext/alsa/gstalsasink.h:
28369         - add debugging info
28370         - clean up schizophrenia of data/buffer/event
28371         - fix double event unref error
28372
28373 2004-07-08  Wim Taymans  <wim@fluendo.com>
28374
28375         * gst/playback/Makefile.am:
28376         Add headers to noinst
28377
28378 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28379
28380         * tools/gst-launch-ext-m.m:
28381         * tools/gst-launch-ext.1.in:
28382           convert to the third millenium
28383
28384 2004-07-07  David Schleef  <ds@schleef.org>
28385
28386         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
28387
28388 2004-07-07  Wim Taymans  <wim@fluendo.com>
28389
28390         * gst/playback/Makefile.am:
28391         * gst/playback/README:
28392         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28393         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28394         (compare_ranks), (print_feature), (gst_decode_bin_init),
28395         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
28396         (try_to_link_1), (new_pad), (close_link), (type_found),
28397         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28398         (plugin_init):
28399         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28400         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28401         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
28402         (gen_preroll_element), (no_more_pads), (new_stream),
28403         (setup_source), (gst_play_base_bin_set_property),
28404         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
28405         (gst_play_base_bin_add_element),
28406         (gst_play_base_bin_remove_element),
28407         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28408         (gst_play_base_bin_unlink_stream),
28409         (gst_play_base_bin_get_streaminfo):
28410         * gst/playback/gstplaybasebin.h:
28411         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28412         (gst_play_bin_class_init), (gst_play_bin_init),
28413         (gst_play_bin_dispose), (gst_play_bin_set_property),
28414         (gst_play_bin_get_property), (gen_video_element),
28415         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
28416         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28417         (gst_play_bin_get_formats), (gst_play_bin_convert),
28418         (gst_play_bin_get_query_types), (gst_play_bin_query),
28419         (plugin_init):
28420         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
28421         (gst_stream_info_get_type), (gst_stream_info_class_init),
28422         (gst_stream_info_init), (gst_stream_info_new),
28423         (gst_stream_info_dispose), (gst_stream_info_set_property),
28424         (gst_stream_info_get_property):
28425         * gst/playback/gststreaminfo.h:
28426         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
28427         (main):
28428         * gst/playback/test2.c: (main):
28429         * gst/playback/test3.c: (update_scale), (main):
28430         More playbin fixes. Added README. Do better element filtering.
28431         Added base class to preroll media. Added test apps.
28432
28433 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28434
28435         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
28436         * ext/mpeg2dec/gstmpeg2dec.h:
28437           various debugging improvements.  Reset stream to next picture
28438           instead of sequence header, otherwise seeks cannot work.
28439
28440 2004-07-07  Wim Taymans  <wim@fluendo.com>
28441
28442         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
28443         (gst_video_box_class_init), (gst_video_box_set_property),
28444         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
28445         Use pad_alloc where possible.
28446
28447 2004-07-07  Wim Taymans  <wim@fluendo.com>
28448
28449         * sys/oss/gstosselement.c: (gst_osselement_reset),
28450         (gst_osselement_parse_caps):
28451         * sys/oss/gstosselement.h:
28452         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28453         Fix offset on osssrc.
28454
28455 2004-07-07  Wim Taymans  <wim@fluendo.com>
28456
28457         * ext/theora/theora.c: (plugin_init):
28458         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
28459         (theora_dec_src_query), (theora_dec_chain):
28460         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28461         (theora_enc_sink_link), (theora_buffer_from_packet),
28462         (theora_push_packet), (theora_enc_chain):
28463         Fix theora granulepos calculation.
28464         Fix overflow in duration/position calculation.
28465         Bump rank to PRIMARY for theoradec.
28466         Use granulepos of last packet to calculate position.
28467         Set keyframe flag on buffers when needed.
28468
28469 2004-07-06  David Schleef  <ds@schleef.org>
28470
28471         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
28472         serious?  (Fixed, obviously.)
28473
28474 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28475
28476         * po/LINGUAS:
28477         * po/cs.po:
28478           added Czech translation (Miloslav Trmac)
28479
28480 2004-07-05  Wim Taymans  <wim@fluendo.com>
28481
28482         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28483         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28484         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
28485         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28486         (close_link), (type_found), (gst_decode_bin_set_property),
28487         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
28488         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
28489         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
28490         (gst_decode_bin_query), (plugin_init):
28491         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28492         (gst_play_bin_class_init), (gst_play_bin_init),
28493         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
28494         (get_video_element), (new_pad), (setup_source),
28495         (gst_play_bin_set_property), (gst_play_bin_get_property),
28496         (gst_play_bin_change_state), (gst_play_bin_add_element),
28497         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
28498         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28499         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28500         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
28501         * gst/playback/test.c: (main):
28502         More fixes, cleaned up playbin, make it use decodebin. Added
28503         threaded property to playbin.
28504
28505 2004-07-05  Wim Taymans  <wim@fluendo.com>
28506
28507         * configure.ac:
28508         * gst/playback/Makefile.am:
28509         * gst/playback/decodetest.c: (main):
28510         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28511         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28512         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
28513         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28514         (close_link), (type_found), (gst_decode_bin_set_property),
28515         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
28516         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
28517         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
28518         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
28519         (plugin_init):
28520         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28521         (gst_play_bin_class_init), (gst_play_bin_init),
28522         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
28523         (collect_sink_pads), (find_compatibles), (close_pad_link),
28524         (try_to_link_1), (new_pad), (close_link), (type_found),
28525         (setup_source), (gst_play_bin_set_property),
28526         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
28527         (compare_ranks), (gst_play_bin_collect_factories),
28528         (gst_play_bin_change_state), (gst_play_bin_add_element),
28529         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
28530         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28531         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28532         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
28533         * gst/playback/test.c: (main):
28534         Added some playback helper elements and some test apps, very alpha
28535         still.
28536
28537 2004-07-04  Benjamin Otte  <otte@gnome.org>
28538
28539         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
28540           only restart audio when we indeed have an xrun to fix repeated
28541           xruns. Fix suggested by Giuliano Pochini.
28542
28543 2004-07-03  David Schleef  <ds@schleef.org>
28544
28545         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
28546         call to gst_debug_log() if debugging is disabled (bug #145118)
28547
28548 2004-07-03  Benjamin Otte  <otte@gnome.org>
28549
28550         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
28551           use our own functions for restarting the alsa device.
28552         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28553           I should apply patches myself - use MIN for the third argument, not
28554           the second, this fixes seeking
28555
28556 2004-07-02  David Schleef  <ds@schleef.org>
28557
28558         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28559         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
28560         do with the logic.
28561
28562 2004-07-02  David Schleef  <ds@schleef.org>
28563
28564         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
28565         output buffers.  Fix logic mistake.  (bug #144866)
28566
28567 2004-07-02  David Schleef  <ds@schleef.org>
28568
28569         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
28570         on X.  (bug #144753)
28571
28572 2004-07-02  David Schleef  <ds@schleef.org>
28573
28574         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
28575         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
28576         (bug #144624)
28577         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
28578         (gst_osselement_rate_probe_check): Add another workaround for
28579         buggy drivers (bug #145336)
28580
28581 2004-07-02  David Schleef  <ds@schleef.org>
28582
28583         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
28584         Most systems don't have MSG_NOSIGNAL.
28585
28586 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28587
28588         * Makefile.am:
28589         * gst-libs/gst/colorbalance/Makefile.am:
28590         * gst-libs/gst/mixer/Makefile.am:
28591         * gst-libs/gst/play/Makefile.am:
28592         * gst-libs/gst/tuner/Makefile.am:
28593           (hopefully) fix both install and dist and make error message useful.
28594           needs testing across automakes.
28595
28596 2004-07-02  Benjamin Otte  <otte@gnome.org>
28597
28598         * ext/ogg/gstogg.c: (plugin_init):
28599           we require bytestream now
28600         * ext/ogg/gstoggdemux.c:
28601           huge diff to implement chain setup in a fast and generic way. This
28602           improves tag reading and startup of huge files (read: Theora videos)
28603           quite a bit. It probably contains bugs, too, so please test.
28604           Seeking is not improved to the fast method.
28605
28606 2004-06-29  Wim Taymans  <wim@fluendo.com>
28607
28608         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28609         * ext/ogg/gstoggmux.c:
28610         Fix memleak in oggdemux when running unconnected pads.
28611         doc update in mux, start working on keyframe mode.
28612
28613 2004-06-29  Benjamin Otte  <otte@gnome.org>
28614
28615         * sys/oss/gstosssink.c:
28616         * sys/oss/gstosssrc.c:
28617           advertise correct template caps - we indeed do non-native endianness
28618           and 8bit audio has no endianness
28619         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
28620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
28621           avoid (wrong) duplications in getcaps function and return
28622           template caps
28623
28624 2004-06-29  Wim Taymans  <wim@fluendo.com>
28625
28626         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28627         (gst_multifdsink_class_init), (gst_multifdsink_add),
28628         (gst_multifdsink_remove), (gst_multifdsink_clear),
28629         (gst_multifdsink_client_remove),
28630         (gst_multifdsink_handle_client_read),
28631         (gst_multifdsink_client_queue_data),
28632         (gst_multifdsink_client_queue_caps),
28633         (gst_multifdsink_client_queue_buffer),
28634         (gst_multifdsink_handle_client_write),
28635         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28636         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28637         (gst_multifdsink_init_send), (gst_multifdsink_close):
28638         Fix wrong GList iteration that could crash the server when
28639         more then 2 clients disconnect at the same time. Read all the
28640         pending commands in one batch to recover from command storms under
28641         very heavy load.
28642
28643 2004-06-28  Wim Taymans  <wim@fluendo.com>
28644
28645         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
28646         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
28647         (gst_videomixer_pad_set_property),
28648         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
28649         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
28650         (gst_videomixer_class_init), (gst_videomixer_init),
28651         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
28652         (pad_zorder_compare), (gst_videomixer_sort_pads),
28653         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28654         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
28655         (gst_videomixer_update_queues), (gst_videomixer_loop),
28656         (plugin_init):
28657         Avoid divide by zero, choose masterpad as the pad with the highest
28658         framerate.
28659
28660 2004-06-27  Julien Moutte  <julien@moutte.net>
28661
28662         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
28663         (gst_ximagesink_xwindow_new):
28664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
28665         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
28666         function directly. We might want to call it from somewhere else one day.
28667
28668 2004-06-27  Julien Moutte  <julien@moutte.net>
28669
28670         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
28671         (gst_ximagesink_xwindow_new):
28672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
28673         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
28674         window decorations.
28675
28676 2004-06-27  Wim Taymans  <wim@fluendo.com>
28677
28678         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
28679         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28680         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
28681         (gst_dvdec_set_property), (gst_dvdec_get_property):
28682         * ext/dv/gstdvdec.h:
28683         Implement drop_factor property to lower the framerate with
28684         a factor.
28685
28686 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28687
28688         * gst-libs/gst/colorbalance/Makefile.am:
28689         * gst-libs/gst/mixer/Makefile.am:
28690         * gst-libs/gst/play/Makefile.am:
28691         * gst-libs/gst/tuner/Makefile.am:
28692           unbreak Company's fix that didn't install the -enum.h files
28693
28694 2004-06-27  Wim Taymans  <wim@fluendo.com>
28695
28696         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
28697         (gst_dvdec_change_state):
28698         * ext/dv/gstdvdec.h:
28699         Fix timestamp, duration and offset of the buffers.
28700
28701 2004-06-27  Wim Taymans  <wim@fluendo.com>
28702
28703         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28704         (gst_multifdsink_class_init), (gst_multifdsink_add),
28705         (gst_multifdsink_remove), (gst_multifdsink_clear),
28706         (gst_multifdsink_client_remove),
28707         (gst_multifdsink_handle_client_read),
28708         (gst_multifdsink_client_queue_data),
28709         (gst_multifdsink_client_queue_caps),
28710         (gst_multifdsink_client_queue_buffer),
28711         (gst_multifdsink_handle_client_write),
28712         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28713         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28714         (gst_multifdsink_init_send), (gst_multifdsink_close):
28715         * gst/tcp/gstmultifdsink.h:
28716         * gst/tcp/gsttcpserversink.c:
28717         (gst_tcpserversink_handle_server_read),
28718         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
28719         More multifdsink fixes, more recovery policy fixes.
28720         Removed stupid g_print
28721
28722 2004-06-26  Wim Taymans  <wim@fluendo.com>
28723
28724         * gst/tcp/Makefile.am:
28725         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28726         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
28727         (gst_multifdsink_class_init), (gst_multifdsink_init),
28728         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
28729         (gst_multifdsink_handle_client_read),
28730         (gst_multifdsink_client_queue_data),
28731         (gst_multifdsink_client_queue_caps),
28732         (gst_multifdsink_client_queue_buffer),
28733         (gst_multifdsink_handle_client_write),
28734         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28735         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28736         (gst_multifdsink_chain), (gst_multifdsink_set_property),
28737         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
28738         (gst_multifdsink_close), (gst_multifdsink_change_state):
28739         * gst/tcp/gstmultifdsink.h:
28740         * gst/tcp/gsttcpplugin.c: (plugin_init):
28741         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
28742         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
28743         (gst_tcpserversink_handle_server_read),
28744         (gst_tcpserversink_handle_select),
28745         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
28746         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
28747         * gst/tcp/gsttcpserversink.h:
28748         Added multifdsink, made tcpserversink a subclass of fdsink, removed
28749         one of the locks, added recovery policy to multifdsink.
28750
28751 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28752
28753         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
28754           fix decision for when getting frames with same timestamp
28755         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28756         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28757         (gst_v4lsrc_get_property):
28758         * sys/v4l/gstv4lsrc.h:
28759           add latency offset property
28760
28761 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28762
28763         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
28764         (plugin_init):
28765           fix debugging. add category.
28766
28767 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28768
28769         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28770           fix wrong offsets
28771
28772 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28773
28774         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28775         (gst_alsa_src_get_time), (gst_alsa_src_loop),
28776         (gst_alsa_src_change_state):
28777           return a time that is in sync with the element's processing
28778
28779 2004-06-25  Wim Taymans  <wim@fluendo.com>
28780
28781         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
28782         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
28783         (gst_tcpserversink_client_remove),
28784         (gst_tcpserversink_handle_client_read),
28785         (gst_tcpserversink_client_queue_data),
28786         (gst_tcpserversink_client_queue_caps),
28787         (gst_tcpserversink_client_queue_buffer),
28788         (gst_tcpserversink_handle_client_write),
28789         (gst_tcpserversink_queue_buffer),
28790         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
28791         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
28792         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
28793         (gst_tcpserversink_close):
28794         * gst/tcp/gsttcpserversink.h:
28795         Serversink rewrite. Really do non blocking writes to clients and
28796         maintain an internal queue to handle slower clients while not
28797         disturbing fast clients.
28798
28799 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28800
28801         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28802           better debug, don't override OFFSET and OFFSET_END
28803
28804 2004-06-25  Iain <iain@prettypeople.org>
28805
28806         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
28807         name=source for the wavparse pipeline.
28808
28809 2004-06-24  Johan Dahlin  <johan@gnome.org>
28810
28811         * ext/theora/theoraenc.c (theora_enc_chain): Call
28812         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
28813         streamheader caps are set correctly.
28814
28815 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28816
28817         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
28818         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
28819           respect minimum bitrate; same could be done for max bitrate
28820
28821 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28822
28823         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
28824         (gst_vorbisenc_setup):
28825           fix sample rate range
28826
28827 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28828
28829         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
28830         (gst_oggvorbisenc_setup):
28831         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
28832         (gst_vorbisenc_setup):
28833           resolve ambiguities in code and description
28834
28835 2004-06-24  Wim Taymans  <wim@fluendo.com>
28836
28837         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
28838         * ext/alsa/gstalsa.h:
28839         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28840         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
28841         Use alsa trigger_tstamp to get the timestamp of the first
28842         sample in the buffer for more precise sync. Some cleanups.
28843
28844 2004-06-24  Wim Taymans  <wim@fluendo.com>
28845
28846         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
28847         (gst_audiorate_init), (gst_audiorate_chain),
28848         (gst_audiorate_set_property), (gst_audiorate_get_property):
28849         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28850         (gst_videorate_chain):
28851         Added some logging, fixed an overflow bug in videorate.
28852
28853 2004-06-24  Benjamin Otte  <otte@gnome.org>
28854
28855         * ext/kio/Makefile.am:
28856           fix for builddir != srcdir and distcheck
28857
28858 2004-06-24  Benjamin Otte  <otte@gnome.org>
28859
28860         * gst-libs/gst/colorbalance/Makefile.am:
28861         * gst-libs/gst/mixer/Makefile.am:
28862         * gst-libs/gst/play/Makefile.am:
28863         * gst-libs/gst/tuner/Makefile.am:
28864         * gst/tcp/Makefile.am:
28865         * sys/dxr3/Makefile.am:
28866           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
28867           tarball.
28868           Also add all *.list files that were missing.
28869         * Makefile.am:
28870           add a distcheck hook to ensure the above doesn't happen again.
28871
28872 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
28873
28874         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
28875
28876 2004-06-23  Colin Walters  <walters@redhat.com>
28877
28878         * m4/Makefile.am: Distribute gst-fionread.m4.
28879
28880 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28881
28882         * configure.ac: back to dev
28883
28884 2004-06-23  Wim Taymans  <wim@fluendo.com>
28885
28886         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28887         (gst_alsa_xrun_recovery):
28888         * ext/alsa/gstalsa.h:
28889         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28890         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
28891         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28892         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
28893         (gst_alsa_src_loop):
28894         Add clock to alsasrc. Take new capture timestamp when
28895         restarting after an overrun. Split up some functions between
28896         alsasrc and alsasink.
28897
28898 === release 0.8.2 ===
28899
28900 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28901
28902         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
28903         (gst_alsa_change_state), (gst_alsa_update_avail),
28904         (gst_alsa_xrun_recovery):
28905         * ext/alsa/gstalsa.h:
28906         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28907           merge back changes from release
28908
28909 2004-06-23  Wim Taymans  <wim@fluendo.com>
28910
28911         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
28912         (gst_audiorate_init), (gst_audiorate_chain),
28913         (gst_audiorate_set_property), (gst_audiorate_get_property):
28914         Implement sample dropping and notify
28915
28916 2004-06-22  Wim Taymans  <wim@fluendo.com>
28917
28918         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28919         (theora_enc_sink_link), (theora_buffer_from_packet),
28920         (theora_push_packet), (theora_enc_chain):
28921         Some cleanups, make sure the timestamps are correct.
28922
28923 2004-06-22  Wim Taymans  <wim@fluendo.com>
28924
28925         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
28926         (gst_alsa_change_state), (gst_alsa_update_avail),
28927         (gst_alsa_xrun_recovery):
28928         * ext/alsa/gstalsa.h:
28929         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28930         Cleanups, take queued samples into account when reporting
28931         the time.
28932
28933 2004-06-22  Wim Taymans  <wim@fluendo.com>
28934
28935         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28936         (gst_videorate_init):
28937         Initialize the property as well.
28938
28939 2004-06-22  Wim Taymans  <wim@fluendo.com>
28940
28941         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28942         (gst_videorate_init), (gst_videorate_chain),
28943         (gst_videorate_set_property), (gst_videorate_get_property):
28944         Add property to make videorate silent.
28945         Add property to prefer new frames over old ones.
28946
28947 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28948
28949         * sys/osxvideo/Makefile.am:
28950         Workaround so that the osxvideo .so file gets linked with the
28951         Cocoa, OpenGL and QuickTime frameworks
28952
28953 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28954
28955         * sys/osxaudio/Makefile.am:
28956         Workaround so that the osxaudio .so file gets linked with the
28957         CoreAudio framework
28958
28959 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28960
28961         * configure.ac:
28962         Whoops, my fault...fixed build issues
28963
28964 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28965
28966         * configure.ac:
28967         Add objective-c support if running in Darwin/Mac OS X
28968         * sys/Makefile.am:
28969         * sys/osxvideo:
28970         * sys/osxvideo/Makefile.am:
28971         * sys/osxvideo/osxvideosink.h:
28972         * sys/osxvideo/osxvideosink.m:
28973         * sys/osxvideo/cocoawindow.h:
28974         * sys/osxvideo/cocoawindow.m:
28975         Add osxvideosink, a cocoa-based osx video sink
28976
28977
28978 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
28979         * ext/dvdnav/gst-dvd:
28980         Grab the gconf key from the right spot
28981         * gst/debug/gstnavseek.c: (gst_navseek_init),
28982         (gst_navseek_segseek), (gst_navseek_handle_src_event),
28983         (gst_navseek_chain):
28984         * gst/debug/gstnavseek.h:
28985           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
28986           and loop parameters of a segment seek.
28987         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
28988         (gst_videotestsrc_get_event_masks),
28989         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
28990         * gst/videotestsrc/gstvideotestsrc.h:
28991           Add seeking support to videotestsrc
28992           Initialise the timestamp_offset variable.
28993
28994 2004-06-18  Wim Taymans  <wim@fluendo.com>
28995
28996         * ext/sidplay/gstsiddec.cc:
28997         Fix negotiation and set correct end offset.
28998
28999 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29000
29001         * configure.ac: branch and prerelease
29002
29003 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29004
29005         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
29006         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
29007         (gst_tcpclientsrc_init_receive):
29008         * gst/tcp/gsttcpclientsrc.h:
29009           read caps when connecting to server for GDP so we set them correctly
29010
29011 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29012
29013         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
29014           notify drops and duplicates
29015         * gst/videoscale/videoscale.c: (videoscale_get_structure):
29016           no good reason to limit ourselves to 100x100
29017
29018 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29019
29020         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29021         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29022         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
29023         (gst_v4lsrc_get_property):
29024         * sys/v4l/gstv4lsrc.h:
29025         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
29026         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
29027         (gst_v4l_set_audio):
29028         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
29029         (gst_v4lsrc_try_capture):
29030         * sys/v4l/v4lsrc_calls.h:
29031           change try_palette to more general try_capture
29032           add autoprobe option so we can turn off autoprobing
29033           various fixes
29034
29035 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29036
29037         * configure.ac:
29038           add videorate
29039         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
29040         (gst_ximagesink_class_init):
29041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
29042         (gst_xvimagesink_class_init):
29043           run them as finalize, not dispose, since dispose can be invoked
29044           multiple times
29045
29046 2004-06-17  Wim Taymans  <wim@fluendo.com>
29047
29048         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
29049         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
29050         * ext/alsa/gstalsa.h:
29051         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
29052         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
29053         (gst_alsa_src_change_state):
29054         * ext/alsa/gstalsasrc.h:
29055         Make the xrun code timestamp and offset the buffers correctly.
29056         moved the clock to the base class, use alsa methods to get time.
29057         Do correct timestamping on outgoing buffers.
29058
29059 2004-06-17  Wim Taymans  <wim@fluendo.com>
29060
29061         * gst/audiorate/Makefile.am:
29062         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
29063         (gst_audiorate_base_init), (gst_audiorate_class_init),
29064         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
29065         (gst_audiorate_set_property), (gst_audiorate_get_property),
29066         (gst_audiorate_change_state), (plugin_init):
29067         Added an audiorate converter that fills in gaps.
29068
29069 2004-06-17  Johan Dahlin  <johan@gnome.org>
29070
29071         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
29072
29073 2004-06-16  Wim Taymans  <wim@fluendo.com>
29074
29075         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
29076         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
29077         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
29078         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
29079         (gst_v4lsrc_get_property):
29080         * sys/v4l/gstv4lsrc.h:
29081         Added a copy mode to v4lsrc where it will output a copied version
29082         of its internal hardware buffer.
29083         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
29084         can't | them.
29085
29086 2004-06-16  Wim Taymans  <wim@fluendo.com>
29087
29088         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29089         Timestamp fixes.
29090
29091 2004-06-16  Wim Taymans  <wim@fluendo.com>
29092
29093         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
29094         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
29095         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
29096         (gst_v4lsrc_get_property):
29097         * sys/v4l/gstv4lsrc.h:
29098         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29099         Added a sync mode enum property to control v4lsrc timestamp method
29100         Removed the use-fixed-fps property and moved functionality in
29101         the enum.
29102         Don't error on an error value from v4l-conf, it might not always
29103         be a real error.
29104
29105 2004-06-16  Wim Taymans  <wim@fluendo.com>
29106
29107         * gst/videorate/Makefile.am:
29108         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
29109         (gst_videorate_base_init), (gst_videorate_class_init),
29110         (gst_videorate_getcaps), (gst_videorate_link),
29111         (gst_videorate_init), (gst_videorate_chain),
29112         (gst_videorate_set_property), (gst_videorate_get_property),
29113         (gst_videorate_change_state), (plugin_init):
29114         Added a video timestamp corrector.
29115
29116 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29117
29118         fixed a potential leak with previous commit
29119
29120         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
29121
29122 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29123
29124         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
29125         Added missing refcount, fixes bug #144425
29126         Cheers Tim for finding the bug
29127
29128 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29129
29130         * sys/v4l/gstv4l.c: (plugin_init):
29131         * sys/v4l/gstv4lcolorbalance.c:
29132         * sys/v4l/gstv4lcolorbalance.h:
29133         * sys/v4l/gstv4lelement.c:
29134         * sys/v4l/gstv4lelement.h:
29135         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
29136         * sys/v4l/gstv4lmjpegsink.h:
29137         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
29138         * sys/v4l/gstv4lmjpegsrc.h:
29139         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
29140         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
29141         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29142         * sys/v4l/gstv4lsrc.h:
29143         * sys/v4l/gstv4ltuner.c:
29144         * sys/v4l/gstv4ltuner.h:
29145         * sys/v4l/gstv4lxoverlay.c:
29146         * sys/v4l/gstv4lxoverlay.h:
29147         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29148         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29149         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
29150         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
29151         (gst_v4l_set_audio):
29152         * sys/v4l/v4l_calls.h:
29153         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29154         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
29155         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
29156         (gst_v4lmjpegsink_playback_init),
29157         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
29158         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
29159         (gst_v4lmjpegsink_playback_stop),
29160         (gst_v4lmjpegsink_playback_deinit):
29161         * sys/v4l/v4lmjpegsink_calls.h:
29162         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29163         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
29164         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
29165         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
29166         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
29167         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
29168         * sys/v4l/v4lmjpegsrc_calls.h:
29169         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29170         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
29171         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
29172         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
29173         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
29174         (gst_v4lsrc_try_palette):
29175         * sys/v4l/v4lsrc_calls.h:
29176           bunch of paranoia cleanups
29177
29178 2004-06-14  David Schleef  <ds@schleef.org>
29179
29180         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
29181         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
29182         Send discont events and change timestamps appropriately when
29183         we get a seek event.  (bug #144240)
29184         * ext/cdparanoia/gstcdparanoia.h:
29185
29186 2004-06-14  Benjamin Otte  <otte@gnome.org>
29187
29188         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
29189           snd_pcm_hw_params_set_rate  since the latter fails for no good
29190           reason on some setups.
29191
29192 2004-06-14  David Schleef  <ds@schleef.org>
29193
29194         * gst/volume/demo.c: (value_changed_callback): exp10() is not
29195         standard.  Thank you for playing.
29196
29197 2004-06-14  Wim Taymans  <wim@fluendo.com>
29198
29199         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
29200         Patch 1.3 broke the ordering of the colorspace info and
29201         made the plugin basically work by coincidence, reordered
29202         the info.
29203
29204 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29205
29206         * ext/lame/gstlame.c:
29207         * ext/mad/gstmad.c:
29208           sync caps.  Make sure mad can only output a list of rates, not
29209           a full range.  In the future, have three caps lists for each of the
29210           mpeg versions.  Change mpegversion to a double as well.
29211
29212 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29213
29214         * gst/volume/.cvsignore:
29215         * gst/volume/Makefile.am:
29216         * gst/volume/demo.c: (value_changed_callback), (idler),
29217         (setup_gui), (main):
29218           added small demo app
29219
29220 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
29221         * ext/esd/esdsink.c: (gst_esdsink_change_state):
29222         * ext/esd/esdsink.h:
29223         Close the esd connection on pause, because esd will just wait -
29224         blocking all other esd clients indefinitely.
29225
29226 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
29227
29228         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
29229           previous commit with GST_DEBUG
29230
29231 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
29232
29233         * configure.ac:
29234           add a header check for a dvdread header in dvdnav.  Fixes #133002
29235
29236 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29237
29238         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
29239         * gst/tcp/gsttcpclientsink.h:
29240         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
29241         * gst/tcp/gsttcpclientsrc.h:
29242         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
29243         (gst_tcpserversink_handle_server_read),
29244         (gst_tcpserversink_init_send):
29245         * gst/tcp/gsttcpserversink.h:
29246         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
29247         * gst/tcp/gsttcpserversrc.h:
29248         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
29249         version of IP)
29250
29251 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29252
29253         * configure.ac:
29254         Added ogg library so that OSX detects libtheora properly
29255
29256 2004-06-11  Wim Taymans  <wim@fluendo.com>
29257
29258         * ext/theora/theoradec.c: (theora_dec_chain),
29259         (theora_dec_change_state):
29260         Don't try to decode frames before we received a keyframe.
29261
29262 2004-06-11  Wim Taymans  <wim@fluendo.com>
29263
29264         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
29265         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
29266         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
29267         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
29268         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
29269         Added property to set the maximum delay of a page.
29270
29271 2004-06-10  Wim Taymans  <wim@fluendo.com>
29272
29273         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
29274         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
29275         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
29276         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
29277         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
29278         Added max-delay property to control the maximum amount
29279         of data to put in one page.
29280
29281 2004-06-10  Wim Taymans  <wim@fluendo.com>
29282
29283         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
29284         (gst_theora_enc_init), (theora_enc_sink_link),
29285         (theora_buffer_from_packet), (theora_enc_set_property),
29286         (theora_enc_get_property):
29287         Set duration on encoded buffer, added some more properties
29288
29289 2004-06-10  Wim Taymans  <wim@fluendo.com>
29290
29291         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29292         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
29293         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
29294         * ext/theora/theoraenc.c: (theora_enc_chain):
29295         Fix refcounting bugs
29296
29297 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29298
29299         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
29300         (gst_asf_demux_loop), (gst_asf_demux_process_file),
29301         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
29302         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
29303         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
29304         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
29305         (gst_asf_demux_change_state):
29306         * gst/asfdemux/gstasfdemux.h:
29307           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
29308           feels like. I think we should set a new requirement for demuxers
29309           from now on to implement sane loop functions, data loops, query
29310           and seek functions before first commit into CVS. And this commit
29311           fixes all of the above.
29312
29313 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
29314
29315         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
29316           vorbis comments are properly encoded in UTF-8 before adding them
29317           to a GstTagList
29318
29319 2004-06-09  Benjamin Otte  <otte@gnome.org>
29320
29321         * ext/alsa/gstalsa.c: (add_channels):
29322           handle min <= max correctly
29323         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
29324         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
29325           add fixation functions so we fixate correctly. No preferring of alaw
29326           anymore because it's the first structure.
29327         * ext/alsa/gstalsa.h:
29328         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
29329         (gst_alsa_hw_params_dump):
29330           add functions to ease debugging in alsalib
29331         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
29332         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
29333         (gst_alsa_start_audio):
29334           only specify hw params if we really setup a format (fixes #134007 -
29335           or at least works around it)
29336
29337 2004-06-09  Wim Taymans  <wim@fluendo.com>
29338
29339         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
29340         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
29341         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
29342         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
29343         (gst_ogg_mux_loop):
29344         Use stream caps to setup the initial pages in the ogg stream.
29345         Correctly set the streamheader caps on the srcpad.
29346
29347 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29348
29349         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
29350         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
29351         (gst_v4lsrc_getcaps):
29352         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
29353         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
29354           add querying of fps lists for webcams.  Negotiating to a framerate
29355           now works.
29356
29357 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29358
29359         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
29360         (theora_push_buffer), (theora_push_packet),
29361         (theora_set_header_on_caps), (theora_enc_chain):
29362           mark buffers and put on streamheader, raw theora streaming
29363           now works too, whee
29364
29365 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29366
29367         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
29368         (gst_tcp_gdp_read_caps):
29369           do a looping read for caps and GDP headers too
29370
29371 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29372
29373         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
29374         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
29375           return EOS instead of NULL in _get
29376
29377 2004-06-08  Wim Taymans  <wim@fluendo.com>
29378
29379         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
29380         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
29381         (gst_tcp_gdp_write_caps):
29382         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
29383         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
29384         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
29385         Memory leak fixes
29386
29387 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29388
29389         * ext/vorbis/Makefile.am:
29390         * ext/vorbis/vorbis.c: (plugin_init):
29391         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
29392         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
29393         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
29394         (vorbis_parse_change_state):
29395         * ext/vorbis/vorbisparse.h:
29396           adding a vorbisparse element that marks the buffers, streaming
29397           raw vorbis using GDP now works, whee
29398
29399 2004-06-08  Wim Taymans  <wim@fluendo.com>
29400
29401         * ext/jpeg/Makefile.am:
29402         * ext/jpeg/README:
29403         * ext/jpeg/gstjpeg.c: (plugin_init):
29404         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
29405         (gst_smokedec_base_init), (gst_smokedec_class_init),
29406         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
29407         * ext/jpeg/gstsmokedec.h:
29408         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
29409         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
29410         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
29411         (gst_smokeenc_resync), (gst_smokeenc_chain),
29412         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
29413         * ext/jpeg/gstsmokeenc.h:
29414         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
29415         (smokecodec_flush_destination), (smokecodec_term_destination),
29416         (smokecodec_init_source), (smokecodec_fill_input_buffer),
29417         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
29418         (smokecodec_term_source), (smokecodec_encode_new),
29419         (smokecodec_decode_new), (smokecodec_info_free),
29420         (smokecodec_set_quality), (smokecodec_get_quality),
29421         (smokecodec_set_threshold), (smokecodec_get_threshold),
29422         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29423         (find_best_size), (abs_diff), (put), (smokecodec_encode),
29424         (smokecodec_parse_header), (smokecodec_decode):
29425         * ext/jpeg/smokecodec.h:
29426         Added a new simple jpeg based codec
29427
29428 2004-06-08  Wim Taymans  <wim@fluendo.com>
29429
29430         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29431         (gst_multipart_mux_loop):
29432         Fix memory leak
29433
29434 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29435
29436         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
29437         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
29438         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
29439         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
29440         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
29441         * gst/tcp/gsttcpserversink.h:
29442           take streamheader into account
29443
29444 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29445
29446         * gst/level/Makefile.am:
29447         * gst/level/gstlevel.c: (gst_level_class_init):
29448           clean up marshal generation
29449
29450 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29451
29452         * gst/tcp/Makefile.am:
29453         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
29454         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
29455         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
29456         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
29457         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
29458         (gst_tcpclientsrc_get_property):
29459         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
29460         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
29461         (gst_tcpserversink_handle_client_read),
29462         (gst_tcpserversink_handle_client_write),
29463         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
29464         * gst/tcp/gsttcpserversink.h:
29465           add signals client-added and client-removed
29466         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
29467         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
29468         (gst_tcpserversrc_get_property):
29469         uniformized, change default protocol to NONE
29470         * gst/tcp/gsttcp-marshal.list: added
29471 2004-06-07  Benjamin Otte  <otte@gnome.org>
29472
29473         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29474           handle discont events if they happen before caps nego
29475
29476 2004-06-07  Wim Taymans  <wim@fluendo.com>
29477
29478         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
29479         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
29480         (gst_multipart_demux_plugin_init):
29481         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29482         (gst_multipart_mux_init), (gst_multipart_mux_loop),
29483         (gst_multipart_mux_change_state):
29484         Small updates, fix a memleak
29485
29486 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29487
29488         * configure.ac: OSS portability
29489         * ext/arts/gst_arts.c: idem
29490         * sys/oss/gstosselement.c: idem
29491         * sys/oss/gstossmixer.c: idem
29492         * sys/oss/gstosssink.c: idem
29493         * sys/oss/gstosssrc.c: idem
29494         * sys/oss/oss_probe.c: idem
29495           - check for soundcard.h in different places for some BSD
29496
29497 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
29498
29499         * AUTHORS:
29500         Add me to the authors file
29501         * configure.ac:
29502         Increase the libdv requirement to >= version 0.100
29503         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
29504         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
29505         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
29506         * ext/dv/gstdvdec.h:
29507         Add support for the new_media flag when sending DISCONT events
29508         Make the querying work when video pad is not linked
29509
29510 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29511
29512         reviewed by Benjamin Otte  <otte@gnome.org>
29513
29514         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
29515           create a NULL-initialized array of pads, so we don't think they
29516           exist already. (fixes #143130)
29517
29518 2004-06-07  Benjamin Otte  <otte@gnome.org>
29519
29520         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
29521         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
29522         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
29523           don't use // coments
29524
29525 2004-06-07  Benjamin Otte  <otte@gnome.org>
29526
29527         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
29528           cast to GstClockTime to get higher granularity
29529         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29530           use gst_element_set_time_delay to get the exact time
29531         * ext/mad/gstmad.c: (gst_mad_chain):
29532           use the negotiated rate instead of the current frame's rate which
29533           might be wrong because of bit errors. This avoids emitting totally
29534           bogus timestamps and screwing sync.
29535         (fixes #143454)
29536
29537 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29538
29539         reviewed by Benjamin Otte  <otte@gnome.org>
29540
29541         * gst/adder/gstadder.c: (gst_adder_loop):
29542           properly error out when no negotiation has happened yet. (fixes
29543           #143032)
29544
29545 2004-06-06  Benjamin Otte  <otte@gnome.org>
29546
29547         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29548           forward correctly transformed offset in discont events. Based on
29549           patch by Arwed v. Merkatz. (fixes #142851)
29550
29551 2004-06-06  David Schleef  <ds@schleef.org>
29552
29553         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
29554         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
29555         problems on several systems.
29556
29557 2004-06-06  Benjamin Otte  <otte@gnome.org>
29558
29559         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
29560           use explicit caps on the srcpad
29561         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29562           properly error out if caps couldn't be set (fixes #142764)
29563
29564 2004-06-06  Benjamin Otte  <otte@gnome.org>
29565
29566         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
29567         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
29568         (gst_alsa_start_audio):
29569           - don't call set_periods_integer anymore, it breaks the
29570           configuration randomly
29571           - call snd_pcm_hw_params_set_access directly instead of using masks
29572           - don't fail if the sw_params can't be set, just use the default
29573           params and hope it works. Alsalib has weird issues when you touch
29574           sw_params and does no proper error reporting about what failed.
29575         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29576         (gst_alsa_close_audio):
29577           make our alsa debugging go via gst debugging and not conditionally
29578           defined
29579         * ext/alsa/gstalsa.h:
29580           add ALSA_DEBUG_FLUSH macro
29581         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
29582         (plugin_init):
29583           wrap alsa errors to be printed via the gst debugging system and not
29584           spammed to stderr
29585
29586 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29587
29588         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
29589         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
29590         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
29591         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
29592         (qtdemux_parse_trak):
29593         * gst/qtdemux/qtdemux.h:
29594           Bitch. Also known as seeking, querying & co.
29595         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29596         (gst_osssink_change_state):
29597         * sys/oss/gstosssink.h:
29598           Resyncing is for weenies, this hack is no longer needed and was
29599           broken anyway (since it - unintendedly - always leaves resync to
29600           TRUE).
29601
29602 2004-06-05  Andrew Turner <zxombie@hotpop.com>
29603
29604         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
29605         * gst/tcp/gsttcpclientsrc.h: idem
29606           - define MSG_NOSIGNAL if not done
29607           - include unistd.h for off_t
29608           (fixes #143749)
29609
29610 2004-06-05  Benjamin Otte  <otte@gnome.org>
29611
29612         * configure.ac:
29613         * ext/kio/Makefile.am:
29614           check for qt's moc preprocessor explicitly and use it
29615
29616 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29617
29618         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
29619           don't get a signal for EPIPE on socket writes
29620           (somebody check if this works on other platforms)
29621
29622 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29623
29624         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
29625         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29626           check error condition on available samples correctly
29627
29628 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29629
29630         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
29631           avoid a segfault
29632         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
29633         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
29634         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
29635         (gst_tcpserversrc_gdp_read_header):
29636          use ssize_t over size_t since the former is signed and thus the
29637          check for error codes can work
29638
29639 2004-06-02  Wim Taymans  <wim@fluendo.com>
29640
29641         reviewed by: Johan
29642
29643         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29644         (gst_multipart_mux_loop):
29645         Oops
29646
29647 2004-06-02  Wim Taymans  <wim@fluendo.com>
29648
29649         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29650         (gst_multipart_mux_init), (gst_multipart_mux_loop),
29651         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
29652         (gst_multipart_mux_change_state):
29653         Added configurable boundary specifier, added the value as a
29654         caps field as well.
29655
29656 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29657
29658         * gst/tcp/gsttcp.c:
29659         * gst/tcp/gsttcpclientsrc.c:
29660         * gst/tcp/gsttcpclientsrc.h:
29661         * gst/tcp/gsttcpserversrc.c:
29662           - portability fix, to compile on OSX
29663             (fixes #143146)
29664
29665         * sys/osxaudio/gstosxaudioelement.c:
29666         * sys/osxaudio/gstosxaudiosink.c:
29667         * sys/osxaudio/gstosxaudiosrc.c:
29668           - compilation warnings on OSX
29669             (fixes #143153)
29670
29671 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29672
29673         * ext/vorbis/vorbisdec.c : sign warning fixes
29674
29675         * gst-libs/gst/mixer/mixertrack.c :
29676           do no use defines which are glib 2.4 specific
29677
29678 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
29679
29680         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
29681           buffer since libflac doesn't expect it (reports a sync error when
29682           it encounters that)
29683
29684
29685 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
29686
29687         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
29688         * gst-libs/gst/mixer/mixertrack.c:
29689         (gst_mixer_track_get_property), (get_mixer_track_init),
29690         (get_mixer_track_get_property): Added property accessors
29691         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
29692         * gst-libs/gst/mixer/mixeroptions.c:
29693         (gst_mixer_options_get_values): Added
29694         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
29695         * gst-libs/gst/mixer/mixer.c: Fixed comment
29696
29697
29698 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29699
29700         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
29701           improve error messages on open
29702
29703
29704 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29705
29706         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29707           check if v4l-conf is in path
29708
29709 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29710
29711         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
29712           change assert to a more readable error message
29713
29714 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29715
29716         * gst-libs/gst/tuner/tunerchannel.h:
29717           - add a freq_multiplicator field to make the conversion
29718             between internal frequency unit and Hz
29719         * sys/v4l/gstv4lelement.c:
29720         * sys/v4l2/gstv4l2element.c:
29721           - change default video device to /dev/video0
29722         * sys/v4l/v4l_calls.c:
29723         * sys/v4l2/v4l2_calls.c:
29724           - we only expose frequency to the user in Hz instead of
29725             bastard v4lX unit (either 62.5kHz or 62.5Hz)
29726
29727 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
29728         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29729           Initialise b_o_s and e_o_s variables
29730         * gst-libs/gst/riff/riff-media.c:
29731         (gst_riff_create_video_caps_with_data):
29732           Add some unusual fourcc's from mplayer avi's
29733         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
29734           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
29735           autoplugging.
29736
29737 2004-05-28  Wim Taymans  <wim@fluendo.com>
29738
29739         * configure.ac:
29740         * gst/alpha/Makefile.am:
29741         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29742         (gst_alpha_get_type), (gst_alpha_base_init),
29743         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29744         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
29745         (gst_alpha_chroma_key), (gst_alpha_chain),
29746         (gst_alpha_change_state), (plugin_init):
29747         A plugin to add an alpha channel to I420 video. Can optionally do
29748         chroma keying.
29749         * gst/multipart/Makefile.am:
29750         * gst/multipart/multipart.c: (plugin_init):
29751         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
29752         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
29753         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
29754         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
29755         (gst_multipart_demux_change_state),
29756         (gst_multipart_demux_plugin_init):
29757         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
29758         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
29759         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
29760         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
29761         (gst_multipart_mux_pad_unlink),
29762         (gst_multipart_mux_request_new_pad),
29763         (gst_multipart_mux_handle_src_event),
29764         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
29765         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
29766         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
29767         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
29768         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
29769         send multipart jpeg images to a browser.
29770         * gst/videobox/Makefile.am:
29771         * gst/videobox/README:
29772         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
29773         (gst_video_box_get_type), (gst_video_box_base_init),
29774         (gst_video_box_class_init), (gst_video_box_init),
29775         (gst_video_box_set_property), (gst_video_box_get_property),
29776         (gst_video_box_sink_link), (gst_video_box_i420),
29777         (gst_video_box_ayuv), (gst_video_box_chain),
29778         (gst_video_box_change_state), (plugin_init):
29779         Crops or adds borders around an image. can do alpha channel
29780         borders as well.
29781         * gst/videomixer/Makefile.am:
29782         * gst/videomixer/README:
29783         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
29784         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
29785         (gst_videomixer_pad_get_sink_event_masks),
29786         (gst_videomixer_pad_get_property),
29787         (gst_videomixer_pad_set_property),
29788         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
29789         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
29790         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
29791         (gst_videomixer_base_init), (gst_videomixer_class_init),
29792         (gst_videomixer_init), (gst_videomixer_request_new_pad),
29793         (gst_videomixer_handle_src_event),
29794         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
29795         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
29796         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
29797         (gst_videomixer_loop), (gst_videomixer_get_property),
29798         (gst_videomixer_set_property), (gst_videomixer_change_state),
29799         (plugin_init):
29800         Generic video mixer plugin, can handle multiple inputs all with
29801         different framerates and video sizes. Is fully alpha channel
29802         aware.
29803
29804 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29805
29806         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29807           Select first track as master track. Not sure how else to handle
29808           that...
29809         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
29810           Discard discont events. Should fix #142962.
29811
29812 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29813
29814         * ext/alsa/Makefile.am:
29815         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
29816         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
29817         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
29818         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
29819         (gst_alsa_mixer_get_option):
29820         * ext/alsa/gstalsamixer.h:
29821         * ext/alsa/gstalsamixeroptions.c:
29822         (gst_alsa_mixer_options_get_type),
29823         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
29824         (gst_alsa_mixer_options_new):
29825         * ext/alsa/gstalsamixeroptions.h:
29826         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29827         * ext/alsa/gstalsamixertrack.h:
29828           Add enumerations (as GstMixerOptions). Make correct distinction
29829           between input/output tracks. Add capture/playback private flag.
29830           Use flag to decide on whether to set capture or playback volumes
29831           or switches. Use playback and record switches.
29832         * gst-libs/gst/mixer/Makefile.am:
29833         * gst-libs/gst/mixer/mixer-marshal.list:
29834         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
29835         (gst_mixer_set_option), (gst_mixer_get_option),
29836         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
29837         (gst_mixer_volume_changed), (gst_mixer_option_changed):
29838         * gst-libs/gst/mixer/mixer.h:
29839         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
29840         (gst_mixer_options_class_init), (gst_mixer_options_init),
29841         (gst_mixer_options_dispose):
29842         * gst-libs/gst/mixer/mixeroptions.h:
29843           Add GstMixerOptions.
29844         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29845           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
29846           broken device detection on computers with multiple OSS sound
29847           cards.
29848
29849 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29850
29851         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
29852           fixate nicely even when the peer is not negotiating
29853
29854 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29855
29856         * gst/audioconvert/gstaudioconvert.c:
29857         (gst_audio_convert_parse_caps):
29858           make sure we don't allow depth > width
29859         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
29860           fixate endianness to G_BYTE_ORDER as default
29861         * gst/audioscale/gstaudioscale.c:
29862           we don't handle another endianness as host-endianness
29863
29864 2004-05-25  David Schleef  <ds@schleef.org>
29865
29866         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
29867
29868 2004-05-24  Benjamin Otte  <otte@gnome.org>
29869
29870         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
29871         (gst_oggvorbisenc_setup):
29872           properly fail when we can't setup the vorbis encoder due to
29873           unsupported settings
29874         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
29875         (gst_vorbisenc_setup):
29876           same
29877         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29878           fix case where warnings occured when one pad was unlinked while the
29879           other's link function was called
29880
29881 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
29882
29883         * gst/tcp/Makefile.am:
29884           use GST_ENABLE_NEW
29885
29886 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29887
29888         * gst-libs/gst/resample/private.h:
29889           don't use optimizations that are #if 0'ed
29890
29891 2004-05-24  Wim Taymans  <wim@fluendo.com>
29892
29893         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
29894         Fix potential division by zero error and hopefully get
29895         the position query right to get correct timestamps on avi
29896         audio.
29897
29898 2004-05-24  Wim Taymans  <wim@fluendo.com>
29899
29900         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
29901         (gst_videoscale_scale_nearest_str2),
29902         (gst_videoscale_scale_nearest_str4),
29903         (gst_videoscale_scale_nearest_32bit),
29904         (gst_videoscale_scale_nearest_24bit),
29905         (gst_videoscale_scale_nearest_16bit):
29906         Fix the scaling algorithm and avoid a buffer overflow.
29907         removed the while loop in the scaling function as it
29908         was used for point sampling only.
29909
29910 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29911
29912         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29913         (gst_id3_tag_class_init), (gst_id3_tag_init),
29914         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
29915         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
29916         (gst_id3_tag_send_tag_event):
29917           lots of fixes to make id3mux work and id3demux work correctly
29918
29919 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29920
29921         * ext/Makefile.am:
29922           add rules to build shout2send (was removed by accident
29923           when this module was no more marked experimental/broken)
29924
29925 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29926
29927         * ext/shout2/gstshout2.c:
29928         * ext/shout2/gstshout2.h:
29929           adding a "connection problem" signal to shout2send
29930           (fixes #142954)
29931
29932 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29933
29934         * ext/kio/kioreceiver.cpp:
29935         * ext/kio/kioreceiver.h:
29936           fix sign comparison issues
29937
29938 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29939
29940         * gst/cdxaparse/gstcdxaparse.c:
29941         * gst/cdxaparse/gstcdxaparse.h:
29942           some renaming
29943           add some checks/sanity
29944           prepare for seek addition
29945
29946         * sys/sunaudio/gstsunaudio.c:
29947           remove exported dupe init function
29948
29949 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
29950
29951         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
29952         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
29953           Fix format conversion and position querying.
29954         * gst/debug/progressreport.c: (gst_progressreport_report):
29955           Don't output a bogus total value that we didn't query.
29956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29957           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
29958           only a blank window after xine has been used.
29959
29960 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29961
29962         * m4/as-arts.m4:
29963           sync with upstream version to fix test on FC2
29964           readd with -ko to preserve Id header
29965
29966 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29967
29968         * configure.ac:
29969           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
29970         * gst/tcp/gsttcpclientsrc.c: idem
29971         * gst/tcp/gsttcpserversink.c: idem
29972         * gst/tcp/gsttcpserversrc.c: idem
29973         * m4/gst-fionread.m4: idem
29974
29975         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
29976
29977         * configure.ac: enable speex plugin for speex 1.1.5+
29978         * ext/speex/gstspeexenc.c: fix cast warning
29979
29980         * ext/esd/README: fix typo
29981
29982 2004-05-20  David Schleef  <ds@schleef.org>
29983
29984         * configure.ac: Minor cosmetic change to convince the buildbot to
29985         reautogen.
29986         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
29987         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
29988         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
29989         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
29990         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
29991         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
29992         More hacking.  Plays audio now.
29993
29994 2004-05-20  David Schleef  <ds@schleef.org>
29995
29996         * configure.ac:
29997         * sys/Makefile.am:
29998
29999 2004-05-20  David Schleef  <ds@schleef.org>
30000
30001         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
30002         * sys/osxaudio/gstosxaudio.c:
30003         * sys/osxaudio/gstosxaudioelement.c:
30004         * sys/osxaudio/gstosxaudioelement.h:
30005         * sys/osxaudio/gstosxaudiosink.c:
30006         * sys/osxaudio/gstosxaudiosink.h:
30007         * sys/osxaudio/gstosxaudiosrc.c:
30008         * sys/osxaudio/gstosxaudiosrc.h:
30009
30010 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30011
30012         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
30013         (gst_vorbisenc_chain):
30014           put the codec headers on the caps as streamheader as well as
30015           pushing them out
30016
30017 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30018
30019         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
30020         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
30021         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
30022         split up push_packet into two functions
30023
30024 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30025
30026         * gst/tcp/.cvsignore:
30027           ignore enums
30028         * gst/tcp/Makefile.am:
30029         * gst/tcp/README:
30030         * gst/tcp/gsttcp.c:
30031         * gst/tcp/gsttcp.h:
30032         * gst/tcp/gsttcpclientsink.c:
30033         * gst/tcp/gsttcpclientsink.h:
30034         * gst/tcp/gsttcpclientsrc.c:
30035         * gst/tcp/gsttcpclientsrc.h:
30036         * gst/tcp/gsttcpplugin.c:
30037         * gst/tcp/gsttcpserversink.c:
30038         * gst/tcp/gsttcpserversink.h:
30039         * gst/tcp/gsttcpserversrc.c:
30040         * gst/tcp/gsttcpserversrc.h:
30041           add new tcp elements
30042
30043 2004-05-19  Wim Taymans  <wim@fluendo.com>
30044
30045         * gst/law/mulaw-conversion.c: (mulaw_encode):
30046         Fix overflow bug in ulaw encoding.
30047
30048 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30049
30050         * ext/mad/gstmad.c: (gst_mad_handle_event):
30051           don't unref the event twice
30052
30053 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30054
30055         * configure.ac:
30056           remove -Wno-sign-compare
30057
30058 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30059
30060         * configure.ac:
30061           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
30062           if you want to work against glib 2.2 and 2.4
30063
30064 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30065
30066         * gst/tcp/Makefile.am:
30067         * gst/tcp/gsttcp.c:
30068         * gst/tcp/gsttcp.h:
30069         * gst/tcp/gsttcpsink.h:
30070         * gst/tcp/gsttcpsrc.h:
30071           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
30072
30073 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30074
30075         * gst/debug/tests.c: (md5_get_value):
30076           fix segfault on gst-inspect
30077
30078 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30079
30080         * gst/debug/testplugin.c:
30081         * gst/debug/tests.c:
30082         * gst/debug/tests.h:
30083           add new extensible and configurable testing element. Current tests
30084           include buffer count, stream length, timestamp/duration matching and
30085           md5.
30086         * gst/debug/Makefile.am:
30087         * gst/debug/gstdebug.c: (plugin_init):
30088           add infrastructure for new element
30089
30090 2004-05-19  Johan Dahlin  <johan@gnome.org>
30091
30092         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
30093         ending of the array. Fixes gst-inspect segfault on ppc.
30094
30095 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30096
30097         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
30098
30099         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
30100
30101 2004-05-18  David Schleef  <ds@schleef.org>
30102
30103         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
30104         warnings (bugs, actually) noticed by gcc but not forte.
30105
30106 2004-05-18  David Schleef  <ds@schleef.org>
30107
30108         * sys/sunaudio/Makefile.am:
30109         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
30110
30111 2004-05-18  David Schleef  <ds@schleef.org>
30112
30113         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30114         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
30115         to allow qtdemux to use non-seekable streams. (bug #142272)
30116
30117 2004-05-18  David Schleef  <ds@schleef.org>
30118
30119         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
30120         (gst_resample_sinc_ft_float): Remove use of static temporary
30121         buffer.  This code was obviously not supposed to last long, but
30122         it's stuck in our ABI, so it required a little hack to make it
30123         ABI-compatible.  Fixes #142585.
30124         * gst-libs/gst/resample/resample.h: same.
30125
30126 2004-05-18  David Schleef  <ds@schleef.org>
30127
30128         * configure.ac: Add sunaudio
30129         * examples/Makefile.am: make gstplay depend on gconf
30130         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
30131         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
30132         (convert_table_lookup), (img_convert): remove c99-isms
30133         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
30134           unsigned, to fix a warning on Solaris
30135         * gst/mpeg1sys/systems.c: bcopy->memcpy
30136         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
30137         * sys/Makefile.am: Add sunaudio
30138
30139 2004-05-18  Wim Taymans  <wim@fluendo.com>
30140
30141         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
30142         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
30143         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
30144         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
30145         (gst_ogg_mux_loop):
30146         Fix an ugly memleak where the muxer didn't flush enough ogg
30147         pages. This also resulted in badly muxed ogg files.
30148
30149 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30150
30151         * gst/asfdemux/asfheaders.c :
30152         * gst/asfdemux/asfheaders.h :
30153         * gst/asfdemux/gstasfdemux.c :
30154           - fix ASF_OBJ_PADDING guid
30155           - add 3 new object guids (language list, metadata,
30156             extended stream properties)
30157           - add a function to parse extended header objects
30158
30159 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30160
30161         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30162           remove leftover debugging g_print
30163
30164 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30165
30166         * ext/mad/gstmad.c: (gst_mad_handle_event):
30167           Fix for when the first format in a discont event is not a
30168           byte-based one. Should fix #137710.
30169
30170 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30171
30172         * m4/a52.m4 : fix compilation with -Wall -Werror
30173         * m4/libfame.m4 : idem
30174         * m4/libmikmod.m4 : idem
30175
30176 2004-05-17  Benjamin Otte  <otte@gnome.org>
30177
30178         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
30179           signal the new tags before giving up the reference
30180
30181 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30182
30183         * ext/shout2/gstshout2.c:
30184           use application/ogg instead of application/x-ogg (patch by Patrick
30185           Guimond, fixes #142432)
30186         * sys/oss/gstosselement.c: (gst_osselement_reset),
30187         (gst_osselement_sync_parms):
30188           don't set fragment size unless specified (fixes #142493)
30189
30190 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30191
30192         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
30193           fixes #142664
30194
30195 2004-05-17  Benjamin Otte  <otte@gnome.org>
30196
30197         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30198           compute offsets correctly for internal buffers so timestamps are set
30199           correctly when we can't seek. Also handle cases where there are no
30200           offsets. (based on a patch by David Moore, fixes #142507)
30201
30202 2004-05-17  Benjamin Otte  <otte@gnome.org>
30203
30204         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30205           use correct variable when determining amount of data to skip so we
30206           don't skip into the void and segfault
30207
30208 2004-05-16  Benjamin Otte  <otte@gnome.org>
30209
30210         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30211           Hi, I'm a memleak
30212
30213 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30214
30215         * gst/asfdemux/gstasfdemux.c:
30216           - fix a mem leak and always propagate tags
30217           - add WMV3 to known video codecs (but no decoder yet)
30218           - replace "surplus data" at end of audio header for what
30219             it is : codec specific data
30220           - fix a typo
30221
30222 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
30223
30224         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30225
30226         * gst-libs/gst/audio/audioclock.c:
30227           Fix wrong return type (#142205).
30228
30229 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30230
30231         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
30232           Ignore CRCs by default (fixes #142566).
30233
30234 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30235
30236         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
30237         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
30238         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
30239         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
30240         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30241         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
30242           Fix for cases where we fail to attach to a mixer.
30243
30244 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30245
30246         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30247           Don't touch events after not owning them anymore.
30248         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
30249         (gst_wavparse_fmt), (gst_wavparse_other),
30250         (gst_wavparse_handle_seek), (gst_wavparse_loop),
30251         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30252         (gst_wavparse_srcpad_event):
30253         * gst/wavparse/gstwavparse.h:
30254           Add seeking, fix querying.
30255
30256 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30257
30258         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
30259           - process comments even if they don't end with \0\0
30260             g_convert would ignore them if present and works well without them
30261
30262 2004-05-16  Benjamin Otte  <otte@gnome.org>
30263
30264         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
30265           simplify caps
30266
30267 2004-05-16  Benjamin Otte  <otte@gnome.org>
30268
30269         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
30270           don't write to memory we might not write to - g_convert does that
30271           for us anyway (fixes #142613)
30272         (gst_asf_demux_audio_caps):
30273           comment out gst_util_dump_mem
30274
30275 2004-05-16  Benjamin Otte  <otte@gnome.org>
30276
30277         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30278           compute correct expected timestamps after seek (broken since
30279           last commit)
30280         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
30281           rename element and debugging category to gdkpixbufscale
30282
30283 2004-05-16  Benjamin Otte  <otte@gnome.org>
30284
30285         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30286           add error checking to snd_pcm_delay and remove duplicate call to
30287           snd_pcm_delay that caused issues (see inline code comments)
30288         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30289           make more readable and fix return value when snd_pcm_delay fails
30290         (fixes #142586)
30291
30292 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
30293         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
30294         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
30295         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
30296         (gst_pixbufscale_link), (gst_pixbufscale_init),
30297         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
30298         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
30299         (gst_pixbufscale_get_property), (pixbufscale_init):
30300         * ext/gdk_pixbuf/pixbufscale.h:
30301         Add these files I forgot earlier
30302
30303 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
30304         * ext/gdk_pixbuf/Makefile.am:
30305         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
30306         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30307         Add new pixbufscale element to scale RGB video
30308         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
30309         and HYPER interpolation correctly.
30310         * ext/theora/theoraenc.c: (theora_enc_chain),
30311         Discard buffer and return if explicit caps could not be set
30312         (theora_enc_get_property):
30313         Make _get return kbps for the bitrate consistent with
30314         the _set function.
30315
30316
30317 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30318
30319         * ext/libvisual/visual.c: (gst_visual_chain):
30320           add missing visual_audio_analyze
30321
30322 2004-05-14  David Schleef  <ds@schleef.org>
30323
30324         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
30325         is killed while we're playing.
30326         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
30327         gst_element_no_more_pads().
30328
30329 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30330
30331         * gst-libs/gst/riff/riff-read.c :
30332           - fix INFO tag extraction in RIFF/AVI files
30333             because gst_event_unref (event) also freed taglist
30334           - avoid a mem leak
30335
30336 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30337
30338         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
30339         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
30340
30341         * gst/auparse/gstauparse.c :
30342           - add code (commented for now) to support audio/x-adpcm on src pad
30343             (we have no decoder for those layout yet)
30344
30345         * gst/cdxaparse/gstcdxaparse.c :
30346         * gst/cdxaparse/gstcdxaparse.h :
30347           - partial rewrite using RiffRead (ripped iain's wavparse code)
30348
30349         * gst/rtp/gstrtpL16enc.c : typo
30350         * gst/rtp/gstrtpgsmenc.c : typo
30351
30352 2004-05-13  Benjamin Otte  <otte@gnome.org>
30353
30354         * configure.ac:
30355           check for exact version of libvisual, it's not supposed to be
30356           API/ABI stable yet
30357
30358 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30359
30360         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
30361           signal no-more-pads
30362
30363 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
30364
30365         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
30366         Report which format was used for GST_FORMAT_DEFAULT
30367         * gst/debug/Makefile.am:
30368         * gst/debug/gstdebug.c: (plugin_init):
30369         * gst/debug/progressreport.c: (gst_progressreport_base_init),
30370         (gst_progressreport_class_init), (gst_progressreport_init),
30371         (gst_progressreport_report), (gst_progressreport_set_property),
30372         (gst_progressreport_get_property), (gst_progressreport_chain),
30373         (gst_progressreport_plugin_init):
30374         Add progressreport element for testing.
30375
30376 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30377
30378         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
30379         * sys/v4l/gstv4lsrc.h:
30380         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
30381         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
30382         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
30383         (gst_v4lsrc_grab_frame):
30384           add more debugging
30385           send a discont at start
30386
30387 2004-05-12  Colin Walters  <walters@redhat.com>
30388
30389         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
30390         inflooping if we can't find a chunk.  Or in other words, don't blow
30391         chunks if we don't have a chunk to blow.
30392
30393 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
30394         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
30395         Remove old debug output
30396         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
30397         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
30398         (gst_dvdec_set_property), (gst_dvdec_get_property):
30399         Change the quality setting to an enum, so it works from gst-launch
30400         Don't renegotiate a non-linked pad. Allows audio only decoding.
30401         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
30402         (gst_deinterlace_link), (gst_deinterlace_init):
30403         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30404         (gst_videodrop_link):
30405         Some caps negotiation fixes
30406
30407 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30408
30409         * ext/tarkin/gsttarkin.c :
30410           - Change RANK from NONE to PRIMARY
30411         * ext/gdk_pixbuf/gstgdkpixbuf.c :
30412           - Change RANK from NONE to MARGINAL
30413         * ext/divx/gstdivxenc.c :
30414           - Change RANK from PRIMARY to NONE (encoder/spider issue)
30415
30416 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30417
30418         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
30419         (gst_vorbisenc_push_packet):
30420           copy a function that was added between 1.0 and 1.0.1 until we
30421           depend on worthwhile features of post-1.0
30422
30423 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30424
30425         * configure.ac:
30426           enable shout2 by default
30427         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
30428         (gst_shout2send_base_init), (gst_shout2send_init),
30429         (gst_shout2send_connect), (gst_shout2send_change_state):
30430         * ext/shout2/gstshout2.h:
30431           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
30432           #142262)
30433         * ext/theora/theora.c: (plugin_init):
30434           don't set rank on encoders
30435
30436 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
30437
30438         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30439           Use codec_data property instead of flag1 and flag2 for wma
30440
30441 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30442
30443         * gst/cdxaparse/gstcdxaparse.c :
30444           - Add mpegversion to CAPS to make it link
30445           - Rank is as GST_RANK_SECONDARY instead of NONE
30446         * gst/auparse/gstauparse.c :
30447           - Document all audio encoding we can encounter from Solaris 9
30448             headers and libsndfile information.
30449           - Increase max. rate from 48000 to 192000 (to match other elements)
30450           - Don't try to play junk data between header and samples
30451
30452 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30453
30454         * ext/libvisual/visual.c: (gst_visual_getcaps):
30455           use the right caps depending on endianness (I hope)
30456         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
30457           use GST_RANK_NONE for all non-decoding elements or spider gets
30458           mighty confused
30459
30460 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30461
30462         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
30463           Fix some odd cases and fix BE metadata parsing of unicode16 text.
30464
30465 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30466
30467         * gst/switch/gstswitch.c: (gst_switch_release_pad),
30468         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
30469         (gst_switch_loop), (gst_switch_get_type):
30470           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
30471           HEADERS. Had to be said.
30472
30473 2004-05-10  David Schleef  <ds@schleef.org>
30474
30475         * configure.ac: Add prototype Dirac support.
30476         * ext/Makefile.am:
30477         * ext/dirac/Makefile.am:
30478         * ext/dirac/gstdirac.cc:
30479         * ext/dirac/gstdiracdec.cc:
30480
30481 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30482
30483         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
30484         (gst_auparse_init), (gst_auparse_chain),
30485         (gst_auparse_change_state):
30486           Hack around spider. Remove me some day please.
30487
30488 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30489
30490         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30491           Fix for some uninitialized variables in previous patch, also
30492           makes it work. Fixes #142286 while we're at it.
30493
30494 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30495
30496         * gst/auparse/gstauparse.c:
30497                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
30498                 only unsupported formats are ADPCM/CCITT G.72x
30499                 reviewed by Ronald
30500         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
30501
30502 2004-05-10  Wim Taymans  <wim@fluendo.com>
30503
30504         * ext/vorbis/Makefile.am:
30505         * ext/vorbis/README:
30506         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
30507         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
30508         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
30509         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
30510         (gst_oggvorbisenc_convert_sink),
30511         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
30512         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
30513         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
30514         (get_constraints_string), (update_start_message),
30515         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
30516         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
30517         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
30518         * ext/vorbis/oggvorbisenc.h:
30519         * ext/vorbis/vorbis.c: (plugin_init):
30520         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
30521         (raw_caps_factory), (gst_vorbisenc_class_init),
30522         (gst_vorbisenc_init), (gst_vorbisenc_setup),
30523         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
30524         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
30525         * ext/vorbis/vorbisenc.h:
30526         Added a raw vorbis encoder to be used with the oggmuxer.
30527         We still need the old encoder for some gnome applications,
30528         read the README to find out how that works.
30529         The raw encoder is called "rawvorbisenc" until 0.9.
30530
30531 2004-05-10  Wim Taymans  <wim@fluendo.com>
30532
30533         * ext/ogg/gstogg.c: (plugin_init):
30534         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
30535         (gst_ogg_print):
30536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
30537         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
30538         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
30539         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
30540         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
30541         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
30542         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
30543         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
30544         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
30545         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
30546         Added an ogg muxer.
30547         Small typo fixes in the demuxer.
30548
30549 2004-05-10  Wim Taymans  <wim@fluendo.com>
30550
30551         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30552         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
30553         (theora_enc_change_state), (theora_enc_set_property),
30554         (theora_enc_get_property):
30555         Mark the last packet with an EOS flag which is not really needed
30556         in gstreamer.
30557         Do some better video framerate initialisation.
30558         Update the buffer timestamp.
30559
30560 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
30561
30562         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
30563         Return the result of the parent state change call
30564
30565 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30566
30567         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
30568         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
30569         * gst/law/alaw-encode.c : (idem)
30570         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
30571         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
30572         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
30573
30574 2004-05-09  Benjamin Otte  <otte@gnome.org>
30575
30576         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30577           don't use a fixed buffer size when writing variable length data to
30578           it. Fixes memory corruption and makes alsasrc work
30579
30580 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30581
30582         * ext/gnomevfs/gstgnomevfssink.c:
30583         (_gst_boolean_allow_overwrite_accumulator),
30584         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
30585           Run glib's default signal handler (??) in RUN_CLEANUP rather than
30586           RUN_LAST, and don't use that to set the accumulator value because
30587           then it's always FALSE.
30588
30589 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30590
30591         * gst-libs/gst/riff/riff-media.c:
30592         (gst_riff_create_video_caps_with_data),
30593         (gst_riff_create_audio_caps),
30594         (gst_riff_create_audio_template_caps):
30595         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
30596           Fix for unaligned RIFF files (i.e. where all the chunks together
30597           in a LIST chunk are not of the same size as the size given in
30598           the LIST chunk header). Fixes several odd WAVE files. Also fix
30599           ADPCM (block_align property) in audio, so that wavparse based
30600           on this works now as it used to stand-alone.
30601
30602 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
30603
30604         reviewed by Benjamin Otte  <otte@gnome.org>
30605
30606         * ext/a52dec/gsta52dec.c:
30607         * ext/divx/gstdivxdec.c:
30608         * ext/divx/gstdivxenc.c:
30609         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
30610         * ext/faac/gstfaac.c: (gst_faac_base_init):
30611         * ext/faad/gstfaad.c: (gst_faad_base_init):
30612         * ext/ivorbis/vorbisfile.c:
30613         * ext/lame/gstlame.c:
30614         * ext/libfame/gstlibfame.c:
30615         * ext/mpeg2enc/gstmpeg2enc.cc:
30616         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
30617         * ext/sidplay/gstsiddec.cc:
30618         * ext/speex/gstspeexdec.c:
30619         * ext/speex/gstspeexenc.c:
30620         * ext/xvid/gstxviddec.c:
30621         * ext/xvid/gstxvidenc.c:
30622           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
30623           (fixes #142193)
30624
30625 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30626
30627         * ext/alsa/gstalsa.c: (device_list),
30628         (gst_alsa_class_probe_devices):
30629         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
30630           Fix alsa oddness in mixer after the combination of using mixer
30631           in source/sink elements and using hw:x,y instead of just hw:x.
30632
30633 2004-05-09  Benjamin Otte  <otte@gnome.org>
30634
30635         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
30636         (gst_wavparse_create_sourcepad):
30637           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
30638           sourcepads
30639
30640 2004-05-09  Benjamin Otte  <otte@gnome.org>
30641
30642         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30643           allow discont events before caps nego
30644
30645 2004-05-08  Benjamin Otte  <otte@gnome.org>
30646
30647         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
30648           don't leak events
30649
30650 2004-05-08  Benjamin Otte  <otte@gnome.org>
30651
30652         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
30653         (gst_level_change_state), (gst_level_init):
30654         * gst/level/gstlevel.h:
30655           figure out if we're initialized directly instead of keeping a
30656           variable that's wrong in 90% of cases
30657           don't initialize pads and then leak them and use a new unitialized
30658           pad. (fixes #142084)
30659           these were bugs so n00bish I didn't find them for an hour :/
30660
30661 2004-05-08 Iain <iain@prettypeople.org>
30662
30663         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
30664         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
30665         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
30666         return the length that was read.
30667         (gst_riff_read_strf_auds): Allow fmt tags as well.
30668
30669 2004-05-07  David Schleef  <ds@schleef.org>
30670
30671         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
30672         signed char assumption in faad.h.
30673
30674 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30675
30676         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
30677           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
30678
30679 2004-05-07  Colin Walters  <walters@redhat.com>
30680
30681         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
30682         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
30683         function.
30684         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
30685         Add dispose function.
30686
30687 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
30688         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
30689           Fix caps nego and pad templates. RGB mode caps should
30690           work now.
30691         * ext/dvdnav/gst-dvd:
30692           Move mpeg2dec inside the thread because otherwise the
30693           queue rejects cap changes mid-stream
30694         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
30695         (gst_mpeg2dec_flush_decoder):
30696           For mpeg2dec > 0.4.0, call the flush function instead of
30697           manually extracting all in-flight frames.
30698         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
30699         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
30700           Change mime type video/dv go video/x-dv to match the
30701           rest of gst-plugins
30702
30703 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30704
30705         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30706         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
30707         (gst_alsa_sink_class_init):
30708         * ext/alsa/gstalsasink.h:
30709         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
30710         (gst_alsa_src_class_init):
30711         * ext/alsa/gstalsasrc.h:
30712           Make alsasink/src a subclass of alsamixer so that mixer stuff
30713           shows up in gst-rec. Needs some finetuning.
30714
30715 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30716
30717         * ext/lame/gstlame.c: (gst_lame_chain):
30718           simplify
30719         * ext/mad/gstmad.c: (gst_mad_handle_event):
30720           fix event leak
30721         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
30722           be able to detect mp3 files < 4096 bytes
30723
30724 2004-05-06  Wim Taymans  <wim@fluendo.com>
30725
30726         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30727         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
30728         (theora_enc_set_property), (theora_enc_get_property):
30729         Also encode the first frame, cleanup some code.
30730
30731 2004-05-06  Wim Taymans  <wim@fluendo.com>
30732
30733         * ext/mpeg2enc/gstmpeg2enc.cc:
30734         Forward events first before deciding that negotiation was
30735         not performed.
30736
30737 2004-05-06  Wim Taymans  <wim@fluendo.com>
30738
30739         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30740         First process the events before deciding that negotiation
30741         was not performed.
30742
30743 2004-05-06  Wim Taymans  <wim@fluendo.com>
30744
30745         * ext/theora/Makefile.am:
30746         * ext/theora/theora.c: (plugin_init):
30747         * ext/theora/theoradec.c: (theora_dec_change_state):
30748         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
30749         (gst_theora_enc_class_init), (gst_theora_enc_init),
30750         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
30751         (theora_enc_chain), (theora_enc_change_state),
30752         (theora_enc_set_property), (theora_enc_get_property):
30753         Added a theora encoder, grouped the encoder and decoder into the
30754         same plugin.
30755
30756 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30757
30758         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30759         (gst_jpegenc_chain):
30760         fix DURATION on outgoing buffers
30761         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
30762         debug using time formats
30763         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30765         (gst_xvimagesink_sink_link):
30766         windows with width/height 0 generate X errors, so don't allow them
30767
30768 2004-05-05  Wim Taymans  <wim@fluendo.com>
30769
30770         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
30771         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
30772         (gst_mpeg2dec_negotiate_format):
30773         * ext/mpeg2dec/gstmpeg2dec.h:
30774           removed the static pad template so that we can add the
30775           more accurate framerate value to the caps.
30776
30777
30778 2004-05-04  Benjamin Otte  <otte@gnome.org>
30779
30780         * configure.ac:
30781           check for kdemacros.h, too (should fix #141821)
30782         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
30783           don't crash if no header was sent, but nicely error out (fixes part
30784           of #141554)
30785
30786 2004-05-04  Wim Taymans  <wim@fluendo.com>
30787
30788         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
30789         parent dispose function to avoid segfault on destroy.
30790
30791 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30792
30793         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30794         (plugin_init):
30795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30796         (gst_xvimagesink_sink_link):
30797         clean up debugging caps
30798         also recreate xvimage when format has changed
30799
30800 2004-05-04  Benjamin Otte  <otte@gnome.org>
30801
30802         * ext/libvisual/Makefile.am:
30803         * ext/libvisual/visual.c: (gst_visual_class_init),
30804         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
30805         (gst_visual_srclink), (gst_visual_chain),
30806         (gst_visual_change_state), (plugin_init):
30807           use a GstAdapter to correctly adapt buffer sizes - allows using a
30808           framerate
30809
30810 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30811
30812         * sys/v4l/gstv4lelement.h:
30813         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30814         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
30815         (gst_v4lsrc_buffer_free):
30816         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
30817         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30818         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
30819         (gst_v4lsrc_requeue_frame):
30820         move some debugging categories around
30821         query for fps index and set accordingly if found
30822
30823 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30824
30825         * ext/lame/gstlame.c:
30826         correct defaults that lame_init puts out of range
30827
30828 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30829
30830         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
30831         (gst_divxenc_class_init):
30832         fix range since -1 is the default
30833         * gst/mpeg1sys/gstmpeg1systemencode.c:
30834         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
30835         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
30836         (gst_rtjpegdec_chain):
30837         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
30838         (gst_rtjpegenc_chain):
30839         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
30840         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
30841         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
30842         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
30843         * sys/v4l/gstv4lsrc.c:
30844         * sys/v4l/v4l_calls.c: (gst_v4l_open):
30845         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
30846         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
30847         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
30848         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
30849           remove gst_info calls
30850
30851 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30852
30853         * Makefile.am:
30854         * po/af.po:
30855         * po/az.po:
30856         * po/en_GB.po:
30857         * po/nl.po:
30858         * po/sr.po:
30859         * po/sv.po:
30860           Updated translations
30861
30862 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30863
30864         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
30865           refactor/comment code
30866
30867 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30868
30869         * gst/asfdemux/Makefile.am:
30870         * gst/asfdemux/asfheaders.c:
30871         * gst/asfdemux/asfheaders.h:
30872         * gst/asfdemux/gstasf.c: (plugin_init):
30873         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
30874         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
30875         (gst_asf_demux_setup_pad):
30876         * gst/asfdemux/gstasfdemux.h:
30877         * gst/asfdemux/gstasfmux.c:
30878         * gst/asfdemux/gstasfmux.h:
30879           Add tagging support to demuxer, split out registration in its own
30880           file instead of in demux (hacky), and prevent having some tables
30881           in our memory multiple times (in asfheaders.h).
30882
30883 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30884
30885         * gst/matroska/matroska-demux.c:
30886         (gst_matroska_demux_parse_metadata):
30887         * gst/matroska/matroska-ids.h:
30888           Basic tag reading support.
30889
30890 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30891
30892         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30893           Really detect ac-3 audio.
30894         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
30895           really detect matroska files (off-by-1).
30896
30897 2004-04-30  David Schleef  <ds@schleef.org>
30898
30899         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30900         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
30901         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
30902         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
30903         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
30904         hackage -- parse a lot more atoms, extract a few tags.  One might even
30905         mistake this for tag support.  Maybe it is.
30906         * gst/qtdemux/qtdemux.h:
30907
30908 2004-04-30  Colin Walters  <walters@verbum.org>
30909
30910         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
30911
30912 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30913
30914         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30915         (gst_ffmpegcolorspace_getcaps):
30916           remove broken nego fix
30917
30918 2004-04-30  Benjamin Otte  <otte@gnome.org>
30919
30920         * configure.ac:
30921         * ext/Makefile.am:
30922         * ext/libvisual/Makefile.am:
30923         * ext/libvisual/visual.c:
30924           add initial support for libvisual (http://libvisual.sourceforge.net)
30925           libvisual is still quite alpha, so expect crashes in there :)
30926
30927 2004-04-29  David Schleef  <ds@schleef.org>
30928
30929         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
30930         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
30931         up qtdemux to make it spit out codec_data.  Do _not_ look at this
30932         code; you will no longer respect me.
30933
30934 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30935
30936         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
30937         * ext/alsa/gstalsa.h :
30938         change alsa pcm device discovery to find more than 1 device
30939         per card. code review by Ronald.
30940
30941 2004-04-29  David Schleef  <ds@schleef.org>
30942
30943         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
30944         Add a check for a driver bug on FreeBSD.  (bug #140565)
30945
30946 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
30947
30948         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
30949         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30950         (gst_jpegenc_getcaps):
30951           move format setting to inner loop
30952         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30953         (gst_ffmpegcolorspace_getcaps):
30954           use GST_PAD_CAPS if available so that we use already negotiated
30955           caps
30956         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30957         (qtdemux_parse_moov), (qtdemux_parse):
30958           extra debugging
30959         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
30960         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
30961           move hardcoded path to DEFINE
30962
30963 2004-04-28  David Schleef  <ds@schleef.org>
30964
30965         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
30966         (bug #140064)
30967
30968 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30969
30970         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30971           Don't probe for playback device if we're a source element. Fixes
30972           #139658.
30973
30974 2004-04-29  Benjamin Otte  <otte@gnome.org>
30975
30976         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30977         (gst_id3_tag_chain):
30978           rewrite buffer offset
30979
30980 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30981
30982         * configure.ac:
30983         * ext/Makefile.am:
30984         * ext/dts/Makefile.am:
30985         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
30986         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
30987         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
30988         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
30989         (gst_dtsdec_loop), (gst_dtsdec_change_state),
30990         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
30991         (plugin_init):
30992         * ext/dts/gstdtsdec.h:
30993           New DTS decoder.
30994         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
30995         (gst_faad_srcconnect):
30996           Add ESDS atom handling (.m4a).
30997
30998 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30999
31000         * ext/divx/gstdivxdec.c: (plugin_init):
31001           Remove comment that makes no sense.
31002         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
31003           Fix for obvious typo that resulted in warnings during gst-register.
31004         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
31005         (gst_xviddec_sink_link):
31006           Fix caps negotiation a bit better.
31007         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
31008           We call this 'codec_data', not 'esds'.
31009
31010 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31011
31012         * gst/monoscope/gstmonoscope.c:
31013           make sure we only provide 256x128
31014         * gst/monoscope/monoscope.c: (monoscope_init):
31015           assert size of 256x128
31016
31017 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31018
31019         * Makefile.am:
31020         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
31021         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
31022           fixate to max width and height of device
31023
31024 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31025
31026         * Makefile.am:
31027         * sys/v4l/gstv4l.c:
31028         * sys/v4l/gstv4lsrc.c:
31029         * sys/v4l/v4l_calls.c:
31030         * sys/v4l/v4lsrc_calls.c:
31031           fix for qc-usb driver which fakes having more than one buffer
31032           by handing the same buffer twice, which confused GStreamer's/v4lsrc
31033           buffer_free override
31034           add debugging
31035
31036 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31037
31038         * Makefile.am:
31039         * gst/videotestsrc/gstvideotestsrc.c:
31040         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
31041         (gst_videotestsrc_init), (gst_videotestsrc_get),
31042         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
31043         * gst/videotestsrc/gstvideotestsrc.h:
31044           add num-buffers property
31045
31046         2004-04-26  Benjamin Otte  <otte@gnome.org>
31047
31048         * ext/mad/gstid3tag.c: (plugin_init):
31049           set id3mux rank to NONE so it doesn't confuse spider
31050           require audio/mpeg,mpegversion=1 in id3mux
31051
31052 2004-04-26  Benjamin Otte  <otte@gnome.org>
31053
31054         * configure.ac:
31055           detect faad correctly as non-working if it's indeed non-working
31056
31057 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31058
31059         * Makefile.am:
31060         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
31061         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
31062         fix _getcaps so it only negotiates to its supported format
31063
31064 2004-04-25  Benjamin Otte  <otte@gnome.org>
31065
31066         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
31067           fix memleak
31068
31069 2004-04-23  Benjamin Otte  <otte@gnome.org>
31070
31071         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
31072           audio/x-raw-int with height rules! not. Now it's depth.
31073
31074 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31075
31076         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
31077         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
31078         (gst_wavparse_loop):
31079           Missing variable initialization. Add handling of DVI ADPCM. Fix
31080           mis-parsing of LIST chunks. This works around a bug where we mis-
31081           parse non-aligning LIST chunks (so LIST chunks where the contents
31082           don't align with the actual LIST size). The correct fix is to use
31083           rifflib, I'm not going to fix wavparse - too much work. All this
31084           fixes #104878.
31085
31086 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31087
31088         reviewed by Benjamin Otte  <otte@gnome.org>
31089
31090         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
31091           fix shoutcast not working (fixes #140844)
31092
31093 2004-04-22  Benjamin Otte  <otte@gnome.org>
31094
31095         * ext/hermes/gsthermescolorspace.c:
31096         (gst_hermes_colorspace_caps_remove_format_info):
31097         * gst/colorspace/gstcolorspace.c:
31098         (gst_colorspace_caps_remove_format_info):
31099         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31100         (gst_ffmpegcolorspace_caps_remove_format_info):
31101           s/gst_caps_simplify/gst_caps_do_simplify/
31102
31103 2004-04-22  Benjamin Otte  <otte@gnome.org>
31104
31105         * gst-libs/gst/riff/riff-media.c:
31106         (gst_riff_create_video_caps_with_data):
31107           mpegversion is an int
31108         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
31109           don't try to create pad templates with NULL caps, use any caps
31110           instead.
31111
31112 2004-04-20  David Schleef  <ds@schleef.org>
31113
31114         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
31115         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
31116         (bug #140384)
31117
31118 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
31119
31120         reviewed by David Schleef
31121
31122         * ext/mad/gstid3tag.c: Add stdlib.h
31123         * gst/rtp/gstrtpgsmenc.c: same
31124         * gst/tags/gstid3tag.c: same
31125         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
31126         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
31127         GST_DISABLE_LOADSAVE use.
31128         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
31129         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
31130         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
31131         atol(3)).
31132         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
31133         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
31134         strtoul(3)).
31135         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
31136         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
31137         $(ID3_CFLAGS).
31138         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
31139         $(LIBFAME_CFLAGS).
31140
31141 2004-04-20  David Schleef  <ds@schleef.org>
31142
31143         * gst/realmedia/rmdemux.c:  This was supposed to part of the
31144         last checkin.  Same idea.
31145
31146 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
31147
31148         reviewed by David Schleef
31149
31150         * configure.ac: bump required gstreamer version to 0.8.1.1
31151         because of following changes [--ds]
31152
31153         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
31154         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
31155         (gst_riff_read_header):  Use GST_READ_UINT*
31156         macros to access possibly unaligned memory.
31157
31158         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
31159         (mp3_type_find):  Use GST_READ_UINT*
31160         macros to access possibly unaligned memory.
31161         (mp3_type_find, mpeg1_parse_header, qt_type_find)
31162         (speex_type_find): Likewise
31163
31164         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
31165
31166         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
31167         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
31168         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
31169         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
31170         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
31171         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
31172         macros to access possibly unaligned memory.
31173
31174         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
31175         Likewise.
31176
31177         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
31178         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
31179
31180         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31181         Likewise.
31182
31183         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
31184         (gst_mpeg2subt_chain_subtitle): Likewise.
31185
31186         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
31187         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
31188         Likewise.
31189
31190         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
31191         Likewise.
31192
31193         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
31194         Likewise.
31195
31196         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
31197         Likewise.
31198
31199 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31200
31201         * configure.ac:
31202           update required version of GStreamer because of GST_TIME_FORMAT
31203
31204 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31205
31206         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
31207           remove leftover g_print
31208         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31209           don't try setting only a subset of the caps. We don't want to kill
31210           autoplugging on purpose
31211
31212 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31213
31214         * sys/ximage/ximagesink.c: (plugin_init):
31215         * sys/xvimage/xvimagesink.c: (plugin_init):
31216           add debugging categories
31217
31218 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31219
31220         * po/en_GB.po:
31221         * po/LINGUAS:
31222           Adding en_GB translation (Gareth Owen)
31223
31224 2004-04-20  David Schleef  <ds@schleef.org>
31225
31226         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31227         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
31228         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
31229         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
31230         A number of new features and hacks to extract the esds atom and
31231         put it into the caps.  (bug #137724)
31232
31233 2004-04-19  David Schleef  <ds@schleef.org>
31234
31235         * gconf/Makefile.am: Fix for non-GNU make
31236         * gst-libs/gst/Makefile.am: Change directory order to handle
31237         GstPlay linking with gstinterfaces
31238         * gst-libs/gst/audio/make_filter: make use of tr portable
31239         * gst-libs/gst/play/Makefile.am: Add intended \
31240         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
31241         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
31242         function prototype instead of void *.
31243         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
31244         macro.
31245         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31246         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
31247         * gst/videofilter/make_filter: make use of tr portable
31248         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
31249
31250 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
31251
31252         * po/LINGUAS:
31253         * po/uk.po:
31254           Added Ukrainian translation (Maxim V. Dziumanenko)
31255
31256 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31257
31258         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
31259         (gst_gsmdec_link), (gst_gsmdec_chain):
31260           Fix capsnego, simplify chain function slightly.
31261         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31262           Add GSM.
31263
31264 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31265
31266         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31267         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
31268         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
31269           Hack to make wavparse work with spider (always -> sometimes pad).
31270           Fixes #135862 && #140411.
31271
31272 2004-04-18  Benjamin Otte  <otte@gnome.org>
31273
31274         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
31275         (gst_osselement_rate_probe_check),
31276         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
31277           get rid of \n in debug output
31278
31279 2004-04-17  Iain <iain@prettypeople.org>
31280
31281         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
31282         not just EOS.
31283
31284 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31285
31286         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
31287         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
31288         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
31289         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
31290         (gst_id3_tag_src_link), (gst_id3_tag_chain),
31291         (gst_id3_tag_change_state), (plugin_init):
31292           deprecate id3tag element and replace with id3demux/id3mux.
31293           great side effect: this ugly file is now even uglier, yay!
31294         * ext/mad/gstmad.h:
31295           remove non-available function
31296           update for new get_type
31297
31298 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31299
31300         * configure.ac:
31301           require mpeg2dec >= 0.4.0
31302
31303 2004-04-17  Benjamin Otte  <otte@gnome.org>
31304
31305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
31306         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
31307         (gst_xvimagesink_set_xwindow_id):
31308           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
31309           assorted cleanup fixes.
31310
31311 2004-04-16  David Schleef  <ds@schleef.org>
31312
31313         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
31314         * sys/xvimage/xvimagesink.h: same
31315
31316 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31317
31318         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
31319           Fix GST_ELEMENT_ERROR with (NULL)
31320
31321 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31322
31323         * gst-libs/gst/riff/riff-media.c:
31324         (gst_riff_create_video_caps_with_data):
31325           Add div[3456] as fourccs for DivX 3 (fixes #140137).
31326
31327 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31328
31329         * gst-libs/gst/riff/riff-media.c:
31330         (gst_riff_create_video_caps_with_data),
31331         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
31332         (gst_riff_create_video_template_caps),
31333         (gst_riff_create_audio_template_caps):
31334         * gst-libs/gst/riff/riff-media.h:
31335         * gst-libs/gst/riff/riff-read.c:
31336         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
31337         * gst-libs/gst/riff/riff-read.h:
31338         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
31339           Add MS RLE support. I added some functions to read out strf chunks
31340           into strf chunks and the data behind it. This is usually color
31341           palettes (as in RLE, but also in 8-bit RGB). Also use those during
31342           caps creation. Lastly, add ADPCM (similar to wavparse - which
31343           should eventually be rifflib based).
31344         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
31345         (gst_matroska_demux_init), (gst_matroska_demux_reset):
31346         * gst/matroska/matroska-demux.h:
31347           Remove placeholders for some prehistoric tagging system. Didn't add
31348           support for any tag system really anyway.
31349         * gst/qtdemux/qtdemux.c:
31350           Add support for audio/x-m4a (MPEG-4) through spider.
31351         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31352         (gst_wavparse_loop):
31353           ADPCM support (#135862). Increase max. buffer size because we
31354           cannot split buffers for ADPCM (screws references) and I've seen
31355           files with 2048 byte chunks. 4096 seems safe for now.
31356
31357 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31358
31359         * configure.ac: bump nano to 1
31360
31361 === release 0.8.1 ===
31362
31363 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31364
31365         * configure.ac: releasing 0.8.1, "Comforting Sounds"
31366
31367 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31368
31369         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
31370           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
31371           Fixes #140058
31372
31373 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31374
31375         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
31376           lower rank of dvddemux so that it's not used for mpeg playback.
31377
31378 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31379
31380         * configure.ac:
31381           save libs correctly when checking mad
31382
31383 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31384
31385         * ext/mad/gstid3tag.c: (plugin_init):
31386           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
31387
31388 2004-04-13  David Schleef  <ds@schleef.org>
31389
31390         * common/m4/gst-feature.m4: Call -config scripts with
31391         --plugin-libs if it is supported.
31392         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
31393         JPEG images are image/jpeg.
31394         * gst/debug/Makefile.am:
31395         * gst/debug/negotiation.c: (gst_negotiation_class_init),
31396         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
31397         (gst_negotiation_update_caps), (gst_negotiation_get_property),
31398         (gst_negotiation_plugin_init): Add a property that acts like
31399         filter caps.
31400         * testsuite/gst-lint:  Move license checking to be a standard
31401         test.
31402
31403 2004-04-13  David Schleef  <ds@schleef.org>
31404
31405         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
31406         patch from Sebastien Cote (bug #139958)
31407
31408 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31409
31410         * examples/gstplay/Makefile.am:
31411         * examples/gstplay/player.c: (main):
31412           make the commandline player example use gconf settings
31413
31414 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31415
31416         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
31417         (gst_cacasink_sinkconnect), (gst_cacasink_init),
31418         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
31419           init/end library during state transition, not object
31420           creation/disposal.  get rid of custom dispose handler.
31421
31422
31423 2004-04-12  Christian Schaller <Uraeus@gnome.org>
31424
31425         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
31426         be a symlink
31427
31428 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31429
31430         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
31431           Handle JUNK chunks inside data section. Prevents warnings.
31432
31433 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31434
31435         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
31436         (gst_riff_create_video_template_caps):
31437           Add MS video v1.
31438         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
31439         (gst_avi_demux_stream_data):
31440           Add support for "rec-list" chunks.
31441
31442 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31443
31444         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
31445           Fix another codecname mismatch.
31446
31447 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31448
31449         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
31450           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
31451           so that MJPEG plays back.
31452
31453 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31454
31455         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31456         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
31457         * gst/mpeg1videoparse/gstmp1videoparse.h:
31458           Fix for some slight mis-cuts in buffer parsing, and for some
31459           potential overflows or faults-causers. Adds disconts. Also fixes
31460           #139105 while we're at it.
31461
31462 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31463
31464         * configure.ac:
31465         * sys/v4l2/gstv4l2element.h:
31466           Workaround for missing struct v4l2_buffer declaration in Suse 9
31467           and Mandrake 10 linux/videodev2.h header file (#135919).
31468
31469 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31470
31471         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
31472           Bail out if no filename was given.
31473
31474 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31475
31476         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
31477         (gst_v4l2_fourcc_from_structure):
31478           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
31479           Y41B somewhere).
31480
31481 2004-04-09  Benjamin Otte  <otte@gnome.org>
31482
31483         * ext/gnomevfs/gstgnomevfssink.c:
31484         (_gst_boolean_allow_overwrite_accumulator),
31485         (gst_gnomevfssink_class_init):
31486           fix erase signal - if any handler returns false the file will not be
31487           overwritten. If no handler is connected, the file will not be
31488           overwritten either.
31489           renamed signal to "allow-overwrite"
31490         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
31491           free string when adding it to ID3 failed
31492         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31493           unref event when done
31494         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
31495           free caps
31496         * gst/typefind/gsttypefindfunctions.c:
31497         (mpeg_video_stream_type_find):
31498           fix invalid read
31499
31500 2004-04-08  David Schleef  <ds@schleef.org>
31501
31502         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31503         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
31504
31505 2004-04-08  David Schleef  <ds@schleef.org>
31506
31507         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
31508         we don't support (bug #139532)
31509
31510 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
31511
31512         * ext/mad/gstmad.c: (gst_mad_handle_event),
31513         (gst_mad_check_caps_reset), (gst_mad_chain),
31514         (gst_mad_change_state):
31515           only set explicit caps if they haven't been set before for
31516           this stream.  MPEG-audio sample rate/channels aren't allowed
31517           to change in-stream.
31518           Fixes #139382
31519
31520 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31521
31522         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
31523         (_gst_boolean_did_something_accumulator),
31524         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
31525         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
31526         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
31527         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
31528         (gst_gnomevfssink_change_state):
31529           Fix erase signal. Don't erase by default. Remove handoff signal.
31530           Remove erase property. Don't segfault. General cleanup.
31531
31532 2004-04-07  Benjamin Otte  <otte@gnome.org>
31533
31534         * gst-libs/gst/gconf/test-gconf.c: (main):
31535           add missing gst_init
31536
31537 2004-04-07  Benjamin Otte  <otte@gnome.org>
31538
31539         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
31540           free the mutexes, too
31541
31542 2004-04-07  Benjamin Otte  <otte@gnome.org>
31543
31544         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
31545           actually free the URI string
31546         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
31547           compute offset correctly when passing discont events
31548         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31549           don't leak discont events
31550         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
31551           add some missing breaks so caps aren't copied randomly
31552         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
31553           if we realloc memory, we better use it
31554
31555 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31556
31557         * ext/mad/gstmad.c: (normal_seek):
31558           fix GST_FORMAT_TIME usage
31559
31560 2004-04-05  David Schleef  <ds@schleef.org>
31561
31562         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
31563         a deprecated function (hack!)
31564
31565 2004-04-05  Benjamin Otte  <otte@gnome.org>
31566
31567         * ext/esd/esdmon.c: (gst_esdmon_get):
31568           fix nonterminated vararg and memleak
31569
31570 2004-04-05  Benjamin Otte  <otte@gnome.org>
31571
31572         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
31573         (gst_ladspa_init), (gst_ladspa_force_src_caps),
31574         (gst_ladspa_set_property), (gst_ladspa_get_property),
31575         (gst_ladspa_instantiate), (gst_ladspa_activate),
31576         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
31577           clean up debugging
31578
31579 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
31580
31581         reviewed by Benjamin Otte  <otte@gnome.org>
31582
31583         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
31584           check for broken LADSPA parameters (fixes #138635)
31585
31586 2004-04-05  Benjamin Otte  <otte@gnome.org>
31587
31588         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
31589           advertise buffer-frames correctly on sinkpads
31590
31591 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31592
31593         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
31594         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
31595         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
31596         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
31597         (gst_mad_check_caps_reset), (gst_mad_chain):
31598         add more debugging, only reset caps when we're not in error state
31599
31600 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31601
31602         * ext/mad/gstmad.c: add debugging category, comment + cleanups
31603
31604 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
31605
31606         reviewed by Benjamin Otte  <otte@gnome.org>
31607
31608         * configure.ac:
31609           fix == in test(1) operator
31610
31611 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
31612
31613         reviewed by Benjamin Otte  <otte@gnome.org>
31614
31615         * configure.ac:
31616           fix --export-symblos-regex to a working regex.
31617
31618 2004-04-04  Benjamin Otte  <otte@gnome.org>
31619
31620         * sys/oss/.cvsignore:
31621           add for oss_probe
31622
31623 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
31624
31625         reviewed by Benjamin Otte  <otte@gnome.org>
31626
31627         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31628           add missing 'new_media' argument (fixes #138168)
31629         * gst/matroska/matroska-demux.c:
31630         (gst_matroska_demux_handle_seek_event):
31631           add vararg terminator (fixes #138169)
31632
31633 2004-04-02  David Schleef  <ds@schleef.org>
31634
31635         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
31636         disted (bug #138914)
31637
31638 2004-04-01  Benjamin Otte  <otte@gnome.org>
31639
31640         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
31641         (gst_alsa_close_audio):
31642           handle case better where a soundcard can't pause
31643         * ext/ogg/gstoggdemux.c:
31644           don't crash when we get events but don't have pads yet
31645
31646 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31647
31648         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
31649           throw an error if we couldn't probe any caps.
31650
31651 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
31652
31653         * ext/dvdnav/gst-dvd:
31654         Add a really simple sample DVD player
31655
31656 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
31657
31658         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
31659         (gst_a52dec_push), (gst_a52dec_handle_event),
31660         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
31661         (gst_a52dec_change_state):
31662         * ext/a52dec/gsta52dec.h:
31663           Use a debug category, Output timestamps correctly
31664           Emit tag info, Handle events, tell liba52dec about cpu
31665           capabilities so it can use MMX etc.
31666         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
31667           Fix a crasher accessing invalid memory
31668         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
31669         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
31670         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31671         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
31672         (dvdnavsrc_query):
31673           Some support for byte-format seeking.
31674           Small fixes for still frames and menu button overlays
31675         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
31676         (gst_mpeg2dec_alloc_buffer):
31677           Use a debug category. Adjust the report level of several items to
31678           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
31679           so it doesn't lose the GstBuffer pointer
31680         * gst/debug/Makefile.am:
31681         * gst/debug/gstdebug.c: (plugin_init):
31682         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
31683         (gst_navseek_base_init), (gst_navseek_class_init),
31684         (gst_navseek_init), (gst_navseek_seek),
31685         (gst_navseek_handle_src_event), (gst_navseek_set_property),
31686         (gst_navseek_get_property), (gst_navseek_chain),
31687         (gst_navseek_plugin_init):
31688         * gst/debug/gstnavseek.h:
31689           Add the navseek debug element for seeking back and forth in a
31690           video stream using arrow keys.
31691         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
31692         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
31693         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
31694         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
31695         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
31696         (gst_mpeg2subt_parse_header), (gst_get_nibble),
31697         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
31698         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
31699         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
31700         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
31701         * gst/mpeg2sub/gstmpeg2subt.h:
31702           Pretty much a complete rewrite. Now a loopbased element. May still
31703           require work to properly synchronise subtitle buffers.
31704         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
31705         (gst_dvd_demux_send_subbuffer):
31706         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
31707           Don't attempt to create subbuffers of size 0
31708           Reduce a couple of error outputs to warnings.
31709         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
31710         (gst_y4mencode_chain):
31711         Output the y4m frame header correctly.
31712
31713 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31714
31715         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
31716           throw errors instead of allowing SIGFPE
31717
31718 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31719
31720         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
31721         (gst_gconf_render_bin_from_key):
31722           leak plugging and style fixing
31723
31724 2004-03-31  David Schleef  <ds@schleef.org>
31725
31726         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
31727         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
31728         (bug #138225)
31729         * gst/debug/Makefile.am:
31730         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
31731         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
31732         plugin.
31733         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
31734         (gst_negotiation_base_init), (gst_negotiation_class_init),
31735         (gst_negotiation_init), (gst_negotiation_getcaps),
31736         (gst_negotiation_pad_link), (gst_negotiation_chain),
31737         (gst_negotiation_set_property), (gst_negotiation_get_property),
31738         (gst_negotiation_plugin_init):  New element to talk about random
31739         negotiation things happening in a pipeline.
31740
31741 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31742
31743         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
31744           fix integer addition with help of Stefan Kost
31745
31746 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31747
31748         * po/nl.po: updated Dutch translation (Elros Cyriatan)
31749
31750 2004-03-30  David Schleef  <ds@schleef.org>
31751
31752         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
31753         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
31754         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
31755         (bug #137504)
31756         * ext/mpeg2dec/gstmpeg2dec.h:
31757
31758 2004-03-30  David Schleef  <ds@schleef.org>
31759
31760         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
31761
31762 2004-03-30  David Schleef  <ds@schleef.org>
31763
31764         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
31765         Michael Petullo) to handle .mov
31766
31767 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31768
31769         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
31770         (gst_osselement_rate_check_rate):
31771           probe caps correctly for sound cards that only support one format
31772
31773 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31774
31775         * ext/kio/kiosrc.cpp: (process_events):
31776           update handling event processing if inside KDE - untested
31777
31778 2004-03-29  David Schleef  <ds@schleef.org>
31779
31780         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
31781         by 2 to not interfere with other colorspaces.
31782         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
31783         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
31784         one to not interfere with ffmpeg_colorspace.
31785
31786 2004-03-29  David Schleef  <ds@schleef.org>
31787
31788         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
31789         aren't in the caps.
31790         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
31791         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
31792
31793 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31794
31795         * gst-libs/gst/riff/riff-media.c:
31796           fail on error, don't try to set stuff on NULL caps
31797
31798 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31799
31800         * configure.ac:
31801         * ext/Makefile.am:
31802         * ext/kio/Makefile.am:
31803         * ext/kio/kioreceiver.cpp:
31804         * ext/kio/kioreceiver.h:
31805         * ext/kio/kiosrc.cpp:
31806         * ext/kio/kiosrc.h:
31807           add experimental kiosrc plugin
31808         * ext/alsa/gstalsaplugin.c: (plugin_init):
31809           initialize debugging category only when we're sure registering the
31810           plugins worked.
31811
31812 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31813
31814         * examples/gstplay/player.c: (main):
31815         * gst-libs/gst/play/play.c: (gst_play_class_init),
31816         (gst_play_set_location), (gst_play_set_data_src),
31817         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31818         (gst_play_set_visualization), (gst_play_connect_visualization):
31819           check return values of element_set_state and return FALSE where
31820           failed
31821
31822 2004-03-29  Benjamin Otte  <otte@gnome.org>
31823
31824         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31825           try harder to check if an event is really a discont
31826
31827 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31828
31829         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
31830         * po/az.po:
31831
31832 2004-03-28  Benjamin Otte  <otte@gnome.org>
31833
31834         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
31835         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31836         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31837           get rid of non-standard "..." ranges in case statements.
31838
31839 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
31840
31841         * gst/mpegstream/gstmpegdemux.c:
31842         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
31843         specific functionality split to the new dvddemux element.
31844         * gst/mpegstream/gstdvddemux.c:
31845         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
31846         streams, derived from mpegdemux.
31847         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
31848         up. SCR based timestamp rewriting can be turned off (will probably
31849         completely disappear soon).
31850         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
31851         hacking. General cleanup. All printf statements replaced by
31852         debugging messages. Almost complete libdvdnav support.
31853         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
31854         by events. New properties for audio and subpicture languages.
31855         (dvdnavsrc_update_highlight): Now uses events.
31856         (dvdnavsrc_user_op): Cleaned up.
31857         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
31858         based). Lots of cleanup, and propper support for most libdvdnav
31859         events.
31860         (dvdnavsrc_make_dvd_event): New function.
31861         (dvdnavsrc_make_dvd_nav_packet_event): New function.
31862         (dvdnavsrc_make_clut_change_event): New function.
31863
31864 2004-03-26  Benjamin Otte  <otte@gnome.org>
31865
31866         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
31867           fix bug where typefinding would claim it's theora whenever less then
31868           7 bytes of data were available
31869
31870 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31871
31872         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
31873         (gst_alawdec_base_init), (gst_alawdec_class_init),
31874         (gst_alawdec_init), (gst_alawdec_chain):
31875         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
31876         (gst_alawenc_base_init), (gst_alawenc_class_init),
31877         (gst_alawenc_init), (gst_alawenc_chain):
31878         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
31879         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
31880         (gst_mulawdec_init), (gst_mulawdec_chain):
31881         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
31882         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
31883         (gst_mulawenc_init), (gst_mulawenc_chain):
31884           Fix capsnego in all four, remove the unused property functions and
31885           simplify the chain functions slightly. I guess we could use macros
31886           or something similar for those, since the code is so similar, but
31887           I'm currently too lazy...
31888
31889 2004-03-24  David Schleef  <ds@schleef.org>
31890
31891         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
31892         (gst_osselement_close_audio), (gst_osselement_probe_caps),
31893         (gst_osselement_get_format_structure),
31894         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
31895         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
31896         (gst_osselement_rate_int_compare): Add code to handle rate probing
31897         (bug #120883)
31898         * sys/oss/gstosselement.h: same
31899         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
31900         Use rate probing provided by osselement.
31901         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
31902
31903 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31904
31905         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
31906         (gst_xvidenc_get_property):
31907           ulong/int mess-up.
31908
31909 2004-03-24  David Schleef  <ds@schleef.org>
31910
31911         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
31912         (gst_speexdec_init):
31913         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
31914         (gst_speexenc_init):  Create the pad template correctly (from
31915         the static pad template, not a NULL pointer.)
31916
31917 2004-03-25  Benjamin Otte  <otte@gnome.org>
31918
31919         * gst/debug/Makefile.am:
31920         * gst/debug/breakmydata.c:
31921           add element that quasi-randomly changes bytes in the stream.
31922           Intended use is robustness checking of demuxers and decoders in
31923           media tests.
31924
31925 2004-03-24  Benjamin Otte  <otte@gnome.org>
31926
31927         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31928         (gst_alsa_probe_hw_params):
31929         * ext/alsa/gstalsa.h:
31930           debugging output fixes
31931
31932 2004-03-24  Benjamin Otte  <otte@gnome.org>
31933
31934         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
31935           don't g_return_if_fail if element is PLAYING, fail silently as every
31936           other element.
31937         * gst/effectv/gstquark.c: (gst_quarktv_chain):
31938           only fix needed for cast lvalue issues in gst-plugins
31939         * gst/volenv/gstvolenv.c: (gst_volenv_init):
31940           add proxy_getcaps
31941
31942 2004-03-24  Benjamin Otte  <otte@gnome.org>
31943
31944         * gst/level/gstlevel.c: (gst_level_init):
31945           add proxying getcaps function, so level doesn't advertise impossible
31946           caps
31947
31948 2004-03-24  David Schleef  <ds@schleef.org>
31949
31950         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31951         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
31952         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
31953         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
31954         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
31955         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
31956         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
31957         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
31958         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
31959         messages.  Divide the chunk size by the compression ratio
31960         (needed for MACE audio)
31961
31962 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31963
31964         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31965           Fix buffer overflow read error.
31966
31967 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31968
31969         * ext/alsa/gstalsa.h:
31970           Remove unused entry.
31971         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
31972           Add cinepak.
31973         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31974         (gst_videodrop_link), (gst_videodrop_chain):
31975           Fix, sort of. Was horribly broken with new capsnego. Bah...
31976
31977 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
31978
31979         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
31980         (plugin_init):
31981         Add a monkeysaudio typefind function
31982
31983 2004-03-23  Johan Dahlin  <johan@gnome.org>
31984
31985         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
31986         (gst_play_video_fixate): Check so the structure has the field
31987         before trying to fixate them, this makes it possible to have
31988         fakesinks for video and audio output without printing errors on
31989         the output console.
31990
31991 2004-03-22  David Schleef  <ds@schleef.org>
31992
31993         * sys/oss/Makefile.am:
31994         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
31995         (check_rate), (add_rate):  Rate probing test app.
31996
31997 2004-03-21  Benjamin Otte  <otte@gnome.org>
31998
31999         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
32000         (_fixate_caps_to_int), (gst_audio_convert_fixate):
32001           add a fixation function that pretty much does the right thing (fixes
32002           #137556)
32003
32004 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
32005
32006         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
32007
32008 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
32009
32010         reviewed by: Benjamin Otte  <otte@gnome.org>
32011
32012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
32013           terminate gst_event_new_discontinuous correctly (fixes parts of
32014           #137711)
32015
32016 2004-03-19  David Schleef  <ds@schleef.org>
32017
32018         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
32019         since it doesn't depend on X, and it's part of our ABI.
32020
32021 2004-03-19  Iain <iain@prettypeople.org>
32022
32023         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
32024         is_int in the structure, not the local variable.
32025
32026 2004-03-19  David Schleef  <ds@schleef.org>
32027
32028         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
32029         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
32030         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
32031         Improvements in caps negotiation.
32032
32033 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32034
32035         * po/LINGUAS:
32036         * po/af.po:
32037           adding Afrikaans (Petri Jooste)
32038
32039 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32040
32041         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32042         (gst_ffmpegcolorspace_chain):
32043         throw error instead of g_critical (#137588)
32044
32045 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32046
32047         * Makefile.am:
32048         * configure.ac:
32049           dist common and m4 correctly
32050         * po/sv.po:
32051
32052 2004-03-17  David Schleef  <ds@schleef.org>
32053
32054         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
32055         (bug #137348)
32056
32057 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32058
32059         * po/LINGUAS:
32060         * po/sv.po:
32061           adding Swedish translation (Christian Rose)
32062
32063 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32064
32065         * Makefile.am: use release.mak
32066
32067 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32068
32069         * common/ChangeLog:
32070         * common/gst-autogen.sh:
32071           add some explanation about the version detection
32072         * configure.ac:
32073           fix X check
32074
32075 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32076
32077         * configure.ac: bump nano to 1
32078
32079 === release 0.8.0 ===
32080
32081 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32082
32083         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
32084
32085 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32086
32087         * configure.ac:
32088           update libtool version
32089         * gst-libs/gst/media-info/Makefile.am:
32090           actually use libtool version
32091
32092 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32093
32094         * configure.ac: fix speex detection to work with 1.0 but not 1.1
32095
32096 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32097
32098         * configure.ac:
32099         * gst-plugins.spec.in:
32100         * pkgconfig/Makefile.am:
32101         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
32102         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
32103         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
32104         * pkgconfig/gstreamer-libs.pc.in:
32105         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
32106         * pkgconfig/gstreamer-play-uninstalled.pc.in:
32107         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
32108         * pkgconfig/gstreamer-plugins.pc.in:
32109           remove @VERSION@ from some of the pc files since core and plugins
32110           are decoupled.
32111           created gstreamer-plugins.pc as it's a better name, but keeping
32112           -libs around for now to get fixes upstream done first.
32113
32114 2004-03-15  Julien MOUTTE <julien@moutte.net>
32115
32116         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
32117         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
32118         * gst-libs/gst/play/play.h:
32119
32120 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32121
32122         * *.c, *.cc: don't mix tabs and spaces
32123
32124 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32125
32126         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
32127           use the new ffmpegcolorspace
32128         * gst-plugins.spec.in:
32129           package new colorspace and media-info
32130         * configure.ac:
32131         * pkgconfig/Makefile.am:
32132           fix some more disting issues
32133         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
32134         * pkgconfig/gstreamer-media-info.pc.in:
32135           generate media-info pc files
32136
32137 2004-03-15  Johan Dahlin  <johan@gnome.org>
32138
32139         * *.h: Revert indenting
32140
32141 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32142
32143         * configure.ac:
32144           adding ffmpegcolorspace element
32145         * gst/ffmpegcolorspace/Makefile.am:
32146         * gst/ffmpegcolorspace/avcodec.h:
32147         * gst/ffmpegcolorspace/common.h:
32148         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
32149         * gst/ffmpegcolorspace/dsputil.h:
32150         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
32151         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32152         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
32153         (gst_ffmpeg_caps_to_pix_fmt):
32154         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32155         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32156         (gst_ffmpegcolorspace_caps_remove_format_info),
32157         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
32158         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
32159         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
32160         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
32161         (gst_ffmpegcolorspace_set_property),
32162         (gst_ffmpegcolorspace_get_property),
32163         (gst_ffmpegcolorspace_register):
32164         * gst/ffmpegcolorspace/imgconvert.c:
32165         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
32166         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
32167         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
32168         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
32169         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
32170         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
32171         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
32172         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
32173         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
32174         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
32175         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
32176         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
32177         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
32178         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
32179         (img_get_alpha_info), (deinterlace_line),
32180         (deinterlace_line_inplace), (deinterlace_bottom_field),
32181         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
32182         * gst/ffmpegcolorspace/imgconvert_template.h:
32183         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
32184         * gst/ffmpegcolorspace/mmx.h:
32185         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
32186           adding ffmpegcolorspace element supplied by Ronald after cleaning
32187           up and pulling in the right bits of upstream source.
32188           I'm sure a better C/compiler wizard could do some cleaning up (for
32189           example use GLIB's malloc stuff), but as a first pass this
32190           works very well
32191
32192 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32193
32194         * ext/alsa/gstalsa.h:
32195           I assume Ronald forgot to commit the change to have cardname
32196           as a struct member.  Expect some public spanking at the next
32197           opportunity.
32198
32199 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32200
32201         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
32202         (gst_alsa_open_audio), (gst_alsa_close_audio):
32203         * ext/alsa/gstalsa.c:
32204           Don't open the device if we're a mixer (= padless).
32205         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
32206         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
32207         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
32208           Open mixer during state change rather than during object
32209           initialization. Also, get a device name. Currently in a somewhat
32210           hackish fashion, but I didn't really find something better.
32211
32212 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32213
32214         * *.c, *.h: run gst-indent
32215
32216 2004-03-14  Benjamin Otte  <otte@gnome.org>
32217
32218         * gst/modplug/gstmodplug.cc:
32219         * gst/modplug/gstmodplug.h:
32220           set correct timestamps on outgoing buffers
32221
32222 2004-03-14  Benjamin Otte  <otte@gnome.org>
32223
32224         * gst/modplug/gstmodplug.cc:
32225           handle events - don't do crap when a discont arrives that's not
32226           necessary
32227           This allows correct loading and playback of mods in Rhythmbox
32228
32229 2004-03-14  Benjamin Otte  <otte@gnome.org>
32230
32231         * configure.ac:
32232         * gst-libs/gst/gconf/Makefile.am:
32233         * pkgconfig/Makefile.am:
32234           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
32235           they get rebuilt properly
32236         * configure.ac:
32237           when checking for vorbis, try pkgconfig first.
32238         * gst/modplug/gstmodplug.cc:
32239           add fixate function
32240
32241 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32242
32243         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
32244           Fix for obvious mistake, where we first shift the offset and then
32245           read a samplesize element assuming the old offset. Note that this
32246           part still has something weird, i.e. my movies containing those
32247           don't actually play well, but at least there's something that looks
32248           like sound now.
32249
32250 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
32251         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
32252         (plugin_init):
32253         Add a typefind function for speex format
32254
32255 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32256
32257         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
32258         (gst_asf_demux_setup_pad):
32259           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
32260           instead of 0. Reason is simple: some elements have a fps range
32261           of 1-max instead of 0-max. So now ASF video actually works.
32262
32263 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
32264
32265         * po/LINGUAS:
32266         * po/sr.po:
32267           adding serbian as a language
32268
32269 2004-03-13  Benjamin Otte  <otte@gnome.org>
32270
32271         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32272           return taglist correctly from _get function, don't gst_pad_push it.
32273           (fixes #137042)
32274
32275 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
32276         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
32277
32278 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32279
32280         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
32281         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
32282         (gst_alsa_mixer_track_new):
32283         * ext/alsa/gstalsamixertrack.h:
32284           Fix ancient leftovers... MixerTrack is a GObject.
32285
32286 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32287
32288         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
32289         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32290           Don't block during probing...
32291
32292 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32293
32294         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
32295         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
32296         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
32297         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
32298         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
32299         (gst_alsa_open_audio), (gst_alsa_close_audio):
32300         * ext/alsa/gstalsa.h:
32301           Add propertyprobe interface implementation, add some device-name
32302           property, all this so that it looks good in gnome-volume-control.
32303
32304 2004-03-12  David Schleef  <ds@schleef.org>
32305
32306         * configure.ac: the Hermes library controls hermescolorspace, not
32307         colorspace.
32308         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
32309         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
32310         not /* */
32311         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
32312         * ext/sdl/sdlvideosink.h: ditto.
32313         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
32314
32315 2004-03-12  Benjamin Otte  <otte@gnome.org>
32316
32317         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
32318         (gst_x_overlay_got_xwindow_id):
32319         * gst-libs/gst/xoverlay/xoverlay.h:
32320           replace XID with unsigned long to get rid of the xlibs dependency in
32321           XOverlay (fixes #137004)
32322
32323 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
32324         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
32325         (gst_agingtv_setup):
32326         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
32327         (gst_dicetv_base_init), (gst_dicetv_class_init),
32328         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
32329         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
32330         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
32331         (gst_edgetv_setup), (gst_edgetv_rgb32):
32332         * gst/effectv/gsteffectv.c:
32333         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
32334         (gst_quarktv_set_property):
32335         * gst/effectv/gstrev.c: (gst_revtv_get_type),
32336         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
32337         (gst_revtv_setup), (gst_revtv_rgb32):
32338         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
32339         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
32340         (gst_shagadelictv_init), (gst_shagadelictv_setup),
32341         (gst_shagadelictv_rgb32):
32342         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
32343         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
32344         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
32345         * gst/effectv/gstwarp.c:
32346         Port everything that can be ported to videofilter and fix up the caps.
32347         Can someone with a big-endian machine please check these?
32348
32349 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32350
32351         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
32352         (gst_osssink_chain), (gst_osssink_change_state):
32353           Latest fixes for A/V sync, audio playback and such. This is about
32354           all... MPEG playback issues are mostly related to the async build-
32355           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
32356
32357 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
32358
32359         patch from: Stephane Loeuillet
32360
32361         * configure.ac:
32362           use pkg-config for some libraries, falling back to the old .m4 way
32363           (fixes #131270)
32364         * m4/libdv.m4:
32365           removed
32366
32367 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
32368
32369         * configure.ac:
32370         * tools/Makefile.am:
32371         * tools/Makefile.in:
32372         * tools/gst-launch-ext-m.m:
32373         * tools/gst-launch-ext.1.in:
32374         * tools/gst-visualise-m.m:
32375         * tools/gst-visualise.1:
32376         * tools/gst-visualise.1.in:
32377           reorganizing generation of script tools
32378
32379 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32380
32381         * ext/divx/gstdivxdec.c:
32382           Downgrade priority. We prefer ffdec_mpeg4.
32383         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
32384         (gst_faad_chain), (gst_faad_change_state):
32385           Fix capsnego. Doesn't work for some sounds because we don't have
32386           a 5:1 to stereo element.
32387         * ext/xvid/gstxvid.c: (plugin_init):
32388           Add priority.
32389         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
32390         (gst_osssink_change_state):
32391           Add discont handling.
32392
32393 2004-03-09  Colin Walters  <walters@verbum.org>
32394
32395         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
32396         conversion.
32397
32398 2004-03-09  Benjamin Otte  <otte@gnome.org>
32399
32400         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
32401           the signals take 2 arguments
32402
32403 2004-03-09  David Schleef  <ds@schleef.org>
32404
32405         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
32406         (gst_alsa_fixate): Add fixate function.  (bug #136686)
32407         * ext/alsa/gstalsa.h:
32408         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
32409
32410 2004-03-09  Benjamin Otte  <otte@gnome.org>
32411
32412         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
32413         (gst_mikmod_change_state):
32414         * ext/mikmod/gstmikmod.h:
32415           make mikmod's loop function not loop infinitely and call
32416           gst_element_yield anymore
32417         * gst/modplug/gstmodplug.cc:
32418           fix pad negotiation (fixes #136590)
32419
32420 2004-03-09  David Schleef  <ds@schleef.org>
32421
32422         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
32423         doesn't conflict with the internal colorspace plugin.
32424         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
32425         satisfy the crappy-ass shell shipped by a certain vendor.
32426         * gst/videofilter/make_filter: same (bug #135299)
32427
32428 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32429
32430         * configure.ac: bump nano to 1
32431
32432 === release 0.7.6 ===
32433
32434 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32435
32436         * configure.in: releasing 0.7.6, "There"
32437
32438 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32439
32440         * pkgconfig/gstreamer-play-uninstalled.pc.in:
32441         * pkgconfig/gstreamer-play.pc.in:
32442           synchronize the two
32443
32444 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32445
32446         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
32447         (cdparanoia_open), (cdparanoia_event):
32448           fix/add error handling
32449         * po/POTFILES.in:
32450           add cdparanoia source
32451         * tools/Makefile.am:
32452           make scripts executable
32453
32454 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32455
32456         * configure.ac:
32457         * ext/vorbis/Makefile.am:
32458         * sys/Makefile.am:
32459           remove id3types, vorbisfile and xvideosink from the build (#133783)
32460
32461 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32462
32463         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32464           Fix metadata read crash (#136537).
32465
32466 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32467
32468         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
32469         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
32470           adding mime types, fixing the one-stop function
32471
32472 2004-03-08  Christian Schaller <Uraeus@gnome.org>
32473
32474         * ext/nas/nassink.c and /ext/nas/nassink.h:
32475         More NAS love from Arwed von Merkatz
32476         So lets all sing 'Can you feel the NAS tonight'
32477
32478 2004-03-08  Christian Schaller <Uraeus@gnome.org>
32479
32480         * tools/gst-launch-ext.in:
32481         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
32482
32483 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32484
32485         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
32486         (gst_mpeg2dec_init):
32487         remove the user_data pad for now, because it is being used in
32488         fixating causing MPEG playback to fixate on 1000 Hz for playback.
32489         If someone knows how to fix this properly, please do.
32490
32491 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32492
32493         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
32494         (gst_osssink_get_time):
32495         add a warning, IMO this won't get triggered anymore, remove later
32496
32497 2004-03-07  David Schleef  <ds@schleef.org>
32498
32499         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
32500         format (bug #136470)
32501
32502 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
32503
32504         * gst-libs/Makefile.am:
32505         * gst-libs/gst/media-info/Makefile.am:
32506         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
32507         (error_callback), (gst_media_info_error_create),
32508         (gst_media_info_error_element), (gmip_init), (gmip_reset),
32509         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
32510         * gst-libs/gst/media-info/media-info-priv.h:
32511         * gst-libs/gst/media-info/media-info-test.c: (main):
32512         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32513         (gst_media_info_class_init), (gst_media_info_instance_init),
32514         (gst_media_info_set_source), (gst_media_info_read_with_idler),
32515         (gst_media_info_read_idler), (gst_media_info_read):
32516         * gst-libs/gst/media-info/media-info.h:
32517         fixed, should work now
32518
32519 2004-03-07  Christian Schaller <Uraeus@gnome.org>
32520
32521         * ext/nas/nassink.c:
32522         A bunch of NAS fixes from Arwed von Merkatz
32523
32524 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32525
32526         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
32527         (qtdemux_parse_trak):
32528           Fix crash (j might be greater than n_samples, in which case we're
32529           writing outside the allocated space for the array) and memleak.
32530
32531 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32532
32533         * sys/oss/gstosssink.c: (gst_osssink_chain):
32534           And another caller that couldn't handle delay < 0 (unsigned
32535           integer overflow). Video now continues playing on an audio
32536           buffer underrun, and the clock continues working. Audio still
32537           stalls.
32538
32539 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32540
32541         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
32542         (gst_osssink_get_time):
32543           get_delay() may return values lower than 0. In those cases, we
32544           should not actually cast to *unsigned* int64, that will break
32545           stuff horribly. In my case, it screwed up A/V sync in movies
32546           in totem rather badly.
32547
32548 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32549
32550         * ext/faac/gstfaac.c: (gst_faac_chain):
32551         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32552         * ext/libpng/gstpngenc.c: (user_write_data):
32553         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32554         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
32555         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
32556         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
32557         Fix several misuse of gst_buffer_merge (it doesn't take ownership
32558         of any buffer), should fix some leaks. I hope I didn't unref buffers
32559         that shouldn't be...
32560
32561 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32562
32563         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32564         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
32565         (error_callback), (gmi_reset), (gmi_seek_to_track),
32566         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
32567         (gmip_find_type_post), (gmip_find_stream_post),
32568         (gmip_find_track_streaminfo_post):
32569         * gst-libs/gst/media-info/media-info-priv.h:
32570         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
32571         (info_print), (main):
32572         * gst-libs/gst/media-info/media-info.c:
32573         (gst_media_info_error_create), (gst_media_info_error_element),
32574         (gst_media_info_instance_init), (gst_media_info_get_property),
32575         (gst_media_info_new), (gst_media_info_set_source),
32576         (gst_media_info_read_idler), (gst_media_info_read):
32577         * gst-libs/gst/media-info/media-info.h:
32578           first pass at making this work again.  This seems to work on
32579           tagged ogg/vorbis and mp3 files.
32580
32581 2004-03-06  Benjamin Otte  <otte@gnome.org>
32582
32583         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
32584           fix huge leak: gst_buffer_merge doesn't unref the first argument
32585           itself.
32586
32587 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32588
32589         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
32590           report layer/mode/emphasis
32591
32592 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32593
32594         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
32595
32596 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32597
32598         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
32599           signal serial
32600
32601 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32602
32603         * ext/vorbis/vorbis.c: (plugin_init):
32604         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32605         (gst_vorbis_dec_init), (vorbis_dec_event):
32606         add debug category
32607         make vorbisdec handle _BYTE and _TIME queries
32608
32609 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32610
32611         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
32612           from the xing header
32613
32614 2004-03-06  Benjamin Otte  <otte@gnome.org>
32615
32616         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
32617         (gst_audio_convert_link), (gst_audio_convert_change_state),
32618         (gst_audio_convert_buffer_from_default_format):
32619           do conversions from/to float correctly, fix some caps nego errors,
32620           export correct supported caps in template and getcaps, use correct
32621           caps in try_set_caps functions
32622
32623 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32624
32625         For some reason, I only committed a ChangeLog entry yesterday and
32626         not the corresponding code...
32627         * ext/mad/gstmad.c: Fix detection of Xing headers
32628         * gst/tags/gstid3tag.c: Changes to support TLEN tags
32629
32630 2004-03-06  Benjamin Otte  <otte@gnome.org>
32631
32632         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
32633         (gst_ogg_demux_src_query):
32634           make sure to handle the case where there's no current chain
32635           gracefully.
32636
32637 2004-03-05  David Schleef  <ds@schleef.org>
32638
32639         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
32640         Add fixate function. (bug #131128)
32641         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
32642         (gst_sdlvideosink_fixate):  Add fixate function.
32643         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32644         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
32645         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
32646         Fix missing break that was causing ulaw to be interpreted as
32647         raw int.
32648
32649 2004-03-05  David Schleef  <ds@schleef.org>
32650
32651         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
32652         Fix code that ignores return value of gst_buffer_merge().
32653         (bug #114560)
32654         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
32655         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
32656         * testsuite/gst-lint:  Check for above.
32657
32658 2004-03-05  David Schleef  <ds@schleef.org>
32659
32660         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
32661         caps and throw an element error.  (bug #136334)
32662
32663 2004-03-05  David Schleef  <ds@schleef.org>
32664
32665         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
32666         (gst_faad_chain): Fix negotiation.
32667         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
32668         key and button events.
32669         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
32670         dung heap of code.
32671         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
32672         depends on gconf
32673         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
32674         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32675         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
32676         function to encourage better negotiation, particularly between
32677         audioconvert and osssink.
32678         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
32679         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
32680         more important.
32681         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
32682         typefinding.
32683         * gst/vbidec/vbiscreen.c:  Add glib header
32684         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
32685
32686 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
32687
32688         * ext/mad/gstmad.c: Fix detection of Xing headers
32689         * gst/tags/gstid3tag.c: Changes to support TLEN tags
32690
32691 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32692
32693         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32694         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
32695           debug updates
32696
32697 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32698
32699         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
32700         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
32701         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
32702         files, and report the parsed length as a GST_TAG_DURATION tag.
32703         * gst/tags/gstid3tag.c: support TLEN (duration) tag
32704
32705 2004-03-05  Benjamin Otte  <otte@gnome.org>
32706
32707         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
32708           convert channels correctly. convert correctly to unsigned.
32709
32710 2004-03-05  Julien MOUTTE <julien@moutte.net>
32711
32712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
32713         we have a window before clearing it.
32714
32715 2004-03-05  Julien MOUTTE <julien@moutte.net>
32716
32717         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
32718         have a window before clearing it.
32719
32720 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32721
32722         * gconf/gstreamer.schemas.in:
32723         * gst-libs/gst/gconf/Makefile.am:
32724           version installation path the same way as for 0.6
32725         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
32726         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
32727         * pkgconfig/gstreamer-play-uninstalled.pc.in:
32728           remove comment that was fixed
32729
32730 2004-03-05  David Schleef  <ds@schleef.org>
32731
32732         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
32733         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
32734         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
32735         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
32736         Add prototype code for handling seeking and querying.
32737
32738 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32739
32740         * examples/gstplay/player.c: (main):
32741           Initialize variables to NULL. Prevents a segfault because the
32742           (uninitialized) variable is not NULL, resulting in a crash on
32743           trying to reach error->message.
32744
32745 2004-03-05  Benjamin Otte  <otte@gnome.org>
32746
32747         * gst/audioconvert/gstaudioconvert.c:
32748         (gst_audio_convert_buffer_to_default_format):
32749         make float=>int conversion work correctly even in cornercases.
32750
32751 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
32752
32753         * debian/README.Debian:
32754         * debian/build-deps:
32755         * debian/changelog:
32756         * debian/control:
32757         * debian/control.in:
32758         * debian/copyright:
32759         * debian/gstreamer-a52dec.files:
32760         * debian/gstreamer-aa.files:
32761         * debian/gstreamer-alsa.files:
32762         * debian/gstreamer-alsa.manpages:
32763         * debian/gstreamer-arts.files:
32764         * debian/gstreamer-artsd.files:
32765         * debian/gstreamer-audiofile.files:
32766         * debian/gstreamer-avifile.files:
32767         * debian/gstreamer-cdparanoia.files:
32768         * debian/gstreamer-colorspace.files:
32769         * debian/gstreamer-doc.files:
32770         * debian/gstreamer-dv.files:
32771         * debian/gstreamer-dvd.files:
32772         * debian/gstreamer-esd.files:
32773         * debian/gstreamer-festival.files:
32774         * debian/gstreamer-flac.files:
32775         * debian/gstreamer-gconf.conffiles:
32776         * debian/gstreamer-gconf.files:
32777         * debian/gstreamer-gconf.postinst:
32778         * debian/gstreamer-gnomevfs.files:
32779         * debian/gstreamer-gsm.files:
32780         * debian/gstreamer-http.files:
32781         * debian/gstreamer-jack.files:
32782         * debian/gstreamer-jpeg.files:
32783         * debian/gstreamer-mad.files:
32784         * debian/gstreamer-mikmod.files:
32785         * debian/gstreamer-misc.files:
32786         * debian/gstreamer-mpeg2dec.files:
32787         * debian/gstreamer-oss.files:
32788         * debian/gstreamer-plugin-apps.files:
32789         * debian/gstreamer-plugin-apps.manpages:
32790         * debian/gstreamer-plugin-libs-dev.files:
32791         * debian/gstreamer-plugin-libs.files:
32792         * debian/gstreamer-plugin-template.postinst:
32793         * debian/gstreamer-plugin-template.postrm:
32794         * debian/gstreamer-sdl.files:
32795         * debian/gstreamer-sid.files:
32796         * debian/gstreamer-vorbis.files:
32797         * debian/gstreamer-x.files:
32798         * debian/mk.control:
32799         * debian/rules:
32800         Debian package info not maintained here.
32801
32802 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
32803
32804         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
32805         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
32806         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
32807         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
32808         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
32809         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
32810         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
32811         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
32812         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
32813         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
32814         * gst-libs/gst/colorbalance/colorbalance.c:
32815         (gst_color_balance_class_init):
32816         * gst-libs/gst/colorbalance/colorbalancechannel.c:
32817         (gst_color_balance_channel_class_init):
32818         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
32819         * gst-libs/gst/play/play.c: (gst_play_class_init):
32820         * gst-libs/gst/propertyprobe/propertyprobe.c:
32821         (gst_property_probe_iface_init):
32822         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
32823         * gst-libs/gst/tuner/tunerchannel.c:
32824         (gst_tuner_channel_class_init):
32825         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
32826         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
32827         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
32828         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
32829         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
32830         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
32831         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
32832         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
32833         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
32834           fix signals to use - instead of _
32835         * ext/libcaca/gstcacasink.h:
32836         * ext/sdl/sdlvideosink.h:
32837           fix header rename
32838
32839 2004-03-04  David Schleef  <ds@schleef.org>
32840
32841         * testsuite/gst-lint:  Add a check for bad signal names.
32842
32843 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
32844
32845         reviewed by David Schleef
32846
32847         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
32848         modified the alpha channel and caused a warning. (bug #136192)
32849
32850 2004-04-03  Christian Schaller <Uraeus@gnome.org>
32851
32852         * gst-plugins.spec.in:
32853         Change names of plugins to actually be correct. Try to keep things
32854         alphabetical to avoid getting beat up by Thomas
32855
32856 2004-03-03  Julien MOUTTE <julien@moutte.net>
32857
32858         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
32859         Using ximagesink as a default if no gconf key found. We should
32860         probably consider using alsasink instead of osssink for the audio
32861         part.
32862
32863 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32864
32865         * configure.ac:
32866           fix --with-plugins, don't think it ever worked before
32867         * gst-plugins.spec.in:
32868           even more updates
32869
32870 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32871
32872         * ext/sdl/sdlvideosink.h:
32873         * sys/ximage/ximagesink.h:
32874         * sys/xvideo/xvideosink.h:
32875         * sys/xvimage/xvimagesink.h:
32876           Fix for move of gstvideosink.h -> videosink.h.
32877
32878 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32879
32880         * gst-libs/gst/xwindowlistener/Makefile.am:
32881           this is a plugin library, not a library
32882
32883 2004-03-01  David Schleef  <ds@schleef.org>
32884
32885         * AUTHORS:  Added some names.  Add yourself if you're still
32886         missing.
32887
32888 2004-03-01  David Schleef  <ds@schleef.org>
32889
32890         * MAINTAINERS: Add
32891
32892 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32893
32894         * gst-plugins.spec.in: clean up spec file
32895
32896 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32897
32898         * gst-libs/gst/video/Makefile.am:
32899         * gst-libs/gst/video/gstvideosink.c:
32900         * gst-libs/gst/video/gstvideosink.h:
32901           rename gstvideosink.h to videosink.h to match other headers
32902         * gst/mixmatrix/Makefile.am:
32903           fix plugin filename
32904         * gst/tags/Makefile.am: fix plugin filename
32905
32906 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32907
32908         * gst/tags/Makefile.am: fix plugin filename
32909
32910 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32911
32912         * examples/gstplay/player.c: (got_time_tick), (main):
32913           add error handler
32914           display time_tick more readably
32915         * gst/mixmatrix/Makefile.am:
32916           fix plugin file name
32917
32918 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
32919
32920         * sys/oss/gstosselement.c: (gst_osselement_probe),
32921         (device_combination_append), (gst_osselement_class_probe_devices):
32922         * sys/oss/gstosselement.h:
32923           Reworked enumeration of oss dsps and mixers so that gst-mixer works
32924           on my system using alsa oss emulation, fixes bug #135597
32925
32926 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32927
32928         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
32929         (gst_videodrop_chain), (gst_videodrop_change_state):
32930         * gst/videodrop/gstvideodrop.h:
32931           Work based on timestamp of input data, not based on the expected
32932           framerate from the input. The consequence is that this element now
32933           not only scales framerates, but also functions as a framerate
32934           corrector or framerate stabilizer/constantizer.
32935
32936 2004-02-27  David Schleef  <ds@schleef.org>
32937
32938         patches from jmmv@menta.net (Julio M. Merino Vidal)
32939
32940         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
32941         GST_ELEMENT_ERROR call (bug #135634)
32942         * gst/interleave/interleave.c: (interleave_buffered_loop),
32943         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
32944         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
32945         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
32946         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
32947         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
32948         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
32949         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
32950         Fix GST_ELEMENT_ERROR call.
32951         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
32952         GST_ELEMENT_ERROR call.
32953
32954 2004-02-27  Benjamin Otte  <otte@gnome.org>
32955
32956         * gst-libs/gst/audio/audio.h:
32957           add macro to make sure header isn't included twice
32958         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
32959           don't use gst_buffer_free
32960         * gst/playondemand/filter.func:
32961           don't use gst_data_free. Free data only once.
32962
32963 2004-02-26  David Schleef  <ds@schleef.org>
32964
32965         * gst-libs/gst/colorbalance/Makefile.am:
32966         * gst-libs/gst/mixer/Makefile.am:
32967         * gst-libs/gst/tuner/Makefile.am:
32968         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
32969         should not be disted, -marshal.h files should not be installed,
32970         and -enum.h files _should_ be installed.  Fix to make this the
32971         case.
32972
32973 === release 0.7.5 ===
32974
32975 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32976
32977         * configure.ac: release 0.7.5, "Under The Sea"
32978
32979 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32980
32981         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
32982         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
32983         * gst/videoscale/gstvideoscale.c:
32984         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
32985           assorted debug/warning fixes
32986
32987 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32988
32989         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
32990         (gst_videoscale_init), (gst_videoscale_chain),
32991         (gst_videoscale_set_property), (plugin_init):
32992         * gst/videoscale/gstvideoscale.h:
32993         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32994         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
32995         (gst_videoscale_planar400), (gst_videoscale_packed422),
32996         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
32997         (gst_videoscale_24bit), (gst_videoscale_16bit),
32998         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
32999         (gst_videoscale_scale_plane_slow),
33000         (gst_videoscale_scale_point_sample),
33001         (gst_videoscale_scale_nearest),
33002         (gst_videoscale_scale_nearest_str2),
33003         (gst_videoscale_scale_nearest_str4),
33004         (gst_videoscale_scale_nearest_32bit),
33005         (gst_videoscale_scale_nearest_24bit),
33006         (gst_videoscale_scale_nearest_16bit):
33007         add debugging category and use it properly
33008         fix use of GST_PTR_FORMAT
33009
33010 2004-02-25  Andy Wingo  <wingo@pobox.com>
33011
33012         * gst/interleave/interleave.c (interleave_buffered_loop): Always
33013         push only when channel->buffer is NULL. Prevents segfaults doing
33014         the state change after a nonlocal exit, like a scheme exception.
33015
33016         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
33017         Handle the case where the intersected caps is empty.
33018
33019 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33020
33021         * gst/law/mulaw-decode.c: (mulawdec_link):
33022         * gst/law/mulaw.c: (plugin_init):
33023           fix mulawdec so it actually works again
33024
33025 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
33026
33027         reviewed by: David Schleef  <ds@schleef.org>
33028
33029         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
33030         (gst_gamma_init), (gst_gamma_set_property),
33031         (gst_gamma_get_property), (gst_gamma_calculate_tables),
33032         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
33033         for RGB, with separate r g and b correction factors. (#131167)
33034
33035 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33036
33037         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33038           only signal tags for bitrate if they're > 0 (#134894)
33039
33040 2004-02-24  David Schleef  <ds@schleef.org>
33041
33042         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
33043         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
33044         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
33045         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
33046         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
33047         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
33048         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
33049         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
33050         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
33051         category.  Attempt to fix timestamp calculation.
33052
33053 2004-02-24  Johan Dahlin  <johan@gnome.org>
33054
33055         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
33056
33057 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33058
33059         * configure.ac:
33060         * gconf/Makefile.am:
33061         * gconf/gstreamer.schemas:
33062         * gst-libs/gst/gconf/Makefile.am:
33063         * gst-libs/gst/gconf/gconf.c:
33064           version gconf schemas and install locations
33065
33066 2004-02-23  Benjamin Otte  <otte@gnome.org>
33067
33068         * ext/xine/xineinput.c: (gst_xine_input_dispose):
33069         (gst_xine_input_subclass_init):
33070           call parent dispose.
33071           change pad template for CD reader correctly
33072         * ext/xine/Makefile.am:
33073         * ext/xine/gstxine.h:
33074         * ext/xine/xine.c: (plugin_init):
33075         * ext/xine/xineaudiosink.c:
33076           wrap audio sinks, too
33077         * gst-libs/gst/resample/private.h:
33078         * gst-libs/gst/resample/resample.c: (gst_resample_init),
33079         (gst_resample_reinit), (gst_resample_scale),
33080         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
33081         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
33082         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
33083         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
33084         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
33085         * gst-libs/gst/resample/resample.h:
33086         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
33087         (gst_audioscale_class_init), (gst_audioscale_link),
33088         (gst_audioscale_get_buffer), (gst_audioscale_init),
33089         (gst_audioscale_chain), (gst_audioscale_set_property),
33090         (gst_audioscale_get_property):
33091         * gst/audioscale/gstaudioscale.h:
33092           s/resample_*/gst_resample_*/i to not clobber namespaces
33093
33094 2004-02-23  Julien MOUTTE  <julien@moutte.net>
33095
33096         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
33097         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
33098         (gst_riff_create_video_template_caps),
33099         (gst_riff_create_audio_template_caps),
33100         (gst_riff_create_iavs_template_caps):
33101         * gst-libs/gst/riff/riff-media.h:
33102         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
33103         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
33104         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
33105         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
33106         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
33107         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
33108         (gst_matroska_demux_plugin_init): First batch implementing audio and
33109         video codec tags in demuxers.
33110
33111 2004-02-22  Benjamin Otte  <otte@gnome.org>
33112
33113         * ext/xine/Makefile.am:
33114         * ext/xine/gstxine.h:
33115         * ext/xine/xine.c: (plugin_init):
33116         * ext/xine/xineinput.c:
33117           add input plugin wrapper. Playback from files, http, mms and cdda
33118           works.
33119         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
33120           remove leftover G_GNUC_UNUSED
33121         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
33122         (gst_asf_demux_identify_guid):
33123           improve debugging output
33124
33125 2004-02-22  Benjamin Otte  <otte@gnome.org>
33126
33127         reported by: Padraig O'Briain <padraig.obriain@sun.com>
33128
33129         * autogen.sh:
33130           replace test -e with test -x for mkinstalldirs to be more portable.
33131           (fixes #134816)
33132
33133 2004-02-22  Benjamin Otte  <otte@gnome.org>
33134
33135         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
33136
33137         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
33138           set rank to PRIMARY
33139         * gst/volume/gstvolume.c: (plugin_init):
33140           set rank to NONE
33141         fixes #134960
33142
33143 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
33144
33145         reviewed by Benjamin Otte  <otte@gnome.org>
33146
33147         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
33148           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
33149
33150 2004-02-22  Benjamin Otte  <otte@gnome.org>
33151
33152         * configure.ac:
33153           export [_]*{gst,Gst,GST}.* symbols from plugins
33154
33155 2004-02-22  Christophe Fergeau <teuf@gnome.org>
33156
33157         reviewed by: Benjamin Otte  <otte@gnome.org>
33158
33159         * ext/lame/gstlame.c: (add_one_tag):
33160         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33161         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
33162         (gst_vorbisenc_metadata_set1):
33163         * gst/tags/gstid3tag.c:
33164         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
33165           apply fixes from bugs #135042 (lame can't write tags) and #133817
33166           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
33167
33168 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
33169
33170         * configure.ac: Export only gst_plugin_desc from plugins.
33171          Note that this change only makes any effect with Linux using libtool
33172          1.5.2 or higher. Otherwise it is silently ignored, but it would build
33173          fine. And don't try to have several versions of libtool in different
33174          directories.
33175
33176 2004-02-20  Andy Wingo  <wingo@pobox.com>
33177
33178         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
33179         interleave respectively.
33180
33181         * gst/interleave/deinterleave.c: New plugin: deinterleave
33182         (replaces on oneton).
33183         * gst/interleave/interleave.c: New plugin: interleave.
33184         * gst/interleave/plugin.h: Support file.
33185         * gst/interleave/plugin.c: Support file.
33186
33187         * configure.ac: Remove intfloat and oneton, add interleave.
33188
33189         * ext/sndfile/gstsf.c: Handle events better.
33190
33191         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
33192         and float2int operation. int2float has scheduling problems as
33193         noted in in2float_chain.
33194
33195 2004-02-20  Benjamin Otte  <otte@gnome.org>
33196
33197         * ext/xine/Makefile.am:
33198         * ext/xine/gstxine.h:
33199         * ext/xine/xine.c:
33200         * ext/xine/xineaudiodec.c:
33201         * ext/xine/xinecaps.c:
33202           add first version of xine plugin wrapper. Currently only wraps the
33203           QDM2 win32 DLL, and even that only in proof-of-concept quality.
33204         * configure.ac:
33205         * ext/Makefile.am:
33206           add xine plugin wrapper, disabled by default. Use --enable-xine to
33207           build. Note that it'll segfault on gst-register if you don't remove
33208           the goom and tvtime post plugins from xine.
33209         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
33210         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
33211           add extradata parsing for QDM2.
33212           change around debugging prints.
33213
33214 2004-02-19  Benjamin Otte  <otte@gnome.org>
33215
33216         * ext/lame/gstlame.c: (gst_lame_chain):
33217         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
33218           use gst_tag_list_insert when you want to insert tags
33219
33220 2004-02-18  David Schleef  <ds@schleef.org>
33221
33222         * configure.ac:  Move massink to gst-rotten
33223         * ext/Makefile.am:
33224         * ext/mas/Makefile.am:
33225         * ext/mas/massink.c:
33226         * ext/mas/massink.h:
33227
33228 2004-02-18  David Schleef  <ds@schleef.org>
33229
33230         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
33231         typefinding, since it seems to be worse than nothing.
33232         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
33233         atom to recognize .mp4 and .m4a files as video/quicktime.
33234
33235 2004-02-18  David Schleef  <ds@schleef.org>
33236
33237         * gst/sine/demo-dparams.c: (quit_live),
33238         (dynparm_log_value_changed), (dynparm_value_changed), (main):
33239         Use double dparams, not float.
33240         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
33241         (gst_sinesrc_init): Change sync default to FALSE, since multiple
33242         sync'd elements don't really work correctly.
33243         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
33244         (volume_update_volume), (volume_get_property):  Change dparam
33245         to double.
33246
33247 2004-02-18  Julien MOUTTE  <julien@moutte.net>
33248
33249         * sys/ximage/ximagesink.c:
33250         (gst_ximagesink_xwindow_update_geometry),
33251         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
33252         (gst_ximagesink_change_state), (gst_ximagesink_expose),
33253         (gst_ximagesink_init): Rework the way software video scaling works. So
33254         now we check on each chain call if the video frames are feeling the
33255         window. If not we try to renegotiate caps. On failure we memorize that
33256         and we won't try again for that PLAYING sessions.
33257         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
33258         failure.
33259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
33260         synchronous flag.
33261
33262 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33263
33264         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
33265           break up _link so we can give a better debug message for errors
33266
33267 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33268
33269         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
33270           set up debug category
33271
33272 2004-02-18  Julien MOUTTE <julien@moutte.net>
33273
33274         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
33275         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
33276         the way renegotiation work. The event handling function is not taking
33277         care of external windows and renegotiate method check for pad flags
33278         NEGOTIATING. Should fix : #133209
33279
33280 2004-02-17  Julien MOUTTE  <julien@moutte.net>
33281
33282         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
33283         pad is negotiating before trying renegotiation.
33284
33285 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33286
33287         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
33288           pass on all possible mime types as typefind hints
33289
33290 2004-02-17  Julien MOUTTE <julien@moutte.net>
33291
33292         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
33293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
33294         possible SHM leak if we crash. All other apps using XShm are doing
33295         that.
33296
33297 2004-02-17  Julien MOUTTE  <julien@moutte.net>
33298
33299         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
33300         (gst_ximagesink_expose): Renegotiate size on expose.
33301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
33302         size on expose.
33303
33304 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33305
33306         * testsuite/alsa/sinesrc.c:
33307           cosmetic fix to fix compile issue with gcc 2.95.4
33308
33309 2004-02-16  Julien MOUTTE <julien@moutte.net>
33310
33311         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33312         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
33313         failed opening the audio device.
33314         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33315         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
33316         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
33317         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
33318         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
33319         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
33320         (gst_ximagesink_change_state), (gst_ximagesink_chain),
33321         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
33322         Removing some useless g_return_if_fail like wingo suggested.
33323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33324         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
33325         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
33326         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
33327         (gst_xvimagesink_update_colorbalance),
33328         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
33329         (gst_xvimagesink_xcontext_clear),
33330         (gst_xvimagesink_get_fourcc_from_caps),
33331         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33332         (gst_xvimagesink_set_xwindow_id),
33333         (gst_xvimagesink_colorbalance_list_channels),
33334         (gst_xvimagesink_colorbalance_set_value),
33335         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
33336         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
33337
33338 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
33339
33340         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
33341           throw error when not negotiated instead of asserting
33342
33343 2004-02-15  Julien MOUTTE  <julien@moutte.net>
33344
33345         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
33346         correct data refcounting.
33347
33348 2004-02-15  Julien MOUTTE  <julien@moutte.net>
33349
33350         * gst/switch/gstswitch.c: (gst_switch_change_state),
33351         (gst_switch_class_init): Cleaning the sinkpads correctly on state
33352         change, mostly the EOS flag.
33353
33354 2004-02-15  Julien MOUTTE  <julien@moutte.net>
33355
33356         * examples/gstplay/player.c: (got_eos), (main): Adding some
33357         output for debugging.
33358         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
33359         timeouts if we go to any state different from PLAYING.
33360         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
33361         more EOS bugs in riff lib.
33362
33363 2004-02-14  Julien MOUTTE  <julien@moutte.net>
33364
33365         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
33366         visualization until i find a way to fix switch correctly.
33367         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
33368         EOS arrives.
33369         * gst/switch/gstswitch.c: (gst_switch_release_pad),
33370         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
33371         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
33372         Reworked switch to get a more correct behaviour with events and refing
33373         of data stored in sinkpads.
33374         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
33375         we don't pull from a pad in EOS.
33376
33377 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33378
33379         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
33380           remove v1 tag even if we can't read it (makes sure we don't detect
33381           it again)
33382
33383 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33384
33385         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
33386         (gst_alsa_xrun_recovery):
33387         * ext/alsa/gstalsa.h:
33388           try xrun recovery when wait failed. Make xrun recovery function
33389           return TRUE/FALSE to indicate success. (might fix #134354)
33390
33391 2004-02-13  David Schleef  <ds@schleef.org>
33392
33393         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
33394         (dynparm_value_changed), (main): Convert from float to double.
33395         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
33396
33397 2004-02-13  David Schleef  <ds@schleef.org>
33398
33399         * gst/silence/gstsilence.c: (gst_silence_class_init),
33400         (gst_silence_set_clock), (gst_silence_get),
33401         (gst_silence_set_property), (gst_silence_get_property):
33402         * gst/silence/gstsilence.h: Add sync property.
33403         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
33404         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
33405         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
33406         * gst/sine/gstsinesrc.h: Add sync property.
33407
33408 2004-02-13  David Schleef  <ds@schleef.org>
33409
33410         * gst/intfloat/gstint2float.c: (conv_f32_s16),
33411         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
33412
33413 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
33414
33415         * configure.ac:
33416         * ext/Makefile.am:
33417         * gst-libs/ext/Makefile.am:
33418           move ffmpeg plugin to gst-ffmpeg module
33419
33420 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
33421
33422         * configure.ac: use GST_ARCH to detect architecture
33423
33424 2004-02-12  Julien MOUTTE  <julien@moutte.net>
33425
33426         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
33427
33428 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33429
33430         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33431           classify LADSPA plugins based on number of src/sink pads
33432           (#133663, Stefan Kost)
33433         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
33434           fix dparams registration
33435           (#133528, Stefan Kost)
33436         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
33437           fix use of isprint and use g_ascii_isprint instead
33438           (#133316, Stefan Kost)
33439
33440 2004-02-11  David Schleef  <ds@schleef.org>
33441
33442         Convert a few inner loops to use liboil.  This is currently
33443         optional, and is only enabled if liboil is present (duh!).
33444         * configure.ac: Check for liboil-0.1
33445         * gst/intfloat/Makefile.am:
33446         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
33447         (gst_int2float_chain_gint16):
33448         * gst/videofilter/Makefile.am:
33449         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
33450         (tablelookup_u8), (gst_videobalance_planar411):
33451         * gst/videotestsrc/Makefile.am:
33452         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
33453         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
33454         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
33455         (paint_hline_RGB565), (paint_hline_xRGB1555):
33456
33457 2004-02-11  David Schleef  <ds@schleef.org>
33458
33459         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
33460         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
33461         (gst_colorspace_getcaps), (gst_colorspace_link),
33462         (gst_colorspace_base_init), (gst_colorspace_init),
33463         (gst_colorspace_chain), (gst_colorspace_change_state),
33464         (plugin_init): Merge Ronald's patch (bug #117897) and update
33465         for new caps and negotiation.  Seems to work, although it
33466         shows off bugs in lcs.
33467
33468 2004-02-11  David Schleef  <ds@schleef.org>
33469
33470         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
33471         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
33472
33473 2004-02-11  David Schleef  <ds@schleef.org>
33474
33475         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
33476         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
33477         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
33478         Add server and port properties
33479
33480 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
33481
33482         * m4/a52.m4:
33483         * m4/aalib.m4:
33484         * m4/as-ffmpeg.m4:
33485         * m4/as-liblame.m4:
33486         * m4/as-slurp-ffmpeg.m4:
33487         * m4/check-libheader.m4:
33488         * m4/esd.m4:
33489         * m4/freetype2.m4:
33490         * m4/gconf-2.m4:
33491         * m4/glib.m4:
33492         * m4/gst-alsa.m4:
33493         * m4/gst-artsc.m4:
33494         * m4/gst-ivorbis.m4:
33495         * m4/gst-matroska.m4:
33496         * m4/gst-sdl.m4:
33497         * m4/gst-shout2.m4:
33498         * m4/gst-sid.m4:
33499         * m4/gtk.m4:
33500         * m4/libdv.m4:
33501         * m4/libfame.m4:
33502         * m4/libmikmod.m4:
33503         * m4/ogg.m4:
33504         * m4/vorbis.m4:
33505           fix underquotedness of macros (#133800)
33506         * m4/as-avifile.m4:
33507         * m4/xmms.m4:
33508           removed because no longer used
33509
33510 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
33511
33512         * configure.ac:
33513           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
33514           by autopoint (fixes #132996)
33515
33516 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33517
33518         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
33519         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
33520         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
33521         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
33522           fix memleaks
33523
33524 2004-02-11  David Schleef  <ds@schleef.org>
33525
33526         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33527         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
33528         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
33529         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
33530         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
33531         (gst_jpegenc_class_init), (gst_jpegenc_init),
33532         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
33533         (gst_jpegenc_chain), (gst_jpegenc_set_property),
33534         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
33535         * ext/jpeg/gstjpegenc.h: Fix negotiation.
33536
33537 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33538
33539         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
33540         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
33541         * ext/mikmod/gstmikmod.h:
33542           fix caps negotiation in mikmod
33543         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
33544           output debug information
33545
33546 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33547
33548         * gst-libs/gst/colorbalance/Makefile.am:
33549         * gst-libs/gst/navigation/Makefile.am:
33550         * gst-libs/gst/xoverlay/Makefile.am:
33551           remove unused GST_OPT_CFLAGS from Makefiles
33552           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
33553
33554 2004-02-07  David Schleef  <ds@schleef.org>
33555
33556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
33557         push events to pads that haven't been created (#133508)
33558
33559 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
33560
33561         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33562         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
33563         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33564         (gst_dvdec_loop), (gst_dvdec_change_state):
33565         Second attempt at committing a working dvdec element.
33566
33567 2004-02-06  David Schleef  <ds@schleef.org>
33568
33569         Build fixes for OS X: (see #129600)
33570         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
33571         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
33572         (gst_riff_read_strf_iavs):
33573         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
33574         (gst_avi_demux_stream_odml):
33575         * gst/playondemand/Makefile.am:
33576         * gst/rtp/rtp-packet.c:
33577
33578 2004-02-05  David Schleef  <ds@schleef.org>
33579
33580         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
33581         last change, because it Just Doesn't Compile.
33582
33583 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33584
33585         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
33586           skip undecodable id3v2 tag instead of keeping it
33587
33588 2004-02-05  David Schleef  <ds@schleef.org>
33589
33590         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
33591         Unref leaked buffer.  (Noticed by Ronald)
33592
33593 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
33594
33595         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
33596         Sync requires with other checks.  >= vs =.
33597
33598 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
33599
33600         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
33601         (gst_dvdec_video_link), (gst_dvdec_loop):
33602         * ext/dv/gstdvdec.h:
33603           rework the caps negotiation so that dvdec works again instead
33604           of just segfaulting.
33605
33606 === release 0.7.4 ===
33607
33608 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33609
33610         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
33611         * configure.ac: changed for release
33612
33613 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
33614
33615         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
33616         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
33617         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
33618         * pkgconfig/gstreamer-play-uninstalled.pc.in:
33619           reworked patch by David Lehn to fix libdir and includedir for
33620           uninstalled libraries
33621           removed play and gconf from gstreamer-libs since they have their
33622           own pkgconfig files
33623
33624 2004-02-04  David Schleef  <ds@schleef.org>
33625
33626         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
33627         memleak.
33628
33629 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33630
33631         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
33632           use correct GST_TAG_ENCODER tag
33633
33634 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33635
33636         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33637           be sure to stop the clock when going to paused
33638         * sys/oss/gstosssink.c: (gst_osssink_change_state):
33639           reset number of transmitted when going to ready.
33640         fixes #132935
33641
33642 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
33643
33644         reviewed by Benjamin Otte
33645
33646         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33647           extract track count (fixes #133410)
33648
33649 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33650
33651         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
33652           that should be !=, not == (fixes #132519)
33653
33654 2004-02-04  David Schleef  <ds@schleef.org>
33655
33656         Make sure set_explicit_caps() is called before adding pad.
33657         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33658         * gst/id3/gstid3types.c: (gst_id3types_loop):
33659         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33660         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33661
33662 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
33663
33664         * configure.ac:
33665           bump nano to 2, first prerelease
33666           put back AM_PROG_LIBTOOL
33667
33668 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
33669
33670         * testsuite/alsa/Makefile.am:
33671           these are user test apps, not automatic testsuite tests
33672
33673 2004-02-04  David Schleef  <ds@schleef.org>
33674
33675         Convert GST_DEBUG_CAPS() to GST_DEBUG():
33676         * gst/mpeg1videoparse/gstmp1videoparse.c:
33677         (mp1videoparse_parse_seq):
33678         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33679         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
33680         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
33681         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33682         (gst_xvideosink_getcaps):
33683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33684         * testsuite/gst-lint: more tests
33685
33686 2004-02-04  David Schleef  <ds@schleef.org>
33687
33688         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
33689         with the code that they would expand to.
33690         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
33691         (gst_flacdec_get_src_query_types),
33692         (gst_flacdec_get_src_event_masks):
33693         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
33694         (gst_gnomevfssrc_get_query_types),
33695         (gst_gnomevfssrc_get_event_mask):
33696
33697 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33698
33699         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
33700         (gst_sinesrc_dispose):
33701           fix memleak by properly disposing sinesrc
33702
33703 2004-02-04  Julien MOUTTE  <julien@moutte.net>
33704
33705         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
33706         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
33707         an overlay to redraw the image because it has been exposed.
33708         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
33709         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
33710         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
33711         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
33712         interface
33713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
33714         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
33715         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
33716         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
33717         interface
33718
33719 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33720
33721         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
33722           more memleak fixage
33723
33724 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33725
33726         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
33727         * gst/typefind/gsttypefindfunctions.c:
33728           fix memleaks shown by gst-typefind
33729
33730 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33731
33732         * common/glib-gen.mak:
33733           add hack rule to touch .Plo files
33734         * gst-libs/gst/colorbalance/Makefile.am:
33735         * gst-libs/gst/mixer/Makefile.am:
33736         * gst-libs/gst/play/Makefile.am:
33737         * gst-libs/gst/tuner/Makefile.am:
33738           remove glib_root variable
33739
33740 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33741
33742         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
33743           set explicit caps before adding the element, so the autopluggers can
33744           plug correctly.
33745         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
33746         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
33747         (mpeg_video_type_find), (mpeg_video_stream_type_find),
33748         (dv_type_find):
33749           fix memleaks in typefind functions. gst_type_find_suggest takes a const
33750           argument.
33751
33752 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33753
33754         * gst-libs/gst/colorbalance/Makefile.am:
33755         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
33756         * gst-libs/gst/colorbalance/colorbalance.c:
33757         * gst-libs/gst/colorbalance/colorbalance.h:
33758         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
33759         * gst-libs/gst/mixer/Makefile.am:
33760         * gst-libs/gst/mixer/mixer-marshal.list:
33761         * gst-libs/gst/mixer/mixer.c:
33762         * gst-libs/gst/mixer/mixer.h:
33763         * gst-libs/gst/mixer/mixermarshal.list:
33764         * gst-libs/gst/play/Makefile.am:
33765         * gst-libs/gst/play/play.h:
33766         * gst-libs/gst/tuner/Makefile.am:
33767         * gst-libs/gst/tuner/tuner-marshal.list:
33768         * gst-libs/gst/tuner/tuner.c:
33769         * gst-libs/gst/tuner/tuner.h:
33770         * gst-libs/gst/tuner/tunermarshal.list:
33771           use new glib-gen.mak snippet to clean up Makefile.am
33772           fix various bugs in Makefile.am's
33773
33774 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33775
33776         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
33777           handle chain parsing correctly in the multichain case
33778         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
33779         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
33780         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33781         (theora_dec_chain):
33782           handle events and queries correctly
33783
33784 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33785
33786         * .cvsignore:
33787         Ignore generated file _stdint.h.
33788
33789 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33790
33791         * gst-libs/gst/colorbalance/Makefile.am:
33792         * gst-libs/gst/colorbalance/colorbalance.h:
33793         * gst-libs/gst/mixer/Makefile.am:
33794         * gst-libs/gst/mixer/mixer.h:
33795         * gst-libs/gst/play/Makefile.am:
33796         * gst-libs/gst/play/play.h:
33797         * gst-libs/gst/tuner/Makefile.am:
33798         * gst-libs/gst/tuner/tuner.h:
33799         Generate enum type code with glib-mkenums.
33800         * gst-libs/gst/colorbalance/.cvsignore:
33801         * gst-libs/gst/mixer/.cvsignore:
33802         * gst-libs/gst/play/.cvsignore:
33803         * gst-libs/gst/tuner/.cvsignore:
33804         Ignore generated files.
33805
33806 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33807
33808         * gst-libs/gst/audio/.cvsignore:
33809         Ignore generated file.
33810         * gst-libs/gst/audio/Makefile.am:
33811         Do not install example filter.
33812
33813 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33814
33815         * examples/switch/.cvsignore:
33816         Ignore generated file.
33817
33818 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33819
33820         * common/m4/ax_create_stdint_h.m4:
33821         * configure.ac:
33822           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
33823           _stdint.h.
33824         * Makefile.am:
33825           remove generated _stdint.h in DISTCLEANFILES
33826         * ext/a52dec/gsta52dec.c:
33827           include _stdint.h for a52dec. (should fix #133064)
33828
33829 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
33830
33831         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
33832         (gst_tag_to_vorbis_comments):
33833         Add replaygain support to vorbistag
33834
33835 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
33836         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
33837         (gst_ffmpeg_caps_to_extradata):
33838           Fix SVQ3 caps flag properties
33839           Use glib macro for bytes swap
33840
33841 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33842
33843         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
33844         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
33845         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
33846         * ext/sndfile/gstsf.c: (plugin_init):
33847         * gst/avi/gstavi.c: (plugin_init):
33848         * sys/dxr3/dxr3init.c: (plugin_init):
33849         * sys/oss/gstossaudio.c: (plugin_init):
33850         * sys/v4l/gstv4l.c: (plugin_init):
33851         * sys/v4l2/gstv4l2.c: (plugin_init):
33852           remove textdomain calls
33853         * po/nl.po:
33854           update Dutch translation
33855
33856 2004-02-02  Julien MOUTTE  <julien@moutte.net>
33857
33858         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33859         (gst_play_set_audio_sink): Moving volume in the audio thread for
33860         instantaneous volume change. Maybe i will add another volume in front
33861         of visualization later, not sure yet though.
33862
33863 2004-02-02  Julien MOUTTE  <julien@moutte.net>
33864
33865         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
33866         (gst_ximagesink_handle_xevents): Better X events handling, only take
33867         the latest events for configure and motion.
33868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
33869
33870 2004-02-02  Jon Trowbridge  <trow@gnu.org>
33871
33872         reviewed by: David Schleef  <ds@schleef.org>
33873
33874         Fix memory leaks:
33875         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
33876         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
33877
33878 2004-02-02  David Schleef  <ds@schleef.org>
33879
33880         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
33881         of lines.
33882         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
33883         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
33884         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
33885         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33886         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
33887         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
33888         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
33889         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
33890         (gst_float2_2_int_link):
33891         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
33892         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
33893         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
33894         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
33895         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
33896         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
33897         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
33898         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
33899         * testsuite/gst-lint: Add tests for bzero and ;;
33900
33901 2004-02-02  David Schleef  <ds@schleef.org>
33902
33903         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
33904
33905 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33906
33907         * ext/aalib/gstaasink.c: (gst_aasink_open):
33908         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
33909         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33910         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33911         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
33912         (gst_afsink_close_file):
33913         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
33914         (gst_afsrc_close_file):
33915         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
33916         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
33917         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33918         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
33919         * ext/esd/esdmon.c: (gst_esdmon_get):
33920         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
33921         * ext/faac/gstfaac.c: (gst_faac_chain):
33922         * ext/faad/gstfaad.c: (gst_faad_chain):
33923         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
33924         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33925         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
33926         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
33927         (gst_flacdec_loop):
33928         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
33929         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
33930         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
33931         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
33932         (gst_gnomevfssink_close_file):
33933         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
33934         (gst_gnomevfssrc_open_file):
33935         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
33936         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
33937         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
33938         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
33939         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
33940         * ext/mad/gstmad.c: (gst_mad_chain):
33941         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
33942         * ext/mpeg2dec/gstmpeg2dec.c:
33943         * ext/mpeg2enc/gstmpeg2enc.cc:
33944         * ext/mplex/gstmplex.cc:
33945         * ext/mplex/gstmplexibitstream.cc:
33946         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
33947         (gst_ogg_demux_push):
33948         * ext/raw1394/gstdv1394src.c:
33949         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
33950         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
33951         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
33952         (gst_sf_loop):
33953         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
33954         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
33955         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
33956         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
33957         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
33958         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
33959         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
33960         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
33961         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
33962         (gst_riff_read_element_data), (gst_riff_read_seek),
33963         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
33964         * gst/adder/gstadder.c: (gst_adder_loop):
33965         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
33966         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
33967         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
33968         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33969         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
33970         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33971         * gst/goom/gstgoom.c: (gst_goom_chain):
33972         * gst/id3/gstid3types.c: (gst_id3types_loop):
33973         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
33974         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
33975         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
33976         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
33977         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
33978         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
33979         (gst_ebml_read_float), (gst_ebml_read_header):
33980         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
33981         (gst_matroska_demux_parse_blockgroup):
33982         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
33983         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33984         * gst/oneton/gstoneton.c: (gst_oneton_chain):
33985         * gst/silence/gstsilence.c: (gst_silence_get):
33986         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33987         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
33988         * gst/speed/gstspeed.c: (speed_loop):
33989         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
33990         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33991         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
33992         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
33993         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
33994         (gst_wavparse_loop):
33995         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
33996         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
33997         (dxr3audiosink_close):
33998         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
33999         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
34000         (dxr3videosink_close), (dxr3videosink_write_data):
34001         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34002         * sys/oss/gstosssink.c: (gst_osssink_chain):
34003         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34004         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
34005         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
34006         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
34007         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34008         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34009         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
34010         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
34011         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
34012         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
34013         (gst_v4l_set_audio):
34014         * sys/v4l/v4l_calls.h:
34015         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34016         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
34017         (gst_v4lmjpegsink_playback_init),
34018         (gst_v4lmjpegsink_playback_start):
34019         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
34020         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34021         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
34022         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
34023         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
34024         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
34025         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
34026         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34027         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
34028         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
34029         (gst_v4l2_get_output), (gst_v4l2_set_output),
34030         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
34031         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
34032         (gst_v4l2_set_attribute):
34033         * sys/v4l2/v4l2_calls.h:
34034         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
34035         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
34036         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
34037         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
34038         (gst_v4l2src_capture_stop):
34039         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
34040         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
34041         (gst_ximagesink_chain):
34042         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
34043         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
34044         (gst_xvideosink_xwindow_new):
34045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34046         (gst_xvimagesink_chain):
34047
34048 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34049
34050         * gst/volume/gstvolume.c: (gst_volume_set_volume),
34051         (gst_volume_get_volume), (volume_class_init), (volume_init),
34052         (volume_chain_int16), (volume_update_volume):
34053         * gst/volume/gstvolume.h:
34054           make code more readable by removing magic numbers
34055           make mixer interface export 0-100 range
34056           make it internally map to 0.0-1.0 range so users don't distort
34057           output by putting the sliders at full volume
34058
34059 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34060
34061         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
34062         (gst_play_state_change), (gst_play_seek_to_time):
34063         block the tick callback for 0.5 secs after doing a seek
34064
34065 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34066
34067         * gst-libs/gst/play/play.c: (gst_play_new):
34068           check for GError
34069
34070 2004-02-01  Julien MOUTTE  <julien@moutte.net>
34071
34072         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
34073         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
34074         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
34075         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
34076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
34077         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
34078
34079 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34080
34081         * configure.ac:
34082         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34083           check for a function added in vorbis 1.1
34084
34085 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34086
34087         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34088         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
34089           really start/stop clock only on PLAYING <=> PAUSED
34090         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34091           remove \n from debugging lines
34092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
34093           make it work when seeking does not
34094         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34095           reset on DISCONT
34096
34097 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34098
34099         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
34100           start clock on PAUSED=>PLAYING, not later
34101         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34102           extract correct time for different discont formats
34103         (gst_alsa_sink_get_time):
34104           don't segfault when no format is negotiated yet, just return 0
34105         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
34106         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
34107         (gst_ogg_pad_push):
34108           handle flush and discont events correctly
34109         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
34110           handle discont events correctly
34111
34112 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
34113
34114         * gst-libs/gst/play/play.c: (gst_play_error_quark),
34115         (gst_play_error_create), (gst_play_error_plugin),
34116         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
34117         * gst-libs/gst/play/play.h:
34118           add error handling during creation
34119         * examples/gstplay/player.c: (main):
34120           use new gst_play_new
34121
34122
34123 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34124
34125         * ext/theora/theoradec.c: (theora_dec_chain):
34126           make comments work
34127         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
34128         (vorbis_dec_src_event), (vorbis_dec_chain):
34129           add encoder tag, fix tag reading to be more error tolerant, change
34130           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
34131           gst_pad_event_default.
34132         * gst/tags/gstvorbistag.c:
34133         (gst_tag_list_from_vorbiscomment_buffer):
34134           undefine function specific define at end of function
34135
34136 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
34137
34138         * ext/flac/gstflac.c: (plugin_init):
34139         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
34140         * ext/flac/gstflacdec.h:
34141         * ext/flac/gstflacenc.h:
34142           Fix typos
34143
34144 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
34145
34146         * examples/gstplay/player.c: s/gstplay.h/play.h/
34147
34148 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
34149
34150         * gst-libs/gst/play/Makefile.am:
34151         * gst-libs/gst/play/gstplay.c:
34152         * gst-libs/gst/play/gstplay.h:
34153         * gst-libs/gst/play/play.c:
34154           more surgery, operation complete
34155
34156 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
34157
34158         * gst-libs/gst/play/play.old.c:
34159         * gst-libs/gst/play/play.old.h:
34160           after CVS surgery by moving, remove
34161         * gst-libs/gst/play/playpipelines.c:
34162           remove
34163
34164         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
34165           add negotiation error
34166
34167 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
34168
34169         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
34170         (gst_ogg_demux_push):
34171           add some seeking debug info
34172           send a flush when seeking
34173
34174 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34175
34176         * configure.ac:
34177           use AC_C_INLINE
34178         * configure.ac:
34179         * ext/Makefile.am:
34180         * ext/theora/Makefile.am:
34181         * ext/theora/theoradec.c:
34182           add theora video decoder. Does just do simple decoding for now and
34183           has been tested against Theora cvs only. It only works when theora
34184           is compiled with --enable-static.
34185         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34186           always reset packetno on DISCONT
34187
34188 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34189
34190         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
34191           Fix audio.
34192
34193 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34194
34195         * gst/mpegaudioparse/gstmpegaudioparse.c:
34196         (mp3_type_frame_length_from_header):
34197           Fix header parsing - stolen from ffmpeg (thank you! :) ).
34198
34199 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34200
34201         * ext/esd/esdsink.c: (gst_esdsink_init):
34202           Since we have static pad template caps, we don't need to negotiate;
34203           either the core errors out or we know the format.
34204
34205 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34206
34207         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
34208         (gst_riff_read_seek):
34209         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
34210         (gst_ebml_read_seek):
34211           Fix event handling.
34212
34213 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34214
34215         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
34216           removee video/x-theora from vp3 decoder, it doesn't handle raw
34217           theora streams
34218         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
34219           fix bug with finalizing element that never went to PAUSED
34220         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
34221           length and position queries were swapped
34222         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
34223         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
34224         (vorbis_dec_src_event):
34225           implement querying time and bytes
34226
34227 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
34228
34229         * just about every source file:
34230           gst_element_error -> GST_ELEMENT_ERROR
34231
34232 2004-01-29  Julien MOUTTE  <julien@moutte.net>
34233
34234         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
34235         emiting FLUSH and even before DISCONT.
34236         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
34237         get the best instant seeking as possible yay!
34238
34239 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34240
34241         * gst/mpeg1videoparse/gstmp1videoparse.c:
34242         (gst_mp1videoparse_real_chain):
34243           Committed wrong version last week... Grr... Didn't notice until now.
34244
34245 2004-01-29  Julien MOUTTE <julien@moutte.net>
34246
34247         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
34248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
34249         have_xwindow_id signal in xwindow_create.
34250
34251 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34252
34253         * ext/ogg/gstoggdemux.c:
34254           lots of changes - mainly support for chained bitstreams, seeking,
34255           querying and bugfixes of course
34256         * ext/vorbis/Makefile.am:
34257         * ext/vorbis/vorbisdec.c:
34258         * ext/vorbis/vorbisdec.h:
34259           add vorbisdec raw vorbis decoder
34260         * ext/vorbis/vorbis.c: (plugin_init):
34261           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
34262         * gst/intfloat/Makefile.am:
34263         * gst/intfloat/float22int.c:
34264         * gst/intfloat/float22int.h:
34265         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
34266           add float2intnew plugin. It converts multichannel interleaved float to
34267           multichannel interleaved int. The name should probably be changed.
34268         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
34269         (plugin_init):
34270           add typefinding for raw theora video so oggdemux can detect it.
34271
34272 2004-01-28  Julien MOUTTE  <julien@moutte.net>
34273
34274         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
34275         sink element first.
34276         * gst/videoscale/gstvideoscale.c:
34277         (gst_videoscale_handle_src_event): Fixing src event handler.
34278
34279 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34280
34281         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34282         (gst_v4lsrc_open), (gst_v4lsrc_close),
34283         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
34284         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
34285         * sys/v4l/gstv4lsrc.h:
34286         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
34287         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
34288           Implement resizing... Hack. But that's why v4l is b0rked...
34289
34290 2004-01-28  Julien MOUTTE <julien@moutte.net>
34291
34292         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
34293         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
34294         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
34295         (gst_ximagesink_xwindow_destroy):
34296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
34297         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
34298         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
34299         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
34300         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
34301         correctly cleaning the image created to check xshm calls on succes,
34302         added a lot of XSync calls in X11 functions, and fixed a segfault when
34303         no image format was defined before negotiation happened.
34304
34305 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34306
34307         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
34308           use gst_element_get_time to get correct time
34309
34310 2004-01-28  Julien MOUTTE  <julien@moutte.net>
34311
34312         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
34313         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
34314         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
34315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
34316         (gst_xvimagesink_check_xshm_calls),
34317         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
34318         X plugins are now able to detect that XShm calls will fail even if the
34319         server claims that it has XShm support (remote displays most of the
34320         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
34321         so that we use non XShm functions. This feature is almost useless for
34322         xvimagesink as Xv is not supported on remote displays anyway, but
34323         it might happen than even on the local display XShm calls fail.
34324
34325 2004-01-27  David Schleef  <ds@schleef.org>
34326
34327         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
34328         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
34329         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
34330         changed esdsink to only use 44100,16,2, since esd sucks at rate
34331         conversion and esdsink has had difficulty negotiating.
34332
34333 2004-01-27  Julien MOUTTE <julien@moutte.net>
34334
34335         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
34336         (gst_play_seek_to_time): Fixing the way to get current position.
34337
34338 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34339
34340         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
34341           use gst_element_get_time to get correct time
34342
34343 2004-01-27  Julien MOUTTE <julien@moutte.net>
34344
34345         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
34346         fix ever... Inverting 2 lines of code make spider autoplug correctly
34347         tagged mp3 !
34348
34349 2004-01-27  David Schleef  <ds@schleef.org>
34350
34351         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34352         Use gst_pad_try_set_caps_nonfixed().
34353
34354 2004-01-27  David Schleef  <ds@schleef.org>
34355
34356         * gst/ac3parse/gstac3parse.c: update to checklist 5
34357         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
34358         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
34359         * gst/audioscale/gstaudioscale.c: same
34360         * gst/auparse/gstauparse.c: same
34361         * gst/avi/gstavidemux.c: same
34362
34363 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34364
34365         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
34366           stop processing after EOS
34367
34368 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34369
34370         * gst/asfdemux/asfheaders.h:
34371         * gst/asfdemux/gstasfdemux.c:
34372         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
34373         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
34374         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
34375           lot's of fixes to make data extraction simpler and get the code
34376           architecture and compiler independant. Add debugging category
34377         * gst/goom/gstgoom.c: (gst_goom_change_state):
34378           reset channel count on PAUSED=>READY, not READY=>PAUSED
34379
34380 2004-01-26  Colin Walters  <walters@verbum.org>
34381
34382         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
34383         code to pull a bigger buffer in iradio mode.  This as a side effect
34384         makes typefinding work.
34385
34386 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
34387
34388         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
34389         Fix SVQ3 decoding on PPC
34390
34391 2004-01-26  Julien MOUTTE <julien@moutte.net>
34392
34393         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
34394         that one managed to stay there... Fixed.
34395
34396 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
34397
34398         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
34399         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
34400         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
34401         (qtdemux_video_caps):
34402         * gst/qtdemux/qtdemux.h:
34403         Add SVQ3 specific flags to qtdemux and ffmpeg
34404
34405 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34406
34407         * gst-libs/gst/audio/audio.h:
34408           remove buffer-frames from audio caps
34409         * gst/audioconvert/gstaudioconvert.c:
34410           fix plugin to really work.
34411
34412 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34413
34414         * gst-libs/gst/mixer/mixer.c:
34415         * gst-libs/gst/propertyprobe/propertyprobe.c:
34416         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
34417         (gst_tuner_find_channel_by_name):
34418         * gst-libs/gst/tuner/tuner.h:
34419           Add gtk-doc style comments. Also fix a function name.
34420
34421 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34422
34423         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
34424         (gst_divxdec_negotiate):
34425           Fix for new capsnego - also fixes gst-player with divxdec.
34426
34427 2004-01-25  Julien MOUTTE  <julien@moutte.net>
34428
34429         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
34430         (gst_play_identity_handoff), (gst_play_set_location),
34431         (gst_play_set_visualization), (gst_play_connect_visualization): Another
34432         try in visualization implementation. Still have an issue with switch
34433         blocking when pulling from video_queue and only audio comes out of
34434         spider.
34435         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34436         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
34437         release method. And check if the pad is usable before pulling.
34438
34439 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34440
34441         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
34442         (gst_videobalance_init),
34443         (gst_videobalance_colorbalance_list_channels),
34444         (gst_videobalance_colorbalance_set_value),
34445         (gst_videobalance_colorbalance_get_value),
34446         (gst_videobalance_update_properties),
34447         (gst_videobalance_update_tables_planar411),
34448         (gst_videobalance_planar411):
34449         * gst/videofilter/gstvideobalance.h:
34450           Implement lookup-tables. +/- 10x faster.
34451
34452 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34453
34454         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
34455         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
34456           The index reading was broken. The rest worked fine, but the whole
34457           goal of my rewrite was to make avidemux readable, and this was
34458           not at all readable. Please use typed variables.
34459
34460 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34461
34462         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
34463           Additional pad usability check.
34464         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
34465         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
34466         (gst_mp1videoparse_real_chain):
34467           Fix MPEG video stream parsing. The original plugin had several
34468           issues, including not timestamping streams where the source was
34469           not timestamped (this happens with PTS values in mpeg system
34470           streams, but MPEG video is also a valid stream on its own so
34471           that needs timestamps too). We use the display time code for that
34472           for now. Also, if one incoming buffer contains multiple valid
34473           frames, we push them all on correctly now, including proper EOS
34474           handling. Lastly, several potential segfaults were fixed, and we
34475           properly sync on new sequence/gop headers to include them in next,
34476           not previous frames (since they're header for the next frame, not
34477           the previous). Also see #119206.
34478         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
34479         (bpf_from_header):
34480           Move caps setting so we only do it after finding several valid
34481           MPEG-1 fraes sequentially, not right after the first one (which
34482           might be coincidental).
34483         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
34484         (mpeg_video_type_find), (mpeg_video_stream_type_find),
34485         (plugin_init):
34486           Add unsynced MPEG video stream typefinding, and change some
34487           probability values so we detect streams rightly. The idea is as
34488           follows: I can have an unsynced system stream which contains
34489           video. In the current code, I would randomly get a type for either
34490           system or video stream type found, because the probabilities are
34491           being calculated rather randomly. I now use fixed values, so we
34492           always prefer system stream if that was found (and that is how it
34493           should be). If no system stream was found, we can still identity                the stream as video-only.
34494
34495 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34496
34497         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
34498         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
34499           don't write to buffer. Extract data without the need of
34500           __attribute__ ((packed))
34501
34502 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34503
34504         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
34505         (mpeg1_sys_type_find):
34506           Fix MPEG-1 stream typefinding.
34507
34508 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34509
34510         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
34511           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
34512
34513 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34514
34515         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
34516         * ext/esd/gstesd.c: (plugin_init):
34517           private debugging, better error reporting
34518
34519 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34520
34521         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
34522         (gst_riff_read_init), (gst_riff_read_change_state):
34523         * gst-libs/gst/riff/riff-read.h:
34524           Remove stuff fromold metadata system.
34525
34526 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34527
34528         * ext/ogg/gstoggdemux.c:
34529           Fix wrong file comment.
34530         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
34531         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
34532           Add metadata reading properly.
34533
34534 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34535
34536         * ext/Makefile.am:
34537           Fix nas DIST_SUBDIRS
34538           Uraeus:
34539           Fix bug where make distcheck doesn't get run on adding stuff to
34540           the build.
34541
34542 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34543
34544         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
34545         * ext/divx/gstdivxdec.h:
34546           Fix divx3 ("msmpeg4") playback using divxdec.
34547
34548 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34549
34550         * gst/typefind/gsttypefindfunctions.c:
34551         (mp3_type_frame_length_from_header): fix bug in length computation
34552         (mp3_type_find): improve debugging output
34553
34554 2004-01-23  Julien MOUTTE  <julien@moutte.net>
34555
34556         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
34557         (gst_play_set_location), (gst_play_seek_to_time),
34558         (gst_play_set_audio_sink), (gst_play_set_visualization),
34559         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
34560         the pipeline from scratch. Visualization is back and switch went out as
34561         i realized it was not possible to use the way i wanted.
34562         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
34563         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
34564         clearing in state change from READY to NULL. So that one can clean the
34565         X ressources keeping the element.
34566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34567         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
34568         (gst_xvimagesink_colorbalance_set_value),
34569         (gst_xvimagesink_colorbalance_get_value),
34570         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
34571         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
34572         change from READY to NULL and fixed some stupid bugs in colorbalance
34573         get/set values. Also added the following feature : when nobody tries to
34574         set some values to the colorbalance levels before the xcontext is
34575         grabbed, then when creating channels list from Xv attributes we set the
34576         internal values to the Xv defaults. This way we handle buggy Xv drivers
34577         that set default hue values far from the middle of the range (Thanks
34578         to Jon Trowbridge for pointing that issue).
34579         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
34580         colorbalance levels have been set before xcontext is grabbed.
34581
34582 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34583
34584         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34585           Fix the ossmixer case where we shouldn't open /dev/dsp* because
34586           it might block operations (which is bad for a mixer).
34587
34588 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
34589
34590         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
34591         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
34592         (gmip_find_type_pre):
34593         * gst-libs/gst/media-info/media-info-priv.h:
34594         * gst-libs/gst/media-info/media-info.c:
34595         (gst_media_info_instance_init), (gst_media_info_read_idler):
34596         add fakesink to get caps on decoder src pad again
34597         fix callback prototype to match new have_type signal signature
34598
34599 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
34600
34601         * gst/adder/gstadder.c: (gst_adder_link):
34602           fix non-compile and cut-n-paste code
34603
34604 2004-01-21  David Schleef  <ds@schleef.org>
34605
34606         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
34607         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
34608         (gst_swfdec_init), (gst_swfdec_change_state):
34609         * ext/swfdec/gstswfdec.h:
34610         Fix negotiation.
34611         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
34612         (gst_adder_request_new_pad): Fix negotiation.
34613         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
34614         Add a fixate function.
34615         * gst/intfloat/gstfloat2int.c:
34616         * gst/intfloat/gstfloat2int.h:
34617         * gst/intfloat/gstint2float.c:
34618         * gst/intfloat/gstint2float.h:
34619         Completely rewrite the negotiation.  Doesn't quite work yet,
34620         due to some buffer-frames problem.
34621
34622 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34623
34624         * ext/gnomevfs/gstgnomevfssrc.c:
34625         * sys/v4l2/v4l2_calls.h:
34626           fix includes for distcheck
34627
34628 2004-01-21  Christian Schaller <uraeus@gnome.org>
34629
34630         * ext/nas/
34631         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
34632         based on earlier patch from Laurent Vivier
34633
34634 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
34635
34636         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
34637         Fix wma caps property
34638         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34639         Fix typo (flags1 and flags2)
34640
34641 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34642
34643         * gst-libs/gst/media-info/media-info-priv.c:
34644         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
34645         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
34646         (gmip_find_stream), (gmip_find_track_metadata),
34647         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
34648         (gmip_find_track_format):
34649         * gst-libs/gst/media-info/media-info-priv.h:
34650         * gst-libs/gst/media-info/media-info-test.c: (main):
34651         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
34652         (gst_media_info_read_idler), (gst_media_info_read):
34653         * gst-libs/gst/media-info/media-info.h:
34654           register debugging category and use it for debugging
34655
34656 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34657
34658         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
34659         (gst_vorbisfile_new_link):
34660           signal streaminfo through tags
34661
34662 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34663
34664         * ext/mplex/gstmplex.cc:
34665         * ext/mplex/gstmplexibitstream.cc:
34666           g++ doesn't like NULL in our i18n/error macros, should be
34667           either (NULL) or ("").
34668
34669 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34670
34671         * sys/dxr3/dxr3audiosink.c:
34672         * sys/dxr3/dxr3init.c:
34673         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
34674         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
34675           Fix more error error error errors (missing includes here).
34676
34677 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34678
34679         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34680           fix thomas' error errors.
34681
34682 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34683
34684         * ext/mpeg2enc/gstmpeg2enc.cc:
34685           fix error errors.
34686
34687 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34688
34689         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
34690         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
34691           Fix for new error system.
34692
34693 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34694
34695         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
34696           fix for new error reporting
34697
34698 2004-01-20  David Schleef  <ds@schleef.org>
34699
34700         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34701         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
34702         (gst_ximagesink_set_xwindow_id): Change to using a framerate
34703         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
34704         and neither is 100+, most likely.
34705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
34706         (gst_xvimagesink_getcaps): same
34707
34708 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34709
34710         * configure.ac:
34711           Up version requirement to 2.0.3 (not yet released) to avoid symbol
34712           clashes with ffmpeg.
34713
34714 2004-01-20  Julien MOUTTE  <julien@moutte.net>
34715
34716         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
34717         (gst_switch_init): Fixed switch element : proxying link and setting
34718         caps from src to sink on request.
34719
34720 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34721
34722         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34723         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
34724         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
34725         fix element_error
34726
34727 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34728
34729         * sys/v4l/v4l_calls.h:
34730         * sys/v4l2/v4l2_calls.h:
34731           element_error fixes
34732
34733 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34734
34735         * gst-libs/gst/gst-i18n-plugin.h:
34736           add locale.h
34737           remove config.h inclusion
34738
34739 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34740
34741         * autogen.sh:
34742           adding autopoint invocation
34743         * Makefile.am:
34744         * configure.ac:
34745         * gst-libs/gst/gettext.h:
34746           adding gettext bits
34747         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
34748         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
34749         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
34750         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
34751         (gst_gnomevfssink_close_file):
34752         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
34753         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
34754         * gst-libs/gst/gst-i18n-plugin.h:
34755         * gst/avi/gstavi.c: (plugin_init):
34756         * sys/dxr3/dxr3init.c: (plugin_init):
34757         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
34758         * sys/oss/gstossaudio.c: (plugin_init):
34759         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34760         * sys/v4l/gstv4l.c: (plugin_init):
34761         * sys/v4l/v4l_calls.c: (gst_v4l_open):
34762         * sys/v4l2/gstv4l2.c: (plugin_init):
34763         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34764         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
34765         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
34766         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
34767         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
34768         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
34769           make sure locale and translation domain are set
34770           fix translated strings
34771         * po/.cvsignore:
34772         * po/LINGUAS:
34773         * po/Makevars:
34774         * po/POTFILES.in:
34775         * po/nl.po:
34776           put translation files into place
34777         * sys/xvideo/imagetest.c: (main):
34778         * ext/dv/demo-play.c: (main):
34779           fix unnecessary translations
34780
34781 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34782
34783         * ext/sndfile/gstsf.c:
34784         * gst/avi/gstavimux.c:
34785         * ext/audiofile/gstafsink.c:
34786         * ext/audiofile/gstafsrc.c:
34787         * ext/gnomevfs/gstgnomevfssink.c:
34788         * ext/gnomevfs/gstgnomevfssrc.c:
34789         * sys/oss/gstosselement.c:
34790         * sys/v4l/v4l_calls.h:
34791           fix i18n include
34792
34793 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34794
34795         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34796         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
34797         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
34798         (gst_v4l2_get_output), (gst_v4l2_set_output),
34799         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
34800         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
34801         (gst_v4l2_set_attribute):
34802         update to new error handling
34803
34804 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34805
34806         * ext/sidplay/gstsiddec.cc:
34807         * gst/modplug/gstmodplug.cc:
34808           parenthese NULL because C++ seems angry about it
34809
34810 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34811
34812         * gst-libs/gst/gst-i18n-plugin.h:
34813           add skeleton i18n stuff, but needs to be further implemented
34814
34815 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34816
34817         * examples/gstplay/player.c: (main):
34818         * ext/aalib/gstaasink.c: (gst_aasink_open):
34819         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
34820         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34821         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34822         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
34823         (gst_afsink_close_file):
34824         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
34825         (gst_afsrc_close_file):
34826         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
34827         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
34828         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
34829         * ext/esd/esdmon.c: (gst_esdmon_get):
34830         * ext/esd/esdsink.c: (gst_esdsink_chain):
34831         * ext/faac/gstfaac.c: (gst_faac_chain):
34832         * ext/faad/gstfaad.c: (gst_faad_chain):
34833         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
34834         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34835         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
34836         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
34837         (gst_flacdec_loop):
34838         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
34839         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
34840         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
34841         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
34842         (gst_gnomevfssink_close_file):
34843         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
34844         (gst_gnomevfssrc_open_file):
34845         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
34846         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
34847         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
34848         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
34849         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
34850         * ext/mad/gstmad.c: (gst_mad_chain):
34851         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
34852         * ext/mpeg2dec/gstmpeg2dec.c:
34853         * ext/mpeg2enc/gstmpeg2enc.cc:
34854         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34855         * ext/mplex/gstmplex.cc:
34856         * ext/mplex/gstmplexibitstream.cc:
34857         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
34858         (gst_ogg_demux_push), (gst_ogg_pad_push):
34859         * ext/raw1394/gstdv1394src.c:
34860         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
34861         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
34862         * ext/sidplay/gstsiddec.cc:
34863         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
34864         (gst_sf_loop):
34865         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
34866         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
34867         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
34868         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
34869         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
34870         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
34871         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
34872         * gst-libs/gst/Makefile.am:
34873         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
34874         (gst_riff_read_element_data), (gst_riff_read_seek),
34875         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
34876         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
34877         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
34878         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
34879         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
34880         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
34881         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
34882         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
34883         * gst/goom/gstgoom.c: (gst_goom_chain):
34884         * gst/id3/gstid3types.c: (gst_id3types_loop):
34885         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
34886         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
34887         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
34888         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
34889         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
34890         (gst_ebml_read_float), (gst_ebml_read_header):
34891         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
34892         (gst_matroska_demux_parse_blockgroup):
34893         * gst/modplug/gstmodplug.cc:
34894         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
34895         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
34896         * gst/oneton/gstoneton.c: (gst_oneton_chain):
34897         * gst/silence/gstsilence.c: (gst_silence_get):
34898         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34899         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
34900         * gst/speed/gstspeed.c: (speed_loop):
34901         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
34902         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34903         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
34904         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
34905         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
34906         (gst_wavparse_loop):
34907         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
34908         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
34909         (dxr3audiosink_close):
34910         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
34911         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
34912         (dxr3videosink_close), (dxr3videosink_write_data):
34913         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34914         * sys/oss/gstosselement.h:
34915         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
34916         (gst_osssink_chain):
34917         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34918         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
34919         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
34920         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
34921         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
34922         (gst_v4l_enable_overlay):
34923         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
34924         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
34925         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
34926         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
34927         (gst_v4l_set_audio):
34928         * sys/v4l/v4l_calls.h:
34929         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34930         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
34931         (gst_v4lmjpegsink_playback_init),
34932         (gst_v4lmjpegsink_playback_start):
34933         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34934         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
34935         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
34936         (gst_v4lmjpegsrc_requeue_frame):
34937         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34938         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
34939         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
34940         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
34941         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
34942         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
34943         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
34944         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
34945         (gst_v4l2src_capture_stop):
34946         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
34947         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
34948         (gst_ximagesink_chain):
34949         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
34950         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
34951         (gst_xvideosink_xwindow_new):
34952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34953         (gst_xvimagesink_chain):
34954         use new error signal, function and categories
34955
34956 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
34957
34958         * configure.ac:
34959         * ext/Makefile.am:
34960         * ext/musicbrainz/gsttrm.c:
34961         * ext/musicbrainz/gsttrm.h:
34962         * ext/musicbrainz/Makefile.am:
34963         Add a trm plugin
34964
34965 2004-01-18  Julien MOUTTE  <julien@moutte.net>
34966
34967         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
34968         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
34969         synchronous property for debugging.
34970         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
34971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34972         (gst_xvimagesink_set_property): Moving a pointer declaration to a
34973         smaller block, fixing indent.
34974
34975 2004-01-16  David Schleef  <ds@schleef.org>
34976
34977         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
34978         property affects the video stream.
34979         * sys/xvimage/xvimagesink.c:
34980         * sys/xvimage/xvimagesink.h:
34981         Add synchronous property for debugging.  Should probably be
34982         disabled in non-CVS builds.  Make sure that the Xv attribute
34983         exists before we set it (crash!).  Fix a silly float bug that
34984         caused colorbalance to just not work.
34985
34986 2004-01-17  Christian Schaller <Uraeus@gnome.org>
34987
34988         * tools/gst-launch-ext.in - update for new plugins
34989
34990 2004-01-16  David Schleef  <ds@schleef.org>
34991
34992         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
34993         already-freed caps.
34994
34995 2994-01-16  Christian Schaller <Uraeus@gnome.org>
34996
34997         * Update spec for new colorspace plugin and libcaca plugin
34998         * Fix compilation of libcaca plugin (clock -> id)
34999
35000 2004-01-16  Julien MOUTTE <julien@moutte.net>
35001
35002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
35003         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35004         (gst_xvimagesink_set_xwindow_id),
35005         (gst_xvimagesink_colorbalance_set_value),
35006         (gst_xvimagesink_colorbalance_get_value),
35007         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
35008         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
35009         correct colorbalance properties. They can now be set when the element
35010         is still in NULL state. The values will be committed to the Xv Port
35011         when xcontext is initialized.
35012         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
35013         brightness int values in the GstXvImagesink structure.
35014
35015 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35016
35017         * gst-libs/gst/Makefile.am:
35018           restructure so having local patches works easier.
35019
35020 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35021
35022         * ext/mpeg2enc/Makefile.am:
35023         * ext/mpeg2enc/gstmpeg2enc.cc:
35024         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
35025           Bugfix with respect to EOS handling.
35026
35027 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35028
35029         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
35030           Link with right caps (else, it segfaults).
35031         * ext/mplex/gstmplexjob.cc:
35032           Fix for slight API change in 1.6.1.93 release of mjpegtools.
35033
35034 2004-01-15  David Schleef  <ds@schleef.org>
35035
35036         * gst-libs/gst/audio/Makefile.am:
35037         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
35038         from the template.
35039         * gst-libs/gst/audio/gstaudiofilter.c:
35040         * gst-libs/gst/audio/gstaudiofilter.h:
35041         Add bytes_per_sample and size and n_samples calculation.
35042         * gst-libs/gst/audio/gstaudiofilterexample.c:
35043         Remove, now autogenerated.
35044         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
35045         Moved from gstaudiofilterexample, object name changed, code added
35046         so that it actually works.
35047         * gst-libs/gst/audio/make_filter:
35048         Script to build an audiofilter subclass from the template.
35049         * gst/colorspace/Makefile.am:
35050         * gst/colorspace/yuv2yuv.c:
35051         Remove file, since it's GPL, and we don't use it.
35052
35053 2004-01-15  Julien MOUTTE  <julien@moutte.net>
35054
35055         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
35056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
35057         them use the buffer free function to test how the buffer was allocated.
35058
35059 2004-01-15  David Schleef  <ds@schleef.org>
35060
35061         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
35062         that handles osssink fallback.
35063         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
35064         (gst_audio_convert_getcaps):
35065         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35066         Add audio/x-qdm2 for QDM2 audio.
35067         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
35068         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
35069         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
35070         Decrease minimum size to 16x16.
35071         * gst/wavparse/gstwavparse.c:
35072         Convert disabled pad template caps to new caps.
35073         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35075         (gst_xvimagesink_chain): Throw element error when display cannot
35076         be opened.  Increase minimum framerate to 1.0.  Check the data
35077         free function on a buffer to make sure it is the type we expect
35078         before manipulating it.
35079
35080 2004-01-15  Julien MOUTTE <julien@moutte.net>
35081
35082         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
35083         (gst_videobalance_colorbalance_set_value): Implement passthru if
35084         settings are in the middle.
35085         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
35086
35087 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35088
35089         * gst/videofilter/Makefile.am:
35090         * gst/volume/Makefile.am:
35091           Since we use videofilter symbols, link to it.
35092
35093 2004-01-15  Julien MOUTTE <julien@moutte.net>
35094
35095         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
35096         mixer interface type to HARDWARE.
35097         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
35098         type to SOFTWARE.
35099         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
35100         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
35101         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
35102         (gst_volume_interface_init), (gst_volume_list_tracks),
35103         (gst_volume_set_volume), (gst_volume_get_volume),
35104         (gst_volume_set_mute), (gst_volume_mixer_init),
35105         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
35106         (volume_init): Implementing mixer interface.
35107         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
35108         * sys/oss/gstosselement.c: (gst_osselement_get_type),
35109         (gst_osselement_change_state): Removing some trailing commas in
35110         structures.
35111         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
35112         interface type to HARDWARE.
35113         * sys/v4l/gstv4lcolorbalance.c:
35114         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
35115         type to HARDWARE.
35116         * sys/v4l2/gstv4l2colorbalance.c:
35117         (gst_v4l2_color_balance_interface_init): Setting colorbalance
35118         interface type to HARDWARE.
35119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
35120         same code than ximagesink for event handling.
35121
35122 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35123
35124         * ext/snapshot/Makefile.am:
35125         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
35126         (gst_snapshot_chain):
35127         * ext/snapshot/gstsnapshot.h:
35128           This has to be a joke... Snapshot should be connected to a tee,
35129           colorspace element before it and EOS after that, where the other
35130           src of the tee receives normal data.
35131           The current way is *wrong*.
35132
35133 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35134
35135         * ext/hermes/gsthermescolorspace.c:
35136           Fix another compile error. Same as below.
35137
35138 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35139
35140         * gst/colorspace/gstcolorspace.c:
35141         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
35142         (gst_colorspace_i420_to_yv12):
35143           Fix compiling... Didn't test if it actually works.
35144
35145 2004-01-15  David Schleef  <ds@schleef.org>
35146
35147         * configure.ac:
35148         * gst/colorspace/Makefile.am:
35149         * gst/colorspace/gstcolorspace.c:
35150         * gst/colorspace/gstcolorspace.h:
35151         * gst/colorspace/yuv2rgb.c:
35152         * gst/colorspace/yuv2rgb.h:
35153         Duplicate the ext/hermes colorspace plugin, and remove Hermes
35154         code and GPL code.  Fix for new caps negotiation.  Rewrite
35155         much of the format handling code, and some of the conversion
35156         code.  Basically, rewrote almost everything.  This element
35157         handles I420, YV12 to RGB conversions.
35158         * ext/hermes/Makefile.am:
35159         * ext/hermes/gsthermescolorspace.c:
35160         Rename colorspace to hermescolorspace.  Fix negotiation issues.
35161         Remove non-Hermes related code.  This element handles lots of
35162         RGB to RGB conversions, but no YUV.
35163         * ext/hermes/gstcolorspace.c:
35164         * ext/hermes/gstcolorspace.h:
35165         * ext/hermes/rgb2yuv.c:
35166         * ext/hermes/yuv2rgb.c:
35167         * ext/hermes/yuv2rgb.h:
35168         * ext/hermes/yuv2rgb_mmx16.s:
35169         * ext/hermes/yuv2yuv.c:
35170         * ext/hermes/yuv2yuv.h:
35171         Remove old code.
35172
35173 2004-01-14  Colin Walters  <walters@verbum.org>
35174
35175         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
35176         they've already been.
35177
35178 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35179
35180         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
35181           assume tag mode when pad is not connected
35182
35183 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35184
35185         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35186           Don't update the time of the clock
35187         (gst_alsa_sink_loop):
35188           sync to the clock given to alsasink, not the own clock
35189         * sys/oss/gstosssink.c: (gst_osssink_chain):
35190           sync to the clock
35191         (gst_osssink_change_state):
35192           activate the clock
35193         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
35194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
35195           remove bogus code that made DISCONT events unhandled
35196         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
35197           explicitly case to double in _set_simple. (fixes 2nd warning in bug
35198           #131502)
35199         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
35200         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
35201         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
35202           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
35203           2nd warning in bug #131502)
35204
35205 2004-01-14  Julien MOUTTE  <julien@moutte.net>
35206
35207         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
35208         (gst_videobalance_colorbalance_set_value),
35209         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
35210         for colorbalance interface implementation.
35211         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
35212         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
35213         (gst_ximagesink_dispose), (gst_ximagesink_init),
35214         (gst_ximagesink_class_init): Adding DISPLAY property.
35215         * sys/ximage/ximagesink.h: Adding display_name to store display.
35216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35217         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
35218         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
35219         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
35220         properties (they still need polishing though for gst-launch use : no
35221         xcontext yet, i ll do that tomorrow).
35222         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
35223
35224 2004-01-14  Julien MOUTTE  <julien@moutte.net>
35225
35226         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
35227         (gst_play_set_location), (gst_play_set_visualization): Preparing
35228         switch integration, adding videobalance in the pipeline.
35229
35230 2004-01-14  Julien MOUTTE <julien@moutte.net>
35231
35232         * gst-libs/gst/colorbalance/colorbalance.c:
35233         (gst_color_balance_class_init): Adding a default type.
35234         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
35235         the type.
35236         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
35237         (gst_videobalance_dispose), (gst_videobalance_class_init),
35238         (gst_videobalance_init), (gst_videobalance_interface_supported),
35239         (gst_videobalance_interface_init),
35240         (gst_videobalance_colorbalance_list_channels),
35241         (gst_videobalance_colorbalance_set_value),
35242         (gst_videobalance_colorbalance_get_value),
35243         (gst_videobalance_colorbalance_init): Implementing colorbalance
35244         interface.
35245         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
35246         list.
35247         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
35248         bug which was triggering a BadAccess X error when setting an overlay
35249         before pad was really negotiated.
35250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
35251         Using the colorbalance type macro.
35252
35253 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35254
35255         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
35256         (gst_flacenc_chain):
35257           handle tags correctly
35258         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
35259           extract ID3v1 tags correctly
35260
35261 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35262
35263         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
35264         (plugin_init):
35265           Improve matroska typefinding for odd-typed headers...
35266
35267 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35268
35269         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
35270           Fix for using incremental number on padnames.
35271
35272 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35273
35274         * ext/divx/gstdivxdec.c:
35275         * ext/divx/gstdivxenc.c:
35276           Set category to divx4linux instead of divx (too generic).
35277         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35278         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35279         (gst_wavparse_loop), (gst_wavparse_change_state):
35280         * gst/wavparse/gstwavparse.h:
35281           fix parsing of WAV files with non-standard fmt-tag size and fix
35282           skipping of unrecognized chunks... Someone please fix this thing
35283           to use rifflib so all this is automated.
35284         * sys/v4l/Makefile.am:
35285         * sys/v4l2/Makefile.am:
35286           Add X_CFLAGS because we depend on X (for overlay).
35287
35288 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
35289
35290         * ext/mpeg2dec/gstmpeg2dec.c:
35291           Don't issue a timestamp unless we tagged the frame
35292           with a PTS.
35293
35294 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35295
35296         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
35297           Query the audio element to get the time, not the clock. We're
35298           interested in the element's time here.
35299
35300 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35301
35302         * ext/aalib/gstaasink.c: (gst_aasink_chain):
35303         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35304         * ext/esd/esdsink.c: (gst_esdsink_chain):
35305         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
35306         * ext/mas/massink.c: (gst_massink_chain):
35307         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
35308         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
35309         (gst_matroska_demux_parse_metadata):
35310         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
35311         (gst_mpeg_parse_release_locks):
35312         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
35313         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
35314         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35315         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
35316         (gst_osssink_change_state):
35317         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
35318         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
35319         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
35320         (gst_xvideosink_release_locks):
35321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
35322           use element time.
35323         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
35324         (gst_alsa_clock_stop):
35325         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
35326         (gst_audio_clock_get_internal_time):
35327           simplify for use with new clocking code.
35328         * testsuite/alsa/Makefile.am:
35329         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
35330           fix testsuite for new caps system
35331
35332 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35333
35334         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
35335         * ext/flac/gstflacenc.c: (add_one_tag):
35336           length is already host endian, no need to convert. Fixes playback of
35337           tagged files on PPC. (bug #128384)
35338
35339 2004-01-13  Julien MOUTTE <julien@moutte.net>
35340
35341         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
35342         colorbalance interface stating if it is hardware based or software
35343         based.
35344         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
35345         Removing a trailing comma.
35346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35347         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
35348         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
35349         the documentation seems to be wrong on the -1000 to 1000 interval.
35350
35351 2004-01-12  David Schleef  <ds@schleef.org>
35352
35353         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
35354         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
35355         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
35356         Fix negotiation.  Add a bufferalloc function for the sink pad,
35357         and generally clean up some of the code.
35358
35359 2004-01-12  Julien MOUTTE <julien@moutte.net>
35360
35361         * gst-libs/gst/colorbalance/colorbalancechannel.c:
35362         (gst_color_balance_channel_dispose): Adding safety check in dispose
35363         method.
35364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35365         (gst_xvimagesink_xcontext_clear),
35366         (gst_xvimagesink_interface_supported),
35367         (gst_xvimagesink_colorbalance_list_channels),
35368         (gst_xvimagesink_colorbalance_set_value),
35369         (gst_xvimagesink_colorbalance_get_value),
35370         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
35371         Adding colorbalance interface support to set XV parameters such as
35372         HUE, BRIGHTNESS, CONTRAST, SATURATION.
35373         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
35374         interface.
35375
35376 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35377
35378         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
35379         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
35380         (gst_audio_convert_init), (gst_audio_convert_set_property),
35381         (gst_audio_convert_get_property), (gst_audio_convert_chain),
35382         (gst_audio_convert_link),
35383         (gst_audio_convert_buffer_to_default_format),
35384         (gst_audio_convert_buffer_from_default_format), (plugin_init):
35385           - implement _getcaps and use it
35386           - improve linking
35387           - remove float caps since no float conversion is actually done
35388           - remove properties and arguments that were to be used for rate
35389             conversion
35390
35391 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35392
35393         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
35394         (gst_audio_structure_set_int):
35395         * gst-libs/gst/audio/audio.h:
35396           add helper functions for _getcaps matching the standard audio
35397           templates
35398
35399 2004-01-12  David Schleef  <ds@schleef.org>
35400
35401         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35402         Test that pad is negotiated before getting its caps.
35403
35404 2004-01-12  Julien MOUTTE <julien@moutte.net>
35405
35406         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
35407         analyzing the pads of an element the bin is mostly in READY state so
35408         no caps were negotiated. This helper function needs to work with
35409         _get_caps directly then. I was not freeing them though, added that to
35410         fix the mem leak.
35411
35412 2004-01-12  Julien MOUTTE <julien@moutte.net>
35413
35414         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
35415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
35416         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
35417         than the free_func.
35418
35419 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35420
35421         * sys/oss/gstossaudio.c: (plugin_init):
35422         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35423         * sys/oss/gstosselement.h:
35424           make an oss debugging category
35425           make failure more descriptive
35426
35427 2004-01-11  David Schleef  <ds@schleef.org>
35428
35429         * ext/ffmpeg/gstffmpeg.c:
35430         * ext/ffmpeg/gstffmpegcodecmap.c:
35431         * ext/ffmpeg/gstffmpegdec.c:
35432         * ext/ffmpeg/gstffmpegenc.c:
35433         * ext/ffmpeg/gstffmpegprotocol.c:
35434         * ext/gdk_pixbuf/gstgdkanimation.c:
35435         * ext/jpeg/gstjpeg.c:
35436         * ext/libpng/gstpng.c:
35437         * ext/mpeg2dec/perftest.c:
35438         * ext/speex/gstspeex.c:
35439         * gst-libs/gst/resample/dtos.c:
35440         * gst/intfloat/gstintfloatconvert.c:
35441         * gst/oneton/gstoneton.c:
35442         * gst/rtjpeg/RTjpeg.c:
35443         * gst/rtp/gstrtp.c:
35444         * sys/dxr3/dxr3init.c:
35445         * sys/glsink/gstgl_nvimage.c:
35446         * sys/glsink/gstgl_pdrimage.c:
35447         * sys/glsink/gstglsink.c:
35448         * testsuite/gst-lint:
35449         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
35450
35451 2004-01-11  David Schleef  <ds@schleef.org>
35452
35453         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
35454         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
35455         * ext/gdk_pixbuf/gstgdkanimation.c:
35456         (gst_gdk_animation_iter_create_pixbuf):
35457         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
35458         (gst_gdk_pixbuf_chain):
35459         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35460         * ext/jack/gstjack.c: (gst_jack_change_state):
35461         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
35462         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
35463         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
35464         * gst/videofilter/gstvideofilter.c:
35465         (gst_videofilter_set_output_size):
35466         Remove all usage of gst_pad_get_caps(), and replace it with
35467         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
35468
35469 2004-01-11  David Schleef  <ds@schleef.org>
35470
35471         * configure.ac:
35472         * ext/Makefile.am: Fixes to make ext/libcaca compile.
35473         * ext/divx/gstdivxdec.c:
35474         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
35475         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
35476         handle images that span multiple buffers.  Now work with both
35477         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
35478         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35479         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
35480         video/video.h changes
35481         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
35482         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35483         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
35484         of GstData free function.
35485         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
35486         same.
35487
35488 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35489
35490         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
35491         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
35492         (gst_v4l2element_get_property):
35493         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
35494           add norm, channel and frequency properties.
35495         * sys/v4l2/gstv4l2tuner.c:
35496           fixes for tuner interface changes
35497         * sys/v4l2/gstv4l2element.h:
35498         * sys/v4l2/gstv4l2src.c:
35499         * sys/v4l2/gstv4l2src.h:
35500         * sys/v4l2/v4l2src_calls.c:
35501         * sys/v4l2/v4l2src_calls.h:
35502           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
35503
35504 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35505
35506         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
35507         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
35508         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
35509         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
35510         * gst-libs/gst/tuner/tuner.h:
35511           GObjects aren't const.
35512           Add find_by_name functions.
35513           Add checks to _changed functions.
35514         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
35515         (gst_v4l_tuner_get_norm):
35516           Fixes for above.
35517
35518 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35519
35520         * gst-libs/gst/video/video.h:
35521           Fix caps template names to be understandable.
35522           Prefix everything with GST_VIDEO.
35523         * ext/aalib/gstaasink.c:
35524         * ext/divx/gstdivxdec.c:
35525         * ext/divx/gstdivxenc.c:
35526         * ext/gdk_pixbuf/gstgdkpixbuf.c:
35527         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
35528         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
35529         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
35530         * ext/libcaca/gstcacasink.c:
35531         * ext/libpng/gstpngenc.c: (raw_caps_factory):
35532         * ext/snapshot/gstsnapshot.c:
35533         * ext/swfdec/gstswfdec.c:
35534         * ext/xvid/gstxviddec.c:
35535         * ext/xvid/gstxvidenc.c:
35536         * gst/chart/gstchart.c:
35537         * gst/deinterlace/gstdeinterlace.c:
35538         * gst/effectv/gsteffectv.c:
35539         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
35540         * gst/goom/gstgoom.c:
35541         * gst/median/gstmedian.c:
35542         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
35543         (gst_monoscope_srcconnect), (gst_monoscope_chain):
35544         * gst/overlay/gstoverlay.c:
35545         * gst/smooth/gstsmooth.c:
35546         * gst/smpte/gstsmpte.c:
35547         * gst/synaesthesia/gstsynaesthesia.c:
35548         * gst/videocrop/gstvideocrop.c:
35549         * gst/videodrop/gstvideodrop.c:
35550         * gst/y4m/gsty4mencode.c:
35551         * sys/qcam/gstqcamsrc.c:
35552         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
35553           Make them work with new video.h file.
35554         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35555         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
35556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35557         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
35558           Make it work with new buffer allocation system.
35559
35560 2004-01-11  Julien MOUTTE  <julien@moutte.net>
35561
35562         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
35563         pad_alloc_buffer implementation to use ->srcpad
35564         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
35565         pad_alloc_buffer implementation to use ->srcpad
35566         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
35567         pad_alloc_buffer implementation to use ->srcpad
35568         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
35569         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
35570         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
35571         a reference to everything we need.
35572         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
35573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
35574         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
35575         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
35576         a reference to everything we need.
35577         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
35578
35579 2004-01-11  David Schleef  <ds@schleef.org>
35580
35581         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
35582         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
35583         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
35584         structure members.
35585         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
35586         value during a resize/renegotiation.
35587         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
35588         gst_pad_alloc_buffer();
35589         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35590         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
35591         structure members.
35592         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
35593         Fix for rename of buffer private structure members.
35594         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35595         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
35596         Fix for rename of buffer private structure members.
35597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35598         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
35599         Fix for rename of buffer private structure members.
35600
35601 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
35602
35603         reviewed by: David Schleef <ds@schleef.org>
35604
35605         * gst/videofilter/Makefile.am:
35606         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
35607         from the patch by ds to fit in with recent make_filter changes.
35608
35609 2004-01-11  Julien MOUTTE  <julien@moutte.net>
35610
35611         * configure.ac: Adding examples/switch/Makefile
35612         * examples/Makefile.am: Adding examples/switch
35613         * examples/switch/Makefile.am: Adding switcher example.
35614         * examples/switch/switcher.c: (got_eos), (idle_iterate),
35615         (switch_timer), (main): Adding an example demonstrating switch usage
35616         with 2 videotestsrc showing different patterns.
35617         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
35618         (gst_switch_init): Fixing switch with the new caps system.
35619
35620 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35621
35622         * gst-libs/gst/video/video.h:
35623           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
35624           They should probably be like
35625           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
35626
35627 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35628
35629         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35630         (qtdemux_parse_trak):
35631           fix audio chunk size/timestamp calculation
35632
35633 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35634
35635         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
35636           fix SVQ3 caps
35637
35638 2004-01-11  Steve Baker  <steve@stevebaker.org>
35639
35640         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
35641         (gst_agingtv_base_init), (gst_agingtv_class_init),
35642         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
35643         (gst_agingtv_set_property), (gst_agingtv_get_property):
35644         Port agingTV to videofilter
35645
35646 2004-01-09  Julien MOUTTE <julien@moutte.net>
35647
35648         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
35649         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35650
35651 2004-01-09  Julien MOUTTE <julien@moutte.net>
35652
35653         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
35654         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35655         * gst-libs/gst/xoverlay/xoverlay.c:
35656         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
35657         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
35658         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35659         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35660         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35661         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35662         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
35663         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
35664         the bufferalloc_function to replace bufferpools, fixing the XOverlay
35665         interface implementation to handle xid being 0 and fix some bugs
35666         triggered by Benjamin's testcase.
35667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35668         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
35669         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
35670         the bufferalloc_function to replace bufferpools, fixing the XOverlay
35671         interface implementation to handle xid being 0 and fix some bugs
35672         triggered by Benjamin's testcase.
35673
35674 2004-01-09  David Schleef  <ds@schleef.org>
35675
35676         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
35677         mouse pointer events.  It works.
35678
35679 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35680
35681         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
35682           Use explicit caps - fix capsnego.
35683         * ext/xvid/gstxviddec.c:
35684         * ext/xvid/gstxvidenc.c:
35685           Remove macro-inside-macro which caused compile errors.
35686         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
35687           Error out if it's not a RIFF file. Else we error out without
35688           gst_element_error() which is not good...
35689
35690 2004-01-08  David Schleef  <ds@schleef.org>
35691
35692         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
35693         Fix pad_link function to handle formats that ffmpeg returns
35694         as multiple caps structures.
35695         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
35696         Only complain if source buffer is _smaller_ than expected.
35697         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
35698         (gst_videoscale_handle_src_event): Resize navigation events
35699         when passing them upstream.
35700         * gst/videotestsrc/gstvideotestsrc.c:
35701         * gst/videotestsrc/gstvideotestsrc.h:
35702         * gst/videotestsrc/videotestsrc.c:
35703         * gst/videotestsrc/videotestsrc.h:
35704         Rewrite many of the buffer painting functions to handle odd
35705         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
35706         been verified to work with my video card.
35707         * testsuite/gst-lint:  Add check for elements calling
35708         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
35709
35710 2004-01-08  David Schleef  <ds@schleef.org>
35711
35712         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35713         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
35714
35715 2004-01-08  Julien MOUTTE  <julien@moutte.net>
35716
35717         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
35718         configure event is not emiting the desired size signal. That fixes
35719         aspect ratio issues with gst-player.
35720
35721 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35722
35723         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
35724           Fix capsnego.
35725
35726 2004-01-08  Julien MOUTTE  <julien@moutte.net>
35727
35728         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
35729         public method to fire size signal.
35730
35731 2004-01-07  Julien MOUTTE  <julien@moutte.net>
35732
35733         * examples/gstplay/Makefile.am: Adding the interface library.
35734         * gst-libs/gst/play/Makefile.am: Adding the interface library.
35735         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
35736         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
35737         GST_IS_X_OVERLAY before signal connect.
35738         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
35739         Removing the have_video_size signal.
35740         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
35741         and associated public method.
35742         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
35743         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
35744         signal.
35745         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
35746         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
35747         signal.
35748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
35749         Using XOverlay public method to fire size signal.
35750
35751 2004-01-07  David Schleef  <ds@schleef.org>
35752
35753         * gst/videofilter/Makefile.am:
35754         * gst/videofilter/gstvideotemplate.c:
35755         * gst/videofilter/make_filter:
35756         Create gstvideoexample.c in a srcdir!=builddir friendly way.
35757         Convert make_filter to /bin/sh script.
35758
35759 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35760
35761         * gst/modplug/gstmodplug.cc: fix element description
35762
35763 2004-01-07  Julien MOUTTE  <julien@moutte.net>
35764
35765         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
35766         (got_video_size): Adding some new lines in g_print calls.
35767         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
35768         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
35769         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
35770         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
35771         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
35772         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
35773         Complete code review, reverting some stuff i disagree with, adding
35774         some fixes : time synchronization on invalid timestamps, renegotiation
35775         of private window.
35776         * sys/ximage/ximagesink.h:
35777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
35778         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
35779         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
35780         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
35781         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
35782         (gst_xvimagesink_buffer_new),
35783         (gst_xvimagesink_navigation_send_event),
35784         (gst_xvimagesink_set_xwindow_id),
35785         (gst_xvimagesink_get_desired_size),
35786         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
35787         stuff i disagree with, adding some fixes : Renegotiation of private
35788         window, implementing get_desired_size.
35789
35790 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35791
35792         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
35793         (gst_afsink_handle_event):
35794         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
35795         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
35796         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
35797         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
35798         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
35799           Fix for instantiate-test (see core). Also remove dead code from
35800           jpegenc (which still needs fixing, but that's lower on my TODO
35801           list...).
35802         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
35803           Never return NULL as caps.
35804
35805 2004-01-07  David Schleef  <ds@schleef.org>
35806
35807         * configure.ac:
35808         * ext/Makefile.am:
35809         * ext/librfb/Makefile.am:
35810         * ext/librfb/gstrfbsrc.c:
35811         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
35812         is the protocol used by VNC.
35813
35814 2004-01-07  David Schleef  <ds@schleef.org>
35815
35816         * gst/videofilter/gstvideotemplate.c:
35817         * gst/videofilter/gstvideotemplate.h:
35818         * gst/videofilter/make_filter:
35819         Merge videotemplate header into source file.
35820         * gst/effectv/Makefile.am:
35821         * gst/effectv/gsteffectv.c: (plugin_init):
35822         * gst/effectv/gstwarp.c:
35823         Make warpTV a subclass of videofilter.
35824
35825 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35826
35827         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
35828           Add guard against invalid utf-8 conversions in mad. Just in case.
35829
35830 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35831
35832         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
35833           Fix for bug shown by poisoning
35834
35835 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35836
35837         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35838         (gst_v4lmjpegsrc_buffer_free):
35839         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
35840         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
35841         (gst_v4lsrc_buffer_free):
35842           Fix for removed bufferpools.
35843
35844 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
35845
35846         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
35847         Fix caps negotiation.
35848
35849         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
35850         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
35851         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
35852         (dvdnavsrc_event):
35853         * ext/mpeg2dec/gstmpeg2dec.c:
35854         * gst-libs/gst/navigation/navigation.c:
35855         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
35856         * gst-libs/gst/navigation/navigation.h:
35857         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
35858         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
35859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
35860         Super-simple first version of mouse and keyboard events. Clicking
35861         on a DVD menu now works, although it may not take you where you
35862         expected.
35863
35864         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
35865         * gst/videotestsrc/gstvideotestsrc.c:
35866         (gst_videotestsrc_src_fixate):
35867         These fixate functions were broken - they never actually
35868         fixated :)
35869
35870 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35871
35872         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
35873         (gst_icecastsend_init):
35874           fix for new caps system.
35875         * gst-libs/gst/mixer/mixertrack.h:
35876         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
35877           Add 'master track' flag (for tools like ACME that only want to
35878           change the main volume).
35879
35880 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
35881
35882         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
35883         (gst_xvid_csp_to_caps):
35884         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
35885         * ext/xvid/gstxvidenc.c:
35886         ifdef out ARGB type when it isn't available
35887         in xvidcore 1.0.0beta2
35888
35889 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35890
35891         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
35892           When we have received a new SCR right in the first buffer after
35893           a seek (so in the same cycle that handles the discont), we should
35894           handle the buffer instead of unreffing it, else we lose data.
35895
35896 2004-01-06  Iain <iain@prettypeople.org>
35897
35898         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
35899           buffer-frames caps too.
35900
35901         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
35902           caps that we need, don't destroy them all and rebuild them. And when
35903           creating src pads, use the src pad template rather than the sink...
35904
35905 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35906
35907         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
35908           Add pad to element *after* setting functions such as event handler.
35909           Without this, the scheduler (opt) will link pads, set the event
35910           handler from the default event function (dispatcher in gstpad.c)
35911           and *after* that, we will set our own event function, which will
35912           thus never be used (and thus mpegdemux doesn't handle events).
35913
35914 2004-01-04  David Schleef  <ds@schleef.org>
35915
35916         Fix the fixate functions to handle new prototype:
35917         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
35918         * gst/videotestsrc/gstvideotestsrc.c:
35919         (gst_videotestsrc_src_fixate):
35920         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
35921         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
35922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
35923
35924 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35925
35926         * sys/ximage/ximagesink.h:
35927         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
35928         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
35929         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
35930         (gst_ximagesink_xoverlay_init):
35931           assorted fixes to make (re)embedding work
35932         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
35933         (gst_ximagesink_get_desired_size):
35934           implement desired size additions to XOverlay
35935
35936 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35937
35938         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
35939         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
35940         (gst_x_overlay_got_desired_size):
35941         * gst-libs/gst/xoverlay/xoverlay.h:
35942           Add optional "desired size" signal and querying.
35943
35944 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35945
35946         * gst/matroska/matroska-demux.c:
35947         (gst_matroska_demux_parse_blockgroup):
35948           Fix EBML-laced block parsing. Diffs are relative to previous
35949           lace, not the first lace. Thanks to Mosu from the Matroska
35950           team for detecting this.
35951         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35952         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
35953         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
35954         (gst_wavparse_change_state):
35955         * gst/wavparse/gstwavparse.h:
35956           Quickfix for capsnego.
35957
35958 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35959
35960         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
35961           Fix indenting, fix pad creation.
35962
35963 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35964
35965         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
35966         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
35967         (gst_xviddec_sink_link):
35968           Implement src_getcaps() so proper size caps is negotiated.
35969
35970 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35971
35972         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
35973           Finish flac decoder on EOS. See #116178.
35974
35975 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35976
35977         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
35978         (gst_matroska_demux_add_stream):
35979         * gst/matroska/matroska-ids.h:
35980           Add getcaps() function to fix capsnego...
35981
35982 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35983
35984         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
35985         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
35986         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
35987           Fix more integer overflows. Again, see #126967.
35988
35989 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35990
35991         * ext/mpeg2dec/gstmpeg2dec.c:
35992           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
35993           #130416.
35994
35995 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35996
35997         * configure.ac:
35998         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
35999         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
36000         * ext/xvid/gstxvid.h:
36001         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
36002         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
36003         (gst_xviddec_src_link), (gst_xviddec_sink_link),
36004         (gst_xviddec_change_state):
36005         * ext/xvid/gstxviddec.h:
36006         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
36007         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
36008         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
36009         (gst_xvidenc_link), (gst_xvidenc_set_property),
36010         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
36011         * ext/xvid/gstxvidenc.h:
36012           Update xvid plugin to latest xvid (1.0.0-beta3) API.
36013
36014 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36015
36016         * gst/rtp/rtp-packet.c:
36017           Add sys/types.h include, since OS X doesn't define in_addr_t
36018           in netinet/in.h, like it does on Linux (see #129600).
36019
36020 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
36021
36022         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
36023
36024         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
36025           Correct logic of dispose function (see #129306).
36026
36027 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36028
36029         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
36030         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
36031         (gst_mpeg_parse_init):
36032         * gst/mpegstream/gstmpegparse.h:
36033           Remove clock (which was never provided, i.e. dead code), and
36034           also fix integer overflows at high PTS values (see #126967).
36035
36036 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36037
36038         * ext/flac/gstflacdec.c:
36039         * ext/libpng/gstpngenc.h:
36040         * ext/mikmod/gstmikmod.h:
36041           OS X fixes (see #126628).
36042
36043 2004-01-02  David Schleef  <ds@schleef.org>
36044
36045         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
36046         (gst_alsa_src_base_init): Remove bogus "src" request pad.
36047         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
36048         (gst_mpeg_parse_class_init): Move pad template registration
36049         to class_init, since the derived class (mpegdemux) doesn't
36050         want them.
36051
36052 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36053
36054         * sys/ximage/Makefile.am:
36055         * sys/xvideo/Makefile.am:
36056         * sys/xvimage/Makefile.am:
36057           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
36058           after installation (see #127664).
36059
36060 2004-01-02  David Schleef  <ds@schleef.org>
36061
36062         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
36063         (gst_ffmpegenc_connect):  Negotiation fixes.
36064         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
36065         Remove inappropriate gst_caps_free().
36066         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
36067         Reenable Ronald's internal resize code, since the core handles
36068         it correctly now.
36069
36070 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36071
36072         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
36073         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
36074         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
36075           Fix pad template stuff.
36076
36077 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36078
36079         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
36080         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
36081           fix signed integer reading/writing.
36082
36083 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36084
36085         * ext/alsa/README:
36086           Remove outdated document
36087
36088 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
36089
36090         * gst/cutter/gstcutter.c: (gst_cutter_init):
36091           src pad was being created twice - oops.
36092
36093 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36094
36095         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
36096           Comment out internal resize. It doesn't handle the resulting
36097           XEvent internally, does another try_set_caps() which leads to
36098           a really nice loop.
36099           Real fix will come when Julien and Dave are awake. ;).
36100
36101 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36102
36103         * ext/mpeg2enc/gstmpeg2enc.cc:
36104           fix const/nonconst compile issue.
36105
36106 2004-01-02  David Schleef  <ds@schleef.org>
36107
36108         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
36109         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
36110         Add fixate function and a check for bad formats.
36111
36112 2004-01-01  David Schleef  <ds@schleef.org>
36113
36114         Negotiation fixes:
36115         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
36116         (gst_audiofilter_init):
36117         * gst/debug/efence.c: (gst_efence_init):
36118         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
36119         (gst_deinterlace_init):
36120         * gst/volume/gstvolume.c: (volume_connect):
36121
36122 2004-01-01  David Schleef  <ds@schleef.org>
36123
36124         Convert elements to use gst_pad_use_explicit_caps() where
36125         appropriate:
36126         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
36127         * ext/audiofile/gstafparse.c: (gst_afparse_init),
36128         (gst_afparse_open_file):
36129         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
36130         (gst_afsrc_open_file):
36131         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
36132         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
36133         (gst_ffmpegdec_chain):
36134         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
36135         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
36136         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
36137         (gst_gdk_pixbuf_chain):
36138         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
36139         (gst_jpegdec_chain):
36140         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
36141         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
36142         (gst_mikmod_negotiate):
36143         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
36144         (gst_mpeg2dec_negotiate_format):
36145         * ext/mpeg2enc/gstmpeg2enc.cc:
36146         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36147         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
36148         (gst_speexdec_sinkconnect):
36149         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
36150         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
36151         (gst_vorbisfile_new_link):
36152         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
36153         (gst_ac3parse_chain):
36154         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
36155         (gst_asf_demux_setup_pad):
36156         * gst/auparse/gstauparse.c: (gst_auparse_init),
36157         (gst_auparse_chain):
36158         * gst/id3/gstid3types.c: (gst_id3types_loop):
36159         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
36160         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36161         (mp1videoparse_parse_seq):
36162         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
36163         (bpf_from_header):
36164         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36165         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
36166         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
36167         (gst_mpeg_parse_send_data):
36168         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36169         (gst_qtdemux_add_stream):
36170         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
36171         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36172         (gst_wavparse_parse_fmt):
36173
36174 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36175
36176         * configure.ac:
36177           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
36178           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
36179           it therefore uses the wrong include paths. Too bad... Note
36180           that 1.6.1.93 is not release yet. ;).
36181           Also add a check for mplex, which is now using the lib'ified
36182           mplex from mjpegtools, too.
36183         * ext/ffmpeg/gstffmpegcodecmap.c:
36184           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
36185           issues. I don't think ffmpeg handles 3ivx correctly, so this
36186           probably won't work. But it won't hurt either.
36187         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
36188         (gst_ffmpegdec_chain):
36189         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
36190         (gst_ffmpegenc_chain_audio):
36191           Fix memleak in audio encoding. Close codec if open fails, this
36192           calls the cleanup routines so we can re-use the context.
36193         * ext/mpeg2enc/gstmpeg2enc.cc:
36194           Fix pad template names/types, fix memory issue with getcaps().
36195         * ext/mpeg2enc/gstmpeg2encoder.cc:
36196         * ext/mpeg2enc/gstmpeg2encoder.hh:
36197           Fix compile issue with new caps system (const thingy).
36198         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
36199         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
36200           We read a first frame right on initing, so that we have a caps
36201           when we init the output. This caps is cached in padprivate and
36202           read as first frame.
36203         * ext/mplex/Makefile.am:
36204         * ext/mplex/gstmplex.cc:
36205         * ext/mplex/gstmplex.h:
36206         * ext/mplex/gstmplex.hh:
36207         * ext/mplex/gstmplexibitstream.cc:
36208         * ext/mplex/gstmplexibitstream.hh:
36209         * ext/mplex/gstmplexjob.cc:
36210         * ext/mplex/gstmplexjob.hh:
36211         * ext/mplex/gstmplexoutputstream.cc:
36212         * ext/mplex/gstmplexoutputstream.hh:
36213           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
36214           had issues, didn't do capsnego, supported only a subset of the
36215           mplex features and required a mplex fork in our local CVS. Plus
36216           that it worked agaist a very old mplex version. Rewriting was
36217           faster than updating it.
36218         * gst-libs/ext/Makefile.am:
36219         * gst-libs/ext/mplex/INSTRUCT:
36220         * gst-libs/ext/mplex/Makefile.am:
36221         * gst-libs/ext/mplex/README:
36222         * gst-libs/ext/mplex/TODO:
36223         * gst-libs/ext/mplex/ac3strm_in.cc:
36224         * gst-libs/ext/mplex/audiostrm.hh:
36225         * gst-libs/ext/mplex/audiostrm_out.cc:
36226         * gst-libs/ext/mplex/aunit.hh:
36227         * gst-libs/ext/mplex/bits.cc:
36228         * gst-libs/ext/mplex/bits.hh:
36229         * gst-libs/ext/mplex/buffer.cc:
36230         * gst-libs/ext/mplex/buffer.hh:
36231         * gst-libs/ext/mplex/fastintfns.h:
36232         * gst-libs/ext/mplex/format_codes.h:
36233         * gst-libs/ext/mplex/inputstrm.cc:
36234         * gst-libs/ext/mplex/inputstrm.hh:
36235         * gst-libs/ext/mplex/lpcmstrm_in.cc:
36236         * gst-libs/ext/mplex/mjpeg_logging.cc:
36237         * gst-libs/ext/mplex/mjpeg_logging.h:
36238         * gst-libs/ext/mplex/mjpeg_types.h:
36239         * gst-libs/ext/mplex/mpastrm_in.cc:
36240         * gst-libs/ext/mplex/mpegconsts.cc:
36241         * gst-libs/ext/mplex/mpegconsts.h:
36242         * gst-libs/ext/mplex/mplexconsts.hh:
36243         * gst-libs/ext/mplex/multplex.cc:
36244         * gst-libs/ext/mplex/outputstream.hh:
36245         * gst-libs/ext/mplex/padstrm.cc:
36246         * gst-libs/ext/mplex/padstrm.hh:
36247         * gst-libs/ext/mplex/stillsstream.cc:
36248         * gst-libs/ext/mplex/stillsstream.hh:
36249         * gst-libs/ext/mplex/systems.cc:
36250         * gst-libs/ext/mplex/systems.hh:
36251         * gst-libs/ext/mplex/vector.cc:
36252         * gst-libs/ext/mplex/vector.hh:
36253         * gst-libs/ext/mplex/videostrm.hh:
36254         * gst-libs/ext/mplex/videostrm_in.cc:
36255         * gst-libs/ext/mplex/videostrm_out.cc:
36256         * gst-libs/ext/mplex/yuv4mpeg.cc:
36257         * gst-libs/ext/mplex/yuv4mpeg.h:
36258         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
36259         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
36260           We don't fork mjpegtools' mplex in our CVS anymore.
36261         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
36262         (gst_avi_demux_add_stream):
36263         * gst/avi/gstavidemux.h:
36264           Add getcaps() function for proper caps nego. This makes some
36265           parts of AVI playback/reading work.
36266         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
36267           Resize window on new capsnego. This is probably wrong, but
36268           I'm still committing it because with current capsnego, the
36269           first successfull capsnego is auto-fixated, therefore rounded
36270           down to the lowest values in the caps. this results in a 16x16
36271           XWindow that is not reized when real capsnego finishes.
36272           Dave, I see more cases of this, do you know a proper solution?
36273         * tools/gst-launch-ext.in:
36274           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
36275
36276 2003-12-31  David Schleef  <ds@schleef.org>
36277
36278         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
36279         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
36280           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
36281
36282 2003-12-30  David Schleef  <ds@schleef.org>
36283
36284         * ext/ffmpeg/gstffmpegcolorspace.c:
36285         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
36286         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
36287         (gst_ffmpegcsp_chain): Negotiation fixes
36288         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
36289         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
36290         (gst_audio_convert_link), (gst_audio_convert_channels):
36291         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
36292         (gst_audioscale_link), (gst_audioscale_get_buffer),
36293         (gst_audioscale_chain): Negotiation fixes
36294         * gst/audioscale/gstaudioscale.h:
36295         * gst/videofilter/gstvideofilter.c:
36296         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
36297         (gst_videofilter_link), (gst_videofilter_init),
36298         (gst_videofilter_set_output_size), (gst_videofilter_setup),
36299         (gst_videofilter_find_format_by_structure):
36300         * gst/videofilter/gstvideofilter.h: Negotiation fixes
36301         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
36302         (gst_videoscale_link):
36303         * gst/videoscale/videoscale.c: (videoscale_get_structure),
36304         (videoscale_find_by_structure), (gst_videoscale_setup):
36305         * gst/videoscale/videoscale.h: Negotiation fixes
36306         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
36307         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
36308         function, restrict resizing to a multiple of 4 (hack until
36309         everyone supports odd sizes correctly).
36310
36311 2003-12-29  Colin Walters  <walters@verbum.org>
36312
36313         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
36314         signed.
36315
36316 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
36317
36318         * ext/sndfile/gstsf.c: (gst_sf_loop):
36319           Fix warning about discarding const qualifier
36320
36321 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
36322
36323         * gst/cutter/gstcutter.c:
36324         * gst/videoscale/gstvideoscale.c:
36325         * gst/volenv/gstvolenv.c:
36326         * gst-libs/gst/audio/audio.c:
36327         * gst-libs/gst/video/video.c:
36328           Fix warnings
36329
36330 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36331
36332         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
36333           Don't send ALSA debugging to stderr.
36334         * ext/alsa/gstalsa.h:
36335           Use GST_WARNING instead of g_warning when ALSA functions fail.
36336
36337 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36338
36339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
36340           Free XVAdapterInfo correctly.
36341
36342 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36343
36344         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
36345         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
36346           Make id3tag use correct caps nego.
36347
36348 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
36349
36350         * ext/ivorbis/vorbis.c:
36351         * ext/ivorbis/vorbisenc.h:
36352         * ext/ivorbis/vorbisfile.c:
36353           Modify so that it uses the new caps things
36354
36355 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36356
36357         * testsuite/spider/spider1.c: (main):
36358         * testsuite/spider/spider2.c: (main):
36359         * testsuite/spider/spider3.c: (main):
36360           Make tests compile again. They probably don't work.
36361
36362 2003-12-24  Colin Walters  <walters@verbum.org>
36363
36364         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
36365         we can't fixate the caps anymore.
36366
36367 2003-12-23  David Schleef  <ds@schleef.org>
36368
36369         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
36370         * sys/oss/gstosssink.c: (gst_osssink_init),
36371         (gst_osssink_sink_fixate): Add fixate function.
36372
36373 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36374
36375         * ext/ffmpeg/gstffmpegcodecmap.c:
36376         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
36377         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
36378         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
36379         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
36380         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
36381         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
36382         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
36383           fix typo in RGB masks, and move back to "old" colorspace
36384           capsnego code until whoever wrote this new crap has actually
36385           tested it so that it works.
36386           And yes, this works, keep it that way please.
36387
36388 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36389
36390         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
36391         (gst_divxdec_init), (gst_divxdec_negotiate):
36392         * ext/divx/gstdivxdec.h:
36393         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
36394         (gst_divxenc_init):
36395         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
36396         (gst_faac_sinkconnect), (gst_faac_srcconnect):
36397         * ext/mpeg2enc/gstmpeg2enc.cc:
36398         * ext/mpeg2enc/gstmpeg2encoder.cc:
36399         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
36400         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
36401         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
36402         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
36403         (dxr3spusink_init):
36404         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
36405         (dxr3videosink_init):
36406           Fix caps breakage after Dave's caps branch merge.
36407
36408 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36409
36410         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
36411           Fix for 24bpp display.
36412
36413 2003-12-23  Colin Walters  <walters@verbum.org>
36414
36415         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
36416         a GnomeVFSHandle directly.
36417
36418 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36419
36420         * gst/volume/Makefile.am:
36421         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
36422         (volume_base_init), (volume_init):
36423           Reenable volume element and fix to work with new caps stuff.
36424           Rhythmbox needs this.
36425
36426 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36427
36428         * gst/qtdemux/qtdemux.c: (plugin_init):
36429           qtdemux requires bytestream
36430
36431 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36432
36433         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
36434           Fix remaining caps handling errors due to CAPS merge.
36435
36436 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36437
36438         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
36439         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
36440         (gst_faad_srcconnect):
36441           Port to new caps system.
36442
36443 2003-12-21  Julien MOUTTE  <julien@moutte.net>
36444
36445         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
36446         (got_video_size), (main): using g_print instead of g_message.
36447         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
36448         signal which was not emitted because of "switch" element added to the
36449         bin but not connected. (Removing from the bin temporarily)
36450
36451 2003-12-21  Julien MOUTTE  <julien@moutte.net>
36452
36453         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
36454         find X development files. I don't understand the previous tests and
36455         they fail on my debian/ppc unstable. This one works.
36456         * examples/gstplay/player.c: (main): Set the pipeline to READY before
36457         exiting.
36458         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
36459         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36460         (gst_play_set_visualization): Add some safety checks in set_ methods
36461         and state_change. This was throwing some ugly CRITICAL messages when
36462         pipeline was getting disposed and casts were failing.
36463
36464 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36465
36466         * configure.ac:
36467           Improve mpeg2enc detection. This is for distributions that do
36468           ship mjpegtools, but without mpeg2enc. Also does object check
36469           for might there ever be ABI incompatibility.
36470         * ext/mpeg2enc/gstmpeg2enc.cc:
36471           Add Andrew as second maintainer (he's helping me), and also add
36472           an error if no caps was set. This happens if I pull before capsnego
36473           and that's something I should solve sometime else.
36474         * gst/matroska/matroska-demux.c:
36475         (gst_matroska_demux_parse_blockgroup):
36476           Fix time parsing.
36477         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
36478         (gst_matroska_mux_track_header):
36479           Add caps to templates.
36480         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
36481           Add mpegversion=1 to prevent confusion with MPEG/AAC.
36482         * gst/mpegstream/gstmpegdemux.c:
36483           Remove layer since it causes warnings about unfixed caps.
36484         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
36485           Fix obvious typo (we error out if caps were set, we should of
36486           course error out if *no* caps were set).
36487         * sys/oss/gstosselement.c: (gst_osselement_convert):
36488           Fix format conversion, we confused bits/bytes.
36489         * sys/oss/gstosselement.h:
36490           Improve documentation for 'bps'.
36491         * sys/v4l/TODO:
36492           Remove stuff about plugins that need removing - this was done
36493           ages ago.
36494         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
36495         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
36496         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
36497         (gst_v4lsrc_src_query):
36498         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
36499         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
36500           Add get_query_types(), get_formats() and query() functions.
36501
36502 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
36503
36504         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
36505           * moved CVS to freedesktop.org