gst-libs/gst/pbutils/install-plugins.*: Add GBoxed GType for GstInstallPluginsContext...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2
3         * gst-libs/gst/pbutils/install-plugins.c:
4         (gst_install_plugins_context_copy),
5         (gst_install_plugins_context_get_type):
6         * gst-libs/gst/pbutils/install-plugins.h:
7         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
8         for bindings.
9
10 2008-01-11  Michael Smith <msmith@fluendo.com>
11
12         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13         (_theora_granule_frame), (_theora_granule_start_time),
14         (theora_dec_sink_convert), (theora_dec_decode_buffer):
15           Adapt for post-alpha meaning of granulepos, when we
16           have a newer version of libtheora.
17         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
19         (theora_enc_is_discontinuous), (theora_enc_chain):
20           Likewise.
21         * tests/check/Makefile.am:
22           Link libtheora into theoraenc test so we can check which version of
23           libtheora we're testing against.
24         * tests/check/pipelines/theoraenc.c: (check_libtheora),
25         (check_buffer_granulepos),
26         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
27         (theoraenc_suite):
28           Adapt tests to check the values that are now defined for theora; make
29           the tests backwards-adapt the passed values if we're running against an
30           old libtheora.
31           Fixes #497964
32
33 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
34
35         * gst-libs/gst/audio/gstbaseaudiosink.c:
36           (gst_base_audio_sink_class_init):
37         * gst-libs/gst/audio/gstbaseaudiosrc.c:
38           (gst_base_audio_src_class_init):
39           Ref audio clock class from a thread-safe context to make sure
40           we're not bit by GObjects lack of thread-safety here (#349410),
41            however unlikely that may be in practice.
42
43 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
44
45         * autogen.sh:
46           Add -Wno-portability to the automake parameters to stop warnings
47           about GNU make extensions being used. We require GNU make in almost
48           every Makefile anyway.
49           
50         * configure.ac:
51           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
52           at the same time is required for per target flags.
53
54 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
55
56         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
57           Post an error message if we can't pull as many bytes as we need
58           for the tag. This makes sure the user gets to see a proper error
59           message if a file with a partial ID3 tag is fed to decodebin, and
60           not a 'no ID3 tag demuxer' error, which would be confusing
61           (see #508138).
62
63 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
64
65         * gst-libs/gst/pbutils/descriptions.c: (formats):
66           Add description strings for ID3, APE, and ICY tags.
67
68 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
69
70         * gst/playback/gstdecodebin.c: (try_to_link_1):
71           Make sure we error out correctly if we can't activate one of
72           the elements we've added.  Fixes #508138.
73           
74 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
75
76         Patch by: Bastien Nocera <hadess at hadess net>
77
78         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
79           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
80           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
81           the volume is the same for all channels. This works around
82           some problem in alsa that leaves us with inconsistent state
83           for some reason (#486840).
84
85 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
86
87         Patch by: Jerone Young <jerone at gmail com>
88
89         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
90           If there's no mixer track by the name of 'Master' or 'Front',
91           check if there's one called 'PCM' before trying the generic
92           fallback logic (fixes #506928, where we pick 'Mic' as master
93           track for the AD1984 card in a Thinkpad T61/X61 laptop).
94
95 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
96
97         * gst/playback/gstplay-enum.c:
98         (register_gst_autoplug_select_result),
99         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
100         (gst_play_flags_get_type):
101         * gst/playback/gstplay-enum.h:
102         Add enums for configuration flags.
103
104         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
105         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
106         (gst_play_bin_get_property), (no_more_pads_cb),
107         (autoplug_select_cb), (gst_play_bin_change_state):
108         Merge mode with flags.
109         Add more property getters/setters, defaults and docs.
110         Add properties to get number of audio/video/text streams.
111         Create sink object in _init so that we can always rely on it being
112         there.
113
114         * gst/playback/gstplaysink.c: (gst_play_sink_init),
115         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
116         (activate_vis), (gst_play_sink_reconfigure),
117         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
118         (gst_play_sink_change_state):
119         * gst/playback/gstplaysink.h:
120         Use flags to configure the sink pipelines.
121         Add tee before audio pipeline so that we can use it for visualisations.
122         Start working on integrating visualisations.
123         Remove mode, we can do everything with the flags now.
124         Add method to configue the sink pipeline.
125
126 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
127
128         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
129           (check_buffer_timestamp), (check_buffer_duration):
130           Turn these functions into macros so we can see right away
131           where the failure occured.
132
133 2008-01-05  Julien Moutte  <julien@fluendo.com>
134
135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
136         debugging information to understand how X calculates the stride
137         for XvImages.
138
139 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
140
141         * gst/volume/Makefile.am:
142         * gst/volume/gstvolume.c: (volume_choose_func),
143         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
144         (volume_setup):
145         * gst/volume/gstvolume.h:
146         Use GstAudioFilter as base class for the volume element instead of
147         plain GstBaseTransform.
148
149 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
150
151         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
152         Don't set element details for the abstract GstAudioFilter class.
153
154 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
155
156         * gst-libs/gst/audio/gstaudiofilter.c:
157         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
158         Implement get_unit_size() vmethod of GstBaseTransform.
159
160 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
161
162         * gst-libs/gst/pbutils/Makefile.am:
163         * gst-libs/gst/pbutils/pbutils.h:
164         Use glib-enum generator to have a proper enum GType for
165         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
166
167 2007-12-31  David Schleef  <ds@schleef.org>
168
169         * tests/check/Makefile.am:
170         * tests/check/pipelines/theoraenc.c:
171           Reenable theoraenc test, which fails on the buildbot but
172           not locally.
173
174 2007-12-31  David Schleef  <ds@schleef.org>
175
176         * docs/libs/.cvsignore:
177         * docs/plugins/.cvsignore:
178           Add *-undeclared.txt to fix buildbot.
179
180 2007-12-31  David Schleef  <ds@schleef.org>
181
182         * tests/check/Makefile.am:
183           Second attempt at disabling theoraenc test long enough to
184           get buildbot to compile -base.
185
186 2007-12-31  David Schleef  <ds@schleef.org>
187
188         * tests/check/pipelines/theoraenc.c:
189           Disable theoraenc test long enough to get the buildbot to
190           compile a recent -base.
191
192 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
193
194         * tests/examples/seek/seek.c: (stop_cb):
195         Make sure we reset the slider value to 0.0 without racing against a
196         possible g_idle that sets it to something else.
197
198 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
199
200         * sys/ximage/ximagesink.c:
201         fix typo
202
203 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
204
205         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
206         * gst-libs/gst/rtsp/gstrtspdefs.h:
207         Add Location header so that we can start implementing redirects.
208         See #506025.
209
210 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
211
212         * gst/subparse/gstssaparse.c:
213         combine if's
214
215 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
216
217         * gst/subparse/gstssaparse.c:
218         remove duplicate log message
219
220 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
221
222         * ext/libvisual/visual.c: (gst_visual_chain):
223         Fix 'xyz may be used uninitialized' compiler warnings caused
224         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
225         abort() in any case but properly report the error.
226
227 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
228
229         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
230         (gst_play_bin_finalize), (gst_play_bin_set_uri),
231         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
232         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
233         (autoplug_select_cb), (activate_group), (deactivate_group),
234         (setup_next_source), (save_current_group),
235         (gst_play_bin_change_state):
236         Code cleanups.
237         Remove next-uri, we can use the uri property just fine.
238         Fix some crasher.
239         Unref uridecodebin when switching.
240         Fix going to READY.
241
242         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
243         (gst_play_sink_init), (gst_play_sink_dispose),
244         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
245         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
246         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
247         (gst_play_sink_set_property), (gst_play_sink_get_property),
248         (gen_video_chain), (gen_text_element), (gen_audio_chain),
249         (gen_vis_element), (gst_play_sink_get_mode),
250         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
251         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
252         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
253         (gst_play_sink_change_state):
254         * gst/playback/gstplaysink.h:
255         Add some locking to make things threadsafe.
256
257         * gst/playback/test7.c: (about_to_finish_cb):
258         Fix test.
259
260 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
261
262         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
263           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
264           (gst_video_scale_transform):
265           Don't claim to be able to handle/transform caps that can't really
266           be handled by the currently selected scaling method (here: RGB or
267           packed YUV with 4-tap method). Also add locking to method property.
268
269         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
270           (test_basetransform_based):
271           Some test pipelines for the above (not entirely valgrind clean yet
272           apparently).
273
274 2007-12-21  David Schleef  <ds@schleef.org>
275
276         * gst-libs/gst/video/video.c:
277         * gst-libs/gst/video/video.h:
278           Add additional RGBA and RGB-24 video formats.
279
280 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
281
282         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
283           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
284           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
285         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
286           (cddabasesrc_suite):
287           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
288           deprecated in the future (see #498924).
289
290 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
291
292         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
293           Don't leak event.
294
295 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
296
297         * gst-libs/gst/riff/riff-read.c:
298         Use GST_ROUND_UP_2 macro
299
300 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
301
302         * gst/playback/.cvsignore:
303           Ignore more.
304
305 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
306
307         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
308         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
309           (set_active_source):
310         * gst/playback/gstplaybasebin.h:
311         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
312           (setup_sinks), (playbin_set_subtitles_visible):
313           Make switching off of subtitles work. To avoid all kind of
314           problems with unlinking of the subtitle input, we just keep
315           the subtitle inputs linked as they are and tell textoverlay
316           not to render them. Fixes #373011.
317           Other subtitle switching issues (esp. when there are both
318           external and in-stream subtitles) remain. They'll be solved
319           in playbin2.
320
321 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
322
323         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
324         Init the pad segment too.
325
326 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
327
328         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
329         (gst_audioringbuffer_open_device),
330         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
331         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
332         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
333         (gst_audio_sink_create_ringbuffer):
334         Improve debug output.
335
336         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
337         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
338         Prevent some functions from doing things and failing when the
339         ringbuffer is not yet acquired.
340
341 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
342
343         * gst-libs/gst/interfaces/interfaces.h:
344           Also remove interfaces.h from CVS as it is not needed anymore.
345
346 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
347
348         * gst-libs/gst/interfaces/Makefile.am:
349           interfaces.h is not used anymore so remove it from the build
350           process.
351
352 2007-12-17  David Schleef  <ds@schleef.org>
353
354         * gst/videotestsrc/gstvideotestsrc.c:
355         * gst/videotestsrc/gstvideotestsrc.h:
356           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
357           for testing vertical refresh synchronization.
358
359 2007-12-17  David Schleef  <ds@schleef.org>
360
361         * docs/libs/gst-plugins-base-libs-sections.txt:
362         * gst-libs/gst/video/video.c:
363         * gst-libs/gst/video/video.h:
364           Add new GstVideFormat enum and write a bunch of helper functions
365           based around it.
366
367 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
368
369         * Makefile.am:
370           Use new common/win32.mak.
371
372 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
373
374         * gst-libs/gst/audio/gstbaseaudiosrc.c:
375         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
376         Add debug info.
377         When going from PLAYING to PAUSED, pause the ringbuffer before calling
378         the parent state change function, just like the audiosink, because the
379         parent waits for the element to finish its processing before completing
380         the state change. This makes going to PAUSED a lot snappier.
381         When going from READY to PAUSED, don't allow the ringbuffer to start
382         yet.
383
384 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
385
386         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
387         Yet another fix for broken software that produce files with an empty
388         blockalign field. Instead of completely failing, make a second attempt
389         at guessing the width/depth by looking at strf->size.
390
391 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
392
393         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
394           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
395         * gst-libs/gst/pbutils/install-plugins.c:
396           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
397         * gst-libs/gst/pbutils/missing-plugins.c:
398           (gst_missing_plugin_message_get_installer_detail),
399           (gst_missing_encoder_installer_detail_new):
400         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
401         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
402           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
403           avoid compiler warnings (#503930).
404
405 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
406
407         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
408         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
409         for jpeg video streams.
410         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
411         for the above modification.
412
413 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
414
415         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
416           (gst_x_overlay_handle_events):
417           More guards (we don't want klass to end up being NULL).
418
419 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
420
421         * configure.ac:
422         * gst/volume/gstvolume.c: (gst_volume_init):
423           Use new gst_base_transform_set_gap_aware() function as volume
424           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
425           for this.
426
427 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
428
429         * tests/examples/seek/seek.c: (msg_segment_done), (main):
430         Don't go to READY on EOS as this avoids testing of seeking and
431         restarting after EOS, use the stop button when you want to READY.
432         Don't try to do a flushing seek in segment-done, it does not make
433         sense to use this for gapless playback and is not needed.
434
435 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
436
437         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
438         (reset_rate_timer), (update_in_rates), (update_out_rates),
439         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
440         (gst_queue_chain), (gst_queue_loop):
441         Use separate timers for input and output rates.
442         Pause measuring the output rate when we block for more data.
443         See #503262.
444
445 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
446
447         * gst/playback/gstqueue2.c: (gst_queue_chain):
448         Pause the timer to measure the input rate when we block because the
449         queue is filled. See #503262.
450
451 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
452
453         Patch by: Peter Kjellerstedt  <pkj at axis com>
454
455         * gst-libs/gst/rtsp/gstrtspconnection.c:
456         (gst_rtsp_connection_free):
457         Close control sockets. Fixes #503440.
458
459 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
460
461         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
462         Expose the right pad in the right place with the right element.
463
464 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
465
466         * gst-libs/gst/pbutils/descriptions.c: (formats):
467           Add description for 'private' dts caps (who come up with that name?).
468
469 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
470
471         * Makefile.am:
472           Add check-exports target and run it with 'make check'.
473
474         * configure.ac:
475           Be stricter about what we export in our libraries: change regexp so that
476           we only export _gst_foo(), but not __gst_foo().
477
478         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
479         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
480           Change internal functions to __gst_foo so they dont' get exported.
481
482         * win32/common/libgstaudio.def:
483           Add missing symbols.
484
485 2007-12-11  David Schleef  <ds@schleef.org>
486
487         * ChangeLog: remove conflict markers
488
489 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
490
491         * ext/gnomevfs/Makefile.am:
492         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
493           Use gst_tag_freeform_string_to_utf8() here, which also takes
494           into account any character sets specified by the user via
495           environment variables.
496
497 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
498
499         * gst/audioconvert/Makefile.am:
500         Also link to libm.
501
502 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
503
504         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
505         No need for floating point operations here. avoids having to link
506         against the math library too.
507
508 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
509
510         * gst-libs/gst/pbutils/descriptions.c: (formats),
511           (format_info_get_desc):
512         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
513           (GST_START_TEST):
514           Add one or two missing formats.  Generate ADPCM description
515           dynamically depending on layout/format.
516
517 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
518
519         * configure.ac:
520           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
521
522 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
523
524         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
525
526         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
527           Some .srt files start with chunk number 0 and not chunk number 1,
528           recognise and accept those as well (fixes #502497).
529
530         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
531           (test_src):
532           Add unit test for the above.
533
534 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
535
536         * gst/playback/gstplay-enum.c:
537         (register_gst_autoplug_select_result),
538         (gst_autoplug_select_result_get_type):
539         * gst/playback/gstplay-enum.h:
540         Add missing files.
541
542 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
543
544         * gst/playback/Makefile.am:
545         Group decodebin2 and uridecodebin into the same plugin so that they
546         can share the GEnumType.
547
548         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
549         (_gst_select_accumulator), (gst_decode_bin_class_init),
550         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
551         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
552         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
553         Add signal to sort factories instead of the more awkward autoplug-select
554         signal.
555         Modify autoplug_select so that we can try, skip or expose the
556         autopluggin of an element on a pad.
557
558         * gst/playback/gstfactorylists.c: (compare_ranks),
559         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
560         (element_filter), (gst_factory_list_get_elements),
561         (gst_factory_list_debug), (gst_factory_list_filter):
562         * gst/playback/gstfactorylists.h:
563         Simplify the API, allow getting elements based on mask.
564
565         * gst/playback/gstplay-marshal.list:
566         Add some more marshallers.
567
568         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
569         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
570         (autoplug_select_cb), (activate_group):
571         Add support for managing non-raw sinks by providing a custom element and
572         sink list to decodebin2.
573         Try to plug non-raw sinks when decodebin2 using autoplug-select of
574         decodebin2.
575
576         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
577         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
578         * gst/playback/gstplaysink.h:
579         Add support for raw and non-raw sinks. 
580         Add support to force sinks selected by playbin2.
581         Don't plug raw converters for non-raw sinks.
582
583         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
584         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
585         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
586         (plugin_init):
587         Use right accumulators.
588         Proxy new signal.
589
590 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
591
592         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
593         Use runnning time as the base time instead of the timestamp.
594         Spotted by Saur on IRC.
595
596 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
597
598         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
599         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
600
601 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
602
603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
604         (gst_ogg_demux_read_chain):
605         If we find a new serial number but it does not contain a BOS page, make
606         sure we initialize the chain to NULL because else we will try to scan it
607         and crash. Fixes #500763
608
609 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
610
611         * gst/playback/Makefile.am:
612         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
613         (get_feature_array), (decoders_filter), (sinks_filter),
614         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
615         (gst_factory_list_filter):
616         * gst/playback/gstfactorylists.h:
617         Refactor some common code to filter factories and check caps compat.
618
619         * gst/playback/gstdecodebin.c:
620         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
621         (gst_decode_bin_init), (gst_decode_bin_dispose),
622         (gst_decode_bin_autoplug_continue),
623         (gst_decode_bin_autoplug_factories),
624         (gst_decode_bin_autoplug_select), (analyze_new_pad),
625         (find_compatibles):
626         * gst/playback/gstplaybin.c:
627         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
628         (gst_play_bin_init), (gst_play_bin_finalize),
629         (autoplug_factories_cb), (activate_group):
630         * gst/playback/gstqueue2.c:
631         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
632         (proxy_autoplug_continue_signal),
633         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
634         (proxy_drained_signal):
635         Add some more debug info and use factor filtering code.
636
637 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
638
639         * gst/audiotestsrc/gstaudiotestsrc.c:
640         * gst/volume/gstvolume.c:
641         * gst/volume/gstvolume.h:
642           Add GAP-flag support.
643
644 2007-11-24  Julien MOUTTE  <julien@moutte.net>
645
646         * tests/examples/seek/seek.c: (main): Increase the range of the
647         rate selector as I would like to test QOS behavior at higher
648         forward and reverse playback speed like say 64x.
649
650 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
651
652         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
653         (audioresample_query), (audioresample_query_type),
654         (gst_audioresample_set_property):
655         Implement latency query.
656
657 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
658
659         * gst-libs/gst/audio/gstbaseaudiosink.c:
660         (gst_base_audio_sink_drain):
661         Our EOS time contains the base_time, _wait_eos() expects a running_time
662         so we have to subtract the base_time again before calling the function.
663         This fixes an EOS regression where the base_time was added twice and EOS
664         took longer and longer in certain situations.
665         Fixes #498767.
666
667 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
668
669         * docs/libs/gst-plugins-base-libs-sections.txt:
670         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
671         (gst_base_audio_sink_set_provide_clock),
672         (gst_base_audio_sink_get_provide_clock),
673         (gst_base_audio_sink_set_slave_method),
674         (gst_base_audio_sink_get_slave_method),
675         (gst_base_audio_sink_set_property),
676         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
677         (gst_base_audio_sink_none_slaving),
678         (gst_base_audio_sink_handle_slaving):
679         * gst-libs/gst/audio/gstbaseaudiosink.h:
680         Expose methods for some object properties so that subclasses can more
681         easily configure them.
682         Added slave method none, that completely disables slaving to the
683         internal clock.
684         API: gst_base_audio_sink_set_provide_clock()
685         API: gst_base_audio_sink_get_provide_clock()
686         API: gst_base_audio_sink_set_slave_method()
687         API: gst_base_audio_sink_get_slave_method()
688
689         * gst-libs/gst/audio/gstbaseaudiosrc.c:
690         (gst_base_audio_src_set_provide_clock),
691         (gst_base_audio_src_get_provide_clock),
692         (gst_base_audio_src_set_property),
693         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
694         * gst-libs/gst/audio/gstbaseaudiosrc.h:
695         Expose methods for some object properties so that subclasses can more
696         easily configure them.
697         API: gst_base_audio_src_set_provide_clock()
698         API: gst_base_audio_src_get_provide_clock()
699
700 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
701
702         Patch by: Joe Peterson <lavajoe at gentoo dot org>
703
704         * gst-libs/gst/sdp/gstsdpmessage.c:
705         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
706
707 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
708
709         * tests/check/libs/fft.c: (GST_START_TEST):
710         Fix scaling to really have dB instead of something else.
711
712 2007-11-19  Julien MOUTTE  <julien@moutte.net>
713
714         * tests/examples/seek/seek.c: (main): There's a nice macro to check
715         GTK version, use it.
716
717 2007-11-19  Julien MOUTTE  <julien@moutte.net>
718
719         * tests/examples/seek/seek.c: (main): Try to support stable version
720         of GTK.
721
722 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
723
724         * gst/playback/README:
725         * gst/playback/test7.c:
726           Fix the build + little README update.
727
728 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
729
730         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
731         Add playbin2 seek pipeline.
732
733 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
734
735         * gst/playback/Makefile.am:
736         * gst/playback/gstplayback.c: (plugin_init):
737         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
738         (eos_cb), (about_to_finish_cb), (main):
739         Add playbin2.
740         Added gapless playback example.
741
742         * gst/playback/gstplaybasebin.c:
743         * gst/playback/gstplaybasebin.h:
744         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
745         * gst/playback/gstqueue2.c:
746         * gst/playback/test.c:
747         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
748         (pad_removed_cb):
749         * gst/playback/gststreaminfo.h:
750         Change email.
751
752         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
753         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
754         (gst_play_bin_dispose), (gst_play_bin_set_uri),
755         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
756         (gst_play_bin_get_property), (gst_play_bin_handle_message),
757         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
758         (drained_cb), (unlink_group), (activate_group),
759         (setup_next_source), (gst_play_bin_change_state),
760         (gst_play_bin2_plugin_init):
761         Added raw first version of playbin2. Does chained oggs and gapless
762         playback fine. No support for raw sinks yet. No visualisations or
763         subtitles yet.
764
765         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
766         (gst_play_sink_class_init), (gst_play_sink_init),
767         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
768         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
769         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
770         (gst_play_sink_set_property), (gst_play_sink_get_property),
771         (post_missing_element_message), (free_chain), (add_chain),
772         (activate_chain), (gen_video_chain), (gen_text_element),
773         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
774         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
775         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
776         (gst_play_sink_send_event), (gst_play_sink_change_state):
777         * gst/playback/gstplaysink.h:
778         Added Element that abstracts the sinks and their pipelines for playbin2.
779
780 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
781
782         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
783         (gst_selector_pad_class_init), (gst_selector_pad_init),
784         (gst_selector_pad_finalize), (gst_selector_pad_reset),
785         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
786         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
787         (gst_selector_pad_chain), (gst_stream_selector_get_type),
788         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
789         (gst_stream_selector_init), (gst_stream_selector_set_property),
790         (gst_stream_selector_get_linked_pad),
791         (gst_stream_selector_getcaps),
792         (gst_stream_selector_is_active_sinkpad),
793         (gst_stream_selector_activate_sinkpad),
794         (gst_stream_selector_get_linked_pads),
795         (gst_stream_selector_request_new_pad),
796         (gst_stream_selector_release_pad):
797         * gst/playback/gststreamselector.h:
798         Improve streamselector, make it select and unselect the current pad more
799         intelligently. 
800         Subclass GstPad for the sinkpads of the selector.
801         Handle segments more correctly.
802         Fix caps negotiation.
803         Implement release_pad.
804
805 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
806
807         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
808         (gst_decode_group_check_if_drained), (source_pad_event_probe),
809         (remove_fakesink):
810         Add drained signal fired when decodebin finishes decoding the data.
811         Remove deprecated STATE_DIRTY message.
812
813         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
814         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
815         (analyse_source), (proxy_drained_signal), (make_decoder),
816         (source_new_pad), (value_list_append_structure_list),
817         (handle_redirect_message), (handle_message):
818         Proxy the new drained signal.
819         Handle pad removed from decodebin.
820         Handle redirect messages by sorting multiple redirections based on the
821         connection speed.
822
823 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
824
825         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
826
827         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
828         Fix leaking headers. Fixes #496761.
829
830 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
831
832         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
833
834         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
835         (gst_ximagesink_change_state):
836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
837         Don't leak the PAR on errors. Fixes #496731.
838
839 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
840
841         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
842           (gst_tag_from_id3_user_tag):
843           Add mapping for audio cd discid tags, so we can extract
844           them from tags as well (see #347848). Also compare identifiers
845           in ID3v2 TXXX frames in a case-insensitive way to increase
846           compatibility when reading tags (discid vs. DiscID vs. DiscId).
847
848 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
849
850         * gst-plugins-base.doap:
851         Oops, fix the release name.
852
853 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
854
855         * gst-plugins-base.doap:
856         Add 0.10.15 release
857
858 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
859
860         * configure.ac:
861         Back to CVS
862
863 === release 0.10.15 ===
864
865 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
866
867         * configure.ac:
868           releasing 0.10.15, "No need to argue"
869
870 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
871
872         * win32/vs6/libgstfft.dsp:
873         Convert line endings to DOS.
874
875 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
876
877         * win32/vs6/gst_plugins_base.dsw:
878         * win32/vs6/libgstfft.dsp:
879         * win32/MANIFEST:
880         Add a project file for fft plugin and remove socket
881         based plugin which don't build from the workspace.
882         * win32/vs6/libgstaudio.dsp:
883         * win32/vs6/libgstrtp.dsp:
884         * win32/vs6/libgsttag.dsp:
885         Convert line endings back to DOS.
886         Fixes #496724
887
888 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
889
890         * win32/vs6/libgstinterfaces.dsp:
891         * win32/vs6/libgstrtsp.dsp:
892         Convert line endings back to DOS
893
894 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
895
896         * gst-libs/gst/fft/kiss_fft_f32.h:
897         * gst-libs/gst/fft/kiss_fft_f64.h:
898         * gst-libs/gst/fft/kiss_fft_s16.h:
899         * gst-libs/gst/fft/kiss_fft_s32.h:
900         Don't include malloc.h which doesn't exist on Mac OSX.
901         Instead, pull in glib.h and use g_malloc/g_free for 
902         consistency. Fixes: #496548
903
904 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
905
906         * gst/playback/gstdecodebin2.c:
907           Dont leak ghostpad. Fixes #475451.
908
909 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
910
911         * docs/design/design-decodebin.txt:
912         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
913         Update some more docs and comments.
914
915 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
916
917         Patch by: Sebastien Moutte  <sebastien moutte net>
918
919         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
920           (gst_rtcp_unix_to_ntp):
921         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
922           Fix some C99-isms and and a missing function that some versions of
923           MSVC don't like too much (#494346).
924
925         * win32/vs6/gst_plugins_base.dsw:
926         * win32/vs6/libgstaudio.dsp:
927         * win32/vs6/libgstrtp.dsp:
928         * win32/vs6/libgsttag.dsp:
929           Update vs6 projects files (#494346).
930
931 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
932
933         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
934
935         * win32/common/libgstaudio.def:
936         * win32/common/libgstcdda.def:
937         * win32/common/libgstinterfaces.def:
938         * win32/common/libgstnetbuffer.def:
939         * win32/common/libgstpbutils.def:
940         * win32/common/libgstrtp.def:
941         * win32/common/libgstrtsp.def:
942         * win32/common/libgsttag.def:
943         * win32/common/libgstvideo.def:
944           More missing symbols to export (fixes #493986).
945
946 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
947
948         * docs/libs/gst-plugins-base-libs-sections.txt:
949         * gst-libs/gst/fft/gstfftf32.c:
950         * gst-libs/gst/fft/gstfftf32.h:
951         * gst-libs/gst/fft/gstfftf64.c:
952         * gst-libs/gst/fft/gstfftf64.h:
953         * gst-libs/gst/fft/gstffts16.c:
954         * gst-libs/gst/fft/gstffts16.h:
955         * gst-libs/gst/fft/gstffts32.c:
956         * gst-libs/gst/fft/gstffts32.h:
957         * tests/check/libs/fft.c: (GST_START_TEST):
958         Remove the magnitude and phase calculation functions as these have
959         very special use cases and can't even be used for the spectrum
960         element. Also adjust the docs to mention some properties of the used
961         FFT implemention, i.e. how the values are scaled. Fixes #492098.
962
963 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
964
965         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
966           (finish_source):
967           Avoid crash when there are external subtitles (fixes #491722).
968
969 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
970
971         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
972         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
973           'Could not open resource for writing' is not an acceptable
974           error message when we can't open the audio device (see #492334),
975           even less so when we're trying to open it to record something.
976
977 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
978
979         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
980
981         * win32/common/libgstrtp.def:
982           Add some more missing symbols (#492813).
983
984 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
985
986         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
987
988         * tests/check/elements/audioconvert.c: (verify_convert):
989           Add check to make sure that the out caps have a channel layout
990           set on them where they should have one.
991
992 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
993
994         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
995
996         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
997         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
998           Include our own _stdint.h instead of sys/types.h, makes MingW happy
999           (#492306).
1000
1001         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
1002           Use _pipe directly, GLib doesn't have a pipe() macro any longer
1003           (it disappeared in GLib 2.14.0) (#492306).
1004
1005         * gst-libs/gst/sdp/Makefile.am:
1006         * gst-libs/gst/sdp/gstsdpmessage.c:
1007           Fix includes and LIBS for win32/Mingw (#492306).
1008
1009         * tests/examples/dynamic/addstream.c (pause_play_stream):
1010           Use more portable g_usleep() instead of sleep() (#492306).
1011
1012 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1013
1014         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1015
1016         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1017           (gst_ring_buffer_parse_caps):
1018           Return NULL instead of an enum that happens to be 0, fixes warning
1019           on MSVC (#492114).
1020
1021         * gst-libs/gst/audio/gstringbuffer.h:
1022           No trailing commas in enum list (for gcc-2.9x).
1023
1024         * gst/videotestsrc/videotestsrc.c: (random_char):
1025           Make information loss explicit instead of implicitly truncating to
1026           eight bits via the return value.  Fixes runtime error on MSVC when
1027           using the debug CRT (#492114).
1028
1029         * win32/common/config.h.in:
1030           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
1031
1032         * win32/common/libgstinterfaces.def:
1033         * win32/common/libgstrtp.def:
1034           Export a few more symbols (#492114).
1035
1036 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
1037
1038         * gst-libs/gst/audio/audio.c:
1039         * gst-libs/gst/audio/audio.h:
1040           Readd the deprecation guards, but preserve compilability.
1041
1042 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1043
1044         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
1045           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
1046           Preserve channel layout when fixating the number of channels in the
1047           output caps, or make sure there's a suitable channel position layout
1048           set on the caps if required. Fixes #430677.
1049
1050 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1051
1052         * tests/check/elements/decodebin.c: (test_text_plain_streams):
1053           Make sure the pipeline really operates in push mode as it should
1054           in this case.
1055
1056 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1057
1058         * gst-libs/gst/audio/audio.h:
1059           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
1060           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
1061           (ie. normal cvs builds) will fail.
1062
1063 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
1064
1065         * docs/libs/Makefile.am:
1066         * gst-libs/gst/audio/audio.c:
1067         * gst-libs/gst/audio/audio.h:
1068         * gst-libs/gst/interfaces/mixer.c:
1069           tell gtk-doc about the deprecation guard. Apply more doc fixes.
1070
1071 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1072
1073         * tests/check/libs/audio.c: (init_value_to_channel_layout),
1074           (test_channel_layout_value_intersect), (audio_suite):
1075           Add simple unit test to make sure GstValue intersection
1076           of channel layouts works the way I think it does.
1077
1078 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
1079
1080         * docs/libs/gst-plugins-base-libs-sections.txt:
1081         * gst-libs/gst/audio/gstaudiofilter.h:
1082         * gst-libs/gst/interfaces/mixer.h:
1083         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1084         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1085         * gst-libs/gst/sdp/gstsdpmessage.c:
1086           Fix the docs according to what gtk-doc complained about.
1087
1088 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
1089
1090         * tests/icles/stress-playbin.c:
1091           Fix the build.
1092
1093 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
1094
1095         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
1096         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1097           Post nice/more useful error message if we don't have a decoder for
1098           the primary type.
1099
1100 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1101
1102         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
1103         Be a bit more useful, unblock the pads after we fired the no-more-pads
1104         signal so that we can use the signal to inspect and connect all pads
1105         without having to keep extra state outside of decodebin.
1106
1107 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1108
1109         * gst/playback/gsturidecodebin.c:
1110         (gst_uri_decode_bin_autoplug_continue),
1111         (gst_uri_decode_bin_class_init), (no_more_pads_full):
1112         Implement default signal handler so that we return TRUE when nothing is
1113         connected.
1114
1115 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1116
1117         * gst-libs/gst/riff/riff-media.c:
1118         (gst_riff_wavext_add_channel_layout),
1119         (gst_riff_wave_add_default_channel_layout),
1120         (gst_riff_wavext_get_default_channel_mask),
1121         (gst_riff_create_audio_caps):
1122         Use the ALSA channel layout as default for wav files without channel
1123         layout information. This fixes playback of chan-id.wav on 5.1 systems
1124         for example. Also refactor the channel layout setting a bit and add
1125         more default channel orders. Fixes #489010.
1126
1127 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1128
1129         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
1130           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
1131           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
1132           instead.
1133
1134 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
1135
1136         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1137         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
1138         (gst_decode_bin_set_subs_encoding),
1139         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
1140         (gst_decode_bin_get_property), (analyze_new_pad):
1141         Move subtitle encoding property to decodebin2 so that it can set the
1142         property value on all elements that it autoplugs and that require it.
1143         Make caps refcounting more consistent in get/set.
1144
1145         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
1146         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1147         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
1148         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
1149         (proxy_autoplug_continue_signal),
1150         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
1151         (make_decoder):
1152         Proxy properties and relevant signals from the internal decodebin.
1153         Make properties MT safe.
1154
1155 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1156
1157         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
1158         * gst-libs/gst/tag/tags.c:
1159           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
1160           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
1161
1162         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
1163           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
1164
1165         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
1166           (gst_tag_to_vorbis_comments):
1167           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
1168           just mapping everything I found in the wild) (#414539).
1169
1170 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
1171
1172         Inspired by patch of: René Stadler <mail at renestadler dot de>
1173
1174         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1175         (gst_decode_bin_autoplug_continue),
1176         (gst_decode_bin_autoplug_factories),
1177         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
1178         (find_compatibles):
1179         * gst/playback/gstplay-marshal.list:
1180         Remove the autoplug-sort signal and replace it with a binding friendly
1181         autoplug-select signal.
1182         Add an autoplug-factories signal that can be used to generate a list of
1183         factories to try to autoplug.
1184         Add the GstPad to the autoplugging signal args as it might be needed to
1185         make a good factory selection.
1186         Fix up the marshallers for this. Fixes #407282.
1187
1188 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1189
1190         * gst-libs/gst/tag/gsttagdemux.c:
1191           Don't abort with an assertion if we receive a seek event with
1192           a start type of NONE (see launchpad bug #155878).
1193
1194 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1195
1196         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
1197         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
1198         (gst_ximagesink_change_state), (gst_ximagesink_reset):
1199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
1200         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
1201         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
1202         Make sure that before we clean up the X resources, we shutdown and join
1203         the event thread.
1204         Also make sure the event thread does not shut down immediatly after
1205         startup because the running variable is not yet correctly set.
1206         Fixes #378770. 
1207
1208 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
1209
1210         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
1211         Make the window for a race in typefind and shutting down smaller until
1212         we figure out the right locking here. Avoids #485753 usually.
1213
1214         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
1215         Remove unneeded lock causing a race in typefind and shutting down.
1216         Fixes #485753.
1217
1218         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
1219         Also remove sinks when going to NULL because we might not complete the
1220         state change to PAUSED, causing the PAUSED->READY state change not to
1221         happen.
1222
1223 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
1224
1225         * gst-libs/gst/audio/gstbaseaudiosink.c:
1226         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
1227         Also explicitly release the ringbuffer when going to NULL because it
1228         is required in the setcaps function, before the state change to PAUSED
1229         completes.
1230
1231 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
1232
1233         * tests/icles/.cvsignore:
1234         * tests/icles/Makefile.am:
1235         * tests/icles/stress-playbin.c:
1236           Does what it says on the tin.
1237
1238 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
1239
1240         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
1241         Fix queue negotiation. See #486758.
1242
1243 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
1244
1245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
1246         (gst_xvimagesink_xwindow_new),
1247         (gst_xvimagesink_update_colorbalance),
1248         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
1249
1250         Fix handling of some of the X atoms. If the last parameter is True,
1251         XInternAtom won't create the atom if it doesn't exist, and therefore
1252         might return None. This causes X errors on Xv implementations that
1253         don't provide the colour balance attributes.
1254
1255 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1256
1257         * gst-libs/gst/tag/gstvorbistag.c:
1258         * tests/check/libs/tag.c:
1259           Extract vorbis comment LICENSE tags correctly.
1260
1261 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1262
1263         Patch by: Jason Kivlighn  <jkivlighn gmail com>
1264
1265         * gst-libs/gst/tag/gstid3tag.c:
1266         * tests/check/libs/tag.c:
1267           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
1268
1269 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
1270
1271         * gst-libs/gst/tag/gsttagdemux.c:
1272           Don't error out when a buggy downstream element doesn't
1273           handle the newsegment event we send properly (especially
1274           not without posting a meaningful error message on the
1275           bus). See bug #471370 and launchpad bug #136264.
1276
1277 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
1278
1279         * gst-libs/gst/audio/gstbaseaudiosink.c:
1280         (gst_base_audio_sink_drain):
1281         Use new basesink method to make our EOS drain interruptable.
1282
1283 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
1284
1285         * gst-libs/gst/rtp/gstrtppayloads.c:
1286         Fix silly search-replace oversight.
1287
1288 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
1289
1290         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1291
1292         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
1293         (gst_basertppayload_set_outcaps):
1294         Fix caps memleak. Fixes #484989.
1295
1296
1297 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1298
1299         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1300         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
1301         Fix debug output.
1302
1303 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1304
1305         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1306         (gst_base_audio_src_create):
1307         Also handle the case where there is no clock set on the audio source,
1308         like in the unit tests.
1309
1310 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1311
1312         * gst-libs/gst/rtp/gstrtppayloads.c:
1313         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
1314         to avoid compiler warnings
1315
1316 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1317
1318         * gst/playback/gstdecodebin.c: (type_found),
1319         (gst_decode_bin_change_state):
1320         * gst/playback/gstdecodebin2.c: (type_found),
1321         (gst_decode_bin_change_state):
1322         Don't disconnect the have_type signal because we never reconnect it
1323         later on. Instead keep a variable to see if we already detected a type.
1324
1325 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1326
1327         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
1328         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
1329         (type_found):
1330         Unlink the signal handler when we found the type, we're not going to do
1331         anything sensible with more type_found signals anyway.
1332
1333 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1334
1335         * gst-libs/gst/tag/gsttagdemux.c:
1336           Don't leak caps.
1337
1338 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1339
1340         * gst-libs/gst/tag/Makefile.am:
1341         * gst-libs/gst/tag/gsttagdemux.c:
1342         * gst-libs/gst/tag/gsttagdemux.h:
1343           API: add GstTagDemux base class for simple tag demuxers.
1344
1345         * docs/libs/gst-plugins-base-libs-docs.sgml:
1346         * docs/libs/gst-plugins-base-libs-sections.txt:
1347           Add GstTagDemux to docs.
1348
1349 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
1350
1351         * gst-libs/gst/rtp/gstrtpbuffer.c:
1352         (gst_rtp_buffer_get_payload_subbuffer):
1353         Fix bug introduced with last commit which inverted the logic and
1354         caused all buffers to be dropped. Fixes #483620.
1355         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
1356
1357 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1358
1359         * gst-libs/gst/rtp/gstrtpbuffer.c:
1360           Replace g_return_if_val (as it could be disabled), with regular return
1361           and warning.
1362
1363 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
1364
1365         * tests/check/pipelines/simple-launch-lines.c:
1366           Print message name and not just number.
1367
1368 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
1369
1370         * gst-libs/gst/audio/gstbaseaudiosink.c:
1371         (gst_base_audio_sink_async_play):
1372         When slaved to the clock, don't try to align a sample with the previous
1373         one when going to PLAYING again.
1374
1375 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1376
1377         * tests/examples/snapshot/snapshot.c:
1378           Fix the build.
1379
1380 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1381
1382         * gst-libs/gst/sdp/gstsdpmessage.h:
1383         Add RFC 3556 bandwidth modifiers.
1384
1385 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1386
1387         * docs/libs/gst-plugins-base-libs-docs.sgml:
1388         * docs/libs/gst-plugins-base-libs-sections.txt:
1389         * gst-libs/gst/rtp/gstrtppayloads.c:
1390         Update documentation.
1391
1392 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1393
1394         * gst-libs/gst/rtp/Makefile.am:
1395         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
1396         (gst_rtp_payload_info_for_name):
1397         * gst-libs/gst/rtp/gstrtppayloads.h:
1398         Added new file and header to deal with payload info.
1399
1400         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
1401         (gst_rtp_buffer_default_clock_rate):
1402         * gst-libs/gst/rtp/gstrtpbuffer.h:
1403         Payload specific stuff is move to new headers.
1404         Implement _default_clock rate using the new payload function.
1405
1406         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
1407         (gst_sdp_parse_line):
1408         * gst-libs/gst/sdp/gstsdpmessage.h:
1409         Add some more comments.
1410
1411 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1412
1413         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1414         (sdp_check_header), (sdp_type_find), (plugin_init):
1415         Add typefind function for application/sdp.
1416         Remove some old dirac typefind code that was ifdeffed out.
1417
1418 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
1419
1420         * win32/common/libgstaudio.def:
1421         Add new exported functions.
1422         * win32/vs6/grammar.dsp:
1423         Add autogeneration and copy of some autegenerated files from win32/common
1424         for rtsp library.
1425         * win32/vs6/libgstaudioconvert.dsp:
1426         Add gstaudioquantize.c to the build.
1427         * win32/vs6/libgstinterfaces.dsp:
1428         Add videoorientation.c to the build.
1429         * win32/vs6/libgstriff.dsp:
1430         Add libgsttag to the link libraries list.
1431         * win32/vs6/libgstvolume.dsp:
1432         Add liboil to the link.
1433         * win32/vs6/gst_plugins_base.dsw:
1434         * win32/vs6/libgstrtsp.dsp:
1435         * win32/common/libgstrtsp.def:
1436         Add files to build libgstrtsp library.
1437         
1438 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1439
1440         * tests/examples/snapshot/snapshot.c: (main):
1441         Print error when pipeline failed to construct.
1442
1443 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1444
1445         * configure.ac:
1446         * gst-libs/gst/tag/gstid3tag.c:
1447         * gst-libs/gst/tag/gstvorbistag.c:
1448           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
1449           and ID3v2 tags.
1450
1451 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1452
1453         * gst-libs/gst/floatcast/floatcast.h:
1454           Don't include config.h in an installed public header, this
1455           might break compilation of applications that don't have such
1456           a header and doesn't necessarily do what it's supposed to do
1457           anyway (ie. check for the lrint/lrintf defines) (#442065).
1458           Add docs for the various macros and document how this header
1459           has to be used (link against libm, etc.); add a few FIXMEs;
1460           include math.h for non-c99 code path.  Based on patch by
1461           Jan Schmidt.
1462           
1463 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1464
1465         * configure.ac:
1466         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
1467         of duplicating these macros in configure.ac.
1468
1469 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1470
1471         * po/hu.po:
1472         * po/sv.po:
1473         * po/uk.po:
1474           Updated translations to 0.10.14
1475
1476 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1477
1478         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1479
1480         * po/pl.po:
1481           Added Polish translation.
1482
1483 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1484
1485         translated by: Ilkka Tuohela <hile@iki.fi>
1486
1487         * po/fi.po:
1488           Added Finnish translation.
1489
1490 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1491
1492         translated by: Jorge González González <aloriel@gmail.com>
1493
1494         * po/es.po:
1495           Added Spanish translation.
1496
1497 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1498
1499         translated by: Mogens Jaeger <mogens@jaeger.tf>
1500
1501         * po/da.po:
1502           Added Danish translation.
1503
1504 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1505
1506         translated by: Funda Wang <fundawang@linux.net.cn>
1507
1508         * po/zh_CN.po:
1509           Added Chinese (simplified) translation.
1510
1511 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1512
1513         translated by: Alexander Shopov <ash@contact.bg>
1514
1515         * po/bg.po:
1516           Added Bulgarian translation.
1517
1518 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1519
1520         * gst/playback/gstqueue2.c: (gst_queue_push_one):
1521         Fix compilation wrt printf arguments.
1522
1523 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
1524
1525         * configure.ac:
1526         * tests/examples/Makefile.am:
1527         * tests/examples/snapshot/.cvsignore:
1528         * tests/examples/snapshot/Makefile.am:
1529         * tests/examples/snapshot/snapshot.c: (main):
1530         Add simple snapshot example program using appsink.
1531
1532 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1533
1534         * tests/check/generic/states.c:
1535           Improved state change unit test.
1536
1537 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1538
1539         * docs/plugins/.cvsignore:
1540         * tests/check/.cvsignore:
1541           Ignore registries in any format.
1542
1543 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1544
1545         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1546         (gst_base_rtp_depayload_chain),
1547         (gst_base_rtp_depayload_set_gst_timestamp):
1548         Only copy timestamp on outgoing packets if the depayloader did not set
1549         one.
1550         Also copy duration on outgoing packets.
1551
1552 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1553
1554         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
1555         (gst_basertppayload_set_outcaps):
1556         Fix compilation because of missing %d in printf.
1557         When fixating caps, fixate what we can and throw away all remaining
1558         unfixed caps, subclasses should do something smart if they need to.
1559
1560 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1561
1562         * ext/gnomevfs/gstgnomevfssrc.c:
1563           Improve debug logs a bit and be more verbose if things go wrong.
1564
1565 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1566
1567         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1568         (gst_text_overlay_set_property):
1569         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1570         * gst-libs/gst/audio/gstbaseaudiosink.c:
1571         (gst_base_audio_sink_render):
1572         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
1573         (gst_rtcp_unix_to_ntp):
1574         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
1575         * gst/playback/gstqueue2.c:
1576         * tests/examples/seek/seek.c: (set_scale):
1577         Fix a bunch of compile warnings shown with Forte.
1578
1579         * gst/audiorate/gstaudiorate.c:
1580         Always pull in config.h before including any system headers.
1581
1582 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
1583
1584         * gst/playback/gstqueue2.c: (update_buffering),
1585         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
1586         (gst_queue_handle_sink_event), (gst_queue_chain),
1587         (gst_queue_push_one), (gst_queue_sink_activate_push),
1588         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
1589         Also fix #476514 for queue2.
1590
1591 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1592
1593         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1594         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
1595         (gst_base_rtp_depayload_chain),
1596         (gst_base_rtp_depayload_handle_sink_event),
1597         (gst_base_rtp_depayload_push_full),
1598         (gst_base_rtp_depayload_set_gst_timestamp),
1599         (gst_base_rtp_depayload_change_state):
1600         Remove code to deal with RTP to GST time conversion, we now just copy
1601         the GST timestamp we receive to the outgoing buffers.
1602         Handle segment and flushes correctly.
1603
1604         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
1605         When we have no valid input timestamp, use the previous rtp timestamp on
1606         the outgoing RTP packet instead of the RTP base time.
1607
1608 2007-09-15  David Schleef  <ds@schleef.org>
1609
1610         * ext/alsa/gstalsa.c:
1611         * ext/alsa/gstalsadeviceprobe.c:
1612         * ext/alsa/gstalsamixer.c:
1613         * ext/alsa/gstalsasink.c:
1614         * ext/alsa/gstalsasrc.c:
1615           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
1616
1617 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
1618
1619         * gst-libs/gst/rtp/gstbasertppayload.c:
1620         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
1621         Add some debug info when negotiating caps.
1622
1623 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1624
1625         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
1626         A buffer with an empty payload is also a valid buffer.
1627
1628 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1629
1630         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
1631         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1632         (gst_basertppayload_change_state):
1633         Make sure we start our RTP timestamp from the random base RTP
1634         timestamp even if the buffer timestamp starts from some random value.
1635
1636 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1637
1638         * configure.ac:
1639         * tests/examples/Makefile.am:
1640         * tests/examples/dynamic/.cvsignore:
1641         * tests/examples/dynamic/Makefile.am:
1642         * tests/examples/dynamic/addstream.c: (create_stream),
1643         (pause_play_stream), (message_received), (eos_message_received),
1644         (perform_step), (main):
1645         Add simple exmple app to demonstrate starting and pausing live and
1646         non-live bins in a PLAYING pipeline.
1647
1648 2007-09-14  Julien MOUTTE  <julien@moutte.net>
1649
1650         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
1651         typefind for QCP files (RFC #3625)
1652
1653 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1654
1655         * gst-libs/gst/audio/gstbaseaudiosink.c:
1656         (gst_base_audio_sink_init):
1657         Disable pull mode scheduling, we're not ready for it yet and it subtly
1658         breaks a lot of things.
1659
1660 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
1661
1662         * tests/check/elements/libvisual.c:
1663           Test all libvisual plugins, not just the first one; this reproduces
1664           bug #450336 quite easily.  Looks like a problem with the 'jess'
1665           visualisation.
1666
1667 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
1668
1669         * tests/check/Makefile.am:
1670         * tests/check/elements/.cvsignore:
1671         * tests/check/elements/libvisual.c:
1672           Add basic libvisual test case in an attempt to reproduce bug #450336.
1673           Doesn't reproduce that bug, but some other crasher instead (invalid
1674           free), at least with make elements/libvisual.forever and the bumscope
1675           plugin on x86-64/gutsy. Leaving test disabled for now.
1676
1677 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1678
1679         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1680
1681         * gst-libs/gst/rtsp/gstrtspconnection.c:
1682         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
1683         (read_body), (gst_rtsp_connection_receive):
1684         Make sure we can not cancel in the middle of receiving a message.
1685         Fixes #475731.
1686
1687 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
1688
1689         Patch by: Josep Torra Valles <josep@fluendo.com>
1690
1691         * gst/playback/gstplaybasebin.c:
1692           Increase upper limit for audio queue a bit; fixes preroll problem
1693           with playbin and decodebin2 when playing a quicktime trailer with
1694           multichannel audio via http (#464666).
1695
1696 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1697
1698         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1699         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
1700         (gst_base_audio_src_provide_clock),
1701         (gst_base_audio_src_set_property),
1702         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
1703         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1704         Allow othe clocks than the internal clock to be used for the pipeline.
1705         Add property to disable clock provide.
1706         API: GstBaseAudioSrc::provide-clock
1707
1708 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1709
1710         * gst/playback/gstdecodebin2.c:
1711           Don't leak request pads. Fixes #475395.
1712
1713 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
1714
1715         Patch by: René Stadler <mail at renestadler dot de>
1716
1717         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1718         (gst_ximage_buffer_class_init):
1719         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1720         (gst_xvimage_buffer_class_init):
1721         Correctly chain up finalize with the parent class to prevent
1722         memory leaks. Fixes #474880.
1723
1724 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
1725
1726         * gst/volume/gstvolume.c: (volume_choose_func):
1727         * tests/check/elements/volume.c: (GST_START_TEST):
1728         Revert the latest change: floating point samples are allowed to
1729         have any value, not only values in the range [-1,1]. Thanks to Andy
1730         Wingo for noticing.
1731         Also fix processing of int32 samples with volumes > 4 by making the
1732         unity value smaller which prevents overflows.
1733
1734 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1735
1736         * gst-libs/gst/rtp/gstrtpbuffer.c:
1737         * tests/check/libs/rtp.c:
1738           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
1739
1740 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1741
1742         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1743
1744         * gst-libs/gst/rtp/gstrtpbuffer.c:
1745           Fix up GstRTPHeader helper struct so that compilers will not under
1746           any circumstances add padding in between our fields, as currently
1747           happens with MSVC on win32, because that would lead to us sending
1748           out RTP payloads with broken RTP headers (#471194).
1749           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
1750           
1751         * tests/check/Makefile.am:
1752         * tests/check/libs/.cvsignore:
1753         * tests/check/libs/rtp.c:
1754           Add some simple unit tests for GstRTPBuffer. Some are disabled
1755           because the code tested still needs fixing (set_csrc() does not work).
1756
1757 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1758
1759         * win32/MANIFEST:
1760         * win32/common/gstrtsp-enumtypes.c:
1761         * win32/common/gstrtsp-enumtypes.h:
1762         * win32/common/interfaces-enumtypes.c:
1763         * win32/common/interfaces-enumtypes.h:
1764         * win32/common/multichannel-enumtypes.c:
1765           Add rtsp enumtypes (#474384) and update others.
1766
1767 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
1768
1769         * configure.ac:
1770           Fix configure check for HAVE_LIBXML_HTML.
1771
1772 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1773
1774         * tests/check/libs/.cvsignore:
1775           Ignore more, in case the build bots work again one day.
1776
1777 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
1778
1779         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
1780
1781         * configure.ac:
1782         * gst-libs/gst/Makefile.am:
1783         * gst-libs/gst/fft/Makefile.am:
1784         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
1785         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
1786         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
1787         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
1788         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
1789         * gst-libs/gst/fft/gstfft.h:
1790         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
1791         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
1792         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
1793         * gst-libs/gst/fft/gstfftf32.h:
1794         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
1795         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
1796         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
1797         * gst-libs/gst/fft/gstfftf64.h:
1798         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
1799         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
1800         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
1801         * gst-libs/gst/fft/gstffts16.h:
1802         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
1803         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
1804         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
1805         * gst-libs/gst/fft/gstffts32.h:
1806         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
1807         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1808         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
1809         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
1810         * gst-libs/gst/fft/kiss_fft_f32.h:
1811         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
1812         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1813         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
1814         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
1815         * gst-libs/gst/fft/kiss_fft_f64.h:
1816         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
1817         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1818         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
1819         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
1820         * gst-libs/gst/fft/kiss_fft_s16.h:
1821         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
1822         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1823         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
1824         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
1825         * gst-libs/gst/fft/kiss_fft_s32.h:
1826         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
1827         (kiss_fftr_f32), (kiss_fftri_f32):
1828         * gst-libs/gst/fft/kiss_fftr_f32.h:
1829         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
1830         (kiss_fftr_f64), (kiss_fftri_f64):
1831         * gst-libs/gst/fft/kiss_fftr_f64.h:
1832         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
1833         (kiss_fftr_s16), (kiss_fftri_s16):
1834         * gst-libs/gst/fft/kiss_fftr_s16.h:
1835         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
1836         (kiss_fftr_s32), (kiss_fftri_s32):
1837         * gst-libs/gst/fft/kiss_fftr_s32.h:
1838         * gst-libs/gst/fft/kiss_version:
1839         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1840         * pkgconfig/gstreamer-plugins-base.pc.in:
1841         Add libgstfft, a FFT library based on Kiss FFT which is
1842         BSD licensed. Supported sample formats are int16, int32,
1843         float and double. For those formats a real FFT and IFFT
1844         can be done, different windowing functions can be applied
1845         and functions for extracting the magnitude and phase exist.
1846         Fixes #468619.
1847
1848         * docs/libs/Makefile.am:
1849         * docs/libs/gst-plugins-base-libs-docs.sgml:
1850         * docs/libs/gst-plugins-base-libs-sections.txt:
1851         Integrate libgstfft into the docs.
1852
1853         * tests/check/Makefile.am:
1854         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
1855         Add unit tests for libgstfft, currently only testing the FFT.
1856         Unit tests for IFFT will follow soon.
1857
1858 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
1859
1860         Patch by: Peter Kjellerstedt  <pkj at axis com>
1861
1862         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
1863         (gst_sdp_message_init), (gst_sdp_message_uninit),
1864         (is_multicast_address), (gst_sdp_message_as_text),
1865         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
1866         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
1867         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
1868         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
1869         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
1870         (gst_sdp_media_init), (gst_sdp_media_uninit),
1871         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
1872         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
1873         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
1874         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
1875         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
1876         * gst-libs/gst/sdp/gstsdpmessage.h:
1877         Separate INIT_ARRAY() and related macros into two versions, one for
1878         structures and one for pointers (e.g., INIT_ARRAY() and
1879         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
1880         lists of emails and phone numbers.
1881         Add missing const as appropriate.
1882         Change all gint to guint since they all actually represent unsigned
1883         values.
1884         Do not use time as a variable name as it shadows the global time().
1885         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
1886         Actually implement gst_sdp_message_add_time().
1887         Make gst_sdp_message_add_time() take repeat times as an argument.
1888         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
1889         Corrected the definition of gst_sdp_media_get_bandwidth() (was
1890         misspelled as badwidth).
1891         gst-indented and a little clean up. Fixes #471067.
1892
1893 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
1894
1895         * gst/volume/gstvolume.c: (volume_choose_func),
1896         (volume_process_double), (volume_process_double_clamp),
1897         (volume_process_float_clamp):
1898         Correctly clamp float/double samples in the [-1.0,1.0] range to
1899         prevent weird effects.
1900         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
1901         Add unit tests for all samples types that had none before.
1902
1903 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1904
1905         * gst-libs/gst/rtp/gstrtpbuffer.c:
1906           Need to include stdlib.h for abs() here too.
1907
1908 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1909
1910         * gst/playback/gststreaminfo.c:
1911           Fix build.
1912
1913 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
1914
1915         * gst/playback/gststreaminfo.c:
1916           Clean up some half-disabled code and comment.
1917
1918 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1919
1920         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1921
1922         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1923         (gst_base_rtp_payload_audio_handle_event):
1924         Return FALSE from the event handler to let the parent class handle the
1925         event. Fixes #446766.
1926
1927         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1928         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
1929         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
1930
1931         * gst-libs/gst/rtp/gstbasertppayload.c:
1932         Bump the MTU to 1400.
1933
1934 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
1935
1936         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
1937         Add an audio/x-nsf typefind function for the nsfdec element.
1938
1939 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
1940         * gst/playback/gstplaybasebin.c:
1941         Included "myth://" on stream_uris list for enable buffering to mythtv files
1942
1943 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
1944
1945         * docs/libs/gst-plugins-base-libs-sections.txt:
1946         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
1947         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
1948         (gst_rtcp_unix_to_ntp):
1949         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1950         Fix parsing of RB blocks.
1951         Fix docs.
1952         Added helper functions to convert to/from UNIX and NTP time.
1953         API: gst_rtcp_ntp_to_unix()
1954         API: gst_rtcp_unix_to_ntp()
1955
1956         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
1957         (gst_rtp_buffer_get_header_len),
1958         (gst_rtp_buffer_get_extension_data),
1959         (gst_rtp_buffer_get_payload_subbuffer),
1960         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
1961         (gst_rtp_buffer_ext_timestamp):
1962         * gst-libs/gst/rtp/gstrtpbuffer.h:
1963         Fix some more docs.
1964         Implement handling of packets with extensions.
1965         Fix padding check in _validate().
1966         Added function to get extension data.
1967         API: gst_rtp_buffer_get_header_len()
1968         API: gst_rtp_buffer_get_extension_data()
1969
1970 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
1971
1972         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1973         (gst_base_rtp_depayload_class_init),
1974         (gst_base_rtp_depayload_set_gst_timestamp):
1975         Add some more docs for the queue-delay property and fix a typo in a
1976         comment.
1977
1978         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
1979         Fix typo.
1980
1981 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
1982
1983         * gst-libs/gst/audio/gstbaseaudiosink.c:
1984         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
1985         (gst_base_audio_sink_change_state):
1986         When skew slaving, try to hover around the middle of a segment so that
1987         we at most drift by half a segment.
1988         If we are aligning in the oposite direction of the clock skew, we don't
1989         have to resync.
1990
1991 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
1992
1993         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1994         (gst_base_rtp_depayload_setcaps),
1995         (gst_base_rtp_depayload_set_gst_timestamp):
1996         Be less silly with the segment start, just apply the clock-base to the
1997         timestamp.
1998
1999 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
2000
2001         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2002         (gst_base_rtp_depayload_class_init),
2003         (gst_base_rtp_depayload_finalize),
2004         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2005         (gst_base_rtp_depayload_handle_sink_event),
2006         (gst_base_rtp_depayload_set_gst_timestamp),
2007         (gst_base_rtp_depayload_change_state):
2008         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2009         Deprecate the queue handling thread thing and remove the code.
2010         Use new method to calculate the extended timestamp.
2011
2012 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
2013
2014         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2015         (gst_rtcp_packet_sdes_copy_entry):
2016         Use g_strndup which does exactly what we want.
2017
2018         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
2019         (gst_rtp_buffer_ext_timestamp):
2020         * gst-libs/gst/rtp/gstrtpbuffer.h:
2021         Add helper function to compare seqnums.
2022         Add helper function to calculate extended timestamps.
2023         API: gst_rtp_buffer_compare_seqnum()
2024         API: gst_rtp_buffer_ext_timestamp()
2025
2026 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
2027
2028         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2029         (gst_rtcp_packet_sdes_get_entry),
2030         (gst_rtcp_packet_sdes_copy_entry):
2031         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2032         Fix and document SDES item data function.
2033         Add new function that makes a proper copy of SDES item data.
2034         API: gst_rtcp_packet_sdes_copy_entry()
2035
2036 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
2037
2038         * configure.ac:
2039         * gst/Makefile.am:
2040           The tcp and subparse plugins are under gst, but not totaly free of
2041           dependencies. Handle selection inconfigure.ac, so that they show up
2042           on the final list of what is build and what is not. Maybe they should
2043           better be moved to ext.
2044
2045 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
2046
2047         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
2048
2049         * configure.ac:
2050         * gst/Makefile.am:
2051           Check if libxml provides HTML parser which subparse needs.
2052           Fixes #451970.
2053
2054 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
2055
2056         * ext/alsa/gstalsa.c:
2057           Fix typo and compilation on big endian systems.
2058
2059 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
2060
2061         * gst/subparse/gstssaparse.c:
2062           Convert SSA newline codes into actual newline characters (#470766).
2063
2064 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
2065
2066         * docs/libs/gst-plugins-base-libs-sections.txt:
2067         * gst-libs/gst/pbutils/install-plugins.c:
2068         * gst-libs/gst/pbutils/install-plugins.h:
2069         * tests/check/libs/pbutils.c:
2070           API: also add gst_install_plugins_supported() while we're at it
2071           (see #470456).
2072
2073 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
2074
2075         * docs/libs/gst-plugins-base-libs-sections.txt:
2076         * gst-libs/gst/pbutils/missing-plugins.c:
2077         * gst-libs/gst/pbutils/missing-plugins.h:
2078         * tests/check/libs/pbutils.c:
2079           API: add gst_missing_*_installer_detail_new() convenience API so
2080           that applications that know exactly what they're missing can request
2081           installer detail strings for those items directly instead of having
2082           to first create a dummy missing-plugin message and then get the
2083           installer detail string from that.  Fixes #470456.
2084
2085 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2086
2087         * gst/playback/gstdecodebin.c: (close_pad_link):
2088         We need to set up delayed-linking whenever the caps are non-fixed,
2089         not just when there are multiple types - use gst_pad_is_fixed()
2090         to test.
2091
2092 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
2093
2094         * gst-libs/gst/pbutils/missing-plugins.c:
2095           (gst_missing_plugin_message_get_installer_detail):
2096           Add missing separator in PID fallback case.
2097
2098 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2099
2100         * ext/alsa/Makefile.am:
2101         There is no GST_PLUGINS_BASE_LIBS defined.
2102         
2103         * ext/alsa/gstalsa.c:
2104         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
2105         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
2106         Add support for ALSA 24-bit formats.
2107         snd_pcm_delay can return an error code, especially
2108         during XRUNS. In that case, the best we can do is assume
2109         delay = 0.
2110
2111         * gst/audioconvert/Makefile.am:
2112         Add flags from -base before any more-remote dependencies.
2113
2114 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
2115
2116         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
2117
2118         * gst/volume/gstvolume.c: (volume_choose_func),
2119         (volume_update_real_volume), (gst_volume_set_volume),
2120         (gst_volume_init), (volume_process_int32),
2121         (volume_process_int32_clamp), (volume_process_int24),
2122         (volume_process_int24_clamp), (volume_process_int16),
2123         (volume_process_int16_clamp), (volume_process_int8),
2124         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
2125         * gst/volume/gstvolume.h:
2126         Add support for int32, int24 and int8 to the volume element.
2127         Fixes #445529.
2128
2129 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
2130
2131         * tests/examples/Makefile.am:
2132           Fix even more.
2133
2134 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
2135
2136         * configure.ac:
2137         * docs/libs/Makefile.am:
2138         * docs/libs/gst-plugins-base-libs-docs.sgml:
2139         * docs/libs/gst-plugins-base-libs-sections.txt:
2140         * ext/gnomevfs/gstgnomevfssrc.c:
2141         * ext/gnomevfs/gstgnomevfssrc.h:
2142         * gst-libs/gst/Makefile.am:
2143         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2144         * pkgconfig/gstreamer-plugins-base.pc.in:
2145         * sys/v4l/v4lsrc_calls.c:
2146         * tests/examples/Makefile.am:
2147         * win32/common/config.h:
2148           Revert unwanted commit. many thanks to moap. I want a fix for 
2149           https://thomas.apestaart.org/moap/trac/ticket/239
2150
2151 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
2152
2153         * gst/volume/gstvolume.c:
2154           Move passthrough below gst_object_sync_values(). Fixes #442654.
2155
2156 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2157
2158         * gst-libs/gst/audio/audio.c:
2159         Clarify the docs a little.
2160
2161 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2162
2163         * gst/volume/gstvolume.c:
2164           Enable liboil for float and add more details about problems with
2165           int16.
2166
2167 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
2168
2169         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
2170         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
2171
2172 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
2173
2174         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
2175         When calculating the first timestamp of the buffers, don't go below 0
2176         and clip the samples because the offset was on the eos page.
2177         Fixes #466717.
2178
2179 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
2180
2181         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
2182         (gst_ogg_demux_collect_chain_info):
2183         Also submit the eos page when trying to find the first timestamp.
2184         See #466717.
2185
2186 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2187
2188         * gst-libs/gst/audio/audio.h:
2189         Use gst_util_uint64_scale() instead of doing the math
2190         with double for GST_FRAMES_TO_CLOCK_TIME() and
2191         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
2192         prevents rounding errors. Fixes #467667.
2193
2194 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2195
2196         * gst-libs/gst/rtsp/gstrtspconnection.c:
2197         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
2198         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
2199         * gst-libs/gst/rtsp/gstrtspconnection.h:
2200         Small cleanups.
2201         On shutdown, don't read the control socket yet.
2202         Set timeout value correctly in all cases.
2203         Add function to check if the server accepts reads or writes.
2204         API: gst_rtsp_connection_poll()
2205
2206         * gst-libs/gst/rtsp/gstrtspdefs.h:
2207         Fix compilation with -pedantic.
2208         Add enum for _poll.
2209
2210 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2211
2212         Patch by: Olivier Crete  <tester at tester ca>
2213
2214         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2215         (gst_basertppayload_getcaps):
2216         * gst-libs/gst/rtp/gstbasertppayload.h:
2217         Add getcaps vfunc to basertppayload. See #465146.
2218
2219 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2220
2221         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
2222         Only post buffering messages when we are a stream.
2223
2224 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
2225
2226         * gst-libs/gst/pbutils/install-plugins.c:
2227         * gst-libs/gst/pbutils/missing-plugins.c:
2228           Small docs fix and addition.
2229
2230 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
2231
2232         * tests/icles/.cvsignore:
2233         * tests/icles/Makefile.am:
2234         * tests/icles/test-textoverlay.c:
2235           Add a dumb little test for textoverlay alignments.
2236
2237 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
2238
2239         Patch by: Dan Williams  <dcbw redhat com>
2240
2241         * ext/pango/gsttextoverlay.c:
2242         * ext/pango/gsttextoverlay.h:
2243           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
2244           "silent" property so there's a Since tag in the API reference.
2245
2246 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2247
2248         * gst-libs/gst/rtp/gstbasertppayload.c:
2249         (gst_basertppayload_set_outcaps):
2250         * gst-libs/gst/rtp/gstbasertppayload.h:
2251         Improve caps negotiation so that downstream elements can confiure
2252         certain RTP properties by fixing them on the caps. See #465146.
2253         Add docs.
2254
2255 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
2256
2257         * docs/libs/gst-plugins-base-libs-sections.txt:
2258         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2259         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2260           Mark as deprecated some macros which were presumably meant to be
2261           private API and accidentally exposed in the public header file.
2262           Also actually _init() lock (only works at the moment because the
2263           struct is zeroed out when created and the initial values in the
2264           mutex struct are zeroes too). (#459585)
2265
2266 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2267
2268         * docs/libs/Makefile.am:
2269           Remove cruft and do some cleanups.
2270
2271         * docs/libs/gst-plugins-base-libs-docs.sgml:
2272           Prepare for comming gtkdoc features (rebase against online docs).
2273
2274 2007-08-10  Michael Smith <msmith@fluendo.com>
2275
2276         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2277           Debug output fixes.
2278         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
2279         (GST_START_TEST):
2280           Change the number of buffers used; 500 is too many and leads to
2281           timeouts.
2282
2283 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
2284
2285         * gst/playback/gstqueue2.c:
2286         * gst/videorate/gstvideorate.c:
2287           Printf format fixes (#465028).
2288
2289 2007-08-09  Michael Smith <msmith@fluendo.com>
2290
2291         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2292           If we have a large (> 1 second) discontinuity, push a series of
2293           smaller buffers rather than a single very large buffer. Avoids
2294           unreasonably large single buffer allocations when encountering a
2295           large gap.
2296         * tests/check/elements/audiorate.c: (GST_START_TEST),
2297         (audiorate_suite):
2298           Add a test for this.
2299
2300 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
2301
2302         * gst/playback/gstplaybasebin.c: (group_commit),
2303         (queue_remove_probe), (queue_threshold_reached):
2304
2305         Patch by: Josep Torra Valles <josep@fluendo.com>
2306         Fixes: #465015
2307         Make sure we remove the check_queues buffer probe from the 
2308         correct queue to avoid racily going back to "buffering 99%" when
2309         buffering is actually complete.
2310
2311         Also, fix the spelling of Josep's surname in the ChangeLog.
2312
2313 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
2314
2315         * ext/ogg/gstoggmux.c:
2316           Do not leak oggmux instance.
2317         
2318         * ext/vorbis/vorbisenc.c:
2319           Also log values.
2320
2321 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2322
2323         * po/hu.po:
2324         * po/it.po:
2325         * po/nl.po:
2326         * po/uk.po:
2327         * po/vi.po:
2328           Updated translations.
2329
2330 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
2331
2332         patch by: Yang Hong <hongyang@redflag-linux.com>
2333
2334         * ext/pango/gsttextoverlay.c:
2335         * ext/pango/gsttextoverlay.h:
2336           Add 'silent' property to GstTimeOverlay. Fixes #462979
2337
2338 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2339
2340         Patch by: Josep Torra Valles <josep@fluendo.com>
2341
2342         * docs/plugins/gst-plugins-base-plugins.args:
2343         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
2344         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
2345         (gst_uri_decode_bin_get_property), (gen_source_element):
2346         Add connection-speed property. Fixes #464690.
2347
2348 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
2349
2350         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2351
2352         * configure.ac:
2353         * gst-libs/gst/rtsp/Makefile.am:
2354         * gst-libs/gst/rtsp/gstrtspconnection.c:
2355         (gst_rtsp_connection_connect):
2356         Fix compilation on windows. Fixes #464320.
2357
2358 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
2359
2360         Patch by: Josep Torra Valles <josep@fluendo.com>
2361
2362         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2363         (gst_play_base_bin_init), (queue_threshold_reached),
2364         (gen_source_element), (setup_substreams),
2365         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
2366         (gst_play_base_bin_get_streaminfo_value_array):
2367         * gst/playback/gstplaybasebin.h:
2368         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2369         (gst_play_bin_set_property), (gst_play_bin_get_property),
2370         (gst_play_bin_handle_redirect_message):
2371         Move connection-speed property from playbin to playbasebin so that we
2372         can also configure it in source elements that have the connection-speed
2373         property. Fixes #464028.
2374         Add some debug info here and there.
2375
2376 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
2377
2378         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
2379         Properly respond to conversion queries. Fixes #464079.
2380
2381 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
2382
2383         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
2384         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
2385         (gst_audio_test_src_init_sine_table),
2386         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
2387         * gst/audiotestsrc/gstaudiotestsrc.h:
2388         Add float/double and int32 support to audiotestsrc. Fixes #460422.
2389         Also set the default volume to the default value specified in the
2390         GParamSpec.
2391
2392 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
2393
2394         Patch by: Jens Granseuer <jensgr at gmx dot net>
2395
2396         * gst/audioconvert/gstaudioquantize.c:
2397         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
2398
2399 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2400
2401         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
2402         Add rdt manager for rdt transport.
2403         Fix parsing of RDT transport.
2404
2405 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
2406
2407         * configure.ac:
2408         Back to CVS
2409
2410 === release 0.10.14 ===
2411
2412 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
2413
2414         * configure.ac:
2415           releasing 0.10.14, "Light Years Ahead"
2416
2417 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2418
2419         * tests/check/libs/audio.c: (GST_START_TEST):
2420         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
2421
2422 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2423
2424         * gst-libs/gst/audio/audio.c:
2425         When clipping a buffer with no timestamp, assume it is
2426         within the segment without warnings.
2427
2428         Fixes: #460978
2429
2430 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2431
2432         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
2433         Fire the signal on the object, not the interface.
2434
2435 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2436
2437         * gst-libs/gst/rtsp/.cvsignore:
2438         Ber. Don't include the full path, idiot.
2439
2440 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2441
2442         * gst-libs/gst/rtsp/.cvsignore:
2443         Ignore generated files.
2444
2445 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2446
2447         * gst-libs/gst/interfaces/Makefile.am:
2448         * gst-libs/gst/interfaces/interfaces-marshal.list:
2449         * gst-libs/gst/interfaces/rtspextension.c:
2450         * gst-libs/gst/interfaces/rtspextension.h:
2451         * gst-libs/gst/rtsp/Makefile.am:
2452         * gst-libs/gst/rtsp/gstrtsp.h:
2453         * gst-libs/gst/rtsp/gstrtspextension.c:
2454         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
2455         (gst_rtsp_extension_detect_server),
2456         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
2457         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
2458         (gst_rtsp_extension_configure_stream),
2459         (gst_rtsp_extension_get_transports),
2460         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2461         * gst-libs/gst/rtsp/gstrtspextension.h:
2462         * gst-libs/gst/rtsp/rtsp-marshal.list:
2463         Move the rtspextension.h interface into gstrtspextension.h
2464         as part of libgstrtsp instead of libgstinterfaces, because it's
2465         only for use within plugins, not applications. 
2466         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
2467         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
2468         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
2469         is abstract.
2470
2471 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2472
2473         * gst-libs/gst/interfaces/Makefile.am:
2474         * gst-libs/gst/interfaces/interfaces-marshal.list:
2475         * gst-libs/gst/interfaces/rtspextension.c:
2476         (gst_rtsp_extension_iface_init),
2477         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2478         * gst-libs/gst/interfaces/rtspextension.h:
2479         Fix marshaller for the send signal.
2480         Add URL to stream selection interface method.
2481
2482 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2483
2484         * gst-libs/gst/riff/Makefile.am:
2485         Pull in our dependencies from -base before those from outside.
2486
2487 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2488
2489         * docs/libs/gst-plugins-base-libs-sections.txt:
2490         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
2491         * gst-libs/gst/rtsp/gstrtspbase64.h:
2492         API: gst_rtsp_base64_decode_ip()
2493         Added function to decode Base64 in-place.
2494
2495 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2496
2497         * tests/check/libs/.cvsignore:
2498         Ignore the mixer test binary.
2499
2500 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2501
2502         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
2503         Gratuitous comment change to trigger a rebuild on the buildbots.
2504
2505 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2506
2507         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
2508         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
2509         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
2510         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
2511         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
2512         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
2513         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
2514         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
2515         (gst_sdp_media_get_attribute_val):
2516         * gst-libs/gst/sdp/gstsdpmessage.h:
2517         Constify args where we can.
2518
2519 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2520
2521         * gst-libs/gst/interfaces/Makefile.am:
2522         * gst-libs/gst/interfaces/rtspextension.c:
2523         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
2524         (gst_rtsp_extension_detect_server),
2525         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
2526         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
2527         (gst_rtsp_extension_configure_stream),
2528         (gst_rtsp_extension_get_transports),
2529         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2530         * gst-libs/gst/interfaces/rtspextension.h:
2531         Move interface for RTSP extensions from -good to here.
2532         Added helper methods to invoke interface methods.
2533
2534 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2535
2536         * docs/libs/gst-plugins-base-libs-sections.txt:
2537         * gst-libs/gst/rtsp/gstrtspdefs.h:
2538         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
2539         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
2540         (gst_rtsp_message_init_response),
2541         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
2542         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
2543         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
2544         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
2545         (gst_rtsp_message_get_body), (dump_key_value):
2546         * gst-libs/gst/rtsp/gstrtspmessage.h:
2547         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2548         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2549         (gst_rtsp_range_parse):
2550         * gst-libs/gst/rtsp/gstrtsprange.h:
2551         * gst-libs/gst/rtsp/gstrtsptransport.c:
2552         * gst-libs/gst/rtsp/gstrtspurl.c:
2553         Fix some more RTSP docs.
2554         Add some missing methods for dealing with messages.
2555
2556 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2557
2558         * docs/libs/gst-plugins-base-libs-docs.sgml:
2559         * docs/libs/gst-plugins-base-libs-sections.txt:
2560         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
2561         * gst-libs/gst/rtsp/gstrtspbase64.h:
2562         * gst-libs/gst/rtsp/gstrtspconnection.c:
2563         (gst_rtsp_connection_connect), (add_auth_header),
2564         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
2565         (read_body), (gst_rtsp_connection_receive),
2566         (gst_rtsp_connection_next_timeout),
2567         (gst_rtsp_connection_reset_timeout),
2568         (gst_rtsp_connection_set_auth):
2569         * gst-libs/gst/rtsp/gstrtspconnection.h:
2570         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
2571         * gst-libs/gst/rtsp/gstrtspdefs.h:
2572         * gst-libs/gst/rtsp/gstrtspmessage.h:
2573         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2574         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2575         (gst_rtsp_range_parse):
2576         * gst-libs/gst/rtsp/gstrtspurl.h:
2577         Added beginnings of RTSP documentation.
2578
2579 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2580
2581         * docs/libs/Makefile.am:
2582         * docs/libs/gst-plugins-base-libs-docs.sgml:
2583         * docs/libs/gst-plugins-base-libs-sections.txt:
2584         * gst-libs/gst/sdp/gstsdp.h:
2585         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
2586         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
2587         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
2588         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
2589         (gst_sdp_message_get_attribute_val),
2590         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
2591         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
2592         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
2593         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
2594         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
2595         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
2596         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
2597         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
2598         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
2599         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
2600         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
2601         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
2602         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
2603         (gst_sdp_media_get_attribute_val_n),
2604         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
2605         (print_media), (gst_sdp_message_dump):
2606         * gst-libs/gst/sdp/gstsdpmessage.h:
2607         Document the SDP library.
2608         Add some of the missing SDPMedia methods.
2609
2610 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2611
2612         * configure.ac:
2613         * gst-libs/gst/Makefile.am:
2614         * gst-libs/gst/rtsp/Makefile.am:
2615         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
2616         * gst-libs/gst/rtsp/gstrtspbase64.h:
2617         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
2618         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
2619         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
2620         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
2621         (parse_response_status), (parse_request_line), (parse_line),
2622         (gst_rtsp_connection_read), (read_body),
2623         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
2624         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
2625         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
2626         (gst_rtsp_connection_set_auth):
2627         * gst-libs/gst/rtsp/gstrtspconnection.h:
2628         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
2629         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
2630         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
2631         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
2632         (gst_rtsp_find_method):
2633         * gst-libs/gst/rtsp/gstrtspdefs.h:
2634         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
2635         (gst_rtsp_message_new), (gst_rtsp_message_init),
2636         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
2637         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
2638         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
2639         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
2640         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
2641         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
2642         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
2643         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
2644         (gst_rtsp_message_dump):
2645         * gst-libs/gst/rtsp/gstrtspmessage.h:
2646         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2647         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2648         (gst_rtsp_range_parse), (gst_rtsp_range_free):
2649         * gst-libs/gst/rtsp/gstrtsprange.h:
2650         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
2651         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
2652         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
2653         (range_as_text), (rtsp_transport_mode_as_text),
2654         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
2655         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
2656         (gst_rtsp_transport_free):
2657         * gst-libs/gst/rtsp/gstrtsptransport.h:
2658         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
2659         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
2660         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
2661         * gst-libs/gst/rtsp/gstrtspurl.h:
2662         * gst-libs/gst/sdp/Makefile.am:
2663         * gst-libs/gst/sdp/gstsdp.h:
2664         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
2665         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
2666         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
2667         (gst_sdp_attribute_init), (gst_sdp_message_new),
2668         (gst_sdp_message_init), (gst_sdp_message_uninit),
2669         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
2670         (gst_sdp_media_uninit), (gst_sdp_media_free),
2671         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
2672         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
2673         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
2674         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
2675         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
2676         (gst_sdp_message_get_attribute_val),
2677         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
2678         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
2679         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
2680         (gst_sdp_media_get_attribute_val_n),
2681         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
2682         (read_string), (read_string_del), (gst_sdp_parse_line),
2683         (gst_sdp_message_parse_buffer), (print_media),
2684         (gst_sdp_message_dump):
2685         * gst-libs/gst/sdp/gstsdpmessage.h:
2686         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2687         Move SDP and RTSP from helper objects in -good to a reusable library.
2688         Use a proper gst_ namespace.
2689
2690 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
2691
2692         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2693         (vorbis_dec_flush_decode):
2694         Use the new buffer clipping function from gstaudio here.
2695
2696 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
2697
2698         * docs/libs/gst-plugins-base-libs-sections.txt:
2699         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
2700         * gst-libs/gst/audio/audio.h:
2701         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
2702         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
2703         Also add deprecation guards for gst_audio_structure_set_int() to the
2704         header.
2705
2706 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2707
2708         * docs/libs/gst-plugins-base-libs-sections.txt:
2709           Cleanup the docs.
2710
2711 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2712
2713         Patch by: Dan Williams <dcbw at redhat dot com>
2714
2715         * gst/playback/gstplaybasebin.c:
2716         (gst_play_base_bin_get_streaminfo_value_array):
2717         Don't return NULL when querying the stream info value array but instead
2718         return an empty array. Fixes #459204.
2719
2720 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
2721
2722         * gst/playback/gsturidecodebin.c:
2723           Init debug category before using it.
2724
2725 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
2726
2727         * gst-libs/gst/interfaces/mixer.h:
2728         Add padding vars in place of the signal pointers
2729         when building with DISABLE_DEPRECATED so that the
2730         interface structure doesn't change size.
2731
2732 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
2733
2734         * docs/libs/gst-plugins-base-libs-sections.txt:
2735         * ext/alsa/gstalsamixer.c:
2736         * ext/alsa/gstalsamixer.h:
2737         * ext/alsa/gstalsamixerelement.c:
2738         * ext/alsa/gstalsamixertrack.c:
2739         * gst-libs/gst/interfaces/mixer.c:
2740         * gst-libs/gst/interfaces/mixer.h:
2741         * gst-libs/gst/interfaces/mixeroptions.c:
2742         * gst-libs/gst/interfaces/mixeroptions.h:
2743         * gst-libs/gst/interfaces/mixertrack.c:
2744         * gst-libs/gst/interfaces/mixertrack.h:
2745         * tests/check/Makefile.am:
2746         * tests/check/libs/mixer.c:
2747
2748         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2749         Fixes: #152864 
2750
2751         Add support for notifying mixer changes on the message bus, and
2752         implement it in alsamixer.
2753
2754         API: gst_mixer_get_mixer_flags
2755         API: gst_mixer_message_parse_mute_toggled
2756         API: gst_mixer_message_parse_record_toggled
2757         API: gst_mixer_message_parse_volume_changed
2758         API: gst_mixer_message_parse_option_changed
2759         API: GstMixerMessageType
2760         API: GstMixerFlags
2761
2762 2007-07-20  Michael Smith <msmith@fluendo.com>
2763
2764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2765         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
2766           xcontext->im_format is only for testing XShm support (as the header
2767           file comments document). Use xvimage->im_format for everything else.
2768           Avoids spurious warnings on buffer allocation before setcaps.
2769
2770 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2771
2772         * tests/examples/volume/Makefile.am:
2773         * tests/icles/Makefile.am:
2774           We should use $(LIBM).
2775
2776 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2777
2778         * tests/icles/Makefile.am:
2779           This needs -lm.
2780
2781 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2782
2783         * gst-libs/gst/rtp/gstbasertppayload.c:
2784         (gst_basertppayload_class_init), (gst_basertppayload_init),
2785         (gst_basertppayload_set_property),
2786         (gst_basertppayload_get_property):
2787         Don't break ABI, restore previous ranges. Keep the default random
2788         selection of timestamp and seqnum offset but as soon as the app sets a
2789         specific value, use that one.
2790
2791 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
2792
2793         Patch by: Bastien Nocera <hadess at hadess dot net>
2794
2795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2796         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2797         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2798         * sys/xvimage/xvimagesink.h:
2799         Add option to turn off double-buffering for debugging purposes.
2800         Fixes #437169.
2801
2802 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
2803
2804         Patch by: Jorn Baayen <jorn at openedhand dot com>
2805
2806         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
2807         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2808         (gst_ximagesink_init), (gst_ximagesink_class_init):
2809         * sys/ximage/ximagesink.h:
2810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
2811         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2812         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2813         * sys/xvimage/xvimagesink.h:
2814         add 'handle-expose' property. Useful for video widgets which may want to
2815         be in control of Expose behaviour. Fixes #380625
2816
2817 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
2818
2819         * gst-libs/gst/rtp/gstbasertppayload.c:
2820         (gst_basertppayload_class_init), (gst_basertppayload_init),
2821         (gst_basertppayload_event), (gst_basertppayload_push),
2822         (gst_basertppayload_set_property),
2823         (gst_basertppayload_get_property),
2824         (gst_basertppayload_change_state):
2825         * gst-libs/gst/rtp/gstbasertppayload.h:
2826         Fix ranges of rtp payloader properties so that the full range can be
2827         used in addition to -1 (random).
2828         Fix wrong seqnum reporting in caps.
2829         Fixes #420326.
2830
2831 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
2832
2833         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
2834         (gst_video_rate_query):
2835         Use boilerplate.
2836         Add latency query, might not be perfect yet but already works a lot
2837         better. Fixes #442557.
2838
2839 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2840
2841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2842         (gst_xvimagesink_setcaps):
2843         * sys/xvimage/xvimagesink.h:
2844         After a caps change, redraw our borders to avoid garbage left there
2845         when the image format changes to a smaller size, like 16:9 -> 4:3
2846         Also, hold the flow_lock a bit longer in the set_caps while we're
2847         fiddling with the xcontext.
2848
2849 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2850
2851         * Makefile.am:
2852         * configure.ac:
2853         * tests/Makefile.am:
2854         Remove bogus check for libcheck, since we check for
2855         gstreamer-check and it pulls in the required info from there, and we
2856         weren't actually _using_ the information for libcheck ourselves
2857         anyway.
2858
2859 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2860
2861         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2862         (gst_ffmpeg_caps_to_pixfmt):
2863         Fix the r_mask test for RGBA32 on little-endian.
2864         Fix a stupid typo that would have obviously broken 
2865         compilation on big-endian, if anyone was testing.
2866
2867 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
2868
2869         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
2870         (paint_hline_str4):
2871         * gst/videotestsrc/videotestsrc.h:
2872         Add alpha to the color struct.
2873         Use a default alpha value of 255 instead of 128.
2874
2875 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
2876
2877         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
2878         (setup_source):
2879         Clear the dynamic pads counter when starting a new uri. This makes
2880         reusing playbin work again.
2881         Fixes #454264.
2882
2883 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2884
2885         * configure.ac:
2886           Use pkg-config to locate check.
2887
2888 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
2889
2890         * configure.ac:
2891         * tests/check/elements/volume.c: (GST_START_TEST):
2892           Fix 'make check' build against core CVS.
2893
2894 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
2895
2896         * gst-libs/gst/interfaces/propertyprobe.c:
2897         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2898         * gst-libs/gst/tag/gstvorbistag.c:
2899           Make gtk-doc happy.
2900
2901 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
2902
2903         * gst-libs/gst/audio/gstbaseaudiosink.c:
2904         (gst_base_audio_sink_callback):
2905           Quick hack to make audiosinks stop at EOS when operating in
2906           pull-mode; needs to be fixed properly some day.
2907
2908 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
2909
2910         * docs/libs/gst-plugins-base-libs-sections.txt:
2911           Fix location of includes in the docs.
2912
2913 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2914
2915         * gst/ffmpegcolorspace/avcodec.h:
2916         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2917         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2918         (gst_ffmpegcsp_avpicture_fill):
2919         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
2920         (img_get_alpha_info):
2921         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
2922         of the existing BGRA32 and RGBA32 formats with the alpha at the other
2923         end of the word. Partially fixes #451908
2924
2925 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2926
2927         * docs/libs/Makefile.am:
2928         * docs/plugins/Makefile.am:
2929           Simplify --extra-dir as gtkdoc scans recursively.
2930
2931 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
2932
2933         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
2934         (gst_adder_request_new_pad):
2935         Make getcaps more robust by not using the proxycaps function. This makes
2936         sure that we don't end up recursively calling getcaps upstream.
2937         See #316248.
2938
2939 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
2940
2941         * gst/audioconvert/audioconvert.c:
2942         Include math.h to fix compilation.
2943
2944 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
2945
2946         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2947         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2948         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
2949         format, as produced by some dc1394 cameras like the iSight.
2950         See http://www.fourcc.org/yuv.php#IYU1
2951
2952 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2953
2954         * gst/audioconvert/Makefile.am:
2955         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2956         (check_default), (audio_convert_prepare_context),
2957         (audio_convert_clean_context), (audio_convert_convert):
2958         * gst/audioconvert/audioconvert.h:
2959         * gst/audioconvert/gstaudioconvert.c:
2960         (gst_audio_convert_dithering_get_type),
2961         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
2962         (gst_audio_convert_init), (gst_audio_convert_set_caps),
2963         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
2964         * gst/audioconvert/gstaudioconvert.h:
2965         * gst/audioconvert/gstaudioquantize.c:
2966         (gst_audio_quantize_setup_noise_shaping),
2967         (gst_audio_quantize_free_noise_shaping),
2968         (gst_audio_quantize_setup_dither),
2969         (gst_audio_quantize_free_dither),
2970         (gst_audio_quantize_setup_quantize_func),
2971         (gst_audio_quantize_setup), (gst_audio_quantize_free):
2972         * gst/audioconvert/gstaudioquantize.h:
2973         Implement dithering and noise shaping in audioconvert. By default now
2974         TPDF dithering (and no noise shaping) will be used when converting
2975         from a higher bit depth to 20 bit depth or smaller, otherwise
2976         everything will be as it is now.
2977         For the last audioconvert in a pipeline it would make sense to
2978         use some kind of noise shaping, enabling it by default for all
2979         conversions would give undesired results though. Fixes #360246.
2980         * tests/check/elements/audioconvert.c: (setup_audioconvert),
2981         (GST_START_TEST):
2982         Adjust unit test for the new audioconvert.
2983
2984 2007-06-28  Wim Taymans  <wim@fluendo.com>
2985
2986         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
2987         Use other metrics as well when estimating the buffer level.
2988
2989 2007-06-28  Wim Taymans  <wim@fluendo.com>
2990
2991         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
2992         Small debug improvement.
2993
2994         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
2995         (plugin_init):
2996         Tweak the rate estimation period.
2997         When calculating the buffer filledness in rate estimation mode, don't
2998         mix it with other metrics.
2999
3000 2007-06-28  Wim Taymans  <wim@fluendo.com>
3001
3002         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
3003         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
3004         When creating the groups, allow for a 5 second, unlimited buffers
3005         preroll phase after which we expose the group.
3006         When the group is exposed, use a small number of buffers up to a 2
3007         second limit. Also disconnect the overrun signal from multiqueue when we
3008         exposed the group because it is not needed anymore.
3009
3010 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
3011
3012         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
3013           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
3014           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
3015           (#451707); also, output some debugging info when dealing with
3016           freeform strings.
3017
3018         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
3019           Add unit test for the above.
3020
3021 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
3022
3023         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
3024           Add description for Windows Media RTP caps.
3025
3026         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3027           Remove RTP fields that don't define the format from caps.
3028
3029 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
3030
3031         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
3032           Skip empty buffers, but not empty header buffers. That way the original
3033           vorbisdec unit test still passes (#451145); also, take into account
3034           that those empty packets might carry a granulepos.
3035
3036         * tests/check/Makefile.am:
3037         * tests/check/elements/vorbisdec.c:
3038         (_create_codebook_header_buffer), (_create_audio_buffer),
3039         (GST_START_TEST), (vorbisdec_suite):
3040           Add unit test that sends an empty packet.
3041
3042 2007-06-27  Wim Taymans  <wim@fluendo.com>
3043
3044         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
3045         Don't error out on 0-sized packets, just emit a warning because this is
3046         not a fatal error. Fixes #451145.
3047
3048 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3049
3050         * docs/plugins/gst-plugins-base-plugins.args:
3051         * docs/plugins/gst-plugins-base-plugins.signals:
3052         * docs/plugins/inspect/plugin-adder.xml:
3053         * docs/plugins/inspect/plugin-alsa.xml:
3054         * docs/plugins/inspect/plugin-audioconvert.xml:
3055         * docs/plugins/inspect/plugin-audiorate.xml:
3056         * docs/plugins/inspect/plugin-audioresample.xml:
3057         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3058         * docs/plugins/inspect/plugin-cdparanoia.xml:
3059         * docs/plugins/inspect/plugin-decodebin.xml:
3060         * docs/plugins/inspect/plugin-decodebin2.xml:
3061         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3062         * docs/plugins/inspect/plugin-gdp.xml:
3063         * docs/plugins/inspect/plugin-gnomevfs.xml:
3064         * docs/plugins/inspect/plugin-libvisual.xml:
3065         * docs/plugins/inspect/plugin-ogg.xml:
3066         * docs/plugins/inspect/plugin-pango.xml:
3067         * docs/plugins/inspect/plugin-playbin.xml:
3068         * docs/plugins/inspect/plugin-subparse.xml:
3069         * docs/plugins/inspect/plugin-tcp.xml:
3070         * docs/plugins/inspect/plugin-theora.xml:
3071         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3072         * docs/plugins/inspect/plugin-video4linux.xml:
3073         * docs/plugins/inspect/plugin-videorate.xml:
3074         * docs/plugins/inspect/plugin-videoscale.xml:
3075         * docs/plugins/inspect/plugin-videotestsrc.xml:
3076         * docs/plugins/inspect/plugin-volume.xml:
3077         * docs/plugins/inspect/plugin-vorbis.xml:
3078         * docs/plugins/inspect/plugin-ximagesink.xml:
3079         * docs/plugins/inspect/plugin-xvimagesink.xml:
3080           Update docs with caps info.
3081
3082 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3083
3084         * po/POTFILES.in:
3085           Add more files with translatable strings (#450875).
3086
3087 2007-06-23  Edward Hervey  <edward@fluendo.com>
3088
3089         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
3090         The chain should be freed if we error out here, else it will leak.
3091         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
3092         (cleanup_decodebin):
3093         Don't forget to *properly* remove the signals, else it will leak.
3094
3095 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3096
3097         * MAINTAINERS:
3098         Updating all the maintainers files
3099
3100 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
3101
3102         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
3103         (main):
3104           Destroy and recreate parse-launch based pipeline after stop to be able
3105           to play again. Reorder some code and add more comments.
3106
3107 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
3108
3109         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
3110         When handling a delayed-caps notification case, mark
3111         the group as dynamic so that the nbdynamic count is
3112         incremented and decremented correctly. Fixes: #449156
3113         Patch by: Wim Taymans <wim@fluendo.com>
3114
3115 2007-06-19  Andy Wingo  <wingo@pobox.com>
3116
3117         * gst-libs/gst/audio/gstbaseaudiosink.c
3118         (gst_base_audio_sink_init): Enable pull-mode operation.
3119
3120 2007-06-19  Michael Smith <msmith@fluendo.com>
3121
3122         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3123           Change minimum rate back to 1000 to allow low-sample-rate wav files
3124           to play back.
3125
3126 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3127
3128         * po/vi.po:
3129           Update translations.
3130
3131 2007-06-15  David Schleef  <ds@schleef.org>
3132
3133         * gst/playback/gstqueue2.c:
3134           Fix compile error from ignored return value.
3135
3136 2007-06-15  Michael Smith <msmith@fluendo.com>
3137
3138         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3139           Update tmpbuf for all neccesary rows, not just one, as is required
3140           when downscaling.
3141           Fixes #402076.
3142
3143 2007-06-15  Michael Smith <msmith@fluendo.com>
3144
3145         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
3146         (eos_buffer_probe):
3147           Add a test that ensures we set DELTA_UNIT on all non-header,
3148           non-video buffers, if we have a video stream.
3149         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3150         (gst_ogg_mux_process_best_pad):
3151           Move setting delta_pad to earlier, where we inspect all pads, so
3152           that leading audio pages don't get DELTA_UNIT unset if they come
3153           before the first DELTA_UNIT from video pages. Fixes the newly-added
3154           test. Fixes #385527.
3155
3156 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
3157
3158         * tests/check/pipelines/streamheader.c: (streamheader_suite):
3159           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
3160           fails on the p5-ppc64 build bot and the failure looks like it is due
3161           to the same issue as #348114, ie. a compiler bug.
3162
3163 2007-06-13  Edward Hervey  <edward@fluendo.com>
3164
3165         * gst/playback/gstqueue2.c: (gst_queue_create_read):
3166         Fix build on MacOSX.
3167
3168 2007-06-13  Wim Taymans  <wim@fluendo.com>
3169
3170         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3171         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
3172         Fix compilation on mingw. Fixes #446972.
3173
3174 2007-06-12  Wim Taymans  <wim@fluendo.com>
3175
3176         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3177
3178         * gst/playback/gstqueue2.c: (update_buffering),
3179         (gst_queue_locked_enqueue):
3180         Fix a division by zero when the max percent is <= 0. Fixes #446572.
3181         also update the buffering status when receiving events. Fixes #446551.
3182
3183 2007-06-11  Wim Taymans  <wim@fluendo.com>
3184
3185         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3186
3187         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
3188         (gst_queue_handle_src_query):
3189         Wait for preroll before attempting to forward a duration query upstream.
3190         Fixes #445505.
3191
3192 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
3193
3194         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
3195         (gst_base_rtp_depayload_set_gst_timestamp):
3196         Use G_GINT64_CONSTANT macro for int64 constant.
3197         * win32/common/libgstinterfaces.def:
3198         * win32/common/libgsttag.def:
3199         Add new exported functions.
3200
3201 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
3202
3203         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3204           The BOS page of the first Dirac video stream needs to come before
3205           the BOS page of any Vorbis streams or other audio streams, just like
3206           it is with Theora.
3207
3208 2007-06-07  Wim Taymans  <wim@fluendo.com>
3209
3210         * gst/playback/gstqueue2.c: (gst_queue_get_range):
3211         Fix compilation.
3212
3213 2007-06-06  Wim Taymans  <wim@fluendo.com>
3214
3215         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3216
3217         * gst/playback/gstqueue2.c: (gst_queue_init),
3218         (gst_queue_handle_sink_event), (gst_queue_chain),
3219         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
3220         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
3221         (gst_queue_src_activate_pull):
3222         Add pull based scheduling and fix some deadlocks. Fixes #444523.
3223         Does not yet completely work because duration queries upstream won't
3224         block yet.
3225
3226 2007-06-06  Wim Taymans  <wim@fluendo.com>
3227
3228         * configure.ac:
3229         * gst/playback/gstqueue2.c: (gst_queue_create_read):
3230         Some more fseeko checks.
3231
3232 2007-06-06  Wim Taymans  <wim@fluendo.com>
3233
3234         * configure.ac:
3235         check for large file support.
3236
3237 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3238
3239         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
3240
3241         * gst/subparse/gstsubparse.c: (parse_subrip),
3242         (subviewer_unescape_newlines), (parse_subviewer),
3243         (gst_sub_parse_data_format_autodetect),
3244         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
3245         * gst/subparse/gstsubparse.h:
3246         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
3247         * tests/check/elements/subparse.c: (GST_START_TEST),
3248         (subparse_suite):
3249         Add a unit test for both SubViewer formats.
3250
3251 2007-06-01  Michael Smith <msmith@fluendo.com>
3252
3253         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
3254           Don't overflow intermediate values when seeking to large time values
3255           in audiotestsrc.
3256
3257 2007-06-05  Wim Taymans  <wim@fluendo.com>
3258
3259         * gst/playback/gstqueue2.c: (gst_queue_have_data),
3260         (gst_queue_create_read), (gst_queue_read_item_from_file),
3261         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
3262         Include stdio to define fseeko.
3263
3264 2007-06-05  Wim Taymans  <wim@fluendo.com>
3265
3266         Patch by: Edward Hervey  <edward@fluendo.com>
3267
3268         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
3269         (gst_v4lsrc_query):
3270         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
3271
3272 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3273
3274         * gst-libs/gst/riff/Makefile.am:
3275         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
3276           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3277           our own implementation.
3278
3279 2007-06-05  Wim Taymans  <wim@fluendo.com>
3280
3281         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3282         (gst_base_rtp_depayload_setcaps),
3283         (gst_base_rtp_depayload_set_gst_timestamp),
3284         (gst_base_rtp_depayload_change_state):
3285         Handle timestamp wraparound.
3286
3287 2007-06-05  Wim Taymans  <wim@fluendo.com>
3288
3289         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
3290         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
3291         (gst_uri_decode_bin_change_state):
3292         Make sure we name srcpads uniquely even when using different internal
3293         decodebins.
3294         Signal no-more-pads when no more dynamic elements exist.
3295         Remove pads on cleanup.
3296
3297 2007-06-05  Wim Taymans  <wim@fluendo.com>
3298
3299         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3300
3301         * gst/playback/gstqueue2.c: (gst_queue_class_init),
3302         (gst_queue_init), (gst_queue_finalize),
3303         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
3304         (gst_queue_create_read), (gst_queue_read_item_from_file),
3305         (gst_queue_open_temp_location_file),
3306         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
3307         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3308         (gst_queue_is_empty), (gst_queue_is_filled),
3309         (gst_queue_change_state), (gst_queue_set_temp_location),
3310         (gst_queue_set_property):
3311         Add support for filebased buffering. Fixes #441264.
3312
3313 2007-06-05  Wim Taymans  <wim@fluendo.com>
3314
3315         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
3316         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
3317         (caps_notify_group_cb), (gst_decode_group_new),
3318         (gst_decode_group_free):
3319         Add support for delayed caps fixation when autoplugging.
3320         Optimize cases where a multiqueue is not needed/wanted, like right after
3321         anything that is not a demuxer.
3322
3323 2007-06-05  Wim Taymans  <wim@fluendo.com>
3324
3325         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
3326         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
3327         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
3328         consideratly speedup ogg chain detection by not trying to find a base
3329         timestamp for skeleton streams. 
3330
3331 2007-06-05  Wim Taymans  <wim@fluendo.com>
3332
3333         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
3334         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
3335         (gst_multi_fd_sink_remove_flush),
3336         (gst_multi_fd_sink_remove_client_link),
3337         (gst_multi_fd_sink_handle_client_write),
3338         (gst_multi_fd_sink_handle_clients):
3339         * gst/tcp/gstmultifdsink.h:
3340         Add support for remove_flush.
3341
3342 2007-06-05  Wim Taymans  <wim@fluendo.com>
3343
3344         * docs/design/draft-keyframe-force.txt:
3345         * ext/theora/theoraenc.c: (theora_enc_sink_event),
3346         (theora_enc_chain):
3347         Add draft design for forcing keyframes in encoders and implement in
3348         theoraenc.
3349
3350 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
3351
3352         * configure.ac:
3353           Back to CVS
3354
3355 === release 0.10.13 ===
3356
3357 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
3358
3359         * configure.ac:
3360           releasing 0.10.13, "What's Going on?"
3361
3362 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
3363
3364         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3365         In riff, the depth is stored in the size field but it just means that
3366         the least significant bits are cleared. We can therefore just play
3367         the sample as if it had a depth == width. Fixes: #440997
3368
3369         Patch by: Wim Taymans <wim@fluendo.com> 
3370         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
3371
3372 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
3373
3374         * gst-libs/gst/floatcast/floatcast.h:
3375         Define inline when needed on win32 builds. Fixes: #441295
3376         Patch by: Sebastien Moutte  <sebastien@moutte.net>
3377
3378 2007-05-29  Wim Taymans  <wim@fluendo.com>
3379
3380         * gst/playback/gstplaybasebin.c: (queue_overrun),
3381         (no_more_pads_full):
3382         Stop buffering when the group is commited because the queues filled up.
3383         Fixes #442024.
3384
3385 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3386
3387         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3388         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
3389         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
3390         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
3391         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
3392         * ext/alsa/gstalsamixer.h:
3393         * ext/alsa/gstalsamixerelement.c:
3394         (gst_alsa_mixer_element_interface_supported),
3395         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
3396         (gst_alsa_mixer_element_set_property),
3397         (gst_alsa_mixer_element_get_property),
3398         (gst_alsa_mixer_element_change_state):
3399         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
3400         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
3401         (gst_mixer_option_changed):
3402         * gst-libs/gst/interfaces/mixer.h:
3403         Revert commits towards #152864 made so far. We'll pick it up again
3404         after the 0.10.13 release.
3405
3406 2007-05-24  Wim Taymans  <wim@fluendo.com>
3407
3408         * gst-libs/gst/audio/gstbaseaudiosink.c:
3409         (gst_base_audio_sink_render):
3410         After an interrupt (PAUSED/flush) assume that the next sample should not
3411         be aligned to the previous sample. Fixes #417992.
3412
3413 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3414
3415         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3416           Don't add channels and rate fields to the template caps for
3417           audio/x-dts, as wavparse might not always be able to set them,
3418           which would then lead to 'caps are not a real subset of the
3419           template caps' warnings.
3420
3421 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
3422
3423         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
3424         Handle unknown or invalid pads without crashing, as might occur if
3425         a media file like an mp3 is specified as a subtitle file.
3426         Fixes: #410039
3427
3428 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
3429
3430         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
3431         (setup_sinks):
3432         Block the subtitle bin output queue before ghosting it and linking,
3433         then unblock after. This avoids spurious not-linked errors caused 
3434         by the queue starting up (because it gets linked when it is ghosted). 
3435         Fixes: #350299
3436
3437 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
3438
3439         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
3440         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
3441         file. Avoids flukes where the input gets typefound to some valid but
3442         useless type.
3443
3444 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3445
3446         * tests/check/Makefile.am:
3447         * tests/check/elements/.cvsignore:
3448         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
3449         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
3450           Add unit test for gnomevfssink seeking and position reporting for
3451           file:// URIs.
3452
3453 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3454
3455         Patch by: Mark Nauwelaerts <manauw at skynet be>
3456
3457         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
3458         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
3459         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
3460         * ext/gnomevfs/gstgnomevfssink.h:
3461           Fix position reporting, especially after a seek (from upstream),
3462           see #412648.
3463
3464 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3465
3466         * ext/cdparanoia/gstcdparanoiasrc.c:
3467           Repair umlaut.
3468
3469 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
3470
3471         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3472         Specify the full valid range for MP3 samplerates. Fixes a regression
3473         caused by extra header checks since the last release.
3474
3475 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
3476
3477         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3479         Fix a locking-order bug I introduced with my changes the other day.
3480         Patch by Mike Smith.
3481
3482 2007-05-21  Michael Smith <msmith@fluendo.com>
3483
3484         * ext/theora/theoradec.c: (theora_handle_data_packet):
3485           Don't look inside 0-length packets (which indicate duplicated
3486           frames)
3487
3488 2007-05-21  Wim Taymans  <wim@fluendo.com>
3489
3490         * ext/cdparanoia/gstcdparanoiasrc.c:
3491         (gst_cd_paranoia_src_read_sector):
3492         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3493         (gst_base_audio_src_create):
3494         Small cleanups.
3495
3496         * ext/theora/theoradec.c: (theora_dec_sink_event):
3497         Fix typo.
3498
3499         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3500         (gst_base_rtp_depayload_set_gst_timestamp):
3501         Add some FIXME
3502
3503         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
3504         And some debug info when a FIXME path is hit.
3505
3506 2007-05-21  Wim Taymans  <wim@fluendo.com>
3507
3508         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3509         (gst_base_rtp_audio_payload_class_init),
3510         (gst_base_rtp_audio_payload_init),
3511         (gst_base_rtp_audio_payload_finalize),
3512         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
3513         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
3514         (gst_base_rtp_payload_audio_handle_event):
3515         Some cleanups, remove minptime property as it is now in the parent
3516         class.
3517         Override parent class event function.
3518
3519         * gst-libs/gst/rtp/gstbasertppayload.c:
3520         (gst_basertppayload_class_init), (gst_basertppayload_init),
3521         (gst_basertppayload_event), (gst_basertppayload_set_property),
3522         (gst_basertppayload_get_property):
3523         * gst-libs/gst/rtp/gstbasertppayload.h:
3524         Add min-ptime property.
3525         Add handle-event vmethod. Fixes #415001.
3526
3527 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
3528
3529         * gst-libs/gst/audio/gstbaseaudiosink.c
3530           (gst_base_audio_sink_change_state):
3531           Fix typo in comment.
3532
3533         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
3534           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
3535           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
3536           close_link):
3537         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
3538           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
3539           Remove trailing whitespaces in comments.
3540
3541         * gst/volume/Makefile.am:
3542           Fix tabs.
3543
3544 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
3545
3546         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
3547
3548         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
3549           set_option, get_option, _gst_reserved):
3550           Revert reordering functions (keep ABI).
3551
3552 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
3553
3554         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3555         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
3556         (gst_ximagesink_show_frame):
3557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3558         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
3559         (gst_xvimagesink_show_frame):
3560         When we create our own window, indicate that we handle the 
3561         WM_DELETE client message from the window manager, so that it won't 
3562         kill our window (and our app) along with it. Handle ClientMessage,
3563         post an error on the bus, and close the window. Further buffers
3564         arriving will result in a FlowError because the window has been
3565         destroyed.
3566
3567         Fixes: #393975
3568
3569         Clean up the X event handling loop and make them the same for
3570         both xvimagesink and ximagesink while I'm at it.
3571
3572 2007-05-17  Wim Taymans  <wim@fluendo.com>
3573
3574         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
3575         Make decodebin2 autoplug depayloaders too.
3576
3577         * gst/playback/gsturidecodebin.c: (source_new_pad):
3578         Set the newly created decoder in a usable state when autoplugging a
3579         dynamic source such as RTSP.
3580
3581 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
3582
3583         * gst/playback/gststreaminfo.c: (cb_probe):
3584           Ignore video-codec tag for audio streams and ignore audio-codec tags
3585           for video streams. Should make codec name collection a bit more
3586           robust against sloppy demuxers that send tag events containing both
3587           tags down each pad.
3588
3589 2007-05-17  Wim Taymans  <wim@fluendo.com>
3590
3591         * gst/playback/gstqueue2.c: (update_rates):
3592         Tweak the buffering thresholds a little.
3593         Update the buffer size with the previously calculate rate instead of
3594         only when we calculate a new rate so that we get smoother buffering
3595         updates.
3596
3597         * gst/playback/Makefile.am:
3598         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
3599         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3600         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
3601         (gst_uri_decode_bin_get_property), (unknown_type),
3602         (add_element_stream), (no_more_pads_full), (no_more_pads),
3603         (source_no_more_pads), (new_decoded_pad), (array_has_value),
3604         (gen_source_element), (has_all_raw_caps), (analyse_source),
3605         (remove_decoders), (make_decoder), (remove_source),
3606         (source_new_pad), (setup_source), (decoder_query_init),
3607         (decoder_query_duration_fold), (decoder_query_duration_done),
3608         (decoder_query_position_fold), (decoder_query_position_done),
3609         (decoder_query_latency_fold), (decoder_query_latency_done),
3610         (decoder_query_seeking_fold), (decoder_query_seeking_done),
3611         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
3612         (gst_uri_decode_bin_change_state), (plugin_init):
3613         New element that intergrates a source, optional buffering element and
3614         decodebin.
3615
3616 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
3617
3618         * configure.ac:
3619           Bump libtheora requirement to 1.0alpha5 for the pixformat check
3620           (also has a .pc file, so we don't need the fallback check any
3621           longer). Fixes #438840.
3622
3623 2007-05-17  Wim Taymans  <wim@fluendo.com>
3624
3625         * gst/playback/gstqueue2.c: (gst_queue_get_type),
3626         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
3627         (apply_segment), (apply_buffer), (update_buffering),
3628         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
3629         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3630         (gst_queue_handle_sink_event), (gst_queue_is_filled),
3631         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
3632         (plugin_init):
3633         fix build.
3634
3635 2007-05-17  Wim Taymans  <wim@fluendo.com>
3636
3637         * gst/playback/Makefile.am:
3638         * gst/playback/gstqueue2.c: (gst_queue_get_type),
3639         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
3640         (gst_queue_getcaps), (gst_queue_bufferalloc),
3641         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
3642         (apply_buffer), (update_buffering), (reset_rate_timer),
3643         (update_rates), (gst_queue_locked_flush),
3644         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3645         (gst_queue_handle_sink_event), (gst_queue_is_empty),
3646         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
3647         (gst_queue_loop), (gst_queue_handle_src_event),
3648         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
3649         (gst_queue_src_activate_push), (gst_queue_change_state),
3650         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
3651         On our way to playbin2 this is the new network queue that does buffering
3652         all by itself using high and low watermarks. It can also measure up and
3653         downstream bandwidth to optimally size the queue.
3654
3655 2007-05-17  Michael Smith <msmith@fluendo.com>
3656
3657         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
3658         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
3659           Use the segment->last_stop value to calculate the next timestamp to
3660           generate after a seek; not the segment->start value.
3661
3662 2007-05-15  David Schleef  <ds@schleef.org>
3663
3664         * docs/Makefile.am: Install docs even when --disable-gtk-doc
3665           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
3666
3667 2007-05-15  Wim Taymans  <wim@fluendo.com>
3668
3669         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3670         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
3671         Some more chained streaming ogg timestamp fixes.
3672
3673 2007-05-15  Wim Taymans  <wim@fluendo.com>
3674
3675         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3676         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3677         (gst_ogg_demux_handle_page):
3678         Add some FIXMEs.
3679         Fix chain start/stop segment handling based on patch by
3680         <ahalda at cs dot mcgill dot ca> see #320984.
3681
3682 2007-05-15  Michael Smith <msmith@fluendo.com>
3683
3684         * configure.ac:
3685           We don't require a C++ compiler. So don't require one.
3686
3687 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3688
3689         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
3690           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
3691           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
3692           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
3693           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
3694           gst_alsa_mixer_update_track):
3695           Apply some of the cleanup Tim suggested in #152864 afterwards.
3696
3697 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3698
3699         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
3700
3701         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
3702           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
3703           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
3704           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
3705           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
3706           gst_alsa_mixer_handle_source_callback,
3707           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
3708           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
3709           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
3710           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
3711           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
3712           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
3713         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
3714         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
3715           gst_alsa_mixer_element_interface_supported,
3716           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
3717           gst_alsa_mixer_element_set_property,
3718           gst_alsa_mixer_element_get_property,
3719           gst_alsa_mixer_element_change_state):
3720         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
3721         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
3722           gst_mixer_option_changed):
3723         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
3724           volume_changed, option_changed, _gst_reserved):
3725           Implement notification for alsamixer. Fixes #152864
3726
3727 2007-05-14  David Schleef  <ds@schleef.org>
3728
3729         * gst/videotestsrc/videotestsrc.c:
3730         * gst/videotestsrc/videotestsrc.h:
3731           Add support for video/x-raw-bayer.
3732
3733 2007-05-12  David Schleef  <ds@schleef.org>
3734
3735         * sys/xvimage/xvimagesink.c:
3736           Add some sanity checking for the XVImage size returned by X.
3737           Related to #377400.
3738
3739 2007-05-12  Wim Taymans  <wim@fluendo.com>
3740
3741         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3742         (gst_base_rtp_depayload_setcaps),
3743         (gst_base_rtp_depayload_set_gst_timestamp):
3744         Parse and use additional caps fields as described in updated
3745         application/x-rtp caps spec.
3746
3747 2007-05-12  Wim Taymans  <wim@fluendo.com>
3748
3749         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3750         (gst_ogg_demux_collect_chain_info):
3751         If there is a stream in a chain without any data packets, ignore the
3752         stream in the total length calculations. Might be related to #436820.
3753
3754 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
3755
3756         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
3757         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
3758         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
3759         (mpeg_video_type_find), (mpeg_video_stream_type_find),
3760         (plugin_init):
3761
3762         Consolidate and re-work our mpeg system stream detection to probe
3763         more packets and produce a higher confidence result. Fixes a
3764         regression caused by lowering the typefind probability last year
3765         - related to bug #397810. Remove the redundant MPEG-1 specific 
3766         typefind function, as the new one detects both MPEG-1 & MPEG-2
3767         happily.
3768
3769         Also cleanup the MPEG elementary and MPEG-TS detection functions a
3770         little. 
3771
3772         Tested against my media test directory, with some improvements and
3773         no regressions.
3774
3775 2007-05-10  Wim Taymans  <wim@fluendo.com>
3776
3777         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
3778         (queue_out_of_data):
3779         Connect to the new queue "pushing" signal instead of the broken
3780         "running" one.
3781
3782 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3783
3784         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3785         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
3786         Move variable declaration before the first instruction.
3787         * gst/videotestsrc/videotestsrc.c:
3788         Define M_PI if it's not defined yet.
3789         * win32/common/libgstrtp.def:
3790         Add new exported functions.
3791
3792 2007-05-09  Michael Smith <msmith@fluendo.com>
3793
3794         * ext/theora/theoradec.c: (theora_handle_type_packet):
3795           gst_pad_push_event() does not return a GstFlowReturn!
3796
3797 2007-05-09  Wim Taymans  <wim@fluendo.com>
3798
3799         * tests/examples/seek/scrubby.c: (stop_cb), (main):
3800         * tests/examples/seek/seek.c: (do_seek):
3801         Some small cosmetic changes.
3802
3803 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
3804
3805         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
3806           gst_adder_change_state):
3807         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
3808           segment_pending, segment_position, segment_rate):
3809           Handle playback-rate on adder.
3810
3811 2007-05-07  Michael Smith <msmith@fluendo.com>
3812
3813         * ext/theora/gsttheoradec.h:
3814         * ext/theora/theoradec.c: (gst_theora_dec_reset),
3815         (theora_dec_sink_event), (theora_handle_comment_packet),
3816         (theora_handle_type_packet), (theora_dec_change_state):
3817           Don't push events (newsegment, tags) before initialising the
3818           decoder.
3819           This is neccesary for seeking to work correctly in gnonlin.
3820
3821 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
3822
3823         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3824         * gst/adder/gstadder.c:
3825         * gst/audiotestsrc/gstaudiotestsrc.c
3826           (gst_audio_test_src_create_white_noise):
3827         * gst/videotestsrc/gstvideotestsrc.c:
3828         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
3829           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
3830           volume_sink_template, volume_src_template, gst_volume_init,
3831           volume_process_double, volume_process_int16,
3832           volume_process_int16_clamp):
3833           Doc fixes and formatting.
3834
3835 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
3836
3837         * tests/check/Makefile.am:
3838         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
3839           Minimal check for volume's GstController usability; also another
3840           test for #422295.
3841
3842 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
3843
3844         * gst-libs/gst/cdda/gstcddabasesrc.c:
3845         (gst_cdda_base_src_add_track):
3846           Fix it so that it (a) makes sense and (b) doesn't break
3847           everything cdda-related including the unit test.
3848
3849 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
3850
3851         * gst-libs/gst/cdda/gstcddabasesrc.c:
3852         (gst_cdda_base_src_add_track):
3853           Fix build when disabling asserts.
3854
3855 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
3856
3857         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
3858           When XShm is not available, we might get row strides that are not
3859           rounded up to multiples of four; this is bad, because virtually
3860           every RGB-processing element in GStreamer assumes rowstrides are
3861           rounded up to multiples of four, so let's allocate at least enough
3862           memory to avoid crashes in this case. The image will still be
3863           displayed distorted though if this happens, so that still needs
3864           fixing (maybe by allocating a bigger image with an 'even' width
3865           and then clipping it appropriately when rendering - something for
3866           Xlib aficionados in any case).
3867
3868 2007-05-03  Michael Smith <msmith@fluendo.com>
3869
3870         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3871           If a buffer doesn't have a timestamp, assume it's contiguous with
3872           the previous buffer, and synthesise timestamps appropriately.
3873
3874 2007-05-03  Edward Hervey  <edward@fluendo.com>
3875
3876         * tests/check/elements/videorate.c: (GST_START_TEST):
3877         Set buffer timestamp to a valid value in order to test the buffer
3878         really does stay in videorate.
3879
3880 2007-05-03  Edward Hervey  <edward@fluendo.com>
3881
3882         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
3883         There is no sensible way to handle incoming buffers which don't have a
3884         valid timestamp. We therefore discard them and wait for the next one.
3885
3886 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
3887
3888         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
3889         * gst/playback/gstdecodebin2.c: (plugin_init):
3890           Better error message for text files.
3891
3892 2007-04-29  Wim Taymans  <wim@fluendo.com>
3893
3894         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
3895         Fix offset bug in generation RR packets.
3896
3897 2007-04-27  Julien MOUTTE  <julien@moutte.net>
3898
3899         * ext/theora/theoradec.c: (_theora_granule_time),
3900         (theora_dec_push_forward), (theora_handle_data_packet),
3901         (theora_dec_decode_buffer): Calculate buffer duration correctly
3902         to generate a perfect stream (#433888).
3903         * gst/audioresample/gstaudioresample.c:
3904         (audioresample_check_discont): Glib provides ABS.
3905
3906 2007-04-27  Wim Taymans  <wim@fluendo.com>
3907
3908         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
3909         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
3910         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
3911         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
3912         (gst_rtcp_packet_bye_set_reason):
3913         * gst-libs/gst/rtp/gstrtcpbuffer.h:
3914         Fix RB block parsing and writing.
3915         Add support for constructing BYE packets.
3916
3917 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3918
3919         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
3920         (gst_base_audio_src_create):
3921         * po/POTFILES.in:
3922           When posting a warning message because samples were dropped, post
3923           something more intelligible than he default error message for clock
3924           errors which is just confusing in this context (#432984).
3925
3926 2007-04-25  Wim Taymans  <wim@fluendo.com>
3927
3928         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
3929         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
3930         (read_packet_header), (gst_rtcp_packet_move_to_next),
3931         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
3932         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
3933         (gst_rtcp_packet_sdes_get_item_count),
3934         (gst_rtcp_packet_sdes_first_item),
3935         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
3936         (gst_rtcp_packet_sdes_first_entry),
3937         (gst_rtcp_packet_sdes_next_entry),
3938         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
3939         (gst_rtcp_packet_sdes_add_entry):
3940         * gst-libs/gst/rtp/gstrtcpbuffer.h:
3941         Implement code to write SR, RR and SDES packets.
3942
3943 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3944
3945         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
3946
3947         * sys/ximage/ximagesink.c:
3948           Fix build if XShm is not available (#432362).
3949
3950 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
3951
3952         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
3953         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
3954         pointers to random memory which are passed to g_free() when
3955         audio_convert_prepare_context() is called the first time.
3956
3957 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3958
3959         Patch by: Dan Williams <dcbw redhat com>
3960
3961         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
3962           Don't leak incoming buffer if gst_pad_push() returns a
3963           non-OK flow. Fixes #432755.
3964          
3965         * tests/check/elements/videorate.c: (GST_START_TEST),
3966         (videorate_suite):
3967           Unit test for the above by Yours Truly.
3968
3969 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
3970
3971         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
3972         (gst_adder_sink_event), (gst_adder_collected):
3973           Fix non-flushing segmented seeks, Fixes #340060 for me
3974
3975 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3976
3977         Patch by: Olivier Crete  <tester at tester ca>
3978
3979         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3980         (gst_base_rtp_audio_payload_class_init),
3981         (gst_base_rtp_audio_payload_init),
3982         (gst_base_rtp_audio_payload_dispose):
3983           Chain up to parent class in dispose function; get rid of
3984           unnecessary 'diposed' flag in private structure (#415001).
3985
3986 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3987
3988         * docs/libs/gst-plugins-base-libs.types:
3989         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3990         (gst_base_rtp_audio_payload_class_init):
3991         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3992         * gst-libs/gst/rtp/gstbasertppayload.c:
3993           Some minor docs fixes and additions; also add missing 'Since' bits.
3994
3995 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3996
3997         Patch by: Zeeshan Ali  <zeenix gmail com>
3998
3999         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4000         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4001         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
4002         (gst_base_rtp_audio_payload_push):
4003         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4004           The recently-added gst_base_rtp_audio_payload_push() should take an
4005           object of type GstBaseRTPAudioPayload as first argument (#431672).
4006
4007 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4008
4009         * gst/audioresample/gstaudioresample.c:
4010           Make more functions static, just because we can.
4011
4012 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
4013
4014         * tests/check/elements/audioresample.c:
4015           Add unit test for audioresample shutdown crasher (#420106).
4016
4017 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
4018
4019         * gst/subparse/gstsubparse.c:
4020         * gst/subparse/samiparse.c:
4021           Use GST_DISABLE_XML here
4022
4023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
4024         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
4025         (gst_xvimagesink_buffer_alloc),
4026         (gst_xvimagesink_navigation_send_event):
4027         * sys/xvimage/xvimagesink.h:
4028           Include stdlib.h when using atoi.
4029           
4030         * tests/check/elements/playbin.c: (playbin_suite):
4031           Use GST_DISABLE_REGISTRY here
4032
4033 2007-04-19  Michael Smith  <msmith@fluendo.com>
4034
4035         * ext/theora/gsttheoraenc.h:
4036         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
4037         (theora_enc_sink_event), (theora_enc_change_state):
4038           Track initialisation state; don't try to use encoder state if we're
4039           not initialised (it'll segfault).
4040
4041 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
4042
4043         * tests/check/pipelines/.cvsignore:
4044         Fix build.
4045
4046 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4047
4048         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4049         Allow random depths between 1 and 32 instead of only multiplies of 8.
4050
4051 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4052
4053         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4054         Set the maximum number of channels for PCM and float in the correct
4055         place to have it also used when creating the template caps.
4056
4057 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4058
4059         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4060         Correctly support 4, 6 and 8 channels with normal PCM and float
4061         wav files.
4062
4063         Fix the depth and signedness calculation in extensible wav files and
4064         also handle 1, 2, 4, 6, 8 channels here when a file without channel
4065         mask is found.
4066
4067         Add support for float, alaw and mulaw in extensible wav files.
4068
4069         This allows correct playback of all but 5 files from
4070         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
4071         
4072         (gst_riff_create_audio_template_caps):
4073         Add voxware and float formats to the template caps.     
4074
4075 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4076
4077         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4078
4079         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
4080         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
4081
4082         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4083         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
4084         Use the correct format strings for integer formats.
4085
4086 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4087
4088         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
4089           Don't use pad_alloc_buffer_and_set_caps to create a small header
4090           packet, or, worse, to create a big temporary video buffer using the
4091           src pad.
4092
4093 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4094
4095         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
4096         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
4097           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
4098           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
4099
4100 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4101
4102         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
4103           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
4104           streamheader_suite):
4105           Add another test set up for failure
4106
4107 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4108
4109         * tests/check/Makefile.am:
4110         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
4111           GST_START_TEST, streamheader_suite, main):
4112           Add a test for the streamheader bug Wim fixed.
4113
4114 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
4115
4116         * ext/theora/theoradec.c: (theora_dec_sink_event):
4117         Fix misleading comment.
4118
4119 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4120
4121         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4122           More sanity checks for the header fields.
4123
4124 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4125
4126         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
4127           Try encodings from all environment variables, not just those in the
4128           first environment variable that is set.
4129
4130 2007-04-12  Wim Taymans  <wim@fluendo.com>
4131
4132         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
4133         (gst_video_rate_chain):
4134         Add some debug.
4135
4136         * tests/check/elements/videorate.c: (GST_START_TEST),
4137         (videorate_suite):
4138         Added check for videorate changing caps handling. Closes #421834.
4139
4140 2007-04-12  Michael Smith  <msmith@fluendo.com>
4141
4142         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4143           Use scale functions to avoid overflow when calculating duration of 
4144           vorbis buffers.
4145
4146 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4147
4148         * docs/libs/gst-plugins-base-libs-sections.txt:
4149         * gst-libs/gst/tag/tag.h:
4150         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
4151           API: add gst_tag_freeform_string_to_utf8() (#405072).
4152
4153         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
4154           Use gst_tag_freeform_string_to_utf8() here.
4155
4156 2007-04-12  Wim Taymans  <wim@fluendo.com>
4157
4158         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
4159         (gst_gdp_pay_sink_event):
4160         Make sure we set the IN_CAPS flag correctly.
4161
4162         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
4163         Get the IN_CAPS flag before we call functions that mess with the flags.
4164
4165 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4166
4167         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
4168           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
4169           Only stamp buffers with offset/offset_end right before they get
4170           pushed.  This ensures offset continuity, which was not the case
4171           before as shown by
4172           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
4173
4174 2007-04-06  Wim Taymans  <wim@fluendo.com>
4175
4176         * gst/playback/gstplaybin.c: (add_sink),
4177         (gst_play_bin_change_state):
4178         Activate sync in playbin, we are ready to handle it for live streams.
4179
4180 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4181
4182         * tests/check/elements/playbin.c:
4183         (test_sink_usage_video_only_stream), (playbin_suite):
4184           Add small test for stream-info-value-array code paths.
4185
4186 2007-04-05  Wim Taymans  <wim@fluendo.com>
4187
4188         * gst-libs/gst/audio/gstbaseaudiosink.c:
4189         (gst_base_audio_sink_skew_slaving):
4190         Don't try to create invalid calibration parameters by making the
4191         internal time go backwards, instead make external time go forward.
4192
4193 2007-04-05  Wim Taymans  <wim@fluendo.com>
4194
4195         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4196
4197         * gst/playback/gstplaybasebin.c: (add_stream):
4198         Fix leak in add_stream(), when g_value_set_object() increases the
4199         refcount of streaminfo object. Fixes #426250.
4200
4201 2007-04-03  David Schleef  <ds@schleef.org>
4202
4203         * gst/videotestsrc/gstvideotestsrc.c:
4204         * gst/videotestsrc/gstvideotestsrc.h:
4205         * gst/videotestsrc/videotestsrc.c:
4206         * gst/videotestsrc/videotestsrc.h:
4207           Add a test pattern called "circular", which has concentric
4208           rings with varying radial frequency.  The main purpose of this
4209           pattern is to test fidelity loss in a filter or scaler element.
4210           Notably, this pattern is scale invariant, and is optimally viewed
4211           with a width (and height) of 400.
4212
4213 2007-04-03  Wim Taymans  <wim@fluendo.com>
4214
4215         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4216
4217         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
4218         (deactivate_free_recursive):
4219         Decodebin2 doesn't unref pads it obtains in some occasions:
4220         - multiqueue src pads, when either connecting further or exposing
4221         - sink pads of new autoplugged elements
4222         - peer pads when recursively freeing elements
4223         Fixes #425455.
4224
4225 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4226
4227         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4228         Add audio/x-raw-float support, now that audioconvert support
4229         non-native endianness floats.
4230
4231 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4232
4233         * docs/libs/gst-plugins-base-libs-docs.sgml:
4234           gstreamer-plugins-base.pc doesn't exist, it's
4235           gstreamer-plugins-base-0.10.pc.
4236
4237 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4238
4239         Patch by: René Stadler <mail at renestadler dot de>
4240         with some minor changes
4241
4242         * gst-libs/gst/floatcast/floatcast.h:
4243         Use more efficient float endianness conversion functions that don't
4244         involve 2 function calls per value.
4245         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
4246         (check_default), (audio_convert_prepare_context):
4247         * gst/audioconvert/gstaudioconvert.c:
4248         (gst_audio_convert_parse_caps), (make_lossless_changes):
4249         Support non-native endianness floats as input and output.
4250         Fixes #339838.
4251         * tests/check/elements/audioconvert.c: (verify_convert),
4252         (GST_START_TEST):
4253         Add unit tests for the non-native endianness float conversions.
4254
4255 2007-03-29  Wim Taymans  <wim@fluendo.com>
4256
4257         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4258         (gst_base_rtp_depayload_base_init),
4259         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4260         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
4261         (gst_base_rtp_depayload_set_gst_timestamp),
4262         (gst_base_rtp_depayload_change_state),
4263         (gst_base_rtp_depayload_set_property),
4264         (gst_base_rtp_depayload_get_property):
4265         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4266         Add Private structure.
4267         Bring element code to 2007.
4268         Parse clock-base caps param and use it when generating the
4269         newsegment.
4270         Reset variables before going to PAUSED.
4271         Fix some docs.
4272
4273 2007-03-29  Wim Taymans  <wim@fluendo.com>
4274
4275         * docs/libs/gst-plugins-base-libs-docs.sgml:
4276         * docs/libs/gst-plugins-base-libs-sections.txt:
4277         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4278         (gst_base_rtp_audio_payload_get_adapter):
4279         Add RTCP docs.
4280         Fix some more docs.
4281
4282         * gst-libs/gst/rtp/Makefile.am:
4283         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4284         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
4285         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
4286         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
4287         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
4288         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
4289         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
4290         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
4291         (gst_rtcp_packet_sr_get_sender_info),
4292         (gst_rtcp_packet_sr_set_sender_info),
4293         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
4294         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
4295         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
4296         (gst_rtcp_packet_sdes_get_chunk_count),
4297         (gst_rtcp_packet_sdes_first_chunk),
4298         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
4299         (gst_rtcp_packet_sdes_first_item),
4300         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
4301         (gst_rtcp_packet_bye_get_ssrc_count),
4302         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
4303         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
4304         (gst_rtcp_packet_bye_get_reason_len),
4305         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
4306         * gst-libs/gst/rtp/gstrtcpbuffer.h:
4307         Add new helper object for parsing and creating RTCP messages.
4308
4309 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4310
4311         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4312         PCM samples with width=8 must be always unsigned, no matter what
4313         depth they have.
4314
4315 2007-03-29  Andy Wingo  <wingo@pobox.com>
4316
4317         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
4318         perfect offsets also, not just timestamps.
4319
4320         * tests/check/elements/videorate.c (test_more): Test that given
4321         any incoming offsets, that videorate produces perfect offsets.
4322
4323 2007-03-29  Wim Taymans  <wim@fluendo.com>
4324
4325         * gst-libs/gst/riff/riff-ids.h:
4326         Add some more RIFF formats.
4327
4328 2007-03-29  Wim Taymans  <wim@fluendo.com>
4329
4330         * gst-libs/gst/rtp/gstrtpbuffer.c:
4331         (gst_rtp_buffer_default_clock_rate):
4332         * gst-libs/gst/rtp/gstrtpbuffer.h:
4333         Fix fixed payload names and docs.
4334         Added method to get the default clock rates of fixed payload types.
4335         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
4336
4337 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4338
4339         * tests/check/pipelines/.cvsignore:
4340         Add new vorbisdec test to cvsignore.
4341
4342 2007-03-28  Wim Taymans  <wim@fluendo.com>
4343
4344         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
4345         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4346         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
4347         (gst_base_audio_sink_set_property),
4348         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
4349         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
4350         (gst_base_audio_sink_skew_slaving),
4351         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
4352         (gst_base_audio_sink_async_play):
4353         * gst-libs/gst/audio/gstbaseaudiosink.h:
4354         Store private stuff in GstBaseAudioSinkPrivate.
4355         Add configurable clock slaving modes property.
4356         API:: GstBaseAudioSink::slave-method property
4357         Some more latency reporting tweaks.
4358         Added skew based clock slaving correction and make it the default until
4359         the resampling method is more robust.
4360
4361 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
4362
4363         * gst/audioconvert/audioconvert.c:
4364         Add docs to the integer pack functions and implement proper
4365         rounding. Before we had rounding towards negative infinity, i.e.
4366         always the smaller number was taken. Now we use natural rounding,
4367         i.e. rounding to the nearest integer and to the one with the largest
4368         absolute value for X.5. The old rounding introduced some minor
4369         distortions. Fixes #420079
4370         * tests/check/elements/audioconvert.c: (GST_START_TEST):
4371         Fix one unit test that assumed the old rounding and added unit tests
4372         for checking signed/unsigned int16 <-> signed/unsigned int16 with
4373         depth 8, one for signed int16 <-> unsigned int16 and one for the new
4374         rounding from signed int32 to signed/unsigned int16.
4375
4376 2007-03-27  Michael Smith  <msmith@fluendo.com>
4377
4378         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
4379         (gst_audio_convert_transform_caps):
4380           Fix typo in debug line introduced recently, as pointed out on irc.
4381
4382 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4383
4384         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4385         * tests/check/libs/tag.c: (GST_START_TEST):
4386           Make sure we parse floating-point numbers in vorbis comments
4387           correctly with either '.' or ',' as separator, no matter what
4388           the current locale is. Add unit test for this too.
4389
4390 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
4391
4392         Patch by: René Stadler  <mail at renestadler de>
4393
4394         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
4395           When writing out floating-point numbers to vorbis comment tags, always
4396           use the same character as separator no matter what the current locale is
4397           (fixes #423051).
4398
4399         * tests/check/libs/tag.c: (GST_START_TEST):
4400           Add unit tests for replaygain tags in vorbis comments (closes #423055).
4401
4402 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4403
4404         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
4405           vorbis_handle_data_packet):
4406           Correctly set DURATION to generate a timestamp-continuous stream.
4407           One bug left at the end; see
4408           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
4409         * tests/check/Makefile.am:
4410         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
4411           Add a test to check this.  Without the above patch this test fails.
4412
4413 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
4414
4415         * gst-libs/gst/rtp/Makefile.am:
4416         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
4417
4418 2007-03-23  Michael Smith  <msmith@fluendo.com>
4419
4420         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
4421         (gst_video_rate_reset), (gst_video_rate_chain):
4422           If videorate changes caps, we can no longer use the old buffer
4423           (which may have a different size, incompatible with our caps).
4424           So don't do that; just duplicate the new frame more times.
4425
4426 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
4427
4428         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4429         Remove playbin's override of the set_clock vmethod. It's irrelevant
4430         after Wim's commit on the 19th.
4431
4432 2007-03-22  Wim Taymans  <wim@fluendo.com>
4433
4434         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
4435         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
4436         * ext/gnomevfs/gstgnomevfssrc.h:
4437         Don't cache file sizes. Fixes #341078.
4438
4439 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4440
4441         * gst/playback/gstplaybin.c: (add_sink):
4442           Use GST_PTR_FORMAT to log caps. 
4443
4444 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4445
4446         Patch by: Young-Ho Cha <ganadist at chollian net>
4447
4448         * gst/subparse/samiparse.c: (handle_start_font):
4449           Special-case some more colour names that pango doesn't handle by
4450           default. Fixes #420578.
4451
4452 2007-03-20  Michael Smith  <msmith@fluendo.com>
4453
4454         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
4455           If we get a zero-sized input buffer, don't pass it to libvorbis, as
4456           that marks EOS internally. After that, libvorbis will buffer all
4457           input data, and encode none of it, eventually leading to memory
4458           exhaustion.
4459
4460 2007-03-19  Wim Taymans  <wim@fluendo.com>
4461
4462         * gst/playback/gstdecodebin.c: (remove_fakesink):
4463         Don't post STATE_DIRTY anymore.
4464
4465         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
4466         (gst_play_bin_change_state):
4467         Remove stream_time reset in seek handling, core does that now.
4468         Disable clocking for live pipelines by forcing a NULL clock to the
4469         complete pipeline, core is too smart now for our previous hack.
4470         We can always autoplug in PAUSED now.
4471
4472 2007-03-17  David Schleef  <ds@schleef.org>
4473
4474         * REQUIREMENTS:  Update this file, change the formatting to make
4475         it more consistent, plus more machine readable.
4476
4477 2007-03-16  Michael Smith  <msmith@fluendo.com>
4478
4479         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4480         (strip_width_64), (append_with_other_format):
4481           Previous fix was too simplistic, and broke the tests. Use a better
4482           approach; only strip 64 from widths for integer audio.
4483
4484 2007-03-16  Michael Smith  <msmith@fluendo.com>
4485
4486         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4487         (gst_audio_convert_transform_caps):
4488           We don't support 64 bit integer audio, so don't try to claim we can.
4489           Stops us producing caps don't match our template caps.
4490           Update comments.
4491
4492 2007-03-15  Michael Smith  <msmith@fluendo.com>
4493
4494         * gst/audioresample/gstaudioresample.c:
4495         (audioresample_check_discont), (audioresample_transform):
4496           Don't trigger discontinuities for very small imperfections; a filter
4497           flush will sound bad, and many plugins have rounding errors leading
4498           to these.
4499
4500 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4501
4502         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
4503
4504         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4505         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4506         API: add "min-ptime" property to RTP base audio payloader.
4507         API: add gst_base_rtp_audio_payload_push().
4508         API: add gst_base_rtp_audio_payload_get_adapter().
4509         Fixes #415001
4510         Indentation/whitespace/documentation fixes.
4511
4512 2007-03-14  Julien MOUTTE  <julien@moutte.net>
4513
4514         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
4515         (audioresample_transform_size), (audioresample_do_output),
4516         (audioresample_transform), (audioresample_pushthrough): Handle
4517         discontinuous streams.
4518         * gst/audioresample/gstaudioresample.h:
4519         * tests/check/elements/audioresample.c:
4520         (test_discont_stream_instance), (GST_START_TEST),
4521         (audioresample_suite): Add a test for discontinuous streams.
4522         * win32/common/config.h: Updated.
4523
4524 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4525
4526         * po/af.po:
4527         * po/az.po:
4528         * po/cs.po:
4529         * po/en_GB.po:
4530         * po/it.po:
4531         * po/nb.po:
4532         * po/nl.po:
4533         * po/or.po:
4534         * po/sq.po:
4535         * po/sr.po:
4536         * po/sv.po:
4537         * po/uk.po:
4538         * po/vi.po:
4539           Update translations from translation project.
4540
4541 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4542
4543         * gst/audioresample/debug.h:
4544         * gst/audioresample/resample.c: (resample_init):
4545           Since I really am not interested in a debug line for each sample
4546           being processed, move the library's debugging to its own category,
4547           libaudioresample
4548
4549 2007-03-13  Michael Smith  <msmith@fluendo.com>
4550
4551         * ext/theora/theoradec.c: (theora_handle_type_packet):
4552           Since the plugin doesn't support anything other than 4:2:0 right
4553           now, post an error and fail if we get something else. Won't matter
4554           until libtheora supports the other pixel formats, but hopefully
4555           that'll be soon...
4556
4557 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4558
4559         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
4560         Use gst_guint64_to_gdouble for conversion.
4561         * win32/MANIFEST:
4562         Add new files to the win32 MANIFEST.
4563         * win32/common/libgstaudio.def:
4564         * win32/common/libgstpbutils.def:
4565         Add new exported functions.
4566         * win32/vs6/gst_plugins_base.dsw:
4567         * win32/vs6/libgstdecodebin.dsp:
4568         * win32/vs6/libgstplaybin.dsp:
4569         Change the link to libgstpbutils.lib.
4570         * win32/vs6/libgstdecodebin2.dsp:
4571         Add a new project for decodebin2.
4572         * win32/vs6/libgstpbutils.dsp:
4573         Add a new project for pbutils.
4574
4575 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4576
4577         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4578           Also accept partial dates with only year and month,
4579           like 1999-12-00 (fixes #410396 even more).
4580
4581         * tests/check/libs/tag.c: (GST_START_TEST):
4582           Add unit test for the above.
4583
4584 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4585
4586         * tests/check/elements/subparse.c: (GST_START_TEST),
4587         (subparse_suite):
4588           Add unit test for MPL2 subtitle format (#413799).
4589
4590 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4591
4592         Patch by: Kamil Pawlowski  <kamilpe gmail com>
4593
4594         * gst/subparse/Makefile.am:
4595         * gst/subparse/gstsubparse.c:
4596         (gst_sub_parse_data_format_autodetect),
4597         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
4598         (gst_subparse_type_find):
4599         * gst/subparse/gstsubparse.h:
4600         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
4601         * gst/subparse/mpl2parse.h:
4602           Add support for MPL2 subtitle format (#413799).
4603
4604 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4605
4606         * configure.ac:
4607           We require core CVS for the new buffer metadata copy functions.
4608
4609 2007-03-09  Wim Taymans  <wim@fluendo.com>
4610
4611         * gst-libs/gst/tag/gstid3tag.c:
4612         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4613         Fixes #414496.
4614
4615         Patch by: Alex Lancaster <alexl at users sourceforge net>
4616
4617 2007-03-09  Wim Taymans  <wim@fluendo.com>
4618
4619         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
4620         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
4621         Improve adapter usage and comments.
4622
4623 2007-03-09  Wim Taymans  <wim@fluendo.com>
4624
4625         * ext/pango/gsttextrender.c: (gst_text_render_chain):
4626         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
4627         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
4628         Use new metadata copy function.
4629
4630         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4631         (gst_ffmpegcsp_transform):
4632         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
4633         Basetransform copied the metadata for us.
4634
4635 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4636
4637         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
4638         (gst_text_overlay_video_event):
4639           Some more logging. Only accept newsegment events in TIME format and
4640           send a WARNING message if they are not in TIME format.
4641
4642         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4643         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
4644         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
4645         * gst/subparse/gstsubparse.h:
4646           No need to allocate GstSegment structure dynamically, just put it
4647           into the instance structure; ignore newsegment events in BYTE
4648           format and in particular don't let it overwrite our saved TIME
4649           segment from the last seek.
4650
4651 2007-03-09  Michael Smith  <msmith@fluendo.com>
4652
4653         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
4654           Replace AC3 typefinder with one that isn't terrible, and actually
4655           works usefully.
4656
4657 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4658
4659         * gst/audioconvert/gstaudioconvert.c:
4660         (gst_audio_convert_transform):
4661           fix error category and translatable string
4662           
4663
4664 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4665
4666         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4667         * pkgconfig/gstreamer-plugins-base.pc.in:
4668           Fix up utils => pbutils here too.
4669
4670 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4671
4672         * gst/subparse/gstsubparse.c: (handle_buffer):
4673           Break out of loop in chain function as soon as possible if we get
4674           a non-OK flow return.
4675
4676 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4677
4678         * tests/check/elements/alsa.c: (GST_START_TEST):
4679         Unref the mixer if the state change fails too (if the
4680         alsa devices are inaccessible, for example)
4681
4682 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4683
4684         * tests/check/Makefile.am:
4685         Don't test libvisual elements in the states check, because libvisual
4686         seems to leak internally.
4687
4688         Re-enable the alsa and states tests now that there's new suppressions
4689         in gst.supp.
4690
4691         * tests/check/elements/alsa.c: (GST_START_TEST):
4692         Don't leak the alsamixer we instantiated.
4693
4694 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4695
4696         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
4697         (gst_ximagesink_change_state), (gst_ximagesink_reset),
4698         (gst_ximagesink_finalize):
4699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
4700         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
4701         Move some cleanup stuff from the state change handler into a _reset()
4702         function that can be called from _finalize(). This ensures that things
4703         get freed even if (for some reason) the NULL->READY state transition
4704         fails in the parent class.
4705         Even if a parent state change fails, process our downward state change
4706         logic instead of bailing out early.
4707         Free the correct xcontext pointer in ximagesink's xcontext_clear.
4708
4709 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4710
4711         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4712         Extra log line.
4713
4714         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
4715         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
4716         Use pango_font_description_set_family_static instead of 
4717         pango_font_description_set_family to save a string copy (it was
4718         leaking due to the strdup anyway)
4719
4720         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
4721         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
4722         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
4723         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
4724         Chain up in finalize.
4725
4726 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
4727
4728         * gst-libs/gst/interfaces/mixertrack.c:
4729         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
4730         (gst_mixer_track_set_property):
4731           API: add "untranslated-label" property which should be set by
4732           implementations at construct time (#414645).
4733
4734         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
4735         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4736           Set "untranslated-label" when constructing mixer track objects.
4737
4738         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
4739           Unit test to check the above.
4740
4741 2007-03-07  Wim Taymans  <wim@fluendo.com>
4742
4743         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
4744         Fix confusing debug message.
4745
4746 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4747
4748         * gst-plugins-base.doap:
4749         update doap file with new version
4750
4751 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4752
4753         * configure.ac:
4754         Back to CVS
4755
4756 === release 0.10.12 ===
4757
4758 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
4759
4760         * configure.ac:
4761           releasing 0.10.12, "Zombie Horde"
4762
4763 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4764
4765         * configure.ac:
4766         Bump version to 0.10.11.4 pre-release
4767
4768 2007-03-06  Wim Taymans  <wim@fluendo.com>
4769
4770         * gst-libs/gst/audio/gstbaseaudiosink.c:
4771         (gst_base_audio_sink_async_play):
4772         Fix regression that made GStreamer skip the first samples of audio.
4773         Fixes #414684.
4774
4775 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4776
4777         * configure.ac:
4778         Bump version to 0.10.11.3 pre-release
4779
4780 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4781
4782         * po/POTFILES.in:
4783           Update paths for the rename from utils to pbutils to fix the build.
4784
4785 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
4786
4787         * gst-libs/gst/pbutils/Makefile.am:
4788           Change directory to install headers in from gst/utils to gst/pbutils
4789           as well.
4790
4791 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4792
4793         * configure.ac:
4794         * docs/libs/gst-plugins-base-libs-docs.sgml:
4795         * docs/libs/gst-plugins-base-libs-sections.txt:
4796         * gst-libs/gst/Makefile.am:
4797         * gst-libs/gst/interfaces/mixer.c:
4798         * gst-libs/gst/pbutils/Makefile.am:
4799         * gst-libs/gst/pbutils/descriptions.c:
4800         (gst_pb_utils_get_source_description),
4801         (gst_pb_utils_get_sink_description),
4802         (gst_pb_utils_get_decoder_description),
4803         (gst_pb_utils_get_encoder_description),
4804         (gst_pb_utils_get_element_description),
4805         (gst_pb_utils_add_codec_description_to_tag_list),
4806         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
4807         * gst-libs/gst/pbutils/descriptions.h:
4808         * gst-libs/gst/pbutils/install-plugins.c:
4809         * gst-libs/gst/pbutils/install-plugins.h:
4810         * gst-libs/gst/pbutils/missing-plugins.c:
4811         (gst_missing_uri_source_message_new),
4812         (gst_missing_uri_sink_message_new),
4813         (gst_missing_element_message_new),
4814         (gst_missing_decoder_message_new),
4815         (gst_missing_encoder_message_new),
4816         (gst_missing_plugin_message_get_description):
4817         * gst-libs/gst/pbutils/missing-plugins.h:
4818         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
4819         * gst-libs/gst/pbutils/pbutils.h:
4820         * gst-libs/gst/utils/Makefile.am:
4821         * gst-libs/gst/utils/base-utils.c:
4822         * gst-libs/gst/utils/base-utils.h:
4823         * gst-libs/gst/utils/descriptions.c:
4824         * gst-libs/gst/utils/descriptions.h:
4825         * gst-libs/gst/utils/install-plugins.c:
4826         * gst-libs/gst/utils/install-plugins.h:
4827         * gst-libs/gst/utils/missing-plugins.c:
4828         * gst-libs/gst/utils/missing-plugins.h:
4829         * gst-plugins-base.spec.in:
4830         * gst/playback/Makefile.am:
4831         * gst/playback/gstdecodebin.c:
4832         * gst/playback/gstdecodebin2.c:
4833         * gst/playback/gstplaybasebin.c: (setup_subtitle),
4834         (gen_source_element):
4835         * gst/playback/gstplaybin.c: (plugin_init):
4836         * tests/check/Makefile.am:
4837         * tests/check/libs/pbutils.c: (GST_START_TEST),
4838         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
4839         * tests/check/libs/utils.c:
4840           rename utils to pbutils
4841
4842 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
4843
4844         * docs/plugins/Makefile.am:
4845         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4846         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4847         * docs/plugins/inspect/plugin-decodebin2.xml:
4848         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4849         Add documentation for decodebin2 that indicates that the API
4850         is still unstable.
4851
4852 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4853
4854         * configure.ac:
4855         Update to 0.10.11.2 (0.10.12 pre-release)
4856
4857 2007-03-01  Wim Taymans  <wim@fluendo.com>
4858
4859         * gst-libs/gst/audio/gstbaseaudiosink.c:
4860         (gst_base_audio_sink_async_play):
4861         base time is irrelevant here.
4862
4863 2007-03-01  Wim Taymans  <wim@fluendo.com>
4864
4865         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
4866         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
4867         Improve debugging.
4868
4869         * gst-libs/gst/audio/gstbaseaudiosink.c:
4870         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
4871         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
4872         Improve latency and clock slaving calculations.
4873         Improve slave clock calibration.
4874
4875         * gst-libs/gst/audio/gstringbuffer.c:
4876         (gst_ring_buffer_commit_full):
4877         When we are asked to render N sample to 0 bytes, return N.
4878
4879 2007-03-01  Wim Taymans  <wim@fluendo.com>
4880
4881         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4882         (gst_alsasink_write), (gst_alsasink_reset):
4883         * ext/alsa/gstalsasink.h:
4884         Remove unused dispose function.
4885         Rename lock to not interfere with alsasrc lock.
4886
4887         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
4888         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
4889         (gst_alsasrc_read), (gst_alsasrc_reset):
4890         * ext/alsa/gstalsasrc.h:
4891         Implement finalize function.
4892         Use lock to protect alsa access.
4893         Implement _reset.
4894         Fine tune sw params.
4895
4896 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4897
4898         * configure.ac:
4899           Convert to new AG_GST style.
4900
4901 2007-02-28  Wim Taymans  <wim@fluendo.com>
4902
4903         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4904
4905         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
4906         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
4907         Fix race condition when rapidly switching visualisations in playbin.
4908         Fixes #401029.
4909
4910 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
4911
4912         * tests/check/Makefile.am:
4913         Include local stuff before system installed things in LDFLAGS and
4914         CFLAGS.
4915
4916 2007-02-28  Wim Taymans  <wim@fluendo.com>
4917
4918         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
4919         Improve debugging.
4920
4921 2007-02-28  Wim Taymans  <wim@fluendo.com>
4922
4923         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4924         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
4925         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
4926         Fix duration and timestamping, taking latency into account.
4927         Implement latency query.
4928
4929 2007-02-28  Wim Taymans  <wim@fluendo.com>
4930
4931         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
4932         (gst_audio_clock_new):
4933         Fix clock name.
4934
4935         * gst-libs/gst/audio/gstbaseaudiosink.c:
4936         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
4937         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
4938         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
4939         (gst_base_audio_src_create):
4940         Improve latency query code.
4941         Use proper clock names.
4942
4943 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4944
4945         * tests/check/generic/states.c: (GST_START_TEST):
4946           Copy the states.c test from core again
4947         * tests/check/Makefile.am:
4948           ignore cdio and cdparanoiasrc
4949
4950 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
4951
4952         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4953         (double_hq), (audio_convert_get_func_index), (check_default),
4954         (audio_convert_prepare_context), (audio_convert_convert):
4955           Also make valgrind happy and avoid copying data in some cases.
4956
4957 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
4958
4959         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4960         (double_hq), (audio_convert_get_func_index),
4961         (audio_convert_prepare_context), (audio_convert_convert):
4962         * gst/audioconvert/gstaudioconvert.c:
4963         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
4964         (gst_audio_convert_transform_caps):
4965         * tests/check/elements/audioconvert.c: (GST_START_TEST),
4966         (audioconvert_suite):
4967           Don't run inplace if that overwrites source data as we go. Add more
4968           tests. Fixes #339837 even more.
4969
4970 2007-02-27  Julien MOUTTE  <julien@moutte.net>
4971
4972         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
4973         (msg_segment_done): Fix various seeking bugs (Slider was not
4974         updating when doing a non flushing seek, Reverse playback 
4975         on segment seek was wrong).
4976
4977 2007-02-26  Wim Taymans  <wim@fluendo.com>
4978
4979         * tests/examples/seek/seek.c: (stop_seek):
4980         When we stop scrubbing, don't leave the pipeline PLAYING when we
4981         requested a PAUSED state.
4982
4983 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
4984
4985         Patch by: René Stadler <mail at renestadler de>
4986
4987         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4988           Parse date strings in vorbis comments that have an invalid (zero)
4989           month or day (#410396).
4990
4991         * tests/check/libs/tag.c: (GST_START_TEST):
4992           Test case for the above.
4993
4994 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
4995
4996         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4997
4998         * configure.ac:
4999         * ext/alsa/Makefile.am:
5000         * gst/audiotestsrc/Makefile.am:
5001           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
5002
5003 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5004
5005         * gst/playback/gstplaybin.c:
5006           Improve docs: point out that the application needs to assist playbin
5007           with buffering.
5008
5009 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5010
5011         * gst-libs/gst/utils/install-plugins.c:
5012         * gst-libs/gst/utils/missing-plugins.c:
5013         * tests/check/libs/utils.c: (missing_msg_check_getters):
5014           Change GStreamer marker prefix in detail string from 'gstreamer.net'
5015           to just 'gstreamer'. Document the caps string component of the
5016           decoder/encoder detail a bit better, since not everyone will be
5017           familiar with the GStreamer media type/caps system (but they better
5018           enjoy nested itemized lists).
5019
5020 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5021
5022         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5023         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
5024           Fix copying of GstNetBuffer (would crash before, or at least lead to
5025           invalid memory access, #410772), for now by copying the GstBuffer copy
5026           code from the core over here so we can copy the GstBuffer fields on a
5027           provided buffer instance (of type GstNetBuffer in this case). Would be
5028           better to fix this with some support by the core though (and in the long
5029           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
5030
5031         * tests/check/Makefile.am:
5032           Enable unit test for GstNetBuffer.
5033
5034 2007-02-22  Andy Wingo  <wingo@pobox.com>
5035
5036         * gst-libs/gst/audio/gstbaseaudiosink.c
5037         (gst_base_audio_sink_init): Disable pull-mode activation until we
5038         figure out how to make audio sinks go to PLAYING.
5039
5040 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5041
5042         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
5043         (double_hq), (audio_convert_get_func_index),
5044         (audio_convert_prepare_context), (audio_convert_convert):
5045         * gst/audioconvert/audioconvert.h:
5046         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
5047         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
5048         * gst/audioconvert/gstchannelmix.h:
5049         * tests/check/elements/audioconvert.c: (GST_START_TEST):
5050           Add float as an intermediate format, as well as float mixing. Enable
5051           test that was failing before. Fixes #339837
5052
5053 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
5054
5055         * tests/examples/seek/seek.c: (do_seek):
5056         Undo the previous commit: -1 as a stop time implies that the stop
5057         time is the end of file, clearing any previously configured segment.
5058
5059 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
5060
5061         * tests/examples/seek/seek.c: (do_seek):
5062         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
5063
5064 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5065
5066         * gst/volume/gstvolume.c: (volume_process_int16),
5067         (volume_process_int16_clamp), (volume_set_caps):
5068           Unbreak volume, value remains gint.
5069
5070 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5071
5072         * gst/volume/gstvolume.c: (volume_choose_func),
5073         (volume_update_real_volume), (gst_volume_set_volume),
5074         (gst_volume_init), (volume_process_double), (volume_process_float),
5075         (volume_process_int16), (volume_process_int16_clamp),
5076         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
5077         * gst/volume/gstvolume.h:
5078           Extend float audio support (double) and some int->uint cleanups.
5079
5080 2007-02-20  Edward Hervey  <edward@fluendo.com>
5081
5082         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
5083         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
5084         (sort_end_pads), (gst_decode_group_expose),
5085         (gst_decode_group_hide):
5086         Don't free groups from the streaming threads. Just put them aside and
5087         free them in dispose.
5088
5089 2007-02-20  Edward Hervey  <edward@fluendo.com>
5090
5091         * gst/playback/gstdecodebin2.c: (connect_element),
5092         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
5093         (sort_end_pads), (gst_decode_group_expose):
5094         Handle dynamic pads within groups.
5095         Sort pads before exposing them in order to make playbin happy.
5096         There still is a race with the multiqueue filling up. This should be
5097         solved separately.
5098         Fixes #398721
5099
5100 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5101
5102         * gst-libs/gst/utils/base-utils.c:
5103         * gst-libs/gst/utils/descriptions.c:
5104         * gst-libs/gst/utils/install-plugins.c:
5105         * gst-libs/gst/utils/missing-plugins.c:
5106           Some more docs (and descriptions for two subtitle formats).
5107
5108 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5109
5110         * gst-libs/gst/audio/audio.c:
5111           Fix documentation.
5112
5113 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5114
5115         Patch by: Yves Lefebvre  <ivanohe abacom com>
5116
5117         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
5118           Don't leak caps. Fixes #408278.
5119
5120 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
5121
5122         * ext/cdparanoia/gstcdparanoiasrc.h:
5123         * ext/ogg/gstoggdemux.h:
5124         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
5125         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
5126         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
5127         * gst-libs/gst/audio/audio.h:
5128         * gst-libs/gst/audio/gstaudiofilter.h:
5129         * gst-libs/gst/interfaces/videoorientation.h:
5130         * gst/adder/gstadder.h:
5131           More docs coverage and some ChangeLog surgery (add missing names)
5132
5133 2007-02-15  Wim Taymans  <wim@fluendo.com>
5134
5135         * sys/ximage/ximagesink.c:
5136         (gst_ximagesink_calculate_pixel_aspect_ratio):
5137         * sys/xvimage/xvimagesink.c:
5138         (gst_xvimagesink_calculate_pixel_aspect_ratio):
5139         Small constifications.
5140
5141 2007-02-15  Wim Taymans  <wim@fluendo.com>
5142
5143         * gst-libs/gst/audio/gstbaseaudiosink.c:
5144         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
5145         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
5146         (gst_base_audio_sink_async_play),
5147         (gst_base_audio_sink_change_state):
5148         Answer latency query.
5149         Use configured latency when syncing.
5150         Fix clock slaving.
5151
5152         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5153         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
5154         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
5155         Fix possible memleak.
5156         Implement latency query.
5157         Small cleanups.
5158
5159 2007-02-15  Wim Taymans  <wim@fluendo.com>
5160
5161         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5162         Ignore errors in reset, these are not fatal. They also grab the element
5163         lock which is already taking when this function is called. Fixes
5164         #405451.
5165
5166 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5167
5168         * configure.ac:
5169           Remove 'tests/examples/xerror/Makefile' from output files again.
5170
5171 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5172
5173         * configure.ac:
5174         * docs/plugins/Makefile.am:
5175           Also crossref against gst-plugins-base-libs.
5176
5177 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5178
5179         * configure.ac:
5180         * docs/libs/Makefile.am:
5181         * docs/plugins/Makefile.am:
5182           Add crossreferences to glib/gobject/gstream docs.
5183
5184         * gst-libs/gst/audio/audio.h:
5185           Source formatting.
5186
5187         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
5188           Add own debug category.
5189
5190 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5191
5192         Patch by: René Stadler <mail at renestadler de>
5193
5194         * gst-libs/gst/tag/gstvorbistag.c:
5195           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
5196           (#403597).
5197
5198 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
5199
5200         * gst/playback/gstplaybasebin.c: (setup_source):
5201           When we have external subtitles and wait for the subtitle decodebin
5202           to get up and running, we set up a (sync) bus handler for the
5203           subtitle decodebin, so we can stop waiting when it posts an error
5204           message. However, we should do that before we set the subtitle
5205           decodebin's state to playing, otherwise things are racy and we might
5206           miss error messages posted before we had a chance to set up the bus.
5207           This should finally fix totem hanging on .txt pseudo-subtitle files.
5208           
5209 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
5210
5211         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
5212           Use gst_gdouble_to_guint64 for conversions.
5213         * win32/common/config.h.in:
5214           Add a define for GST_INSTALL_PLUGINS_HELPER
5215         * win32/common/libgstaudio.def:
5216         * win32/common/libgstcdda.def:
5217         * win32/common/libgstnetbuffer.def:
5218         * win32/common/libgstrtp.def:
5219         * win32/common/libgutils.def:
5220           Add new exported functions.
5221         * win32/vs6/gst_plugins_base.dsw:
5222         * win32/vs6/libgstdecodebin.dsp:
5223         * win32/vs6/libgstnetbuffer.dsp:
5224         * win32/vs6/libgstplaybin.dsp:
5225         * win32/vs6/libgstrtp.dsp:
5226         * win32/vs6/libgstvorbis.dsp:
5227         * win32/vs6/libgstcdda.dsp:
5228         * win32/vs6/libgstgdp.dsp:
5229         * win32/vs6/libgstutils.dsp:
5230           Update and add new project files.
5231
5232 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
5233
5234         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
5235         (subrip_remove_unhandled_tags), (parse_subrip):
5236           For SubRip (.srt) subtitles, ignore all markup tags we don't
5237           handle (like font tags, for example).
5238
5239         * tests/check/elements/subparse.c:
5240           Add test for this.
5241
5242 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5243
5244         * gst/playback/gstdecodebin.c: (add_fakesink),
5245         (gst_decode_bin_change_state):
5246         * gst/playback/gstdecodebin2.c: (add_fakesink),
5247         (gst_decode_bin_change_state):
5248           Don't error out if there is no fakesink in the NULL to READY state
5249           change, since when decodebin is re-used, we're only adding the
5250           fakesink element in READY to PAUSED.
5251
5252         * tests/check/elements/decodebin.c:
5253         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
5254         (decodebin_suite):
5255           Minimal unit test to make sure we can use the same decodebin
5256           instance twice (at least with audiotestsrc input).
5257
5258 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5259
5260         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
5261           Try to get devic-name from device string first, and from handle only
5262           as fallback (seems to yield better results and is more robust
5263           against buggy probing code on the application side).
5264
5265 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5266
5267         Based on patch by: Julien Puydt <julien.puydt at laposte net>
5268
5269         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
5270         (gst_alsa_find_device_name):
5271         * ext/alsa/gstalsa.h:
5272         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
5273         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
5274           Improve device-name detection a bit, especially in the case where
5275           the device is not actually open (#405020, #405024). Move common code
5276           into gstalsa.c instead of duplicating it.
5277
5278 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5279
5280         * gst/audioconvert/gstaudioconvert.c:
5281           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
5282
5283 2007-02-06  Julien MOUTTE  <julien@moutte.net>
5284
5285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
5286         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
5287         (gst_xvimagesink_interface_supported),
5288         (gst_xvimagesink_probe_get_properties),
5289         (gst_xvimagesink_probe_probe_property),
5290         (gst_xvimagesink_probe_needs_probe),
5291         (gst_xvimagesink_probe_get_values),
5292         (gst_xvimagesink_property_probe_interface_init),
5293         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
5294         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
5295         (gst_xvimagesink_get_type):
5296         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
5297         for XVAdaptors so that one can choose the adaptor to use with 
5298         gstreamer-properties.
5299
5300 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
5301
5302         * gst/audioconvert/gstaudioconvert.c:
5303           Also mention that a conversion from double to float is suboptimal still.
5304
5305 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5306
5307         * gst-libs/gst/audio/gstaudiofilter.c:
5308         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
5309           Clear our formats structure and free the caps contained in it when
5310           shutting down.
5311
5312 2007-02-05  Andy Wingo  <wingo@pobox.com>
5313
5314         * gst-libs/gst/audio/gstbaseaudiosink.c
5315         (gst_base_audio_sink_callback): Update basesink->offset so that we
5316         pull monotonically increasing offsets instead of, um, seeking back
5317         to 0 each time. Fixes alsasrc ! alsasink!
5318
5319 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
5320
5321         * gst/videoscale/gstvideoscale.c:
5322           A width and height of 1 makes us crash, so increase minimum size to
5323           2x2 pixels until someone feels like fixing this (#404512).
5324
5325 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5326
5327         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
5328           Add small test to make sure request pads are cleaned up properly
5329           even if oggmux never changes state out of NULL.
5330
5331 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5332
5333         * tests/check/libs/utils.c: (GST_START_TEST):
5334           Fix unit test. Turns out things work much better when you
5335           NULL-terminate string arrays. Should make p5 build bot happy again.
5336
5337 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5338
5339         * gst-libs/gst/audio/Makefile.am:
5340         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5341         (gst_audio_filter_template_base_init),
5342         (gst_audio_filter_template_class_init),
5343         (gst_audio_filter_template_init),
5344         (gst_audio_filter_template_set_property),
5345         (gst_audio_filter_template_get_property),
5346         (gst_audio_filter_template_setup),
5347         (gst_audio_filter_template_filter),
5348         (gst_audio_filter_template_filter_inplace), (plugin_init):
5349           Oops, forgot to commit fixed-up example.
5350
5351 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5352
5353         * docs/libs/gst-plugins-base-libs-sections.txt:
5354         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
5355         (gst_audio_filter_class_init), (gst_audio_filter_init),
5356         (gst_audio_filter_set_caps),
5357         (gst_audio_filter_class_add_pad_templates):
5358         * gst-libs/gst/audio/gstaudiofilter.h:
5359           Port GstAudioFilter to 0.10. This change technically breaks
5360           API and ABI (and thus also every library developer's heart),
5361           but seems justifiable on the grounds that the base class was
5362           completely unusable before (ie. would crash immediately when
5363           actually used). Fixes #403963 (and eventually also #403572).
5364           Also document all of this a bit.
5365
5366 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5367
5368         * gst-libs/gst/utils/install-plugins.c:
5369         (gst_install_plugins_spawn_child):
5370         * tests/check/libs/utils.c:
5371         (test_base_utils_install_plugins_do_callout):
5372           Lowering log level to see why things fail on the p5 build bot;
5373           fix some typos in unit test messages.
5374
5375 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5376
5377         * tests/check/libs/utils.c:
5378         (test_base_utils_install_plugins_do_callout):
5379           Don't hard-code temp directory for test helper; use GLib functions
5380           to write out file and do error checking etc.
5381
5382 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5383
5384         * gst-libs/gst/utils/Makefile.am:
5385         * gst-libs/gst/utils/base-utils.h:
5386         * gst-libs/gst/utils/install-plugins.c:
5387         (gst_install_plugins_context_set_xid),
5388         (gst_install_plugins_context_new),
5389         (gst_install_plugins_context_free),
5390         (gst_install_plugins_get_helper),
5391         (gst_install_plugins_spawn_child),
5392         (gst_install_plugins_return_from_status),
5393         (gst_install_plugins_installer_exited),
5394         (gst_install_plugins_async), (gst_install_plugins_sync),
5395         (gst_install_plugins_return_get_name),
5396         (gst_install_plugins_installation_in_progress):
5397         * gst-libs/gst/utils/install-plugins.h:
5398           API: add API for applications to initiate installation of missing
5399           plugins, ie. gst_install_plugins_async() primarily.
5400           Based on libgimme-codec by Ryan Lortie.
5401
5402         * configure.ac:
5403           Add --with-install-plugins-helper configure option so distros can specify
5404           the path of the helper script or program to call when plugin installation
5405           is requested (distros: please do any argument munging in this helper
5406           script instead of patching GStreamer to pass arguments differently
5407           to another program directly).
5408
5409         * docs/libs/gst-plugins-base-libs-docs.sgml:
5410         * docs/libs/gst-plugins-base-libs-sections.txt:
5411           Build and document new API.
5412
5413         * tests/check/libs/utils.c: (result_cb),
5414         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
5415         (libgstbaseutils_suite):
5416           Some simple checks for the new API.
5417
5418 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5419
5420         * tests/check/elements/audioconvert.c: (test_float_conversion):
5421           Add small test for 32bit float <=> 64bit float conversion (works
5422           only one way so far, 32=>64 produces structured noise).
5423
5424 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5425
5426         * gst/audioconvert/gstaudioconvert.c:
5427         (set_structure_widths_32_and_64), (make_lossless_changes):
5428           We don't support floats with a width of 40, 48 or 56 bits.
5429
5430 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
5431
5432         * gst/audioconvert/audioconvert.c: (float), (double),
5433         (audio_convert_get_func_index):
5434         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
5435         (make_lossless_changes):
5436           Support for 64-bit float audio in audioconvert (#339837)
5437
5438 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5439
5440         Patch by: Holger Wansing  <linux wansing-online de>
5441
5442         * po/LINGUAS:
5443         * po/de.po:
5444           Add German translation (#352069).
5445
5446 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
5447
5448         reviewed by: Wim Taymans <wim@fluendo.com>
5449
5450         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
5451         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
5452         Use newly added GstCollectPads API to free the allocated resources in
5453         the GstOggPad structures (#402393).
5454
5455 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
5456
5457         * gst/playback/gstplaybin.c: (gen_vis_element):
5458           Add audioresample+audioconvert in front of the visualisation
5459           element, so that elements like libvisual 0.4 that don't support all
5460           samplerates can work.
5461
5462           Fixes: #402505
5463
5464 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5465
5466         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
5467         (gst_play_base_bin_get_streaminfo_value_array):
5468           Take some locks and make a copy of the streaminfo value array we
5469           maintain while holding the lock, so that the application can
5470           retrieve the stream-info as a value array in a thread-safe way.
5471
5472 2007-01-30  Wim Taymans  <wim@fluendo.com>
5473
5474         * gst/audioconvert/gstaudioconvert.c:
5475         Don't fail on 0 sized buffers. Fixes #396835.
5476
5477 2007-01-29  David Schleef  <ds@schleef.org>
5478
5479         * gst/typefind/gsttypefindfunctions.c:
5480           Detect BBCD as video/x-dirac, so we can play raw dirac
5481           streams.
5482
5483 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
5484
5485         * ext/theora/theoraenc.c: (theora_enc_chain):
5486           Check return value of theora_encode_header(), or we might try to
5487           allocate a random number of bytes. theora_encode_header() can fail
5488           if libtheora has been compiled with encoding support disabled.
5489           Fixes #398110.
5490
5491 2007-01-29  Wim Taymans  <wim@fluendo.com>
5492
5493         * tests/check/gst/.cvsignore:
5494         Do as buildbot says.
5495
5496 2007-01-29  Wim Taymans  <wim@fluendo.com>
5497
5498         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
5499         Fix strides in libvisual. Gst uses X strides.
5500         Inspired by: <ed at catmur dot co dot uk> and 
5501         <tim at centricular dot net>
5502         Fixes #401118.
5503
5504 2007-01-27  Wim Taymans  <wim@fluendo.com>
5505
5506         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
5507         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5508         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
5509         (gst_ogg_demux_perform_seek),
5510         (gst_ogg_demux_bisect_forward_serialno),
5511         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5512         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
5513         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
5514         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
5515         * ext/ogg/gstoggdemux.h:
5516         Properly propagate streaming errors when we are scanning the file for
5517         chains so that we don't crash when shut down. Might fix some crashers
5518         when quickly switching oggs in RB such as #332503 and #378436.
5519
5520 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
5521
5522         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
5523           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
5524           error code as well.
5525
5526 2007-01-25  Wim Taymans  <wim@fluendo.com>
5527
5528         * gst/playback/gstplaybasebin.c: (remove_source):
5529         Don't try to disconnect a signal from a finalized object.
5530
5531 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5532
5533         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
5534           Cast lock macro parameters to make sure we're actually accessing the
5535           lock member at the right class level. Free list itself in _dispose()
5536           as well and NULL it in case dispose gets called multiple times.
5537
5538 2007-01-25  Edward Hervey  <edward@fluendo.com>
5539
5540         * gst/playback/gstdecodebin2.c:
5541         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
5542         Free GstDecodeGroups no longer used.
5543         (gst_decode_group_expose):
5544         Don't unlock too many times !
5545         (deactivate_free_recursive):
5546         Free iterator once we're done with it.
5547         Fix for recursively deactivating elements (stop at ghostpads).
5548
5549 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5550
5551         * gst/playback/gstplaybin.c: (handoff):
5552           Fix up caps on the frame buffer before we save it and potentially
5553           make it accessible to other threads via g_object_get; also use
5554           gst_buffer_replace() instead of gst_mini_object_replace().
5555
5556 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5557
5558         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
5559           Make getting the current frame thread-safe.
5560
5561 2007-01-25  Edward Hervey  <edward@fluendo.com>
5562
5563         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
5564         (gst_decode_group_new), (gst_decode_group_free):
5565         Set queues to bigger sizes to cope with HD contents.
5566         Fix some mutex freeing and add comment about MT safe methods.
5567
5568 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
5569
5570         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5571         (gst_text_overlay_text_event):
5572           Don't unnecessarily ref (and then leak) upstream events if the text
5573           pad is not linked. Fixes #399948.
5574
5575         * tests/check/gst-plugins-base.supp:
5576           Add suppression for pango on edgy/x86 for textoverlay test.
5577
5578 2007-01-24  Wim Taymans  <wim@fluendo.com>
5579
5580         * gst-libs/gst/rtp/gstrtpbuffer.h:
5581         Add some more fixed payloads.
5582
5583 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
5584
5585         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
5586           Error out properly if we get an error from libogg while reading the
5587           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
5588
5589 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
5590
5591         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
5592           Don't leak mutex.
5593
5594         * tests/check/elements/playbin.c:
5595         (test_sink_usage_video_only_stream),
5596         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5597         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
5598         (test_missing_suburisource_handler),
5599         (test_missing_primary_decoder), (playbin_suite):
5600           Run all tests once with decodebin and once with decodebin2.
5601           One test does not pass yet with decodebin2.
5602
5603 2007-01-23  Edward Hervey  <edward@fluendo.com>
5604
5605         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
5606         Fix the cases where oggmux doesn't properly figure out that all
5607         sinkpads have gone EOS, and therefore doesn't push out the remaining
5608         buffers and the final EOS event.
5609         Fixes #363379
5610
5611 2007-01-23  Julien MOUTTE  <julien@moutte.net>
5612
5613         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5615         Don't lock on navigation event push, just on keysym to string.
5616         Fixes #397673 again.
5617
5618 2007-01-22  Edward Hervey  <edward@fluendo.com>
5619
5620         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
5621         (get_current_group), (group_demuxer_event_probe),
5622         (gst_decode_group_expose), (deactivate_free_recursive),
5623         (gst_decode_group_free):
5624         Cleanups.
5625         Don't forget to emit 'no-more-pads' once a group is exposed.
5626         Cleanup elements from a DecodeGroup once we remove it.
5627         Protect call to gst_decode_group_expose() with the decodebin lock.
5628
5629 2007-01-22  Julien MOUTTE  <julien@moutte.net>
5630
5631         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5633         Looking at Xorg code i can't figure out if that XKeysymToString
5634         function is thread sensible or not. Lock it just in case as
5635         recommended by Radek Doulik <rodo at ximian dot com>.
5636
5637 2007-01-22  Julien MOUTTE  <julien@moutte.net>
5638
5639         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5641         Lock that X Call as well. Fixes #397673.
5642
5643 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5644
5645         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
5646           Don't go into an endless loop if the file starts with 00 00 01 2X,
5647           like quicktime redirect files might. Fixes #396042.
5648
5649         * tests/check/Makefile.am:
5650         * tests/check/gst/.cvsignore:
5651         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
5652         (typefindfunctions_suite):
5653           Add unit test for the above.
5654
5655 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5656
5657         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5658           On second thought, use "depth" field rather than "bpp" field.
5659
5660 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5661
5662         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5663           Camtasia caps apparently need a bpp field (#398875).
5664
5665 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5666
5667         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5668         (gen_source_element), (gst_play_base_bin_change_state):
5669           Attempt at a better error message in case we don't have the required
5670           URI handler installed; post missing-plugin message also when we're
5671           missing an URI handler for the subtitle URI; clean up properly also
5672           when an error occurs and we never made it to PAUSED state.
5673
5674         * tests/check/elements/playbin.c: (GST_START_TEST),
5675         (playbin_suite):
5676           Check that we're also getting a missing-plugin messsage for a
5677           missing subtitle URI handler (and clean up properly).
5678
5679 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5680
5681         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
5682           Plug a few reference leaks.
5683
5684 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5685
5686         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
5687           Lower probability a bit if the marker isn't right at the start,
5688           to decrease the chance of false positives.
5689
5690 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5691
5692         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
5693           Small mpeg2 system stream typefinding improvement: make typefinder
5694           probe a bit into the stream instead of just looking for a marker
5695           at the beginning. Fixes #397810.
5696
5697 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5698
5699         * gst/audioconvert/gstchannelmix.c:
5700           Remove compatibility cruft for prehistoric GLib versions.
5701
5702 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5703
5704         * gst/playback/Makefile.am:
5705         * gst/playback/gstdecodebin.c: (close_pad_link):
5706         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5707         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5708         (gst_play_base_bin_handle_message_func), (unknown_type):
5709           Let decodebin be the element to post missing-plugin messages for
5710           missing decoders (rather than playbin); make playbin implement
5711           GstBin::handle_message so we can suppress missing-plugin messages
5712           for types we're not handling on purpose (don't want to bring up an
5713           installer in those cases).
5714
5715 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
5716
5717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5718         * gst-libs/gst/tag/gstvorbistag.c:
5719         (gst_tag_list_to_vorbiscomment_buffer):
5720         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
5721           Fix potentially unaligned access (#397207).
5722
5723 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5724
5725         * tests/examples/seek/seek.c: (set_scale), (update_scale),
5726         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
5727         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
5728         (main):
5729           Allow to toggle looping while it plays. Fix callback prototype. Clean
5730           up code a bit more. Add copyright header.
5731
5732 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5733
5734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5735           Red and blue mask was swapped (spotted by Dan Williams).
5736
5737 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
5738
5739         * gst-libs/gst/tag/gstid3tag.c:
5740         * gst-libs/gst/tag/gstvorbistag.c:
5741           Use new beats-per-minute tag from core.
5742
5743 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
5744
5745         * po/POTFILES.in:
5746           Add new files with translatable strings, so they actually make it
5747           into the template file one day.
5748
5749 2007-01-12  Andy Wingo  <wingo@pobox.com>
5750
5751         * gst-libs/gst/audio/gstbaseaudiosink.c
5752         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
5753         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
5754         stuff, as the base class handles this now. Actually tell the ring
5755         buffer to start.
5756         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
5757         How did this work before? Maybe I'm not as awesome a programmer as
5758         I think.
5759
5760         * gst-libs/gst/audio/gstbaseaudiosrc.c
5761         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
5762         of a pad function.
5763
5764 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5765
5766         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
5767           Remove more fields so that the application can better blacklist
5768           formats that have been tried before.
5769
5770 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5771
5772         * gst-libs/gst/audio/mixerutils.h:
5773           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
5774           used when compiling with c++ compilers as well.
5775
5776 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5777
5778         * gst/typefind/gsttypefindfunctions.c:
5779           Fix comment.
5780
5781 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5782
5783         * gst/playback/gstplaybin.c: (post_missing_element_message),
5784         (gen_video_element), (gen_text_element), (gen_audio_element),
5785         (gen_vis_element):
5786           Post missing-plugin messages also when we error out because
5787           converters, textoverlay or auto*sinks are missing (#161922).
5788
5789 2007-01-10  Wim Taymans  <wim@fluendo.com>
5790
5791         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
5792         (is_demuxer_element), (new_caps):
5793         * gst/playback/gstplaybasebin.c: (source_new_pad):
5794         Fix the case where we try to ref a NULL element when we delay a link
5795         because of unfixed caps.
5796         Set the state of autoplugged decodebins to PAUSED.
5797         RTSP now works in playbin, we can remove it from the blacklist.
5798
5799 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5800
5801         * gst/playback/Makefile.am:
5802         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
5803         (unknown_type), (setup_subtitle), (gen_source_element):
5804         * gst/playback/gstplaybin.c: (plugin_init):
5805           Post missing-plugin messages on the bus for missing sources and
5806           missing decoders/demuxers/depayloaders; fix error code used when
5807           we're missing an URI handler source; for media types that we are not
5808           handling on purpose at the moment, don't print "don't know how to
5809           handle xyz" messages to the terminal or post missing-plugin
5810           messages on the bus.
5811
5812         * tests/check/elements/playbin.c: (create_playbin),
5813         (GST_START_TEST), (gst_codec_src_uri_get_type),
5814         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
5815         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
5816         (gst_codec_src_init_type), (gst_codec_src_base_init),
5817         (gst_codec_src_create), (gst_codec_src_class_init),
5818         (gst_codec_src_init), (plugin_init), (playbin_suite):
5819           Add some tests for the missing-plugin stuff.
5820
5821 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5822
5823         * configure.ac:
5824         * gst-libs/gst/Makefile.am:
5825         * gst-libs/gst/utils/Makefile.am:
5826         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
5827         * gst-libs/gst/utils/base-utils.h:
5828         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
5829         (find_format_info), (caps_are_rtp_caps),
5830         (gst_base_utils_get_source_description),
5831         (gst_base_utils_get_sink_description),
5832         (gst_base_utils_get_decoder_description),
5833         (gst_base_utils_get_encoder_description),
5834         (gst_base_utils_get_element_description),
5835         (gst_base_utils_add_codec_description_to_tag_list),
5836         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
5837         * gst-libs/gst/utils/descriptions.h:
5838         * gst-libs/gst/utils/missing-plugins.c:
5839         (missing_structure_get_type), (copy_and_clean_caps),
5840         (gst_missing_uri_source_message_new),
5841         (gst_missing_uri_sink_message_new),
5842         (gst_missing_element_message_new),
5843         (gst_missing_decoder_message_new),
5844         (gst_missing_encoder_message_new),
5845         (missing_structure_get_string_detail),
5846         (missing_structure_get_caps_detail),
5847         (gst_missing_plugin_message_get_installer_detail),
5848         (gst_missing_plugin_message_get_description),
5849         (gst_is_missing_plugin_message):
5850         * gst-libs/gst/utils/missing-plugins.h:
5851           API: add new libgstbaseutils library with functions
5852           - to create and parse missing-plugins messages
5853           - that provide (translated) descriptions for caps/decoders/sources/etc.
5854           Closes #392393.
5855
5856         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5857         * pkgconfig/gstreamer-plugins-base.pc.in:
5858           Add new lib.
5859
5860         * docs/libs/gst-plugins-base-libs-docs.sgml:
5861         * docs/libs/gst-plugins-base-libs-sections.txt:
5862           Generate docs for new lib and API.
5863
5864         * tests/check/Makefile.am:
5865         * tests/check/libs/.cvsignore:
5866         * tests/check/libs/utils.c: (missing_msg_check_getters),
5867         (GST_START_TEST), (libgstbaseutils_suite):
5868           Add some basic unit tests.
5869
5870 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5871
5872         * ext/ogg/Makefile.am:
5873           Dist gstoggdemux.h to fix 'make distcheck'.
5874
5875         * sys/v4l/Makefile.am:
5876           Fix 'make distcheck' even more.
5877
5878 2007-01-09  Wim Taymans  <wim@fluendo.com>
5879
5880         * docs/plugins/Makefile.am:
5881         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5882         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5883         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
5884         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
5885         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
5886         (gst_ogg_demux_perform_seek):
5887         * ext/ogg/gstoggdemux.h:
5888         Added docs.
5889         Add some more comments.
5890         Small cleanups.
5891
5892 2007-01-09  Wim Taymans  <wim@fluendo.com>
5893
5894         * ext/theora/theoradec.c:
5895         * ext/vorbis/vorbisdec.c:
5896         * gst-libs/gst/audio/gstringbuffer.c:
5897         (gst_ring_buffer_commit_full):
5898         * gst-libs/gst/audio/gstringbuffer.h:
5899         * gst-libs/gst/rtp/gstrtpbuffer.c:
5900         * gst-libs/gst/tag/gstvorbistag.c:
5901         Small documentation updates/fixes
5902
5903 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5904
5905         * configure.ac:
5906           Require core CVS HEAD for Andy's basesrc/sink API additions.
5907
5908 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5909
5910         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
5911
5912         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
5913         (plugin_init):
5914           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
5915           on flac.sf.net (there appear to be other versions of the first
5916           ogg page in the wild) (#391365).
5917
5918 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5919
5920         * configure.ac:
5921           Check if localtime_r() is available.
5922
5923         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
5924           If localtime_r() is not available, fall back to localtime(). Should
5925           fix build on MingW (#393310).
5926
5927 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5928
5929         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
5930         * gst/subparse/gstsubparse.h:
5931           Remove spurious 1000 subtrahend when calculating the timestamp from
5932           the frame number and the frame rate . Also, use the frames/second
5933           value specified in the first line of the file, if one is specified
5934           there. Should fix #357503.
5935
5936         * tests/check/elements/subparse.c: (do_test),
5937         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
5938         (subparse_suite):
5939           Add some basic unit tests for the microdvd subtitle format.
5940
5941 2007-01-07  Julien MOUTTE  <julien@moutte.net>
5942
5943         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5944
5945         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5946         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
5947         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
5948         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
5949         (gst_xvimagesink_set_xwindow_id),
5950         (gst_xvimagesink_set_event_handling),
5951         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
5952         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5953         Fixes: #390076.
5954         Add an adaptor property to select a specific XV adaptor.
5955         * sys/xvimage/xvimagesink.h:
5956
5957 2007-01-07  Julien MOUTTE  <julien@moutte.net>
5958
5959         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5960         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
5961         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
5962         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
5963         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
5964         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
5965         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5966         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
5967         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
5968         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
5969         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
5970         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
5971         Use flow_lock much more to protect every access to xwindow.
5972         Try to catch erros while creating images in case some drivers are
5973         just generating an XError when the requested image is too big.
5974         Should fix : #354698, #384008, #384060.
5975         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
5976         Implement some stress testing of setting window xid.
5977
5978 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
5979
5980         * win32/common/libgsaudio.def:
5981           Add new exported function.
5982         * win32/common/libgstogg.dsp:
5983           Add gstoggaviparse.c to the build.
5984         * win32/common/libgstvideoscale.dsp:
5985           Add vs_4tap.c to the build.
5986         * win32/common/libgstvorbis.dsp:
5987           Add vorbistag.c to the build.
5988         
5989 2007-01-06  Andy Wingo  <wingo@pobox.com>
5990
5991         * gst-libs/gst/audio/gstbaseaudiosink.c
5992         (gst_base_audio_sink_class_init)
5993         (gst_base_audio_sink_init): 
5994         (gst_base_audio_sink_activate_pull): Add an activate_pull function
5995         to baseaudiosink, and tell basesink that we can work in pull mode.
5996         This way the ring buffer thread drives the pipeline directly, if
5997         pull mode is possible. There is some lingering nastiness regarding
5998         capsnego, however.
5999         (gst_base_audio_sink_callback): Implement the callback to pull
6000         data. This interface is a bit light, though -- it should get a
6001         GstFlowReturn return value at least.
6002
6003 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6004
6005         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
6006         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6007         * gst/playback/gstdecodebin2.c:
6008         (gst_decode_group_check_if_blocked):
6009           Printf format and missing argument fixes.
6010
6011 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
6012
6013         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
6014         (gst_ogm_parse_change_state):
6015         Activate pads before adding them to the element.
6016
6017 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6018
6019         * tests/examples/seek/scrubby.c: (main):
6020         * tests/examples/seek/seek.c: (main):
6021           Call g_thread_init() first thing in main() (see #391278).
6022
6023 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6024
6025         * tests/check/Makefile.am:
6026         * tests/check/libs/.cvsignore:
6027         * tests/check/libs/netbuffer.c: (GST_START_TEST),
6028         (netbuffer_suite):
6029           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
6030           for the time being, since it's broken, see #393099.
6031
6032 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6033
6034         * tests/check/Makefile.am:
6035           Update to use GST_PLUGINS_BASE_CFLAGS as well.
6036
6037 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6038
6039         * configure.ac:
6040           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
6041           so that GST_BASE_CFLAGS can go inbetween them, making sure
6042           we use uninstalled gst-libs headers
6043         * docs/libs/Makefile.am:
6044         * ext/alsa/Makefile.am:
6045         * ext/cdparanoia/Makefile.am:
6046         * ext/gnomevfs/Makefile.am:
6047         * ext/libvisual/Makefile.am:
6048         * ext/ogg/Makefile.am:
6049         * ext/theora/Makefile.am:
6050         * ext/vorbis/Makefile.am:
6051         * gst-libs/gst/audio/Makefile.am:
6052         * gst-libs/gst/cdda/Makefile.am:
6053         * gst-libs/gst/interfaces/Makefile.am:
6054         * gst-libs/gst/riff/Makefile.am:
6055         * gst-libs/gst/rtp/Makefile.am:
6056         * gst-libs/gst/tag/Makefile.am:
6057         * gst/adder/Makefile.am:
6058         * gst/audioconvert/Makefile.am:
6059         * gst/audiorate/Makefile.am:
6060         * gst/audioresample/Makefile.am:
6061         * gst/playback/Makefile.am:
6062         * gst/tcp/Makefile.am:
6063         * gst/videoscale/Makefile.am:
6064         * gst/volume/Makefile.am:
6065         * sys/ximage/Makefile.am:
6066         * sys/xvimage/Makefile.am:
6067         * tests/icles/Makefile.am:
6068           adapt
6069
6070 2007-01-04  Julien MOUTTE  <julien@moutte.net>
6071
6072         * gst-libs/gst/interfaces/xoverlay.c:
6073         (gst_x_overlay_handle_events):
6074         * gst-libs/gst/interfaces/xoverlay.h:
6075         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6076         (gst_ximagesink_set_xwindow_id),
6077         (gst_ximagesink_set_event_handling),
6078         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
6079         (gst_ximagesink_get_property), (gst_ximagesink_init),
6080         (gst_ximagesink_class_init):
6081         * sys/ximage/ximagesink.h:
6082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
6083         (gst_xvimagesink_set_xwindow_id),
6084         (gst_xvimagesink_set_event_handling),
6085         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
6086         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
6087         (gst_xvimagesink_class_init):
6088         * sys/xvimage/xvimagesink.h:
6089         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
6090         Add a method to the XOverlay interface to allow disabling of 
6091         event handling in x[v]imagesink elements. This will let X events
6092         propagate to parent windows which can be usefull in some cases.
6093         Be carefull that the application is then responsible of pushing
6094         navigation events and expose events to the video sink.
6095         Fixes: #387138.
6096
6097 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
6098
6099         * gst-libs/gst/tag/gstvorbistag.c:
6100         * tests/check/libs/tag.c: (GST_START_TEST):
6101           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
6102           (fixes #392070).
6103
6104 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
6105
6106         * configure.ac:
6107         * docs/Makefile.am:
6108         * docs/design/Makefile.am:
6109           Dist design docs.
6110
6111 2006-12-27  Julien MOUTTE  <julien@moutte.net>
6112
6113         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
6114         typo. Fixes: #390063.
6115
6116 2006-12-27  Julien MOUTTE  <julien@moutte.net>
6117
6118         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
6119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
6120         caps leak.
6121         * win32/common/config.h: Updated.
6122
6123 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6124
6125         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
6126         (setup_gdpdepay_streamheader):
6127         * tests/check/elements/gdppay.c: (cleanup_gdppay),
6128         (setup_gdppay_streamheader):
6129           Fix the dp tests, but activating the pads for the streamheader tests
6130           too and cleaning up conditionaly
6131
6132 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
6133
6134         * gst/ffmpegcolorspace/avcodec.h:
6135         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6136         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6137         (gst_ffmpegcsp_avpicture_fill):
6138         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
6139         (img_get_alpha_info):
6140         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
6141         other end of the word. Fixes: #387073.
6142
6143         Add some inconsequential branch hints in a couple of places.
6144
6145 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
6146
6147         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6148         (gst_ffmpeg_caps_to_smpfmt):
6149           The "signed" field in raw audio caps is of boolean type, trying to
6150           extract the value with _get_int() will fail (fix to keep in sync with
6151           the copy in gst-ffmpeg)
6152
6153 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6154
6155         * tests/check/elements/audioresample.c: (cleanup_audioresample):
6156         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
6157         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
6158         (cleanup_gdpdepay):
6159         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
6160         * tests/check/elements/subparse.c: (teardown_subparse):
6161         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
6162         * tests/check/elements/videorate.c: (cleanup_videorate):
6163         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
6164         * tests/check/elements/volume.c: (cleanup_volume):
6165         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
6166         (cleanup_vorbisdec):
6167         * tests/check/elements/vorbistag.c: (setup_vorbistag),
6168         (cleanup_vorbistag):
6169           consistent pad (de)activation
6170
6171 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
6172
6173         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6174           Forgot to register the extensions.
6175
6176 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
6177
6178         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
6179         (plugin_init):
6180           Add typefinder for VIVO files (my christmas present to the 90s).
6181
6182 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6183
6184         * gst/playback/gstdecodebin.c: (type_found):
6185           Special-case the text/plain media type: we only want to recognise it
6186           as a 'raw' decoded media type if it comes from a demuxer or subtitle
6187           parser, but not if the entire stream is of text/plain type. If the
6188           entire stream is text/plain, we should just error out.
6189
6190           This fixes playback of audio files with lyrics in totem. Totem can't
6191           distinguish between text files and subtitle files and passes any
6192           .txt file with the same basename as the main file to playbin as
6193           suburi, and playbin will then throw a 'subtitle found, but no video
6194           stream' error, which isn't entirely helpful. See #380342.
6195
6196           Also, with this change we'll show a slightly more correct error
6197           message in case totem passes a playlist file to us (although a
6198           custom error message wording instead of the default text would
6199           probably not be a bad idea either).
6200
6201           Same problem also needs to be fixed for playbin+decodebin2.
6202
6203         * tests/check/Makefile.am:
6204         * tests/check/elements/decodebin.c: (src_handoff_cb),
6205         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
6206         (decodebin_suite):
6207           Add simple unit test for decodebin for the above.
6208
6209 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6210
6211         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
6212         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
6213           Refuse to change state to READY when we failed to create any of the
6214           required elements in our instance init function.
6215
6216 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
6217
6218         * docs/libs/gst-plugins-base-libs-sections.txt:
6219           Small docs fixes/updates.
6220
6221         * gst-libs/gst/video/gstvideosink.h:
6222           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
6223           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
6224           removed from the base sink API between 0.9.6 and 0.9.7).
6225           API: add GST_VIDEO_SINK_CAST and use it for the height/width
6226           accessor macros, so we don't do a runtime GObject type check every
6227           time we use them.
6228
6229 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6230
6231         * Makefile.am:
6232         * gst-plugins-base.doap:
6233         * gst-plugins-base.spec.in:
6234           add doap file
6235
6236 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6237
6238         Patch by: Jens Granseuer <jensgr at gmx net>
6239
6240         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6241         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6242         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
6243         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
6244         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
6245           Declare variables at the beginning of a block. Fixes #383195.
6246
6247 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
6248
6249         * configure.ac:
6250         Bump version nano - back to CVS.
6251
6252
6253 === release 0.10.11 ===
6254
6255 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
6256
6257         * configure.ac:
6258           releasing 0.10.11, "Dumb things"
6259
6260 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
6261
6262         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
6263         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
6264         Handle the case where an element has multiple pads with 
6265         unfixed caps as well as still possibly producing more dynamic 
6266         pads by storing each case as a distinct entry in the dynamic list.
6267         Fixes #38223 again.
6268
6269 2006-12-04  Wim Taymans  <wim@fluendo.com>
6270
6271         * gst/playback/gstdecodebin.c: (close_pad_link):
6272         Fix #382223, add more dynamic caps handling.
6273
6274 2006-12-04  Wim Taymans  <wim@fluendo.com>
6275
6276         * gst-libs/gst/audio/gstringbuffer.h:
6277         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
6278         (gst_netaddress_set_ip4_interface),
6279         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
6280         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
6281         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
6282         (gst_netaddress_get_ttl):
6283         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6284         * gst/playback/gstdecodebin.c: (close_pad_link):
6285         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
6286         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
6287         * win32/common/config.h:
6288
6289 2006-12-01  Michael Smith  <msmith@fluendo.com>
6290
6291         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6292           Delete bad debug code.
6293           Fixes #381219
6294
6295 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6296
6297         * gst/videoscale/vs_4tap.c:
6298         * win32/MANIFEST:
6299         * win32/common/config.h:
6300         * win32/vs8/libgstvideoscale.vcproj:
6301         Fix compilation on win32 under VS8
6302         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6303         Partially fixes #381175
6304
6305 2006-11-30  Michael Smith  <msmith@fluendo.com>
6306
6307         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
6308         (GST_START_TEST):
6309           It would be very bad if, after a discont buffer, we thought every
6310           single following buffer was also discont. So, add to the test to
6311           ensure that this isn't the case.
6312           
6313         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
6314           ... it was the case. So fix it.
6315
6316 2006-11-28  Wim Taymans  <wim@fluendo.com>
6317
6318         * gst/playback/gstplaybasebin.c: (check_queue_event):
6319         Improve debug.
6320
6321         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
6322         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
6323         padtemplate caps. Refixes #357577.
6324
6325 2006-11-28  Wim Taymans  <wim@fluendo.com>
6326
6327         * gst/playback/gstplaybasebin.c: (check_queue_event),
6328         (queue_threshold_reached), (queue_out_of_data),
6329         (gen_preroll_element):
6330         Add event probe to see when EOS is in a queue and we can disable the
6331         underrun signals. Fixes #357577.
6332
6333 2006-11-28  Edward Hervey  <edward@fluendo.com>
6334
6335         * gst/playback/Makefile.am:
6336         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
6337         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
6338         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
6339         (gst_decode_bin_init), (gst_decode_bin_dispose),
6340         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
6341         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
6342         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
6343         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
6344         (connect_element), (expose_pad), (type_found),
6345         (pad_added_group_cb), (pad_removed_group_cb),
6346         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
6347         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
6348         (are_raw_caps), (multi_queue_overrun_cb),
6349         (multi_queue_underrun_cb), (gst_decode_group_new),
6350         (get_current_group), (group_demuxer_event_probe),
6351         (gst_decode_group_control_demuxer_pad),
6352         (gst_decode_group_control_source_pad),
6353         (gst_decode_group_check_if_blocked),
6354         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
6355         (gst_decode_group_hide), (gst_decode_group_free),
6356         (gst_decode_group_set_complete), (source_pad_blocked_cb),
6357         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
6358         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
6359         (plugin_init):
6360         New decodebin2 element.
6361         Closes #370092
6362         * gst/playback/gstplay-marshal.list:
6363         Added marshallers for new signals in decodebin2
6364         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
6365         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
6366         is set.
6367
6368 2006-11-28  Wim Taymans  <wim@fluendo.com>
6369
6370         * gst/playback/gstplaybasebin.c: (setup_source),
6371         (gst_play_base_bin_change_state):
6372         Disable rtsp:// uris for the release, it's not good enough yet.
6373         Remove unused var.
6374
6375 2006-11-26  Wim Taymans  <wim@fluendo.com>
6376
6377         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6378         (theora_dec_push_forward), (theora_dec_push_reverse),
6379         (theora_handle_data_packet), (theora_dec_decode_buffer),
6380         (theora_dec_flush_decode), (theora_dec_chain_reverse),
6381         (theora_dec_chain_forward), (theora_dec_chain):
6382         Implement reverse playback.
6383
6384         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
6385         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
6386         (vorbis_dec_chain_forward):
6387         Clear buffers used for reverse playback in _reset.
6388         No need to set the eos flag, we clip samples using the segment.
6389
6390 2006-11-24  Wim Taymans  <wim@fluendo.com>
6391
6392         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
6393         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
6394         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
6395         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
6396         Some cleanups.
6397         Handle continued pages in reverse mode.
6398
6399 2006-11-24  Wim Taymans  <wim@fluendo.com>
6400
6401         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
6402         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
6403         (vorbis_dec_flush_decode):
6404         Small cleanups.
6405         Don't try to add invalid timestamps.
6406         Clipping will unref the buffer.
6407
6408 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6409
6410         * gst/adder/gstadder.h:
6411         * gst/audiotestsrc/gstaudiotestsrc.h:
6412           remove obsolete _factory_init protos
6413
6414 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6415
6416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
6417           Fix spacing in debug message.
6418
6419 2006-11-23  Wim Taymans  <wim@fluendo.com>
6420
6421         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
6422         (gst_ogg_demux_chain):
6423         Don't just ignore return values from _pad_push().
6424         Small debug improvements.
6425
6426 2006-11-23  Michael Smith  <msmith@fluendo.com>
6427
6428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
6429           If our incoming buffer is marked as DISCONT, then increment the page
6430           number (so that the discontinuity is marked in the final ogg
6431           bitstream) and flush the previous page.
6432
6433 2006-11-22  Michael Smith  <msmith@fluendo.com>
6434
6435         * ext/theora/gsttheoraenc.h:
6436         * ext/theora/theoraenc.c: (gst_theora_enc_init),
6437         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
6438         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
6439         (theora_enc_chain), (theora_enc_change_state):
6440           Mark discontinuities of > 3/4 of a frame, reinit encoder.
6441
6442         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
6443         (GST_START_TEST), (theoraenc_suite):
6444           Enable discontinuity test, fix it.
6445
6446 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
6447
6448         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6449         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
6450         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
6451         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
6452         (gst_text_overlay_change_state):
6453         * ext/pango/gsttextoverlay.h:
6454           Some textoverlay fixes: for one, in the video chain function,
6455           actually wait for a text buffer to come in if there is none at the
6456           moment and there should be one; also, deal more gracefully with
6457           incoming buffers that do not have a timestamp or duration; discard
6458           text buffer when not needed any longer. Fixes #341681.
6459
6460         * tests/check/Makefile.am:
6461         * tests/check/elements/.cvsignore:
6462         * tests/check/elements/textoverlay.c:
6463         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
6464         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
6465         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
6466         (test_video_waits_for_text_send_text_newsegment_thread),
6467         (test_video_waits_for_text_shutdown_element),
6468         (test_render_continuity_push_video_buffers_thread),
6469         (textoverlay_suite):
6470           Add some unit tests for textoverlay.
6471
6472 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
6473
6474         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6475           Avoid integer underflow when the found probability for mp3 is
6476           smaller than the 'penalty' we subtract if there's not a clean
6477           mp3 header sync at offset 0.
6478
6479 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
6480
6481         * docs/libs/gst-plugins-base-libs-sections.txt:
6482           Add some new symbols to the docs
6483
6484 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
6485
6486         * tests/check/Makefile.am:
6487         * tests/check/elements/ffmpegcolorspace.c:
6488         (ffmpegcolorspace_suite):
6489           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
6490           (for now not for valgrinding though, since it takes too long).
6491
6492 2006-11-20  Wim Taymans  <wim@fluendo.com>
6493
6494         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6495         (gst_ffmpeg_pixfmt_to_caps):
6496         Fix RGBA32 caps. Fixes #357038.
6497
6498 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
6499
6500         * gst-libs/gst/interfaces/mixertrack.h:
6501           Add FIXME so we can add some padding here in 0.11
6502
6503 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6504
6505         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
6506           Fix GstBaseRTPAudioPayload structure so the whole GObject
6507           inheritance business actually works (parent class instance structure
6508           must always come first in the derived class instance structure).
6509
6510 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6511
6512         * gst/videotestsrc/Makefile.am:
6513         * tests/check/Makefile.am:
6514           Make sure our checks and the videotestsrc plugin link against the
6515           local uninstalled gst libs and not any installed gst libs that
6516           might happen to exist as well.
6517
6518         * tests/check/elements/adder.c: (message_received),
6519         (test_event_message_received), (test_play_twice_message_received):
6520         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
6521           Fix compiler warnings when compiling against core with disabled
6522           debugging system.
6523
6524 2006-11-16  Michael Smith  <msmith@fluendo.com>
6525
6526         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6527         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
6528           Fix audiorate, so that it accurately sets offsets and timestamps.
6529           Doesn't change the fundamental algorithmic decisions; so should be
6530           safe.
6531
6532         * tests/check/Makefile.am:
6533           Enable audiorate test now that it passes.
6534
6535 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
6536
6537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
6538           clear xv when going to NULL, remove // commented non-existant proto
6539
6540         * tests/examples/seek/seek.c: (main):
6541           add missing tooltip description for scrub and play_scrub
6542
6543 2006-11-14  David Schleef  <ds@schleef.org>
6544
6545         * configure.ac:
6546           Bump liboil requirement to 0.3.8.
6547         * gst-libs/gst/riff/riff-media.c:
6548           Add Dirac fourcc.
6549         * gst/videoscale/vs_image.h:
6550         * gst/videoscale/vs_scanline.h:
6551           Use liboil's stdint.h.
6552         * gst/videotestsrc/videotestsrc.c:
6553           Remove liboil related ifdef's, since they aren't needed now, and
6554           won't work with future versions.
6555
6556 2006-11-14  David Schleef  <ds@schleef.org>
6557
6558         * gst/videoscale/Makefile.am:
6559         * gst/videoscale/gstvideoscale.c:
6560         * gst/videoscale/gstvideoscale.h:
6561         * gst/videoscale/vs_4tap.c:
6562         * gst/videoscale/vs_4tap.h:
6563         * gst/videoscale/vs_image.c:
6564         * gst/videoscale/vs_image.h:
6565         * gst/videoscale/vs_scanline.c:
6566         * gst/videoscale/vs_scanline.h:
6567           Add a 4-tap image scaler.  Theoretically looks much prettier.
6568           The tap calculation could use some improvement.
6569
6570 2006-11-14  Wim Taymans  <wim@fluendo.com>
6571
6572         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
6573
6574         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
6575         (gst_riff_parse_strf_iavs):
6576         * gst/subparse/gstsubparse.c: (convert_encoding):
6577         * gst/tcp/gstmultifdsink.c:
6578         (gst_multi_fd_sink_handle_client_write):
6579         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
6580         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
6581         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
6582         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
6583         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
6584         (gst_ximagesink_ximage_new):
6585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
6586         Various gsize and gssize printf fixes. Fixes #372507.
6587
6588 2006-11-13  Wim Taymans  <wim@fluendo.com>
6589
6590         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6591         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
6592         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
6593         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
6594         (vorbis_dec_chain_forward), (vorbis_dec_chain):
6595         * ext/vorbis/vorbisdec.h:
6596         First stab at vorbis reverse playback.
6597
6598 2006-11-13  Wim Taymans  <wim@fluendo.com>
6599
6600         * gst-libs/gst/audio/gstbaseaudiosink.c:
6601         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6602         * gst-libs/gst/audio/gstbaseaudiosink.h:
6603         Make the clock sync code more accurate wrt resampling and playback
6604         at different rates.
6605         
6606         * gst-libs/gst/audio/gstringbuffer.c:
6607         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
6608         * gst-libs/gst/audio/gstringbuffer.h:
6609         Use better algorithm to interpolate sample rates. 
6610
6611 2006-11-13  Michael Smith  <msmith@fluendo.com>
6612
6613         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
6614           Improve a debug line slightly.
6615
6616         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
6617           Call gst_riff_init() in plugin_init, to avoid getting errors from
6618           the debug system (unrelated changes to another plugin made this turn
6619           up; not sure why).
6620
6621 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6622
6623         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
6624
6625         * win32/common/libgsttag.def:
6626           Add missing symbol (#366492).
6627
6628 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
6629
6630         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
6631           Don't unref a NULL pad.
6632
6633 2006-11-09  Wim Taymans  <wim@fluendo.com>
6634
6635         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
6636         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
6637         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
6638         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
6639         (gst_ogg_demux_loop):
6640         Implement first stab at reverse playback.
6641
6642 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
6643
6644         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6645         (gst_riff_create_video_template_caps):
6646           add h263/h264 variants to the caps, Fixes #363118
6647
6648 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6649
6650         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
6651         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
6652           Use g_strerror instead of strerror so we get UTF-8.
6653
6654 2006-11-03  David Schleef  <ds@schleef.org>
6655
6656         * ext/ogg/gstoggdemux.c:
6657         * ext/ogg/gstoggmux.c:
6658           Add/remove KW-DIRAC header here, since it is ogg-specific.
6659
6660 2006-11-03  Michael Smith  <msmith@fluendo.com>
6661
6662         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
6663           Recognise more mpeg4 elementary video streams.
6664
6665 2006-11-02  Edward Hervey  <edward@fluendo.com>
6666
6667         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6668         Lower the probability of mp3 typefinding functions if we don't find a
6669         valid mp3 header at the start of the file.
6670         Closes #369482
6671
6672 2006-11-02  Wim Taymans  <wim@fluendo.com>
6673
6674         * ext/theora/gsttheoradec.h:
6675         * ext/theora/theoradec.c: (gst_theora_dec_init),
6676         (theora_dec_sink_event), (theora_dec_chain_forward),
6677         (theora_dec_flush_decode), (theora_dec_chain_reverse),
6678         (theora_dec_chain):
6679         Document and partially implement an algorithm for doing reverse playback
6680         of theora video.
6681
6682 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6683
6684         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6685
6686         * win32/common/config.h:
6687         * win32/common/interfaces-enumtypes.c:
6688         * win32/common/libgsttag.def:
6689         * win32/vs8/gst-plugins-base.sln:
6690         * win32/vs8/libgstaudioresample.vcproj:
6691         * win32/vs8/libgstinterfaces.vcproj:
6692         * win32/vs8/libgstogg.vcproj:
6693         * win32/vs8/libgstriff.vcproj:
6694         * win32/vs8/libgsttag.vcproj:
6695         * win32/vs8/libgsttheora.vcproj:
6696         * win32/vs8/libgstvideoscale.vcproj:
6697         * win32/vs8/libgstvorbis.vcproj:
6698           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
6699           to libgsttag.def; add missing dependencies for some vs8 projects;
6700           re-arrange placement of .def files in vs8 projects (#366334).
6701
6702 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6703
6704         * ext/ogg/gstogg.c:
6705           Remove unused variable.
6706
6707         * ext/ogg/gstoggdemux.c:
6708           Fix Wim's surname in plugin description.
6709
6710 2006-10-31  Wim Taymans  <wim@fluendo.com>
6711
6712         * gst-plugins-base.spec.in:
6713         spec new .h file. Fixes #368310.
6714
6715 2006-10-31  Michael Smith  <msmith@fluendo.com>
6716
6717         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
6718         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
6719         (gst_multi_fd_sink_get_stats),
6720         (gst_multi_fd_sink_remove_client_link),
6721         (gst_multi_fd_sink_queue_buffer),
6722         (gst_multi_fd_sink_handle_clients):
6723         * gst/tcp/gstmultifdsink.h:
6724           Make using the remove or clear signals threadsafe.
6725           Make calling get-stats with an invalid fd not segfault.
6726           Fixes 368273.
6727
6728 2006-10-31  Wim Taymans  <wim@fluendo.com>
6729
6730         * gst-libs/gst/rtp/Makefile.am:
6731         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6732         (gst_base_rtp_audio_payload_init):
6733         Fix and activate base audio payloader.
6734
6735 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
6736
6737         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
6738         (plugin_init):
6739           Add typefinder for QuickTime Image Files (see #366156).
6740
6741 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
6742
6743         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
6744           Another typo fix (#366212).
6745
6746 2006-10-27  Wim Taymans  <wim@fluendo.com>
6747
6748         * gst/volume/gstvolume.c: (volume_transform_ip):
6749         Use stream time to synchronize volume property instead of rather random
6750         timestamps. This is needed when gnonlin does its time shifting.
6751
6752 2006-10-27  Wim Taymans  <wim@fluendo.com>
6753
6754         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
6755
6756         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
6757         Remove the pad from the element in release_pad. Fixes #364812.
6758
6759 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
6762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
6763           Explicitly create our custom buffer classes at a thread-safe
6764           location as well, since g_type_class_ref() doesn't seem to be
6765           entirely thread-safe either (#365501; also see #349410).
6766
6767 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6768
6769         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
6770         (gst_riff_parse_info):
6771           If strings in INFO chunk are not UTF-8, do something similar to
6772           what we do for ID3v1 tags: check a number of environment variables
6773           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
6774           character sets to try, otherwise try the current locale and/or fall
6775           back on ISO-8859-1. Fixes #360552.
6776
6777 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6778
6779         * gst/videotestsrc/gstvideotestsrc.c:
6780         (gst_video_test_src_pattern_get_type),
6781         (gst_video_test_src_set_pattern):
6782         * gst/videotestsrc/gstvideotestsrc.h:
6783         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
6784         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
6785         (gst_video_test_src_checkers8):
6786         * gst/videotestsrc/videotestsrc.h:
6787           Add a bunch of exciting new checkers patterns.
6788
6789 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6790
6791         * gst/subparse/Makefile.am:
6792         * gst/subparse/gstsubparse.c:
6793         (gst_sub_parse_data_format_autodetect),
6794         (gst_sub_parse_format_autodetect), (handle_buffer),
6795         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
6796         * gst/subparse/gstsubparse.h:
6797         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
6798         (parse_tmplayer):
6799         * gst/subparse/tmplayerparse.h:
6800           Add support for TMPlayer-type subtitles (#362845).
6801
6802         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
6803         (GST_START_TEST), (subparse_suite):
6804           Add some basic unit tests for the above.
6805
6806 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6807
6808         * tests/check/elements/audiorate.c: (test_injector_base_init),
6809         (test_injector_class_init), (test_injector_chain),
6810         (test_injector_init), (probe_cb), (do_perfect_stream_test),
6811         (GST_START_TEST), (audiorate_suite):
6812           More tests for audiorate: inject buffers to check behaviour when
6813           buffers overlap.
6814
6815 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
6816
6817         * tests/check/Makefile.am:
6818         * tests/check/elements/.cvsignore:
6819         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
6820         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
6821           Add some basic unit tests for audiorate. Disabled at the moment
6822           since it doesn't pass yet (see bug #363119).
6823
6824 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6825
6826         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
6827         (parse_subrip), (handle_buffer):
6828           Add missing closing tags for markup and fix broken markup,
6829           otherwise pango won't render anything (fixes #357531). Also,
6830           make sure the text we send out is always NUL-terminated
6831           (better safe than sorry etc.).
6832
6833         * tests/check/elements/subparse.c: (test_srt_do_test),
6834         (test_srt):
6835           Some more tests for .srt incl. tests for the above stuff.
6836
6837 2006-10-20  Julien MOUTTE  <julien@moutte.net>
6838
6839         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6841         Patch by: Stefan Kost  <ensonic@users.sf.net>
6842         Try to redraw borders only when needed. Apparently this consumes
6843         resources on small devices... :-O (#363607)
6844
6845 2006-10-20  Michael Smith  <msmith@fluendo.com>
6846
6847         * gst/tcp/gstmultifdsink.c:
6848         (gst_multi_fd_sink_client_queue_buffer):
6849           If caps change, then update the client's idea of the caps so that we
6850           don't end up re-sending streamheaders for every single buffer after
6851           the caps change.
6852
6853 2006-10-20  Michael Smith  <msmith@fluendo.com>
6854
6855         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
6856         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
6857           Set caps on pushed buffers; fix up refcounting of caps objects.
6858
6859 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6860
6861         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
6862         (plugin_init):
6863           Typefind mmsh header data packet to application/x-mmsh (#362625).
6864
6865 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6866
6867         * tests/check/Makefile.am:
6868         * tests/check/elements/.cvsignore:
6869         * tests/check/elements/subparse.c: (buffer_from_static_string),
6870         (setup_subparse), (teardown_subparse), (test_srt_do_test),
6871         (GST_START_TEST), (subparse_suite):
6872           Add very simple unit test for subparse.
6873
6874 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6875
6876         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
6877         (parse_subrip):
6878           Strip trailing newlines from subtitle text output.
6879
6880 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6881
6882         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
6883         (gst_sub_parse_change_state):
6884           Fix memleak; clear subparse->textbuf n state change function.
6885
6886 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6887
6888         * gst/subparse/gstsubparse.c:
6889         (gst_sub_parse_data_format_autodetect):
6890           Don't require subrip (.srt) files to start with a chunk number of 1.
6891
6892 2006-10-18  Wim Taymans  <wim@fluendo.com>
6893
6894         * gst-libs/gst/audio/gstbaseaudiosink.c:
6895         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6896         * gst-libs/gst/audio/gstbaseaudiosink.h:
6897         Extract rate from the NEWSEGMENT event.
6898         Use commit_full to also take rate adjustment into account when writing
6899         samples to the ringbuffer.
6900         
6901         * gst-libs/gst/audio/gstringbuffer.c:
6902         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
6903         (gst_ring_buffer_read):
6904         * gst-libs/gst/audio/gstringbuffer.h:
6905         Added _commit_full() to also take rate into account.
6906         Use simple interpolation algorithm to resample audio.
6907         API: gst_ring_buffer_commit_full()
6908
6909         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
6910         * tests/examples/seek/seek.c: (segment_done):
6911         Don't try to seek with 0.0 rate, just pause instead.
6912         Remove bogus debug line.
6913
6914 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6915
6916         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
6917         (setup_source):
6918           Catch async errors when starting up the subtitle bin, so we can
6919           stop waiting and continue with the main film instead of hanging
6920           forever. Fixes #339366.
6921
6922         * tests/check/elements/playbin.c: (playbin_suite):
6923           Enable unit test for the above.
6924
6925 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6926
6927         * tests/check/Makefile.am:
6928         * tests/check/elements/.cvsignore:
6929         * tests/check/elements/playbin.c: (GST_START_TEST),
6930         (gst_red_video_src_uri_get_type),
6931         (gst_red_video_src_uri_get_protocols),
6932         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
6933         (gst_red_video_src_uri_handler_init),
6934         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
6935         (gst_red_video_src_create), (gst_red_video_src_class_init),
6936         (gst_red_video_src_init), (plugin_init), (playbin_suite):
6937           Some small and basic unit tests for playbin; not very useful yet,
6938           but at least a start.
6939
6940 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6941
6942         * gst/playback/gstplaybin.c: (setup_sinks):
6943           The old pad activation spiel.
6944
6945 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6946
6947         * gst/playback/gstplaybasebin.c: (setup_source):
6948           Don't hang forever if the subbin already fails to start up in 
6949           the state change to PAUSED (#339366).
6950
6951 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6952
6953         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
6954         (gst_tuner_set_channel), (gst_tuner_get_channel),
6955         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
6956         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
6957         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
6958         (gst_tuner_find_channel_by_name):
6959           Fix some function guards, add some more function guards.
6960
6961 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
6962
6963         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
6964         (remove_element_chain):
6965         Don't return a pad from get_our_ghost_pad unless it is actually the
6966         one we want.
6967         Change a cast in remove_element_chain slightly.
6968
6969 2006-10-13  Julien MOUTTE  <julien@moutte.net>
6970
6971         * tests/examples/seek/seek.c: (do_seek), (start_seek),
6972         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
6973         Segment seeking needs to use the rate and set stop to -1.
6974
6975 2006-10-13  Wim Taymans  <wim@fluendo.com>
6976
6977         * gst-libs/gst/audio/gstbaseaudiosink.c:
6978         (gst_base_audio_sink_setcaps):
6979         Don't crash when ringbuffer is not yet created.
6980         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
6981         Fixes #361634.
6982
6983         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
6984         * gst/playback/gststreamselector.c:
6985         (gst_stream_selector_request_new_pad):
6986         Activate pads befre adding them to running elements.
6987
6988 2006-10-13  Julien MOUTTE  <julien@moutte.net>
6989
6990         * tests/examples/seek/seek.c: (do_seek), (start_seek),
6991         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
6992         updater when we start grabing the slider. Don't wait for the
6993         pipeline to be PAUSED.
6994
6995 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6996
6997         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
6998         (gst_mixer_set_volume), (gst_mixer_get_volume),
6999         (gst_mixer_set_mute), (gst_mixer_set_option),
7000         (gst_mixer_get_option), (gst_mixer_mute_toggled),
7001         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
7002         (gst_mixer_option_changed):
7003           Guard mixer interface functions against bogus arguments.
7004
7005 2006-10-12  Julien MOUTTE  <julien@moutte.net>
7006
7007         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
7008         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
7009         (msg_state_changed), (main): Use state-changed messages to trigger
7010         start/stop of scale update timer. Indeed the scale slider was
7011         jumping here and there because the update timer was activated 
7012         before seek completed. This fixes instant applying of rate changes
7013         by pressing the spinbutton like a crazy man !
7014
7015 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7016
7017         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
7018
7019         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7020         (gst_basertppayload_finalize):
7021           Fix two small memory leaks (#361456).
7022
7023 2006-10-10  Julien MOUTTE  <julien@moutte.net>
7024
7025         * tests/examples/seek/seek.c: (do_seek),
7026         (rate_spinbutton_changed_cb): When changing spinbutton we try
7027         to change the rate on the fly.
7028
7029 2006-10-10  Wim Taymans  <wim@fluendo.com>
7030
7031         * gst-libs/gst/riff/riff-ids.h:
7032         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7033         (gst_riff_create_audio_template_caps):
7034         Add WMS caps.
7035
7036 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7037
7038         Patch by: Josep Torra Valles <josep@fluendo.com>
7039
7040         * ext/gnomevfs/gstgnomevfssink.c:
7041         * ext/gnomevfs/gstgnomevfssrc.c:
7042         Fix URI interface implementation return type.
7043         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
7044         Fix what looks like a copy/paste issue when assigning values.
7045         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7046         (gst_audio_filter_template_get_type):
7047         Cast to prevent Forte warnings.
7048         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7049         Fix URI interface implementation return type.
7050         gst_pad_query_position requires a signed integer pointer as
7051         3rd parameter, GstClockTime is unsigned.
7052         * gst/audioconvert/audioconvert.c:
7053         Fix integer overflow when treated as signed.
7054         * gst/audioresample/resample.c: (resample_add_input_data):
7055         Cast to prevent warnings on Forte.
7056         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
7057         Fix integer overflow when treated as signed.
7058         * gst/ffmpegcolorspace/imgconvert_template.h:
7059         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
7060         * gst/playback/gstdecodebin.c: (queue_filled_cb),
7061         (cleanup_decodebin):
7062         Who initialises a guint to -1!
7063         Cast function pointers to prevent warnings on Forte.
7064         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
7065         (queue_threshold_reached):
7066         Cast function pointers correctly to prevent warnings on Forte.
7067         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
7068         Cast function pointers correctly to prevent warnings on Forte.
7069         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
7070         Obvious change to unsigned, 0xEF > max signed char.
7071         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
7072         GstClockTime is unsigned, initialise correctly.
7073         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
7074         Cast so pointer arithemetic doesn't cause warnings on Forte.
7075         * gst/videorate/gstvideorate.c:
7076         Use correct return value.
7077         * tests/examples/seek/scrubby.c:
7078         GstClockTime is unsigned, initialise correctly.
7079
7080 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7081
7082         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
7083
7084         * gst/typefind/gsttypefindfunctions.c:
7085           Recognise XML files and XML-like files shorter than 256 bytes as
7086           well (fixes #359237).
7087
7088 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
7089
7090         Patch by: Renato Filho <renato.filho@indt.org.br>
7091         
7092         * gst/typefind/gsttypefindfunctions.c:
7093         Added typefind functions to video/x-nuv media.
7094         
7095 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
7096
7097         * gst-libs/gst/interfaces/xoverlay.c:
7098         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
7099           Some more guards against invalid input.
7100
7101 2006-10-07  Julien MOUTTE  <julien@moutte.net>
7102
7103         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
7104         Useless goto.
7105         * tests/examples/seek/seek.c: (do_seek),
7106         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
7107         seek example to experiment with rates != 1.0 (reverse playback !)
7108
7109 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
7110
7111         * gst-libs/gst/interfaces/xoverlay.c:
7112           Unref message in doc-example (spotted by Robert McQueen)
7113
7114 2006-10-06  Wim Taymans  <wim@fluendo.com>
7115
7116         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7117         (mpeg1_parse_header), (mpeg1_sys_type_find):
7118         printf fix.
7119
7120 2006-10-06  Wim Taymans  <wim@fluendo.com>
7121
7122         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7123         (close_pad_link):
7124         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
7125         Activate dynamic pads before adding them to the element.
7126
7127 2006-10-06  Michael Smith  <msmith@fluendo.com>
7128
7129         * gst-libs/gst/floatcast/floatcast.h:
7130           Fix obviously-bogus macros; use the correct types.
7131
7132 2006-10-06  Wim Taymans  <wim@fluendo.com>
7133
7134         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7135         (gst_base_rtp_depayload_change_state):
7136         Also call parent state change function to activate pads.
7137
7138         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7139         (mpeg1_parse_header), (mpeg1_sys_type_find):
7140         Add some more debug info in mpeg typefinding.
7141
7142 2006-10-06  Michael Smith  <msmith@fluendo.com>
7143
7144         * ext/theora/theoradec.c: (theora_dec_chain):
7145           Zero byte theora packets are valid and well-defined; don't warn on
7146           them.
7147
7148 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7149
7150         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
7151         (gst_multi_fd_sink_get_stats), (find_limits),
7152         (gst_multi_fd_sink_queue_buffer):
7153           API: add dropped_buffers to the get-stats GValueArray
7154
7155 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7156
7157         * ext/alsa/gstalsadeviceprobe.c:
7158         (gst_alsa_device_property_probe_get_values):
7159         * ext/alsa/gstalsasink.c: (set_hwparams):
7160         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
7161         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
7162         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
7163         (gst_ogg_mux_process_best_pad):
7164         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
7165         (gst_ogg_parse_chain):
7166         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
7167         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7168         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
7169         (gst_vorbis_enc_buffer_check_discontinuous):
7170         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
7171         * gst-libs/gst/audio/gstbaseaudiosink.c:
7172         (gst_base_audio_sink_render):
7173         * gst-libs/gst/cdda/gstcddabasesrc.c:
7174         (gst_cdda_base_src_handle_track_seek):
7175         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7176         (gst_base_rtp_depayload_push_full):
7177         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7178         * gst/audioresample/resample.c: (resample_input_pushthrough):
7179         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
7180         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
7181         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7182         (wavpack_type_find):
7183         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
7184         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7185         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7186         * tests/check/elements/volume.c: (GST_START_TEST):
7187           Printf format fixes.
7188
7189 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7190
7191         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
7192           Fix a simple mistake (see the docs)
7193           Fixes #359580
7194
7195 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7196
7197         * docs/plugins/Makefile.am:
7198         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7199         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7200         * docs/plugins/gst-plugins-base-plugins.args:
7201         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7202         * docs/plugins/inspect/plugin-adder.xml:
7203         * docs/plugins/inspect/plugin-alsa.xml:
7204         * docs/plugins/inspect/plugin-audioconvert.xml:
7205         * docs/plugins/inspect/plugin-audiorate.xml:
7206         * docs/plugins/inspect/plugin-audioresample.xml:
7207         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7208         * docs/plugins/inspect/plugin-cdparanoia.xml:
7209         * docs/plugins/inspect/plugin-decodebin.xml:
7210         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7211         * docs/plugins/inspect/plugin-gdp.xml:
7212         * docs/plugins/inspect/plugin-gnomevfs.xml:
7213         * docs/plugins/inspect/plugin-libvisual.xml:
7214         * docs/plugins/inspect/plugin-ogg.xml:
7215         * docs/plugins/inspect/plugin-pango.xml:
7216         * docs/plugins/inspect/plugin-playbin.xml:
7217         * docs/plugins/inspect/plugin-subparse.xml:
7218         * docs/plugins/inspect/plugin-tcp.xml:
7219         * docs/plugins/inspect/plugin-theora.xml:
7220         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7221         * docs/plugins/inspect/plugin-video4linux.xml:
7222         * docs/plugins/inspect/plugin-videorate.xml:
7223         * docs/plugins/inspect/plugin-videoscale.xml:
7224         * docs/plugins/inspect/plugin-videotestsrc.xml:
7225         * docs/plugins/inspect/plugin-volume.xml:
7226         * docs/plugins/inspect/plugin-vorbis.xml:
7227         * docs/plugins/inspect/plugin-ximagesink.xml:
7228         * docs/plugins/inspect/plugin-xvimagesink.xml:
7229           Add vorbistag element to docs; update version numbers to 0.10.10.1.
7230
7231 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7232
7233         Patch by: James "Doc" Livingston <doclivingston at gmail com>
7234
7235         * ext/vorbis/Makefile.am:
7236         * ext/vorbis/vorbis.c: (plugin_init):
7237         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
7238         (vorbis_parse_parse_packet), (vorbis_parse_chain):
7239         * ext/vorbis/vorbisparse.h:
7240         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
7241         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
7242         (gst_vorbis_tag_parse_packet):
7243         * ext/vorbis/vorbistag.h:
7244           Add new vorbistag element which derives from vorbisparse
7245           and is essentially the same as well, only that it implements
7246           the GstTagSetter interface and can modify the stream's
7247           vorbiscomment on the fly (#335635).
7248
7249         * tests/check/Makefile.am:
7250         * tests/check/elements/.cvsignore:
7251         * tests/check/elements/vorbistag.c: (setup_vorbistag),
7252         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
7253         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
7254         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
7255           Add unit test for new vorbistag element.
7256
7257 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7258
7259         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
7260         (vorbis_parse_push_headers), (vorbis_parse_chain):
7261           Set BOS flag in packet structure to fix 'jump depends
7262           on unitialized value' errors in valgrind; various minor
7263           clean-ups.
7264
7265 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
7266
7267         * gst/playback/gstdecodebin.c: (close_pad_link):
7268         Fix typo in a debug statement.
7269
7270         * gst/playback/gstplaybasebin.c: (probe_triggered),
7271         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
7272         (gen_source_element), (source_new_pad), (analyse_source),
7273         (setup_source):
7274         When handling no_more_pads in new_decoded_pad, make sure to treat
7275         subtitle pads correctly. Fixes playback with subtitle files.
7276
7277         Move a recurring message to LOG level.
7278
7279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
7280         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
7281         which ends up as -1 when cast to an int. Make the logic handle the
7282         max value as an unsigned mask and only change the colorkey when it's
7283         a value we recognise.
7284
7285 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7286
7287         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7288         Removed empty * between paragraphs
7289
7290 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7291
7292         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7293         * gst-libs/gst/rtp/README:
7294         Moved some documentation into .c file
7295
7296 2006-09-29  Wim Taymans  <wim@fluendo.com>
7297
7298         * gst/playback/gstdecodebin.c: (no_more_pads):
7299         Fix compilation.
7300
7301 2006-09-29  Wim Taymans  <wim@fluendo.com>
7302
7303         * gst/playback/gstdecodebin.c: (new_caps):
7304         Remove g_print
7305
7306         * gst/playback/gstplaybin.c:
7307         Add some docs.
7308
7309 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7310
7311         * tests/check/Makefile.am:
7312           Re-enable cddabasesrc test to see if it works again
7313           now.
7314
7315 2006-09-29  Wim Taymans  <wim@fluendo.com>
7316
7317         * gst/playback/gstplaybasebin.c: (setup_subtitle),
7318         (gen_source_element):
7319         Handle invalid URIs a bit more gracefully.
7320
7321 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7322
7323         * tests/check/pipelines/oggmux.c:
7324           Remove obsolete comment.
7325
7326 2006-09-29  Michael Smith  <msmith@fluendo.com>
7327
7328         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
7329         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
7330         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
7331         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
7332         (gst_ogg_mux_collected):
7333           Commit patch from James "Doc" Livingston, adds proper EOS handling
7334           in oggmux. GStreamer can, for the first time ever, create a valid
7335           Ogg file! Yay!
7336
7337         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
7338         (oggmux_suite):
7339           Reenable tests now that they pass.
7340
7341 2006-09-29  Wim Taymans  <wim@fluendo.com>
7342
7343         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
7344         Stop reading commands when EOF (we read 0) as well.
7345
7346 2006-09-28  Wim Taymans  <wim@fluendo.com>
7347
7348         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
7349         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
7350         (find_dynamic), (unlinked), (close_link):
7351         Implement delayed caps linking needed for element with a lot of
7352         different caps on the src pads that get fixed at runtime.
7353         Improve management of dynamic elements.
7354
7355         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7356         (group_destroy), (group_commit), (check_queue), (queue_overrun),
7357         (gen_preroll_element), (remove_groups), (unknown_type),
7358         (add_element_stream), (no_more_pads_full), (no_more_pads),
7359         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
7360         (new_decoded_pad), (setup_subtitle), (array_has_value),
7361         (gen_source_element), (source_new_pad), (has_all_raw_caps),
7362         (analyse_source), (remove_decoders), (make_decoder),
7363         (remove_source), (setup_source), (finish_source), (prepare_output),
7364         (gst_play_base_bin_change_state):
7365         * gst/playback/gstplaybasebin.h:
7366         Use more _CAST instead of full type checking casts.
7367         Small cleanups, plug some leaks.
7368         Handle dynamic sources.
7369         Add some helper functions to create lists of strings used for
7370         blacklisting and other stuff.
7371         Refactor some code dealing with analysing the source.
7372         Re-enable sources without pads (like cd:// or other selfcontained
7373         elements).
7374
7375 2006-09-28  Wim Taymans  <wim@fluendo.com>
7376
7377         * gst-libs/gst/audio/gstbaseaudiosink.c:
7378         (gst_base_audio_sink_render):
7379         When we have a timestamp, we can still perform clipping.
7380         When we have no clock, we must play the sample ASAP.
7381
7382 2006-09-28  Wim Taymans  <wim@fluendo.com>
7383
7384         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7385         Set caps on outgoing buffers.
7386
7387         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7388         (gst_video_rate_event), (gst_video_rate_chain):
7389         * gst/videorate/gstvideorate.h:
7390         Fix videorate some more. Fixes #357977
7391
7392 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
7393
7394         * tests/check/elements/adder.c: (adder_suite):
7395           Don't set timeout to 6 seconds when we're running
7396           in valgrind ... (and how is 6 seconds longer than
7397           the default anyway?)
7398
7399 2006-09-28  Wim Taymans  <wim@fluendo.com>
7400
7401         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
7402         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
7403         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
7404         Keep sink and src segment to keep track of time and support more
7405         input formats.
7406         Fix bogus next_offset and run_time calculation, don't understand how
7407         this could have worked before. Fixes #357976.
7408         Remove some unneeded vars.
7409
7410 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
7411
7412         * gst/playback/gstplaybin.c: (remove_sinks):
7413           Only remove visualisation from visbin if there is a visbin (or:
7414           don't throw warnings when closing totem without playing a file).
7415
7416 2006-09-27  Wim Taymans  <wim@fluendo.com>
7417
7418         * gst-libs/gst/audio/gstbaseaudiosink.c:
7419         (gst_base_audio_sink_render):
7420         Add some more info in a WARNING.
7421
7422         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7423         (gst_base_audio_src_create):
7424         Handle PAUSE in create function, use new -core addition to
7425         wait for playing. Fixes pausing and resuming capture from an
7426         audiosrc.
7427
7428         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
7429         (gst_ring_buffer_read):
7430         Constify some more.
7431         Caller supports interrupted reads now.
7432
7433 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7434
7435         * tests/check/Makefile.am:
7436           Another attempt to make the gen64 buildbot happy.
7437
7438 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
7439
7440         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
7441
7442         * ext/libvisual/visual.c: (gst_visual_clear_actors),
7443         (gst_visual_chain), (gst_visual_change_state):
7444           Libvisual plugin was not passing audio data to libvisual 0.4.0 
7445           correctly. Fixes #357800
7446
7447 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7448
7449         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
7450           Add timeout to _get_state() so we see which pipeline it is
7451           that causes trouble on the gen64 build bot.
7452
7453 2006-09-27  Wim Taymans  <wim@fluendo.com>
7454
7455         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7456         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
7457         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
7458         (gst_base_rtp_depayload_set_gst_timestamp):
7459         the source pad always uses fixed caps.
7460
7461 2006-09-27  Wim Taymans  <wim@fluendo.com>
7462
7463         * docs/libs/gst-plugins-base-libs-docs.sgml:
7464         * docs/libs/gst-plugins-base-libs-sections.txt:
7465         * gst-libs/gst/audio/gstaudioclock.c:
7466         * gst-libs/gst/audio/gstaudioclock.h:
7467         * gst-libs/gst/audio/gstaudiosink.c:
7468         * gst-libs/gst/audio/gstaudiosink.h:
7469         * gst-libs/gst/audio/gstaudiosrc.c:
7470         * gst-libs/gst/audio/gstbaseaudiosink.c:
7471         (gst_base_audio_sink_render):
7472         * gst-libs/gst/audio/gstbaseaudiosink.h:
7473         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
7474         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7475         * gst-libs/gst/audio/gstringbuffer.h:
7476         Added docs for the audio libs.
7477
7478 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7479
7480         * tests/check/Makefile.am:
7481           Temporarily disable test that fails on the bots for unknown reasons.
7482
7483 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7484
7485         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7486         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7487         Moved AudioCodecType into priv
7488         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
7489
7490 2006-09-25  Wim Taymans  <wim@fluendo.com>
7491
7492         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
7493         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
7494         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
7495         (new_pad):
7496         Cleanups and small leak fixes.
7497         Added Depayloaders to valid list of autopluggable elements.
7498
7499 2006-09-25  Wim Taymans  <wim@fluendo.com>
7500
7501         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7502         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
7503         (gen_video_element), (gen_text_element), (gen_audio_element),
7504         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
7505         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
7506         Detect NO_PREROLL state change returns and disable clock distribution to
7507         the sinks so that sync is disabled.
7508         Avoid some type checking and do simple casts instead.
7509         Small cleanups, fix some FIXMEs.
7510         Be more robust when linking user specified elements, catch an report
7511         errors. Fixes #357404.
7512         Fix some leaks in the error paths.
7513
7514 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
7515
7516         * ChangeLog:
7517           ChangeLog surgery for missing bug-number
7518
7519 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7520
7521         Patch by: Peter Kjellerstedt  <pkj at axis com>
7522
7523         * gst/playback/test.c:
7524           Fix compilation with uClibc and -Werror (#357591).
7525
7526 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7527
7528         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7529           Parse dates that are followed by a time as well (#357532).
7530
7531         * tests/check/libs/tag.c: (test_vorbis_tags):
7532           Add unit test for this.
7533
7534 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7535
7536         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7537         (gst_audio_convert_transform_caps):
7538         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
7539         * gst/videotestsrc/videotestsrc.h:
7540           A few array const-ifications.
7541
7542 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7543
7544         * tests/check/Makefile.am:
7545           See if this makes the build bots happy.
7546
7547         * tests/check/libs/cddabasesrc.c:
7548           UTF8-ise my name.
7549
7550 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7551
7552         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7553
7554         * gst/subparse/samiparse.c: (handle_start_font),
7555         (fix_invalid_entities):
7556           More case-insensitivity for certain tags; recognise entities with
7557           decimal codes as special entities as well (#357330).
7558
7559 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7560
7561         * gst-libs/gst/Makefile.am:
7562           Need to build tag directory before cdda.
7563
7564 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7565
7566         * docs/libs/gst-plugins-base-libs-sections.txt:
7567         * gst-libs/gst/cdda/Makefile.am:
7568         * gst-libs/gst/cdda/gstcddabasesrc.c:
7569         (gst_cdda_base_src_base_init):
7570         * gst-libs/gst/cdda/gstcddabasesrc.h:
7571         * gst-libs/gst/tag/tag.h:
7572         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
7573         (gst_tag_register_musicbrainz_tags):
7574           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
7575           depend on libgsttag. This is required so we can extract/read tags like
7576           DISCID without depending on libgstcddabasesrc (which used to register
7577           them).
7578
7579         * gst-libs/gst/tag/gstvorbistag.c:
7580           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
7581           tags (also see #347848).
7582
7583         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
7584           Log vorbis comments we are actually writing. Const-ify array.
7585
7586 2006-09-23  Wim Taymans  <wim@fluendo.com>
7587
7588         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7589         Improve buffering a bit by avoiding a deadlock because we cannot assume
7590         the underrun is always called.
7591
7592 2006-09-23  Wim Taymans  <wim@fluendo.com>
7593
7594         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7595
7596         * gst-libs/gst/riff/riff-ids.h:
7597         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7598         (gst_riff_create_audio_template_caps):
7599         Added MPEG-4 AAC and id and caps. Fixes #357289
7600         Added WMA9 Lossless id.
7601
7602 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7603
7604         * ext/gnomevfs/gstgnomevfssrc.c:
7605           Fix misleading docs addition.
7606
7607         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7608           Get rid of compiler warning the right way.
7609
7610 2006-09-22  Wim Taymans  <wim@fluendo.com>
7611
7612         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7613         (gst_base_rtp_depayload_finalize),
7614         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7615         (gst_base_rtp_depayload_push_full),
7616         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
7617         (gst_base_rtp_depayload_process),
7618         (gst_base_rtp_depayload_set_gst_timestamp),
7619         (gst_base_rtp_depayload_queue_release):
7620         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7621         Small cleanups.
7622         Fix some leaks.
7623         Refactored the process method and added methods to push from the process
7624         vmethod.
7625         Use _scale functions.
7626         API: gst_base_rtp_depayload_push_ts
7627         API: gst_base_rtp_depayload_push
7628
7629         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7630         timestamps are uint.
7631
7632 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
7633
7634         * gst-libs/gst/interfaces/xoverlay.c:
7635           Remove unused statement from doc example.
7636
7637 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
7638
7639         * gst-libs/gst/interfaces/videoorientation.c:
7640         (gst_video_orientation_iface_init),
7641         (gst_video_orientation_get_hflip),
7642         (gst_video_orientation_get_vflip),
7643         (gst_video_orientation_get_hcenter),
7644         (gst_video_orientation_get_vcenter),
7645         (gst_video_orientation_set_hflip),
7646         (gst_video_orientation_set_vflip),
7647         (gst_video_orientation_set_hcenter),
7648         (gst_video_orientation_set_vcenter):
7649           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
7650           in ChangeLog)
7651
7652 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
7653
7654         * tests/check/Makefile.am:
7655         * tests/check/elements/.cvsignore:
7656         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
7657         (create_rgb_conversions), (rgb_conversion_free),
7658         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
7659         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
7660           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
7661           but disable for now since it doesn't pass (something wrong with
7662           RGBA somewhere).
7663
7664 2006-09-21  Wim Taymans  <wim@fluendo.com>
7665
7666         * gst/playback/gstplaybasebin.c: (group_commit),
7667         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
7668         (queue_out_of_data), (gen_preroll_element),
7669         (preroll_remove_overrun), (probe_triggered):
7670         Refactor handling of overrun detection.
7671         Separate handling of group completion and deadlock detection when doing
7672         network buffering. This should fix some deadlocks that were not detected
7673         because the group was completed.
7674         Add more comments, improve debugging.
7675
7676 2006-09-21  Wim Taymans  <wim@fluendo.com>
7677
7678         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
7679         * tests/check/libs/audio.c:
7680         Some more compilation fixes.
7681
7682 2006-09-21  Wim Taymans  <wim@fluendo.com>
7683
7684         * gst-libs/gst/audio/gstringbuffer.c:
7685         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
7686         (gst_ring_buffer_read):
7687         Early morning compilation fix.
7688
7689 2006-09-20  Wim Taymans  <wim@fluendo.com>
7690
7691         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
7692         * tests/check/elements/multifdsink.c: (GST_START_TEST):
7693         * tests/check/elements/videorate.c: (GST_START_TEST):
7694         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
7695         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
7696         Fix some warnings.
7697
7698 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
7699
7700         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7701         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7702         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
7703           Handcrafted merge to help CVS understanding what I changed and what
7704           not.
7705
7706 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
7707
7708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7709         (gst_xvimagesink_get_times):
7710           change colorkey behaviour back according to #354773 comment 6/7
7711
7712 2006-09-19  Michael Smith  <msmith@fluendo.com>
7713
7714         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7715         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
7716         (gst_multi_fd_sink_recover_client),
7717         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
7718         (gst_multi_fd_sink_get_property):
7719         * gst/tcp/gstmultifdsink.h:
7720           Implement stubbed out properties unit-type, units-soft-max,
7721           units-max, to allow specifying maximum sizes in units other than
7722           buffers.
7723           Fixes #355935
7724
7725 2006-09-19  Wim Taymans  <wim@fluendo.com>
7726
7727         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7728         (gst_riff_create_audio_template_caps):
7729         Reorder the audio formats a bit for clarity.
7730         Detect and create caps for MSGSM and MSN (WAV49).
7731         Fixes #356596.
7732
7733         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7734         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7735         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
7736         Small cleanups, move error handling out of normal flow for clarity.
7737
7738 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7739
7740         * docs/libs/gst-plugins-base-libs-docs.sgml:
7741         * docs/libs/gst-plugins-base-libs.types:
7742         * gst-libs/gst/interfaces/Makefile.am:
7743         * gst-libs/gst/interfaces/videoorientation.c:
7744         (gst_video_orientation_get_type),
7745         (gst_video_orientation_iface_init),
7746         (gst_video_orientation_get_hflip),
7747         (gst_video_orientation_get_vflip),
7748         (gst_video_orientation_get_hcenter),
7749         (gst_video_orientation_get_vcenter),
7750         (gst_video_orientation_set_hflip),
7751         (gst_video_orientation_set_vflip),
7752         (gst_video_orientation_set_hcenter),
7753         (gst_video_orientation_set_vcenter):
7754         * gst-libs/gst/interfaces/videoorientation.h:
7755           API: Add new interface to control video orientation (fixes #354908)
7756
7757 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7758
7759         * gst/videotestsrc/gstvideotestsrc.c:
7760           Use G_UNLIKELY in _create and log one more detail.
7761           
7762         (gst_video_test_src_get_times), (gst_video_test_src_create):
7763         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
7764           Use gst_util_uint64_scale_int in _get_times().
7765
7766 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7767
7768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
7769           Give better warning message (add object and detail).
7770
7771 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7772
7773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7774         (gst_xvimagesink_get_times):
7775           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
7776           #354773), use gst_util_uint64_scale_int in _get_times()
7777
7778 2006-09-18  Michael Smith  <msmith@fluendo.com>
7779
7780         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
7781           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
7782           always true, leading to dropping all timestamps.
7783
7784 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7785
7786         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
7787         (gst_visual_chain), (gst_visual_change_state):
7788           update to work also with libvisual 0.4 API, fix double unref (#355914)
7789           
7790         * tools/gst-launch-ext.1.in:
7791         * tools/gst-visualise.1.in:
7792           remove references to old man-pages
7793
7794         * tests/examples/seek/seek.c: (main):
7795           add real meadi-buttons, add tool-tips for the seek-options, arrange
7796           seek options in a table
7797
7798 2006-09-18  Michael Smith  <msmith@fluendo.com>
7799
7800         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
7801         (gst_ogg_mux_push_buffer):
7802           Don't generate out-of-order timestamps from oggmux, instead clamp
7803           output timestamps to be >= the previously output ts.
7804           Fixes #355595
7805
7806 2006-09-18  Michael Smith  <msmith@fluendo.com>
7807
7808         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7809         (gst_multi_fd_sink_class_init):
7810           Updates, fixes, and typo corrections for multifdsink. No functional
7811           changes.
7812
7813 2006-09-17  Michael Smith  <msmith@fluendo.com>
7814
7815         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
7816           Don't crash on truncated files - check that we got an 8 byte buffer
7817           before trying to memcmp it.
7818
7819 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
7820
7821         * gst/playback/gstplaybasebin.c: (get_active_source):
7822           Make stream-switching appear instant to the application
7823           (ie. make sure that a g_object_get on 'current-foo' returns
7824           the stream previously set with g_object_set(). Totem needs
7825           this to update stream-related meta-info (like audio-codec)
7826           correctly when switching streams.
7827
7828 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
7829
7830         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
7831         (gst_alsa_mixer_ensure_track_list):
7832           Try harder to guess which mixer track is the master mixer
7833           track (instead of just taking the first one that has a pvolume).
7834           Fixes #342228.
7835
7836 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7837
7838         reviewed by: <delete if not using a buddy>
7839
7840         * gst-libs/gst/audio/audio.h:
7841         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
7842
7843 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7844
7845         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
7846         (gst_audio_convert_transform_caps):
7847           Get structure-name just once.
7848
7849 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7850
7851         * tests/check/elements/audioresample.c: (GST_START_TEST):
7852         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7853         * tests/check/elements/volume.c: (GST_START_TEST):
7854         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
7855         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
7856         (test_pipeline), (GST_START_TEST):
7857         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7858         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7859           Fix big batch of compiler warnings.
7860
7861 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7862
7863         * ext/gnomevfs/gstgnomevfssrc.c:
7864           Add docs about icydemux usage in connection with gnomevfssrc
7865
7866         * ext/libvisual/visual.c:
7867         * ext/ogg/gstoggaviparse.c:
7868         * ext/ogg/gstoggdemux.c:
7869         * ext/ogg/gstoggmux.c:
7870         * ext/ogg/gstoggparse.c:
7871         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7872         * gst-libs/gst/audio/gstaudiosink.c:
7873         * gst-libs/gst/audio/gstaudiosrc.c:
7874         * gst/audiorate/gstaudiorate.c:
7875           More G_OBJECT macro fixing.
7876
7877         * gst/audiotestsrc/gstaudiotestsrc.h:
7878           Fix wrong info in header due to copy & paste
7879
7880 2006-09-15  Wim Taymans  <wim@fluendo.com>
7881
7882         * gst-libs/gst/audio/gstbaseaudiosink.c:
7883         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
7884         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7885         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
7886         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
7887         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7888         Do the delay calculation in the source/sink base classes as this is
7889         specific for the capture/playback mode.
7890         Try to fixate a bit better, like round depth up to a multiple of 8
7891         bigger than width.
7892         Handle underruns correctly by marking DISCONT on buffers and adjusting
7893         timestamps to handle the gap.
7894         Set offset/offset_end correctly on buffers.
7895
7896         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
7897         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
7898         (gst_ring_buffer_read):
7899         Remove resync and underrun recovery from the ringbuffer.
7900         Fix ringbuffer read code on under/overrun.
7901
7902 2006-09-15  Wim Taymans  <wim@fluendo.com>
7903
7904         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7905         (gst_play_base_bin_init), (fill_buffer), (check_queue),
7906         (queue_threshold_reached), (gst_play_base_bin_set_property),
7907         (gst_play_base_bin_get_property):
7908         * gst/playback/gstplaybasebin.h:
7909         Don't use a 0 low watermark when buffering, it is catching starvation
7910         way too late. Instead, use a 3 second queue with 30 and 95
7911         percent low/high watermarks. 
7912         Added queue-min-threshold property to configure low watermark.
7913         Use new _buffering message API.
7914         Make queue_threshold variable big enough to store a uint64 time value.
7915         API: playbin::queue-min-threshold property.
7916
7917 2006-09-15  Wim Taymans  <wim@fluendo.com>
7918
7919         * configure.ac:
7920         We require 0.10.10.1 now because of _wait_preroll().
7921
7922         * gst-libs/gst/audio/gstbaseaudiosink.c:
7923         (gst_base_audio_sink_render):
7924         Use gst_base_sink_wait_preroll().
7925
7926 2006-09-15  Wim Taymans  <wim@fluendo.com>
7927
7928         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
7929         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
7930         Use DEBUG_OBJECT more.
7931
7932 === release 0.10.10 ===
7933
7934 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7935
7936         patch by: Michael Smith <msmith at fluendo dot com>
7937
7938         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
7939         (gst_multi_fd_sink_client_queue_buffer),
7940         (gst_multi_fd_sink_new_client):
7941         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7942         (multifdsink_suite):
7943           Fix implementation of sync-method 'next-keyframe'
7944           Closes #354594
7945
7946 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7947
7948         patch by: Wim Taymans <wim at fluendo dot com>
7949
7950         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
7951         This patch removes the RANDOM flag that was incorrectly introduced with
7952         revision 1.91.  Fixes #354590
7953
7954 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7955
7956         * tests/check/Makefile.am:
7957           Random variation in Makefile line to see if it makes the
7958           gen64-base-full bot any happier.
7959
7960 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7961
7962         * tests/check/pipelines/oggmux.c: (oggmux_suite):
7963           Disable test that fails at the moment (killed after timeout).
7964
7965 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7966
7967         Patch by: James Livingston  <doclivingston at gmail.com>
7968
7969         * tests/check/Makefile.am:
7970         * tests/check/pipelines/.cvsignore:
7971         * tests/check/pipelines/oggmux.c: (get_page_codec),
7972         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
7973         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
7974         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
7975         (test_theora_vorbis), (oggmux_suite):
7976           Add simple unit test for oggmux from #337026 with checking for the
7977           EOS flags disabled for the time being.
7978
7979 2006-09-04  Wim Taymans  <wim@fluendo.com>
7980
7981         patch by: Alessandro Dessina <alessandro nnva org>
7982
7983         * ext/ogg/gstoggmux.c:
7984         Add cmml caps to oggmux. Fixes #353912
7985
7986 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
7987
7988         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7989           Returning a return value often helps. In this case, we
7990           don't need the return value anyway, so just get rid of it.
7991           Should make build bots much happier.
7992
7993 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
7994
7995         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
7996         (paint_get_structure), (gst_video_test_src_get_size),
7997         (gst_video_test_src_smpte), (gst_video_test_src_snow),
7998         (gst_video_test_src_unicolor), (paint_setup_AYUV),
7999         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
8000         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
8001         * gst/videotestsrc/videotestsrc.h:
8002           Add support for AYUV and the various RGBA formats. Initialise
8003           fields of paintinfo structs allocated on the stack.
8004
8005         * tests/check/elements/videotestsrc.c: (right_shift_colour),
8006         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
8007         (check_rgb_buf), (videotestsrc_suite):
8008           Add unit tests for videotestsrc's RGB output.
8009
8010 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
8011
8012         * gst/videotestsrc/gstvideotestsrc.c:
8013         (gst_video_test_src_pattern_get_type),
8014         (gst_video_test_src_set_pattern):
8015         * gst/videotestsrc/gstvideotestsrc.h:
8016         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
8017         (gst_video_test_src_black), (gst_video_test_src_white),
8018         (gst_video_test_src_red), (gst_video_test_src_green),
8019         (gst_video_test_src_blue):
8020         * gst/videotestsrc/videotestsrc.h:
8021           Add more uni-colour patterns ("white", "red", "green", and "blue").
8022
8023 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
8024
8025         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
8026           Fix stride for YVYU, should be word-aligned (#353658).
8027
8028 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
8029
8030         * gst/adder/gstadder.c: (gst_adder_src_event):
8031           Fix build.
8032
8033 2006-08-31  Edward Hervey  <edward@fluendo.com>
8034
8035         * gst/adder/gstadder.c: (forward_event_func),
8036         (gst_adder_src_event), (gst_adder_collected),
8037         (gst_adder_change_state):
8038         * gst/adder/gstadder.h:
8039         Remember the start position asked in the incoming seeks, so we can
8040         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
8041         of assuming it will always be 0).
8042
8043 2006-08-31  Edward Hervey  <edward@fluendo.com>
8044
8045         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
8046         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
8047         (gst_ogg_demux_loop):
8048         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
8049
8050 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
8051
8052         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8053         (gst_ffmpegcsp_get_unit_size):
8054           Return FALSE instead of returning a random false unit
8055           size when the format isn't known/supported (even if
8056           this shouldn't happen under normal circumstances).
8057
8058 2006-08-29  Wim Taymans  <wim@fluendo.com>
8059
8060         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8061
8062         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
8063         (gst_gnome_vfs_src_start):
8064         Try harder to get the size from a uri by using _info_uri() when
8065         _info_from_handle() does not give us enough info. 
8066         Also follow symlinks when getting the size.
8067         Partially Fixes #332864.
8068
8069 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
8070
8071         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
8072
8073         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8074         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
8075         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
8076         (gst_alsa_mixer_set_record):
8077         * ext/alsa/gstalsamixertrack.c:
8078         (gst_alsa_mixer_track_update_alsa_capabilities),
8079         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
8080         (gst_alsa_mixer_track_update):
8081         * ext/alsa/gstalsamixertrack.h:
8082           Improve and fix mixer track handling, in particular better handling
8083           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
8084           separate track objects for tracks that have both capture and playback
8085           volume (and label them differently as well so they're not mistakenly
8086           assumed to be duplicates); classify mixer tracks that only affect
8087           the audible volume of something (rather than the capture volume)
8088           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
8089           for capture tracks to correspond to alsa-pswitch alsa-cswitch
8090           (following the meaning documented in the mixer interface header
8091           file); add support for alsa's exclusive cswitch groups; update/sync
8092           state/flags better if mixer settings are changed by another
8093           application. Fixes #336075.
8094
8095 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
8096
8097         * gst/playback/gstplaybin.c:
8098           Improve docs: add section about BUFFERING messages sent by playbin.
8099
8100 2006-08-29  Michael Smith  <msmith@fluendo.com>
8101
8102         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
8103         (gst_vorbis_enc_buffer_check_discontinuous),
8104         (gst_vorbis_enc_chain):
8105           Ignore explicit DISCONT marked on buffers (which is often spurious,
8106           particularly when using multiple segments), in favour of solely
8107           using the timestamps/durations.
8108
8109 2006-08-29  Edward Hervey  <edward@fluendo.com>
8110
8111         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8112         Don't rely on incoming buffers offset anymore, since it is completely
8113         broken when using multiple segments.
8114         Instead convert the incoming buffers timestamp to running time, and
8115         then convert that value to the offsets.
8116         Also inform GstSegment of the last outputted stop position, which is
8117         needed if we received several segments with an unknown stop value.
8118
8119 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8120
8121         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
8122           fix buffer unreffing on a header push failure
8123
8124 2006-08-28  Wim Taymans  <wim@fluendo.com>
8125
8126         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
8127         (gst_audio_rate_chain):
8128         Make the metadata of the buffer writable before changing its
8129         flags.
8130
8131 2006-08-28  Wim Taymans  <wim@fluendo.com>
8132
8133         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
8134         (gst_audio_rate_setcaps), (gst_audio_rate_init),
8135         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
8136         (gst_audio_rate_chain), (gst_audio_rate_change_state):
8137         Fix audiorate some more.
8138         Reset and resync counters on flush and READY.
8139         Handle the DISCONT flag correctly.
8140         Use GstSegment to track position.
8141         Fail when not negotiated.
8142         Fixes #353234.
8143
8144 2006-08-25  Michael Smith  <msmith@fluendo.com>
8145
8146         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8147           Fix spelling.
8148           Remove accidently included debug line.
8149
8150 2006-08-25  Wim Taymans  <wim@fluendo.com>
8151
8152         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8153         Small cleanups.
8154         If a buffer is received with no caps, make the buffer metadata
8155         writable and set the caps, making sure that we don't screw up the
8156         refcounts.
8157
8158 2006-08-25  Michael Smith  <msmith@fluendo.com>
8159
8160         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
8161         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
8162           Fix memory leaks and misleading debug messages, add a couple of
8163           comments.
8164
8165         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
8166         (gst_multi_fd_sink_render):
8167           Do not use gst_buffer_make_writable() in a basesink render method,
8168           as it may incorrectly unref the buffer. Instead, use convoluted
8169           dance to avoid copying the buffer except when we need to.
8170
8171 2006-08-25  Michael Smith  <msmith@fluendo.com>
8172
8173         * ext/vorbis/vorbisenc.c:
8174         (gst_vorbis_enc_buffer_check_discontinuous):
8175           Allow very small discontinuities in the timestamps. These we can't
8176           do anything useful with anyway (because vorbis's timestamps have
8177           only sample granularity), and are commonly produced by elements with
8178           minor bugs. Allow up to 1/2 a sample out.
8179           Fixes #351742.
8180
8181 2006-08-24  Wim Taymans  <wim@fluendo.com>
8182
8183         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
8184         (play_scrub_toggle_cb), (main):
8185         Add a checkbox to enable play scrubbing. Makes it possible to disable
8186         normal scrubbing.
8187
8188 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8189
8190         * tests/check/elements/.cvsignore:
8191           make buildbot happy
8192
8193 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8194
8195         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
8196         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
8197         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
8198         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8199         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8200         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
8201         (gst_ogm_text_parse_strip_trailing_zeroes),
8202         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
8203         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
8204           Refactor ogm parse, do better input checking, misc. clean-ups.
8205           Cache incoming events and push them once the source pad has
8206           been created. Don't pass unterminated strings to sscanf().
8207           Strip trailing zeroes from subtitle text output, since they
8208           are not valid UTF-8. Don't push vorbiscomment packets on
8209           the subtitle text pad. Output perfect streams if possible.
8210
8211 2006-08-23  Wim Taymans  <wim@fluendo.com>
8212
8213         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
8214         Waits for tasks to settle down so that we clean up correctly for 
8215         valgrind.
8216
8217 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8218
8219         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
8220           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
8221           actually return return value in taglists_are_equal.
8222
8223 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8224
8225         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8226           Fix crash due to broken bitstream parsing on x86-64: can't make
8227           any assumptions about sizeof(struct) due to alignment/packing
8228           differences on different architectures. Fixes #351790.
8229
8230 2006-08-22  Wim Taymans  <wim@fluendo.com>
8231
8232         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8233         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
8234         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
8235         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
8236         (gst_riff_parse_info):
8237         Protect public functions against bad input.
8238         Do some cleanups.
8239         Fix documentation.
8240
8241 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8242
8243         * gst-libs/gst/riff/riff-ids.h:
8244         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8245           Add voxware audio IDs (even if we can't play it) (#351795).
8246
8247 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8248
8249         * gst-libs/gst/riff/riff-media.c:
8250         (gst_riff_create_video_template_caps),
8251         (gst_riff_create_audio_template_caps),
8252         (gst_riff_create_iavs_template_caps):
8253           Const-ify some arrays and use G_N_ELEMENTS instead
8254           of wasting oodles of RAM on terminator bits.
8255
8256 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8257
8258         * gst-libs/gst/tag/gstvorbistag.c:
8259         (gst_tag_list_to_vorbiscomment_buffer):
8260         * tests/check/libs/tag.c: (GST_START_TEST):
8261           And the same for _to_vorbiscomment_buffer(): allow
8262           id_data_len == 0 for speex.
8263
8264 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8265
8266         * configure.ac:
8267         * docs/plugins/Makefile.am:
8268         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8269         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8270         * docs/plugins/inspect/plugin-gdp.xml:
8271         * gst/gdp/Makefile.am:
8272         * tests/check/Makefile.am:
8273           Move GDP plugin to -base from -bad.  Closes #347783.
8274
8275 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
8276
8277         * gst-libs/gst/tag/gstvorbistag.c:
8278         (gst_tag_list_from_vorbiscomment_buffer):
8279           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
8280           Also add some checks to make sure we don't memcmp() beyond the end of
8281           vorbiscomment buffer if the ID to check for is larger than the buffer.
8282
8283         * tests/check/libs/tag.c: (GST_START_TEST):
8284           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
8285
8286 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
8287
8288         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
8289         (gst_vorbis_enc_set_metadata):
8290           Use vorbis comment utility functions from libgsttag
8291           instead of re-inventing the wheel (partially fixes #347091).
8292
8293 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8294
8295         * tests/check/elements/audioconvert.c: (GST_START_TEST):
8296         Fix leaks. Wait for state transitions that might happen ASYNC, as well
8297         as some that won't.
8298
8299 2006-08-21  Wim Taymans  <wim@fluendo.com>
8300
8301         * docs/libs/Makefile.am:
8302         * docs/libs/gst-plugins-base-libs-sections.txt:
8303         * docs/libs/gst-plugins-base-libs.types:
8304         Don't try to GObject scan the netbuffer as it's not a GObject.
8305         Fixes #351308.
8306
8307         * gst-libs/gst/netbuffer/gstnetbuffer.c:
8308         * gst-libs/gst/netbuffer/gstnetbuffer.h:
8309         Document GstNetBuffer.
8310
8311 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8312
8313         * tests/check/elements/audioconvert.c: (GST_START_TEST),
8314         (audioconvert_suite):
8315           Add testcase for caps-size-explosion
8316
8317 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8318
8319         * gst/audioconvert/gstaudioconvert.c:
8320         (gst_audio_convert_get_unit_size), (set_structure_widths):
8321           Lower debug, use g_assert in _get_unit_size
8322
8323         * gst/audioresample/gstaudioresample.c:
8324         (audioresample_get_unit_size):
8325         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8326         (gst_ffmpegcsp_get_unit_size):
8327         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
8328           use g_assert in _get_unit_size
8329
8330 2006-08-18  Wim Taymans  <wim@fluendo.com>
8331
8332         * docs/libs/gst-plugins-base-libs-sections.txt:
8333         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
8334         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
8335         (gst_rtp_buffer_get_payload_buffer):
8336         * gst-libs/gst/rtp/gstrtpbuffer.h:
8337         Document GstRTPBuffer.
8338         Added function to efficiently strip payload headers.
8339         API: gst_rtp_buffer_get_payload_subbuffer()
8340
8341 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
8342
8343         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
8344         (gst_tag_to_vorbis_comments):
8345           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
8346           tags and deserialise them properly as well (#347091).
8347           Add some more gtk-doc blurbs and also some g_return_if_fail().
8348
8349         * tests/check/libs/tag.c: (GST_START_TEST),
8350         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
8351           More tests.
8352
8353 2006-08-17  Wim Taymans  <wim@fluendo.com>
8354
8355         * ext/ogg/Makefile.am:
8356         * ext/ogg/gstogg.c: (plugin_init):
8357         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
8358         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
8359         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
8360         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
8361         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
8362         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
8363         Added ogg-in-avi parser element. Fixes #140139.
8364
8365         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
8366         Fixed a bug in oggdemux debug code.
8367
8368         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8369         (gst_riff_create_audio_template_caps):
8370         Recognise Ogg in the AVI extensible wave format.
8371
8372 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
8373
8374         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8375           Make buffer durations add up (duration should be next_ts-ts for
8376           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
8377           from CVS.
8378
8379         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
8380         (test_buffer_timestamps), (cddabasesrc_suite):
8381           Add unit test for the above.
8382
8383         * tests/check/Makefile.am:
8384           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
8385           to see what happens.
8386
8387 2006-08-16  Wim Taymans  <wim@fluendo.com>
8388
8389         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
8390         (gst_alsasink_open):
8391         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
8392         (gst_alsasrc_open):
8393         Avoid setting and using a NULL device name.
8394         Print more info when we fail to open a device.
8395
8396 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8397
8398         * docs/libs/gst-plugins-base-libs-sections.txt:
8399         * gst-libs/gst/tag/tag.h:
8400         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
8401           API: add gst_tag_parse_extended_comment() (#351426).
8402
8403         * tests/check/Makefile.am:
8404         * tests/check/libs/.cvsignore:
8405         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
8406           Add unit test for gst_tag_parse_extended_comment().
8407
8408 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8409
8410         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
8411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
8412           Fix leak (#351502).
8413
8414 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8415
8416         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8417         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8418         * docs/plugins/gst-plugins-base-plugins.args:
8419         * gst/playback/gstplaybin.c:
8420           Document playbin.
8421           
8422         * docs/plugins/inspect/plugin-adder.xml:
8423         * docs/plugins/inspect/plugin-alsa.xml:
8424         * docs/plugins/inspect/plugin-audioconvert.xml:
8425         * docs/plugins/inspect/plugin-audiorate.xml:
8426         * docs/plugins/inspect/plugin-audioresample.xml:
8427         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8428         * docs/plugins/inspect/plugin-cdparanoia.xml:
8429         * docs/plugins/inspect/plugin-decodebin.xml:
8430         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8431         * docs/plugins/inspect/plugin-gnomevfs.xml:
8432         * docs/plugins/inspect/plugin-ogg.xml:
8433         * docs/plugins/inspect/plugin-pango.xml:
8434         * docs/plugins/inspect/plugin-playbin.xml:
8435         * docs/plugins/inspect/plugin-subparse.xml:
8436         * docs/plugins/inspect/plugin-tcp.xml:
8437         * docs/plugins/inspect/plugin-theora.xml:
8438         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8439         * docs/plugins/inspect/plugin-video4linux.xml:
8440         * docs/plugins/inspect/plugin-videorate.xml:
8441         * docs/plugins/inspect/plugin-videoscale.xml:
8442         * docs/plugins/inspect/plugin-videotestsrc.xml:
8443         * docs/plugins/inspect/plugin-volume.xml:
8444         * docs/plugins/inspect/plugin-vorbis.xml:
8445         * docs/plugins/inspect/plugin-ximagesink.xml:
8446         * docs/plugins/inspect/plugin-xvimagesink.xml:
8447           Update to CVS version.
8448
8449 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
8450
8451         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8452         (gst_play_bin_set_property), (gst_play_bin_get_property),
8453         (value_list_append_structure_list),
8454         (gst_play_bin_handle_redirect_message),
8455         (gst_play_bin_handle_message):
8456           API: GstPlayBin::connection-speed
8457           Add "connection-speed" property; re-order redirect messages with
8458           multiple redirect locations depending on the minimum bitrate if
8459           that information is available and a connection speed is set
8460           (#350399).
8461
8462 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
8463
8464         * gst/playback/gstplaybin.c:
8465           Update max volume to the same value that the volume element uses.
8466
8467 2006-08-14  Wim Taymans  <wim@fluendo.com>
8468
8469         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8470         Less uglyness..
8471
8472 2006-08-14  Wim Taymans  <wim@fluendo.com>
8473
8474         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
8475         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
8476         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
8477         Add some more debug info.
8478         Don't crash when a seek failed.
8479         Actually return the result of the seek instead of TRUE.
8480         Ignore multiple BOS pages with the same serial so that we don't create
8481         the same stream multiple times.
8482         Post an error when we fail to do the initial seek.
8483
8484 2006-08-13  Wim Taymans  <wim@fluendo.com>
8485
8486         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8487         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
8488         Small code cleanup.
8489
8490         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
8491         (gst_alsa_mixer_new):
8492         Remove hack that always set the device to hw:0*.
8493         Properly find the card name for whatever device was configured.
8494         Do some better debugging.
8495         Fixes #350784.
8496
8497         * ext/alsa/gstalsamixerelement.c:
8498         (gst_alsa_mixer_element_set_property),
8499         (gst_alsa_mixer_element_change_state):
8500         Cleanups.
8501         Handle setting of a NULL device name better.
8502
8503 2006-08-11  Wim Taymans  <wim@fluendo.com>
8504
8505         * gst/adder/gstadder.c:
8506         Don't clip float values. Fixes #350900.
8507
8508 2006-08-11  Andy Wingo  <wingo@pobox.com>
8509
8510         * gst/tcp/gsttcp.c: Really fix the build?
8511
8512         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
8513         fixes the build.
8514
8515 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
8516
8517         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
8518           Float caps shouldn't have a "signed" field.
8519
8520 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
8521
8522         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
8523           Implement SEEKING query in its most basic form, so that we can
8524           at least check if we're seekable or not (#350655).
8525
8526 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
8527
8528         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8529           The checks here are not even close to anything that would
8530           justify MAXIMUM probability, lowering to POSSIBLE until someone
8531           fixes the checks (case at hand: quicktime redirection files
8532           might start with 00 00 01 XX and pass the checks here just
8533           fine, see #350399).
8534
8535 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8536
8537         Patch by: Sjoerd Simons  <sjoerd at luon net>
8538
8539         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
8540           Better detection for multipart/x-mixed-replace: accept leading
8541           whitespaces before the boundary marker as well (as our very own
8542           multipartmux used to produce) (#349068).
8543
8544 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
8545
8546         Patch by: Young-Ho Cha  <ganadist at chollian net>
8547
8548         * gst-libs/gst/riff/riff-ids.h:
8549         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8550         (gst_riff_create_audio_template_caps):
8551           Detect DTS audio streams (#350157).
8552
8553 2006-08-05  Andy Wingo  <wingo@pobox.com>
8554
8555         * ext/theora/gsttheoraparse.h:
8556         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
8557         (theora_parse_dispose, theora_parse_set_property)
8558         (theora_parse_get_property, theora_parse_munge_granulepos)
8559         (theora_parse_push_buffer, theora_parse_change_state):
8560         API: GstTheoraParse::synchronization-points
8561         Add a property 'synchronization-points' to fix badly synchronized oggs.
8562
8563 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8564
8565         * tests/check/Makefile.am:
8566         * tests/check/libs/.cvsignore:
8567         * tests/check/libs/audio.c: (structure_contains_channel_positions),
8568         (fixed_caps_have_channel_positions), (GST_START_TEST),
8569         (audio_suite), (main):
8570           Add a few tests for the channel position stuff in libgstaudio.
8571
8572 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8573
8574         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
8575         (gst_alsa_detect_channels):
8576         * ext/alsa/gstalsasink.c:
8577           Add support for cards that (only) do more than 8 channels,
8578           like the Delta 44 (#345188).
8579
8580         * gst-libs/gst/audio/multichannel.c:
8581         (gst_audio_check_channel_positions):
8582         * gst-libs/gst/audio/multichannel.h:
8583           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
8584           unspecified channel position and cannot be combined with any
8585           of the other audio channel positions; adjust position layout
8586           checks accordingly (#345188).
8587
8588 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8589
8590         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8591           Recognise ancient RealAudio files (see #349779).
8592
8593 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8594
8595         Patch by: Jens Granseuer  <jensgr at gmx net>
8596
8597         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8598           Add typefinder for Interplay's MVE format (#348973).
8599
8600 2006-08-02  Wim Taymans  <wim@fluendo.com>
8601
8602         Patch by: Marcel Moreaux <marcelm at luon dot net>
8603
8604         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8605         (gst_base_rtp_depayload_add_to_queue):
8606         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8607         Handle RTP sequence number rollover.
8608         Disable jitterbuffer by default.
8609
8610 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
8611
8612         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
8613         (audioresample_set_caps):
8614         Don't leak references to the incoming caps. Clean them up when
8615         stopping.
8616
8617         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
8618         (gst_video_scale_finalize):
8619         Don't leak our temporary pixel buffer.
8620
8621         * tests/check/Makefile.am:
8622         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
8623         (GST_START_TEST), (simple_launch_lines_suite):
8624
8625         Fix leaks and re-enable the test for valgrind checking.
8626
8627 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8628
8629         Patch by: Sjoerd Simons  <sjoerd at luon net>
8630
8631         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
8632         (plugin_init):
8633           Add typefind function for multipart/x-mixed-replace (#348916).
8634
8635 2006-07-28  Wim Taymans  <wim@fluendo.com>
8636
8637         * gst/adder/gstadder.c: (gst_adder_setcaps),
8638         (gst_adder_query_duration):
8639         Fix leak in duration query.
8640         Reflow some docs and notes.
8641
8642 2006-07-28  Michael Smith  <msmith@fluendo.com>
8643
8644         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
8645         (vorbisenc_suite):
8646           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
8647           aspect of it.
8648
8649 2006-07-28  Michael Smith  <msmith@fluendo.com>
8650
8651         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
8652         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
8653         (gst_vorbis_enc_push_buffer),
8654         (gst_vorbis_enc_buffer_check_discontinuous),
8655         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
8656         * ext/vorbis/vorbisenc.h:
8657           Handle discontinuities in the input vorbis stream correctly,
8658           so that the output is properly timestamped (and has good granulepos
8659           values). Needs some oggmux fixes too.
8660
8661 2006-07-27  Wim Taymans  <wim@fluendo.com>
8662
8663         patch by: Kai Vehmanen <kv2004 eca cx>
8664
8665         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8666         (gst_base_rtp_depayload_chain),
8667         (gst_base_rtp_depayload_handle_sink_event),
8668         (gst_base_rtp_depayload_change_state):
8669         Don't send multiple newsegments with different formats.
8670         Fixes #348677.
8671
8672 2006-07-26  Wim Taymans  <wim@fluendo.com>
8673
8674         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8675         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
8676         Make seeking in ogg more accurate again by doing the more correct
8677         granuletime to stream time conversion.
8678
8679 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8680
8681         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
8682         (gst_multi_fd_sink_new_client):
8683           debug a little more understandably
8684           do not use goto as a substitute for break, especially if
8685           break is also being used
8686
8687 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8688
8689         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
8690         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8691           Remove GLib-2.6 compatibility cruft.
8692
8693 2006-07-24  Wim Taymans  <wim@fluendo.com>
8694
8695         * gst-libs/gst/audio/gstbaseaudiosink.c:
8696         (gst_base_audio_sink_render):
8697         Don't try to align a sample to an unknown value.
8698
8699 2006-07-24  Wim Taymans  <wim@fluendo.com>
8700
8701         * gst-libs/gst/audio/gstbaseaudiosink.c:
8702         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
8703         When the audio clock is slaved to another clock, never try to align
8704         samples but trust the rate interpolation algorithm.
8705
8706 2006-07-24  Wim Taymans  <wim@fluendo.com>
8707
8708         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
8709         Don't try to calculate silence samples, base class does this much
8710         better now.
8711
8712         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8713         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
8714         (gst_ring_buffer_acquire):
8715         Calculate silence samples correctly.
8716
8717         * gst-libs/gst/audio/gstringbuffer.h:
8718         Add _CAST macro.
8719
8720 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
8721
8722         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
8723           Limit search for the first markup tag to the first few kB of
8724           the file. If we don't find one there, it's highly unlikely that
8725           this is an XML(-ish) file.
8726
8727 2006-07-21  Andy Wingo  <wingo@pobox.com>
8728
8729         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
8730         test to the one in vorbisenc. Also commented out.
8731
8732         * tests/check/pipelines/vorbisenc.c: 
8733         (test_discontinuity): New test, commented out until Mike lands
8734         some elite vorbisenc patches.
8735
8736         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
8737         Bufferstraw was actually factored out of these tests. Now we share
8738         code yay.
8739
8740         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
8741         for bufferstraw addition to gstcheck.
8742
8743 2006-07-21  Wim Taymans  <wim@fluendo.com>
8744
8745         * ext/theora/theoradec.c: (clip_buffer):
8746         Better clipping.
8747
8748 2006-07-21  Wim Taymans  <wim@fluendo.com>
8749
8750         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
8751         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
8752         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
8753         Fix leak.
8754         Avoid type casting when we can.
8755
8756         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
8757         Fix mem leak.
8758
8759 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
8760
8761         * ext/alsa/gstalsamixerelement.c:
8762         (gst_alsa_mixer_element_change_state):
8763           Make state change fail if the specified device can't be opened
8764           for some reason.
8765
8766 2006-07-20  Wim Taymans  <wim@fluendo.com>
8767
8768         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
8769         (cb_newpad), (main):
8770         Example of a small audio/video player using decodebin.
8771
8772 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8773
8774         * gst-libs/gst/riff/riff-ids.h:
8775           Add 'fact' chunk id
8776
8777 2006-07-19  Wim Taymans  <wim@fluendo.com>
8778
8779         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8780         (gst_base_rtp_depayload_chain),
8781         (gst_base_rtp_depayload_change_state):
8782         Don't assert when not negotiated but post a meaningfull 
8783         error message. Fixes #347918.
8784
8785         * gst-libs/gst/rtp/gstbasertppayload.c:
8786         Add comment about better default MTU size.
8787
8788         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
8789         Small cleanups, start docs.
8790
8791 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8792
8793         Patch by: Martin Szulecki
8794
8795         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
8796           If "device-name" is requested and the device is not
8797           open, try to temporarily open it to obtain this
8798           information (#342494).
8799
8800 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8801
8802         * gst-libs/gst/tag/gstid3tag.c:
8803           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
8804
8805         * gst-libs/gst/tag/gsttageditingprivate.h:
8806         * gst-libs/gst/tag/gstvorbistag.c:
8807           Some more random const-ifications.
8808
8809 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8810
8811         * gst-libs/gst/riff/riff-ids.h:
8812         * gst-libs/gst/riff/riff-media.c:
8813         (gst_riff_create_video_template_caps):
8814           Add more FOURCCs (sort list to make stuff easier to find),
8815           add comment what those 16 bytes in struct _gst_riff_strh according to
8816           one avi-dumper are
8817
8818 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
8819
8820         * gst-libs/gst/audio/multichannel.c:
8821         (gst_audio_check_channel_positions),
8822         (gst_audio_fixate_channel_positions):
8823           Const-ify two arrays.
8824
8825 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
8826
8827         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
8828           Fix typo, so that alsasink also advertises 8 channels
8829           if that's supported (tags: can, worms, open, alsa, ph34r).
8830
8831 2006-07-17  Wim Taymans  <wim@fluendo.com>
8832
8833         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8834         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
8835         *sigh*, when is the compiler going to warn when the comments
8836         are out-of-sync with the code.. Refix case of busted theora
8837         headers with 0 granule pos.
8838
8839 2006-07-14  Wim Taymans  <wim@fluendo.com>
8840
8841         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8842         (gst_base_rtp_depayload_wait),
8843         (gst_base_rtp_depayload_change_state),
8844         (gst_base_rtp_depayload_set_property),
8845         (gst_base_rtp_depayload_get_property):
8846         Fix 99% cpu load by waiting for absolute times on the
8847         clock. Fixes #347300.
8848
8849 2006-07-14  Andy Wingo  <wingo@pobox.com>
8850
8851         * ext/theora/gsttheoraparse.h: 
8852         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
8853         (theora_parse_push_headers, theora_parse_clear_queue)
8854         (theora_parse_drain_queue_prematurely, )
8855         (theora_parse_sink_event, theora_parse_change_state): Queue events
8856         until we initialized our state, like in vorbisparse.
8857
8858         * ext/vorbis/vorbisparse.h: 
8859         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
8860         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
8861         (vorbis_parse_drain_queue_prematurely, )
8862         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
8863         until we have initialized our state. Fixes seeking after an
8864         initial pad block.
8865
8866 2006-07-14  Andy Wingo  <wingo@pobox.com>
8867
8868         Patch by: Iain Holmes <iaingnome@gmail.com>
8869         
8870         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
8871
8872 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
8873
8874         * configure.ac:
8875         Bump nano back to CVS
8876
8877 === release 0.10.9 ===
8878
8879 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
8880
8881         * configure.ac:
8882           releasing 0.10.9, "I walk the line"
8883
8884 2006-07-14  Michael Smith  <msmith@fluendo.com>
8885
8886         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
8887           Move a g_cond_signal to earlier to avoid sometimes deadlocking
8888           (commonly happens when running this test under valgrind) when trying
8889           to remove the buffer probe.
8890
8891 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8892
8893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
8894         Fix missing g_unlock from the previous commit
8895
8896 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8897
8898         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8899         (gst_ximagesink_change_state):
8900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8901         (gst_xvimagesink_change_state):
8902         Implement a locking order to ensure we always take the object lock
8903         before the x_lock and never vice-versa.
8904
8905 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8906
8907         * gst/playback/gstdecodebin.c: (find_compatibles):
8908         Fix a caps leak when linking (#347304)
8909
8910         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8911         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
8912         (gst_ximagesink_change_state):
8913         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8914         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
8915         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8916         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
8917         Don't leak shared memory resources. Use the object lock to protect
8918         against the xcontext disappearing while returning a buffer from the
8919         pipeline. (#347304)
8920
8921 2006-07-12  Edward Hervey  <edward@fluendo.com>
8922
8923         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
8924         (vorbis_handle_comment_packet):
8925         gst_tag_list_merge() returns a new object. Take that into account when
8926         using it. This avoids memleak.
8927         Revert previous commit which is not needed.
8928
8929 2006-07-12  Edward Hervey  <edward@fluendo.com>
8930
8931         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
8932         Reset the decoder in finalize so that all fields get cleared.
8933
8934 2006-07-12  Wim Taymans  <wim@fluendo.com>
8935
8936         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8937         (gst_base_audio_src_set_clock),
8938         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
8939         Don't try to post an error message when setting the clock fails
8940         as this can happen when adding an element to a bin which will then
8941         deadlock. Fixes #347296.
8942
8943 2006-07-12  Edward Hervey  <edward@fluendo.com>
8944
8945         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8946         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8947         (vorbis_handle_type_packet):
8948         Post tag messages on the bus even if we're not initialized.
8949         If we're not initialized, we still postpone the event pushing of tags.
8950
8951 2006-07-12  Wim Taymans  <wim@fluendo.com>
8952
8953         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
8954         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8955         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
8956         Revert last two changes that broke the freeze.
8957
8958 2006-07-12  Wim Taymans  <wim@fluendo.com>
8959
8960         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
8961         basesink calculates silence sample correctly for us.
8962
8963 2006-07-12  Wim Taymans  <wim@fluendo.com>
8964
8965         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8966         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
8967         Calculate correct silence samples so we don't fill our ringbuffer
8968         with noise.
8969
8970 2006-07-12  Edward Hervey  <edward@fluendo.com>
8971
8972         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8973         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
8974         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
8975         * ext/vorbis/vorbisdec.h:
8976         Delay sending events (newsegment, tags) until the decoder is properly
8977         initialized.
8978         Fixes #347295
8979
8980 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
8981
8982         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
8983         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
8984           Patch from #347221 adding a test for audioconvert
8985           channel remappings.
8986
8987 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8988
8989         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
8990         (gst_ssa_parse_parse_line):
8991           Don't include the terminating NUL in the buffer size,
8992           it's only there for extra paranoia (would add random
8993           '*' characters at the end of each subtitle since the
8994           terminator itself is not valid UTF-8 technically).
8995           Also fix indenting after boilerplate macro.
8996
8997 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
8998
8999         * gst/playback/gstdecodebin.c: (close_pad_link):
9000           Also emit 'unknown-type' signal (which should really be
9001           called unhandled-type) if we found potential decoders/demuxers
9002           in the registry but none of them worked in the end (as in the
9003           case where the plugins don't exist any longer but are still
9004           listed in the registry). Fixes #329798.
9005
9006 2006-07-08  Andy Wingo  <wingo@pobox.com>
9007
9008         * theoraparse.c (theora_parse_push_buffer)
9009         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
9010         Add some more debugging. Fix granulepos reconstruction in the face
9011         of discontinuities.
9012
9013 2006-07-06  Wim Taymans  <wim@fluendo.com>
9014
9015         * gst-libs/gst/audio/gstbaseaudiosink.c:
9016         (gst_base_audio_sink_class_init),
9017         (gst_base_audio_sink_provide_clock):
9018         Use gobject_class instead of G_OBJECT_CLASS (klass)
9019
9020         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9021         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
9022         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
9023         (gst_base_audio_src_get_time),
9024         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
9025         (gst_base_audio_src_create_ringbuffer):
9026         Fix latency and buffer-time constants and properties ala basesink.
9027         Implement pull based scheduling. Fixes #346527.
9028         Set default blocksize in GstBaseSrc to 0, we default to pushing out
9029         one segment.
9030         Refuse slaving to another clock instead of silently not working.
9031         Only provide a clock when we are actually able to do so.
9032         Various small cleanups and compiler hints.
9033
9034 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
9035
9036         Patch by: Lutz Mueller <lutz at topfrose de>
9037
9038         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
9039         (plugin_init):
9040           Add typefinding for text/html (#346581).
9041
9042 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
9043
9044         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
9045         (xml_check_first_element), (xml_type_find), (smil_type_find):
9046           Fix SMIL typefinding, make xml_check_first_element() more
9047           useful.
9048
9049 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
9050
9051         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9052         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
9053         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
9054         * gst/playback/gstplaybasebin.h:
9055           Protect list of elements with a subtitle-encoding property and
9056           the subtitle encoding member itself with a lock of their own
9057           instead of using the object lock. This prevents a dead-lock in
9058           the element-remove callback in some circumstances when shutting
9059           down playbin.
9060
9061 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9062
9063         * win32/common/libgsttag.def:
9064         Export some new functions.
9065         * win32/vs6/libgstogg.dsp:
9066         Add a link to libgsttag-0.10.lib.
9067
9068 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9069
9070         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9071           Some const-ification.
9072
9073 2006-07-04  Wim Taymans  <wim@fluendo.com>
9074
9075         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
9076         Improve checking if we are dealing with a stream. Added some
9077         more uris that need buffering.
9078
9079 2006-07-03  Edward Hervey  <edward@fluendo.com>
9080
9081         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
9082         Remove unused variable.
9083
9084 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9085
9086         * Makefile.am:
9087           include lcov.mak
9088         * configure.ac:
9089           add GCOV_LIBS to GST_LIBS
9090
9091 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
9092
9093         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
9094
9095         * ext/alsa/gstalsasrc.c:
9096           Add 32 bps to template caps and increase channels range
9097           from [1,2] to [1,MAX]. See #346326.
9098
9099 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9100
9101         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9102           Recognise 'WMVA' video codec fourcc (#345879).
9103           
9104 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9105          
9106         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
9107           Fixed nasty memory leak
9108
9109 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9110
9111         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
9112         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
9113           fix logging
9114
9115 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
9116
9117         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9118         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
9119         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
9120         Protect remove_fakesink using a mutex, so that we don't try and
9121         remove the fakesink simultaneously from multiple threads.
9122
9123         When going from READY to PAUSED, restore the fakesink, so that
9124         it is there when decodebin gets reused.
9125
9126 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
9127
9128         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9129         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9130         * gst-libs/gst/rtp/gstbasertppayload.c:
9131         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9132         * gst/tcp/gstmultifdsink.c:
9133         * gst/tcp/gsttcpclientsink.c:
9134         * gst/tcp/gsttcpclientsrc.c:
9135         * gst/tcp/gsttcpserversink.c:
9136         * gst/tcp/gsttcpserversrc.c:
9137         * gst/videorate/gstvideorate.c:
9138         * gst/videotestsrc/gstvideotestsrc.c:
9139         * sys/v4l/gstv4ljpegsrc.c:
9140         * sys/v4l/gstv4lmjpegsink.c:
9141         * sys/v4l/gstv4lsrc.c:
9142         * tests/examples/seek/scrubby.c:
9143         * tests/examples/seek/seek.c:
9144           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
9145
9146 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9147
9148         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
9149           Second field in GEnumValue shouldn't be a description,
9150           but a stringified version of the enum value.
9151
9152 2006-06-22  Wim Taymans  <wim@fluendo.com>
9153
9154         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9155         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
9156         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9157         Avoid type checking in buffer casts.
9158         Avoid caps copy in buffer_alloc when we can.
9159         Use pad_peer_accept.
9160
9161 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9162
9163         * gst-libs/gst/tag/tag.h:
9164           Oops, make that 'Since: 0.10.9'.
9165
9166 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9167
9168         * docs/libs/gst-plugins-base-libs-sections.txt:
9169         * gst-libs/gst/tag/tag.h:
9170         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
9171         (gst_tag_image_type_get_type):
9172           API: add GstTagImageType enum to describe images contained
9173           in image tags (#345641).
9174
9175 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9176
9177         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
9178           Fix warnings with gst-inspect: "buffers-min" property
9179           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
9180           typo in property description.
9181
9182 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9183
9184         Patch by: Cody Russell <bratsche at gnome org>
9185
9186         * gst/audioresample/gstaudioresample.c:
9187         (gst_audioresample_class_init):
9188         * gst/playback/gststreamselector.c:
9189         (gst_stream_selector_class_init):
9190         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
9191         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
9192         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
9193         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
9194         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
9195         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
9196         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
9197         * gst/videotestsrc/gstvideotestsrc.c:
9198         (gst_video_test_src_class_init):
9199         * gst/volume/gstvolume.c: (gst_volume_class_init):
9200           Avoid unnecessary class cast check in class_init
9201           functions (#337747).
9202
9203 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
9204
9205         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
9206         (gst_text_overlay_video_chain):
9207           g_markup_escape_text() REALLY doesn't like non-UTF8 input
9208           and doesn't validate its input either (and neither did
9209           textoverlay it seems). Let's do that then and fix #345206.
9210
9211 2006-06-19  Wim Taymans  <wim@fluendo.com>
9212
9213         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9214         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
9215         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
9216         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
9217         (find_syncframe), (find_limits), (assign_value),
9218         (count_burst_unit), (gst_multi_fd_sink_new_client),
9219         (gst_multi_fd_sink_handle_client_write),
9220         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
9221         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
9222         (gst_multi_fd_sink_change_state):
9223         * gst/tcp/gstmultifdsink.h:
9224         Added shiny new burst-on-connect methods.
9225         Add properties to control the minimal amount of data queued.
9226         Small cleanups.
9227         API: bytes-min property
9228         API: time-min property
9229         API: buffers-min property
9230         API: burst-unit property
9231         API: burst-value property
9232         API: add-full signal
9233
9234         * gst/tcp/gsttcp-marshal.list:
9235         Added new marshaller code for the new signal.
9236
9237         * tests/check/elements/multifdsink.c: (GST_START_TEST),
9238         (multifdsink_suite):
9239         Added testcases for new burst methods.
9240
9241 2006-06-19  Edward Hervey  <edward@fluendo.com>
9242
9243         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
9244         Implement clipping for accurate seeking.
9245         Closes #345225
9246
9247 2006-06-19  Wim Taymans  <wim@fluendo.com>
9248
9249         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
9250
9251         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
9252         (gst_video_scale_transform):
9253         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
9254
9255 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9256
9257         * configure.ac:
9258           Fix --disable-external (can't set conditionals conditionally,
9259           #343602).
9260
9261 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9262
9263         * tests/check/elements/audioresample.c: (test_reuse),
9264         (audioresample_suite):
9265           Add test case for bug #342789 fixed below.
9266
9267 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9268
9269         * gst/audioresample/gstaudioresample.c:
9270         (gst_audioresample_class_init), (gst_audioresample_init),
9271         (audioresample_start), (audioresample_stop),
9272         (gst_audioresample_set_property), (gst_audioresample_get_property):
9273           Implement GstBaseTransform::start and ::stop so that audioresample
9274           can clear its internal state properly and be reused instead of
9275           causing non-negotiated errors with playbin under some circumstances
9276           (#342789).
9277
9278         * tests/check/elements/audioresample.c: (setup_audioresample),
9279         (cleanup_audioresample):
9280           Need to set element state here so that ::start and ::stop are
9281           called.
9282
9283 2006-06-16  Wim Taymans  <wim@fluendo.com>
9284
9285         Patch by: Young-Ho Cha <ganadist at chollian dot net>
9286
9287         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
9288         Parse extra data better, apparently it's right behind
9289         the normal strf header size. Fixes #343500.
9290
9291 2006-06-16  Wim Taymans  <wim@fluendo.com>
9292
9293         * ext/alsa/gstalsasink.c: (set_hwparams):
9294         If we fail to set the buffer_time and period_time alsa
9295         parameters, post a warning and leave alsa select a 
9296         default instead of failing. Fixes #342085
9297
9298 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9299
9300         * docs/libs/gst-plugins-base-libs-sections.txt:
9301         * gst-libs/gst/cdda/gstcddabasesrc.h:
9302           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
9303           out in the header file and shouldn't be listed in the docs.
9304
9305         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9306           Must dereference pointer to fourcc in the debug statement.
9307
9308 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
9309
9310         * docs/libs/Makefile.am:
9311         * docs/libs/gst-plugins-base-libs-docs.sgml:
9312         * docs/libs/gst-plugins-base-libs-sections.txt:
9313         * docs/libs/gst-plugins-base-libs.types:
9314         add remaining symbols into correct setions
9315         
9316         * gst-libs/gst/audio/gstringbuffer.c:
9317         fix incomplete docs
9318         
9319         * gst-libs/gst/audio/gstringbuffer.h:
9320         comment out not yet implemented function
9321         
9322         
9323         * gst-libs/gst/floatcast/floatcast.h:
9324         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9325         add short descriptions
9326         
9327         
9328         * gst-libs/gst/interfaces/propertyprobe.c:
9329         fix return value docs   
9330         
9331         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9332         simplify debug logging
9333         
9334         * gst-libs/gst/riff/riff-read.h:
9335         sync function prototype and docs
9336         
9337         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9338         remove left over symbol
9339
9340 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9341
9342         * autogen.sh:
9343         * configure.ac:
9344         * docs/Makefile.am:
9345           Use GST_PLUGIN_DOCS macro in configure.ac, add
9346           --enable-plugin-docs default to autogen.sh and use
9347           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
9348
9349 2006-06-15  Wim Taymans  <wim@fluendo.com>
9350
9351         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
9352         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
9353         (gst_ogg_demux_loop):
9354         Combine GstFlowReturn from the source pads to give a
9355         meaningfull result to the upstream peer or to stop the
9356         processing task in case of errors.
9357
9358 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9359
9360         * gst/playback/gststreaminfo.c: (cb_probe):
9361           Try GST_TAG_CODEC as fallback when extracting the
9362           codec name; more debug info.
9363
9364 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9365
9366         * ext/ogg/Makefile.am:
9367         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9368           Extract language tags from ogm subtitle streams, so that
9369           the subtitle menu choices are labelled correctly in
9370           Totem (fixes #344708).
9371
9372 2006-06-14  Wim Taymans  <wim@fluendo.com>
9373
9374         Patch by: Alessandro Decina <alessandro at nnva dot org>
9375
9376         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
9377         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
9378         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
9379         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
9380         Fix various leaks. Fixes #343699.
9381         Add x-smoke mime type.
9382
9383 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9384
9385         * gst-libs/gst/riff/riff-ids.h:
9386           Add IDs for 'bext' chunks (see #343837).
9387
9388 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9389
9390         Patch by: Young-Ho Cha  <ganadist at chollian net>
9391
9392         * gst/subparse/samiparse.c: (sami_context_pop_state),
9393         (handle_start_font), (end_sami_element):
9394           Honour font face tags in SAMI subtitles (#344503).
9395
9396 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9397
9398         * po/POTFILES.in:
9399           add missing files containing translatable strings
9400
9401 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9402
9403         * docs/libs/tmpl/.cvsignore:
9404           we don't want those *.sgml files in CVS either
9405
9406 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9407
9408         * docs/libs/.cvsignore:
9409         * tests/check/elements/.cvsignore:
9410         * tests/check/libs/.cvsignore:
9411           ignore more
9412
9413 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9414
9415         * docs/libs/Makefile.am:
9416           also commiting the changed Makefile.am (added more libs to the
9417           doc-build)
9418
9419 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9420
9421         * docs/libs/gst-plugins-base-libs-docs.sgml:
9422         * docs/libs/gst-plugins-base-libs-sections.txt:
9423         * docs/libs/gst-plugins-base-libs.types:
9424           first batch of reordering things, add index & hierarchy
9425
9426 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9427
9428         * configure.ac:
9429           use GST_PKG_CHECK_MODULES, cleans up output
9430
9431 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
9432
9433         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
9434           Add support for burn:// URIs (#343385); const-ify things a bit,
9435           use G_N_ELEMENTS instead of hard-coded array size.
9436
9437 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
9438
9439         Patch by: Young-Ho Cha  <ganadist at chollian net>
9440
9441         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
9442           Fix up broken entities before passing them to libxml *sigh*.
9443           (#343303).
9444           
9445 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9446
9447         * configure.ac:
9448           back to TRUNK
9449
9450 === release 0.10.8 ===
9451
9452 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
9453
9454         * configure.ac:
9455           releasing 0.10.8, "Moar gij ziet mij nie"
9456
9457 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9458
9459         * configure.ac:
9460         * po/af.po:
9461         * po/az.po:
9462         * po/cs.po:
9463         * po/en_GB.po:
9464         * po/hu.po:
9465         * po/it.po:
9466         * po/nb.po:
9467         * po/nl.po:
9468         * po/or.po:
9469         * po/sq.po:
9470         * po/sr.po:
9471         * po/sv.po:
9472         * po/uk.po:
9473         * po/vi.po:
9474         * win32/common/config.h:
9475           0.10.7.2 prerelease
9476
9477 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9478
9479         * docs/libs/tmpl/gstaudio.sgml:
9480         * docs/libs/tmpl/gstcolorbalance.sgml:
9481         * docs/libs/tmpl/gstmixer.sgml:
9482         * docs/libs/tmpl/gstringbuffer.sgml:
9483         * docs/libs/tmpl/gsttuner.sgml:
9484         * docs/libs/tmpl/gstxoverlay.sgml:
9485         * gst-libs/gst/audio/audio.c:
9486         * gst-libs/gst/audio/gstringbuffer.c:
9487         * gst-libs/gst/interfaces/colorbalance.c:
9488         * gst-libs/gst/interfaces/mixer.c:
9489         * gst-libs/gst/interfaces/tuner.c:
9490         * gst-libs/gst/interfaces/xoverlay.c:
9491           move last template doc snippets to source code and delete them
9492
9493 2006-06-06  Michael Smith  <msmith@fluendo.com>
9494
9495         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
9496         (theora_parse_drain_queue):
9497           Mark DELTA_UNIT on non-keyframes.
9498
9499 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
9500
9501         * gst-libs/gst/audio/gstbaseaudiosink.c:
9502         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
9503         * gst-libs/gst/audio/gstbaseaudiosink.h:
9504         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
9505         (gst_ring_buffer_samples_done):
9506         * gst-libs/gst/audio/gstringbuffer.h:
9507         Document better the fact that latency_time and buffer_time are values
9508         stored in microseconds, and not the usual GStreamer nanoseconds.
9509         Change the variables (compatibly) that store them from GstClockTime 
9510         to guint64 to make it more clear that they're not storing clock times.
9511         Also, remove the bogus property description that says the user can
9512         specify -1 to get the default value, since that's never been the case.
9513
9514         When computing the default segment size for the ring buffer, make it
9515         an integer number of samples.
9516
9517         When the sub-class indicates a delay greater than the number of
9518         samples we've written return 0 from the audio sink get_time method.
9519
9520 2006-06-02  Michael Smith  <msmith@fluendo.com>
9521
9522         * tests/check/elements/audioconvert.c: (set_channel_positions),
9523         (get_float_mc_caps), (get_int_mc_caps):
9524         * tests/check/elements/audioresample.c:
9525         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
9526         * tests/check/elements/videorate.c:
9527         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
9528         * tests/check/elements/volume.c:
9529         * tests/check/elements/vorbisdec.c:
9530         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
9531           Don't busy-wait in tests; this was causing test timeouts very
9532           frequently when running under valgrind.
9533
9534 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9535
9536         * gst/tcp/README:
9537         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
9538         (gst_multi_fd_sink_remove_client_link),
9539         (gst_multi_fd_sink_client_queue_caps),
9540         (gst_multi_fd_sink_client_queue_buffer),
9541         (gst_multi_fd_sink_handle_client_write),
9542         (gst_multi_fd_sink_render):
9543         * gst/tcp/gstmultifdsink.h:
9544           make multifdsink properly deal with streamheader:
9545           - streamheader is taken from caps
9546           - buffers marked with IN_CAPS are not sent
9547           - streamheaders are sent, on connection, from the caps of the
9548             buffer where the client gets positioned to
9549           - further streamheader changes are done every time the client
9550             will receive a buffer with different caps
9551         * tests/check/elements/multifdsink.c: (GST_START_TEST),
9552         (gst_multifdsink_create_streamheader):
9553           add tests for this
9554
9555 2006-06-02  Michael Smith  <msmith@fluendo.com>
9556
9557         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
9558           Reinstate limit on channel count. Vorbis does not define the meaning
9559           of > 6 channels, so they're just independent channels. Gstreamer
9560           currently has no mechanism to represent N independent channels.
9561
9562 2006-06-02  Michael Smith  <msmith@fluendo.com>
9563
9564         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
9565           Don't arbitrarily restrict channel counts and rate in vorbis.
9566           In terms of effects likely on real-world files, this fixes 96kHz
9567           playback of vorbis.
9568
9569 2006-06-02  Michael Smith  <msmith@fluendo.com>
9570
9571         * gst/audioconvert/audioconvert.c: (float):
9572           More correct float->int conversion.
9573
9574 2006-06-02  Michael Smith  <msmith@fluendo.com>
9575
9576         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
9577           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
9578           value. Fixes g-critical on trying to play back ogg containing
9579           unknown codec.
9580
9581 2006-06-02  Wim Taymans  <wim@fluendo.com>
9582
9583         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
9584         (setup_source):
9585         * gst/playback/gstplaybasebin.h:
9586         Make the subtitle detection work from any thread so we don't
9587         deadlock. Fixes #343397.
9588
9589 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9590
9591         * gst/volume/Makefile.am:
9592           Seriously, it's not *that* hard to get compilation right.  Even
9593           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
9594
9595 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9596
9597         * gst/volume/gstvolume.c: (volume_choose_func),
9598         (volume_update_real_volume), (gst_volume_class_init),
9599         (gst_volume_init), (volume_process_float), (volume_process_int16),
9600         (volume_process_int16_clamp), (volume_set_caps),
9601         (volume_transform_ip), (plugin_init):
9602         * gst/volume/gstvolume.h:
9603         rewrite the passthrough check, split _int16 and _int16_clamp, fix
9604         another property desc., remove unused param from process function
9605         
9606         * tests/check/elements/volume.c: (volume_suite):
9607         reactivate the passthrough test
9608
9609 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9610
9611         * ext/alsa/gstalsamixerelement.h:
9612         * ext/alsa/gstalsamixeroptions.h:
9613         * ext/alsa/gstalsamixertrack.h:
9614         * ext/gnomevfs/gstgnomevfssink.h:
9615         * ext/gnomevfs/gstgnomevfssrc.h:
9616         * ext/theora/gsttheoradec.h:
9617         * ext/theora/gsttheoraenc.h:
9618         * ext/theora/gsttheoraparse.h:
9619         * ext/vorbis/vorbisparse.h:
9620         * gst-libs/gst/audio/gstaudioclock.h:
9621         * gst-libs/gst/audio/gstaudiofilter.h:
9622         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9623         * gst/audioconvert/gstaudioconvert.h:
9624         * gst/audioresample/gstaudioresample.h:
9625         * gst/audiotestsrc/gstaudiotestsrc.h:
9626         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
9627         * gst/playback/gststreamselector.h:
9628         * gst/tcp/gstmultifdsink.h:
9629         * gst/tcp/gsttcpclientsink.h:
9630         * gst/tcp/gsttcpclientsrc.h:
9631         * gst/tcp/gsttcpserversink.h:
9632         * gst/tcp/gsttcpserversrc.h:
9633         * gst/videorate/gstvideorate.h:
9634         * gst/videoscale/gstvideoscale.h:
9635         * gst/videotestsrc/gstvideotestsrc.h:
9636         * gst/volume/gstvolume.h:
9637         * sys/v4l/gstv4ljpegsrc.h:
9638         * sys/v4l/gstv4lmjpegsink.h:
9639         * sys/v4l/gstv4lmjpegsrc.h:
9640         * sys/v4l/gstv4lsrc.h:
9641         * sys/ximage/ximagesink.h:
9642         * sys/xvimage/xvimagesink.h:
9643         * tests/old/testsuite/alsa/sinesrc.h:
9644         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9645
9646 2006-05-31  Wim Taymans  <wim@fluendo.com>
9647
9648         * ext/libvisual/visual.c: (gst_visual_reset),
9649         (gst_visual_sink_setcaps), (gst_visual_sink_event),
9650         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
9651         Handle DISCONT.
9652         Use running time before doing QoS.
9653         Handle mono too.
9654
9655 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
9656
9657         * docs/libs/Makefile.am:
9658           set a magic variable to indicate we know the docs are incomplete
9659
9660 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9661
9662         * win32/common/libgstvideo.def:
9663           export gst_video_calculate_display_ratio
9664         * win32/vs6/libgstvideoscale.dsp:
9665           add link to libgstvideo-0.10.lib
9666
9667 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9668
9669         * gst/playback/gstplaybasebin.c: (gen_source_element):
9670           Throw a more comprehensible error for rtsp:// URIs (rather
9671           than erroring out with a negotiation error later on) until
9672           we fix playbin to handle rtspsrc etc.
9673
9674 2006-05-30  Wim Taymans  <wim@fluendo.com>
9675
9676         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
9677         (gst_text_overlay_text_event):
9678         Added some FIXMEs.
9679
9680 2006-05-30  Wim Taymans  <wim@fluendo.com>
9681
9682         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
9683         (gst_adder_request_new_pad), (gst_adder_release_pad):
9684         * gst/adder/gstadder.h:
9685         Implement release_request_pad.
9686         Make padcounter atomic.
9687
9688         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
9689         Added check for release_pad in adder.
9690
9691 2006-05-30  Wim Taymans  <wim@fluendo.com>
9692
9693         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
9694         Fix build again.
9695
9696 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9697
9698         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9699         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
9700         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9701         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
9702         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
9703         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
9704         (gst_ogg_demux_bisect_forward_serialno),
9705         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
9706         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
9707           add more debugging
9708           clean up printf formats for granulepos and serialno
9709
9710 2006-05-30  Michael Smith  <msmith@fluendo.com>
9711
9712         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
9713         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
9714         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
9715         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
9716         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
9717         * ext/vorbis/vorbisenc.h:
9718           Multi-channel caps negotiation, so we can do proper multichannel
9719           vorbis encoding, negotiated through audioconvert.
9720
9721 2006-05-30  Wim Taymans  <wim@fluendo.com>
9722
9723         * tests/check/elements/adder.c: (test_event_message_received),
9724         (test_play_twice_message_received), (GST_START_TEST),
9725         (adder_suite):
9726         Added check to show that #339935 is fixed with ongoing
9727         adder and collectpads fixes.
9728
9729 2006-05-29  Wim Taymans  <wim@fluendo.com>
9730
9731         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
9732         Don't leak pad name.
9733
9734 2006-05-29  Wim Taymans  <wim@fluendo.com>
9735
9736         * gst/adder/gstadder.c: (gst_adder_query_duration),
9737         (forward_event_func), (forward_event), (gst_adder_src_event):
9738         Fix adder seeking.
9739         Make query/seeking code threadsafe.
9740
9741         * tests/check/Makefile.am:
9742         * tests/check/elements/adder.c: (test_event_message_received),
9743         (GST_START_TEST), (test_play_twice_message_received):
9744         Fix adder test case.
9745
9746 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
9747
9748         Patch by: Young-Ho Cha  <ganadist at chollian net>
9749
9750         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9751         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
9752         (set_encoding_element), (decodebin_element_added_cb),
9753         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
9754         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
9755         * gst/playback/gstplaybasebin.h:
9756           Add 'subtitle-encoding' property to playbin, so applications can
9757           force a subtitle encoding for non-UTF8 subtitles (#342268).
9758
9759         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
9760         (gst_sub_parse_set_property):
9761           Rename recently-added 'encoding' property to 'subtitle-encoding'
9762           (so it can be proxied by playbin/decodebin in a generic way
9763           with less danger of false positives).
9764
9765 2006-05-29  Michael Smith  <msmith@fluendo.com>
9766
9767         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9768         (append_with_other_format), (set_structure_widths),
9769         (gst_audio_convert_transform_caps):
9770           Patch from #341562: give more specific audio caps in get_caps, so
9771           that basetransform  can make better decisions on what caps to
9772           negotiate.
9773
9774 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
9775
9776         * tests/check/elements/volume.c:
9777         make it compile again
9778
9779 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
9780
9781         * tests/check/elements/volume.c: (volume_suite):
9782         disable test until #343196 gets resolved
9783
9784 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
9785
9786         * gst/adder/gstadder.c: (gst_adder_get_type):
9787         Make it easier to copy&paste
9788         
9789         * gst/volume/Makefile.am:
9790         * gst/volume/gstvolume.c: (volume_update_real_volume),
9791         (gst_volume_set_volume), (gst_volume_set_mute),
9792         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
9793         (volume_transform_ip), (volume_update_mute),
9794         (volume_update_volume):
9795         * gst/volume/gstvolume.h:
9796         Add own debug category, move duplicate code to helper function, fix
9797         property texts, add more comments and prepare ffor liboil-goodness
9798         
9799         * tests/check/Makefile.am:
9800         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9801         add test for mute and passtrough case, be a bit more verbose to track
9802         failure
9803         
9804         * tests/check/generic/states.c: (GST_START_TEST):
9805         catch elements that fail to instantiate
9806
9807 2006-05-28  Edward Hervey  <edward@fluendo.com>
9808
9809         * tests/check/pipelines/simple-launch-lines.c:
9810         * tests/check/pipelines/theoraenc.c:
9811         * tests/check/pipelines/vorbisenc.c:
9812         Comment out tests using parse_launch() if core was built without
9813         parsing capabilities.
9814
9815 2006-05-27  Edward Hervey  <edward@fluendo.com>
9816
9817         * tests/check/Makefile.am:
9818         Extra bonus points for whoever explains to ensonic that you are meant
9819         to test unit tests thoroughly before commiting them, especially if
9820         you know it's going to break.
9821         De-activated element/adder tests.
9822
9823 2006-05-27  Edward Hervey  <edward@fluendo.com>
9824
9825         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9826         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
9827         Marking caps conversion issues as GST_WARNING is way too verbose,
9828         Moving them to GST_LOG.
9829
9830 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9831
9832         * README:
9833           Replace current README (containing the release notes from
9834           some 0.9.x version) with a proper README taken from the core.
9835
9836 2006-05-26  Wim Taymans  <wim@fluendo.com>
9837
9838         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9839         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
9840         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
9841         (vorbis_dec_change_state):
9842         Small cleanups.
9843         Add some FIXMEs
9844         Clip output samples to segment boundaries.
9845
9846 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
9847
9848         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9849         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
9850         Improve the errors produced on bad output, including some human
9851         readable description strings.
9852         Handle the (theoretical for ximagesink) case where the XServer 
9853         has a different idea about the size required for a particular 
9854         frame and gives us too small a memory allocation.
9855
9856 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
9857
9858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9859         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
9860         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
9861         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9862         Improve the errors produced on bad output, including some human 
9863         readable description strings.
9864         Handle RGB Xv formats properly by transforming them into our 
9865         big-endian caps description.
9866         Use gst_caps_truncate to ensure that we never try and choose a
9867         non-fixed caps in buffer_alloc.
9868         Handle the case where the XServer has a different idea about the size
9869         required for a particular frame and gives us too small a memory
9870         allocation.
9871         Use -1 to indicate 'no image format', because 0 is a valid XServer
9872         image format number.
9873         Put RGB Xv formats at the end of the caps, so that we always prefer
9874         YUV format frames.
9875         Iterate the available Xv Encodings to determine the maximum width and
9876         height, and then return that in our caps.
9877         (Closes #315312, #337544)
9878
9879 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9880
9881         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
9882         When there is only one unfinished pad and it receives an event that
9883         doesn't match our requirements, we need to set alldone=FALSE so that
9884         the fakesink is not removed yet.
9885
9886 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9887
9888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9889           Use gst_type_find_helper_for_buffer() to find the type
9890           of stream from the first packet.
9891
9892         * configure.ac:
9893           Bump requirements to core CVS (needed for vorbis
9894           typefinding to work).
9895
9896 2006-05-24  Edward Hervey  <edward@fluendo.com>
9897
9898         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
9899         Added the 'prfl' atom type which MQV (no, it's not a typo) files
9900         contain.  Else they play perfectly fine with qtdemux.
9901
9902 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
9903
9904         * ext/theora/theoradec.c:
9905         * ext/theora/theoraenc.c:
9906         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
9907         * gst/audiorate/gstaudiorate.c:
9908           make more debug catagories static
9909         
9910         * tests/check/Makefile.am:
9911         * tests/check/elements/adder.c: (message_received),
9912         (test_event_message_received), (GST_START_TEST),
9913         (test_play_twice_message_received), (adder_suite):
9914           added test case for using element twice, extra bonus points for anyone
9915           who can make these test run reliably
9916
9917 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9918
9919         * ext/theora/theoradec.c: (theora_dec_chain):
9920           Make work with time-stamped input buffers that do not
9921           have a granulepos in BUFFER_OFFSET_END (like theora
9922           buffers coming from matroskademux). Fixes #342448.
9923
9924 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9925
9926         Patch by: Peter Kjellerstedt  <pkj at axis com>
9927
9928         * gst/tcp/Makefile.am:
9929           fdstresstest doesn't need Gtk+, fix compilation if 
9930           gtk is not available (#342566).
9931
9932 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9933          
9934         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
9935           80 line columns
9936           Removed redundant floor()
9937
9938 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
9939
9940         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9941           On second thought, just skip JUNK chunks automatically, so
9942           the caller doesn't have to handle this. Fixes #342345.
9943           Also, return GST_FLOW_UNEXPECTED if we get a short read,
9944           not GST_FLOW_ERROR.
9945
9946 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
9947
9948         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9949           Don't bail out on JUNK chunks with a size of 0 (would try to
9950           pull_range 0 bytes before, which sources don't like too much).
9951           See #342345.
9952
9953 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9954
9955         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
9956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
9957         Use the gstutil scaling function to preserve 64 bits while calculating
9958         output width and height from the display-aspect-ratio. (A continuation
9959         of #341542)
9960
9961 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9962
9963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9964         (gst_xvimagesink_buffer_alloc):
9965         * sys/xvimage/xvimagesink.h:
9966         When performing buffer allocations, remember the caps and image format
9967         we return so that if the same caps are asked for next time we can
9968         return them immediately without doing any caps intersections.
9969
9970 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9971          
9972         * gst-libs/gst/rtp/README:
9973           Some new documentation
9974         * gst-libs/gst/rtp/gstrtpbuffer.h:       
9975           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
9976         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
9977         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
9978           New RTP audio base payloader class. Supports frame or sample based
9979           codecs.  Not enabled in Makefile.am until approved.
9980
9981 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9982
9983         * tests/check/elements/alsa.c: (test_device_property_probe):
9984           Fix test case: don't try to free NULL GValueArray when there
9985           are no devices.
9986
9987 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9988
9989         * tests/check/Makefile.am:
9990         * tests/check/elements/alsa.c: (test_device_property_probe),
9991         (alsa_suite), (main):
9992           Add simple test that runs a device property probe on alsasrc,
9993           alsasink and alsamixer. Disable valgrind check for now (too
9994           many leaks in libasound, and valgrind ignored my suppressions
9995           additions).
9996
9997 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9998
9999         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
10000         (gst_alsa_device_property_probe_probe_property),
10001         (gst_alsa_device_property_probe_needs_probe),
10002         (gst_alsa_device_property_probe_get_values),
10003         (gst_alsa_type_add_device_property_probe_interface):
10004         * ext/alsa/gstalsadeviceprobe.h:
10005         * ext/alsa/gstalsamixerelement.c:
10006         (gst_alsa_mixer_element_init_interfaces):
10007         * ext/alsa/gstalsamixerelement.h:
10008           Clean up and simplify alsa device probing. Make it actually work
10009           for multiple classes. Don't cache results any longer.
10010
10011         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
10012         (gst_alsasink_init):
10013         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
10014         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
10015         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
10016           Make alsasink and alsasrc implement the GstPropertyProbe interface
10017           for device probing (#342181).
10018           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
10019
10020 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10021
10022         * gst/subparse/samiparse.c: (handle_start_font):
10023           Don't ignore return value of strtol (++compiler_happiness).
10024
10025 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10026
10027         Patch by: Young-Ho Cha  <ganadist chollian net>
10028
10029         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10030         (gst_sub_parse_class_init), (gst_sub_parse_init),
10031         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
10032         (convert_encoding):
10033         * gst/subparse/gstsubparse.h:
10034           Add 'encoding' property (#341681).
10035
10036         * gst/subparse/samiparse.c: (characters_sami):
10037           Output is pango markup, so we need to escape text
10038           between tags (#342143).
10039
10040 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10041
10042         * gst-libs/gst/audio/multichannel.c:
10043         (gst_audio_check_channel_positions):
10044           It's okay to have caps with channels=1 and a channel position
10045           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
10046           (deinterleavers might want to keep the position in the caps,
10047           so that they can be re-interleaved again properly later).
10048           Leave check for unexpected 2-channel layouts intact for now.
10049
10050 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10051
10052         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
10053         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
10054         basesrc can do its job correctly.
10055
10056 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10057
10058         * ext/alsa/Makefile.am:
10059         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
10060         (gst_alsa_detect_formats), (get_channel_free_structure),
10061         (caps_add_channel_configuration), (gst_alsa_detect_channels),
10062         (gst_alsa_probe_supported_formats):
10063         * ext/alsa/gstalsa.h:
10064         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
10065           Refactor and improve caps probing code: probe signedness
10066           when we probe the supported formats/widths; set endianness
10067           to the one we actually probed for (ie. cpu endianness).
10068           
10069         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
10070         (gst_alsasrc_close):
10071         * ext/alsa/gstalsasrc.h:
10072           Implement caps probing for alsasrc.
10073
10074 2006-05-15  Wim Taymans  <wim@fluendo.com>
10075
10076         * ext/theora/theoradec.c: (gst_theora_dec_reset),
10077         (theora_dec_src_query), (theora_dec_src_event),
10078         (theora_dec_sink_event), (theora_handle_comment_packet),
10079         (theora_handle_data_packet), (theora_dec_change_state):
10080         Cleanups, add some G_LIKELY.
10081         Use segment helpers instead of our own wrong code.
10082         Clear queued buffers on seek and READY.
10083
10084         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
10085         (vorbis_dec_convert), (vorbis_dec_src_query),
10086         (vorbis_dec_src_event), (vorbis_dec_sink_event),
10087         (vorbis_handle_comment_packet), (vorbis_dec_push),
10088         (vorbis_handle_data_packet), (vorbis_dec_chain),
10089         (vorbis_dec_change_state):
10090         * ext/vorbis/vorbisdec.h:
10091         Remove old useless packetno variable.
10092         Do position query properly.
10093         Add some G_LIKELY.
10094         Do cleanup of queued buffers in new helper function
10095         and use it.
10096
10097 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10098
10099         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
10100           Query supported sample rates. Fixes #341732.
10101
10102 2006-05-15  Julien MOUTTE  <julien@moutte.net>
10103
10104         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
10105         (gst_decode_bin_change_state): Make decodebin reusable
10106         when going from PAUSE_TO_READY and then back to PAUSED.
10107         Fixes #331678.
10108
10109 2006-05-15  Wim Taymans  <wim@fluendo.com>
10110
10111         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
10112         (vorbis_dec_convert), (vorbis_dec_src_query),
10113         (vorbis_dec_sink_query), (vorbis_dec_src_event),
10114         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
10115         (vorbis_dec_clean_queued), (vorbis_dec_push),
10116         (vorbis_handle_data_packet), (vorbis_dec_change_state):
10117         Cleanups. Use refcounting and DEBUG_OBJECT.
10118         Reset segment on flush, use code methods instead of our
10119         own wrong version.
10120         Fix potential memleak.
10121
10122 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10123
10124         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
10125         (gst_alsasink_init):
10126         * ext/alsa/gstalsasink.h:
10127           Don't leak allocated snd_output_t structure if there's
10128           more than one alsasink instance at a time (#341873).
10129           Also fix GObject macros in header file.
10130           
10131 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10132
10133         * gst/subparse/gstsubparse.c:
10134         (gst_sub_parse_data_format_autodetect):
10135           Don't use libxml functions in the typefinding code.
10136
10137 2006-05-15  Wim Taymans  <wim@fluendo.com>
10138
10139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
10140         Fix seeking performance in the case where a non-header 
10141         packet has a 0 granulepos (busted theora case). 
10142         Fixes #341719
10143         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
10144          the first place, you limelight stealer you)
10145
10146 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10147
10148         * gst/subparse/gstsubparse.c:
10149         (gst_sub_parse_data_format_autodetect):
10150           Improve SAMI typefinding: handle case where there are
10151           whitespaces or newlines in front of the first <SAMI>
10152           tag (#169936).
10153
10154 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10155
10156         * configure.ac:
10157           Build video4linux plugin even if there's no XVIDEO, just
10158           without implementing the GstXOverlay interface (#334002).
10159          
10160 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10161
10162         * configure.ac:
10163         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
10164         (plugin_init):
10165           Add tentative support for libvisual-0.4 (#336881).
10166
10167 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10168
10169         Patch by: Young-Ho Cha <ganadist at chollian net>
10170
10171         * gst/subparse/samiparse.c: (handle_start_font):
10172           Need to map "silver" colour explicitly (#169936).
10173
10174 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10175
10176         Patch by: Young-Ho Cha  <ganadist at chollian net>
10177
10178         * gst/subparse/Makefile.am:
10179         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10180         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
10181         (gst_sub_parse_format_autodetect), (feed_textbuf),
10182         (gst_subparse_type_find), (plugin_init):
10183         * gst/subparse/gstsubparse.h:
10184         * gst/subparse/samiparse.c:
10185         * gst/subparse/samiparse.h:
10186           Add support for SAMI subtitles (#169936).
10187
10188 2006-05-14  Michael Smith  <msmith@fluendo.com>
10189
10190         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
10191           Fix #341696: crash when mixing L+R+C to mono or stereo.
10192         * tests/check/Makefile.am:
10193         * tests/check/elements/audioconvert.c: (set_channel_positions),
10194         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
10195         (audioconvert_suite):
10196           Add test for the above, including some generic framework bits for
10197           testing multichannel things.
10198
10199 === release 0.10.7 ===
10200
10201 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
10202
10203         * configure.ac:
10204           releasing 0.10.7, "Leave the gun"
10205
10206 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
10207
10208         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
10209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10210         Fix the build.
10211
10212 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
10213
10214         * docs/libs/gst-plugins-base-libs-docs.sgml:
10215         * docs/libs/gst-plugins-base-libs-sections.txt:
10216         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
10217         * gst-libs/gst/video/video.h:
10218         * gst/videoscale/Makefile.am:
10219         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
10220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10221         * tests/check/Makefile.am:
10222         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
10223         (main):
10224           Fix integer overflow problem with pixel-aspect-ratio calculations
10225           in videoscale and xvimagesink (#341542)
10226
10227 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10228
10229         * gst-libs/gst/tag/gstid3tag.c:
10230           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
10231
10232 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
10233
10234         * win32/MANIFEST:
10235           update win32 files listing
10236
10237 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10238
10239         patch by: Sjoerd Simons (sjoerd@luon.net)
10240
10241         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10242         (group_create), (group_destroy), (add_stream),
10243         (gst_play_base_bin_get_property),
10244         (gst_play_base_bin_get_streaminfo_value_array):
10245         * gst/playback/gstplaybasebin.h:
10246           API: GstPlayBaseBin::stream-info-value-array property
10247           use a more bindings-friendly way of exposing streaminfo
10248           using a GValueArray.  Tested in ipython.
10249           Closes #341114
10250
10251 2006-05-11  Wim Taymans  <wim@fluendo.com>
10252
10253         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
10254         (queue_underrun_cb), (queue_filled_cb):
10255         Also catch queue underruns but don't do anything yet.
10256         Refactor and comment queue enlarging code a bit.
10257
10258         * gst/playback/gstplaybasebin.c: (queue_overrun),
10259         (queue_threshold_reached), (queue_out_of_data),
10260         (gen_preroll_element):
10261         If a queue over/underruns check that we don't create nasty
10262         deadlocks when the min-threshold is not reached but the
10263         max-bytes is. In those cases disable max-bytes when we
10264         know that the queue is fed timed data.
10265         Add more comments.
10266
10267 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10268
10269         * gst/playback/gstplaybin.c: (gen_audio_element):
10270           Make playbin automatically plug an 'audioresample'
10271           element before the audio sink as well. This solves
10272           problems with sinks that only accept a very specific
10273           sample rate, like esdsink (e.g. #340379).
10274
10275 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10276
10277         * gst/playback/gstplaybasebin.c: (gen_source_element):
10278           Make http sources send special headers so that we receive
10279           icecast metadata if the http stream is an icecast stream
10280           (otherwise the server will just ignore them). This also
10281           means that from now on users will need the 'icydemux'
10282           element from gst-plugins-good installed if they want to
10283           listen to icecast radio streams. (#341432, #333657).
10284
10285 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10286
10287         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
10288         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
10289           remove stupid example from docs - it should come with a simple
10290           C program instead.
10291           Clean up/fix docs
10292         * tests/check/elements/multifdsink.c: (wait_bytes_served),
10293         (fail_if_can_read), (GST_START_TEST),
10294         (gst_multifdsink_create_streamheader), (multifdsink_suite):
10295           add a test for changing streamheader which exposes a bug in
10296           multifdsink
10297
10298 2006-05-11  Michael Smith  <msmith@fluendo.com>
10299
10300         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
10301         (gst_gnome_vfs_src_received_headers_callback):
10302         * ext/gnomevfs/gstgnomevfssrc.h:
10303           Don't set icy-caps unless we have a sane interval value. Move
10304           interval to a local variable; we never use it outside this function.
10305
10306 2006-05-11  Wim Taymans  <wim@fluendo.com>
10307
10308         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
10309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
10310         Register special buffer types along with the objects so
10311         that they are not registered at runtime from N different
10312         streaming threads since they are not threadsafe.
10313
10314 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10315
10316         * tests/check/elements/multifdsink.c: (wait_bytes_served),
10317         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
10318           add two more tests, one doing streamheader
10319
10320 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10321
10322         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
10323           clean up the bufqueue when shutting down
10324         * tests/check/Makefile.am:
10325         * tests/check/elements/multifdsink.c: (setup_multifdsink),
10326         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
10327         (main):
10328           add a test for the leak that was just fixed
10329
10330 2006-05-10  Wim Taymans  <wim@fluendo.com>
10331
10332         * gst/adder/gstadder.c: (gst_adder_setcaps),
10333         (gst_adder_query_duration), (gst_adder_query), (forward_event),
10334         (gst_adder_src_event), (gst_adder_sink_event),
10335         (gst_adder_class_init), (gst_adder_finalize),
10336         (gst_adder_request_new_pad), (gst_adder_collected):
10337         * gst/adder/gstadder.h:
10338         Updated some docs. Added comments and FIXMEs all over the place.
10339         Improve debugging info.
10340         Fix leak on finalize by not calling the parent.
10341         Implement duration query.
10342         Make event forwarding threadsafe.
10343         Correctly send NEWSEGMENT at start and after flush.
10344         Handle EOS correctly.
10345         Post error when not negotiated.
10346
10347         * tests/check/elements/adder.c: (GST_START_TEST):
10348         Added FIXME in the test.
10349
10350 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10351
10352         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10353         (gst_text_overlay_halign_get_type),
10354         (gst_text_overlay_wrap_mode_get_type):
10355         * ext/theora/theoradec.c: (theora_handle_type_packet),
10356         (theora_handle_data_packet):
10357         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
10358         (theora_enc_sink_setcaps), (theora_enc_chain):
10359         * gst-libs/gst/cdda/gstcddabasesrc.c:
10360         (gst_cdda_base_src_mode_get_type):
10361         * gst/audiotestsrc/gstaudiotestsrc.c:
10362         (gst_audiostestsrc_wave_get_type):
10363         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10364         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10365         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10366         (gst_sync_method_get_type), (gst_unit_type_get_type),
10367         (gst_client_status_get_type):
10368         * gst/videoscale/gstvideoscale.c:
10369         (gst_video_scale_method_get_type):
10370         * gst/videotestsrc/gstvideotestsrc.c:
10371         (gst_video_test_src_pattern_get_type):
10372         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
10373         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
10374         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
10375         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
10376         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
10377         (paint_setup_RGB565), (paint_setup_xRGB1555):
10378           Const-ify GEnumValue and GFlagsValue arrays. Use
10379           GST_ROUND_UP_* macros instead of home-made ones.
10380
10381 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10382
10383         * configure.ac:
10384           Require core CVS for the new newsegment stuff.
10385
10386 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10387
10388         Patch by: Sjoerd Simons  <sjoerd at luon net>
10389
10390         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
10391           Register nick for enum value (#341160).
10392
10393 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
10394
10395         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
10396         (plugin_init):
10397          backout typefind patch #340375
10398          
10399         * tests/check/elements/adder.c: (message_received),
10400         (GST_START_TEST), (adder_suite):
10401           redo, signal-handling of test
10402
10403 2006-05-09  Wim Taymans  <wim@fluendo.com>
10404
10405         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
10406         (gst_adder_collected):
10407         * gst/adder/gstadder.h:
10408         Remove bogus segment merging and forwarding, we don't
10409         care about timestamps anyway and we just produce a
10410         continuous stream. 
10411         Also create a nice NEWSEGMENT event when we start.
10412         Use _scale_int some more.
10413
10414 2006-05-09  Edward Hervey  <edward@fluendo.com>
10415
10416         * tests/icles/stress-xoverlay.c:
10417         Fix if core was built without parsing support.
10418
10419 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10420
10421         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10422           Add SEDG (Samsung MPEG-4) fourcc.
10423
10424 2006-05-09  Edward Hervey  <edward@fluendo.com>
10425
10426         * tests/icles/stress-xoverlay.c:
10427         * tests/examples/volume/volume.c:
10428         Fix if core was built without parsing support.
10429
10430         * tests/examples/seek/seek.c:
10431         Disable the parse_launch example if core was built without parsing
10432         support.
10433
10434 2006-05-08  Edward Hervey  <edward@fluendo.com>
10435
10436         * autogen.sh: (CONFIGURE_DEF_OPT): 
10437         libtoolize on Darwin/MacOSX is called glibtoolize
10438
10439 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10440
10441         * tests/check/Makefile.am:
10442         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
10443           Disable the adder test, until the build-slaves posses the kindness to 
10444           either like it or to give valid reason for not doing so 
10445
10446 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10447
10448         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
10449         (adder_suite):
10450           Shuffle NULL state change around and raise timeout more
10451
10452 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10453
10454         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
10455         (mp4_type_find), (plugin_init):
10456           Add typefind to distinguish between "audio/x-m4a" and new type
10457           "video/mp4". Fixes #340375
10458
10459         * tests/check/elements/adder.c: (adder_suite):
10460           Raise timeout to make buildbot happy
10461
10462 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10463
10464         * gst/adder/gstadder.c: (gst_adder_sink_event),
10465         (gst_adder_request_new_pad), (gst_adder_change_state):
10466         * gst/adder/gstadder.h:
10467         * tests/check/Makefile.am:
10468         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
10469         (adder_suite), (main):
10470           Add sink-event handling to adder. It tries to merge incomming
10471           newsegment-events. Added test to check if segment_done is comming
10472           through. Fixes #340060
10473
10474 2006-05-05  Andy Wingo  <wingo@pobox.com>
10475
10476         * ext/theora/theoraparse.c (gst_theora_parse_init)
10477         (theora_parse_src_convert, theora_parse_src_query):
10478         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
10479         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
10480         query functions on the source pads of the theora and vorbis parse
10481         elements. Fixes position querying when doing a remux.
10482
10483 2006-05-05  Michael Smith  <msmith@fluendo.com>
10484
10485         * ext/theora/theoraparse.c: (parse_granulepos),
10486         (theora_parse_drain_queue_prematurely),
10487         (theora_parse_queue_buffer), (theora_parse_sink_event):
10488           Fix flushing.
10489           Fix invalid granulepos outputs when starting with a non-keyframe.
10490
10491 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
10492
10493         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
10494         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
10495         Rearrange MPEG system stream detection, fixing some memleaks in the
10496         process.
10497         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
10498         they clean up their data correctly.
10499         Remove unused ogganx caps and move the 'is_annodex' check to inside
10500         the 'is_ogg' if statement.
10501
10502 2006-05-05  Wim Taymans  <wim@fluendo.com>
10503
10504         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
10505         Properly remove ghostpads. Fixes #340392
10506
10507 2006-05-04  David Schleef  <ds@schleef.org>
10508
10509         * gst/typefind/gsttypefindfunctions.c:
10510
10511 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
10512
10513         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10514         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
10515
10516         When typefinding an MP3 in push-based mode, don't penalise the
10517         probability down to 74% when we found 5 valid frames just because we
10518         can't peek the end of the file.
10519
10520         Make the probability for detecting MPEG Transport Streams based on the
10521         number of sequential headers we successfully detected.
10522
10523 2006-05-03  Wim Taymans  <wim@fluendo.com>
10524
10525         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10526         (vorbis_dec_push), (vorbis_dec_chain):
10527         Still produce an error when we receive an empty packet.
10528
10529 2006-05-03  Wim Taymans  <wim@fluendo.com>
10530
10531         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
10532         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
10533         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
10534         Mark buffers with DISCONT after seek and after activating new
10535         chains.
10536
10537         * ext/theora/gsttheoradec.h:
10538         * ext/theora/theoradec.c: (gst_theora_dec_reset),
10539         (theora_get_query_types), (theora_dec_sink_event),
10540         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
10541         (theora_dec_change_state):
10542         Fix frame counter.
10543         Detect and mark DISCONT buffers.
10544
10545         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10546         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
10547         (vorbis_dec_change_state):
10548         * ext/vorbis/vorbisdec.h:
10549         Use GstSegment.
10550         Detect and mark DISCONT buffers.
10551         Don't crash on 0 sized buffers.
10552
10553 2006-05-03  Wim Taymans  <wim@fluendo.com>
10554
10555         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
10556         (volume_transform_ip):
10557         Increase "volume" property to 10.0. Fixes #340369.
10558         Set the process function to NULL when capsnego fails so that
10559         we properly error out.
10560
10561 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10562
10563         * gst/playback/gstplaybin.c: (add_sink):
10564         * gst/playback/test.c: (main):
10565         * gst/playback/test5.c: (dump_element_stats):
10566         * gst/playback/test6.c: (main):
10567           free caps using gst_caps_unref, don't leak caps-strings
10568
10569 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
10570
10571         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
10572         (plugin_init):
10573           Refine musepack typefinding a bit. Return MAXIMUM
10574           probability when we detect stream version 7 to make
10575           sure the mpeg audio typefinder doesn't trump us.
10576
10577 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10578
10579         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10580           Protect against unexpected NULL strf_data buffer.
10581
10582 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10583
10584         * tests/check/elements/audioconvert.c: (verify_convert),
10585         (GST_START_TEST):
10586           interpret the out[] buffer in the order the bytes are actually
10587           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
10588           Other tests should use BYTE_ORDER since the array is filled in
10589           with actual values
10590
10591 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10592
10593         * tests/check/elements/audioconvert.c: (verify_convert),
10594         (GST_START_TEST):
10595           when a test fails, give an indication of which it is
10596
10597 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10598
10599         * gst-libs/gst/cdda/gstcddabasesrc.c:
10600           compile fix; strtol() needs <stdlib.h>
10601
10602 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10603
10604         * ext/alsa/gstalsamixerelement.c:
10605         * ext/alsa/gstalsasrc.c:
10606         * ext/cdparanoia/gstcdparanoiasrc.c:
10607         * ext/gnomevfs/gstgnomevfssink.c:
10608         * ext/gnomevfs/gstgnomevfssrc.c:
10609         * ext/ogg/gstoggdemux.c:
10610         * ext/ogg/gstoggmux.c:
10611         * ext/ogg/gstoggparse.c:
10612         * ext/ogg/gstogmparse.c:
10613         * ext/pango/gstclockoverlay.c:
10614         * ext/pango/gsttextoverlay.c:
10615         * ext/pango/gsttextrender.c:
10616         * ext/pango/gsttimeoverlay.c:
10617         * ext/theora/theoradec.c:
10618         * ext/theora/theoraenc.c:
10619         * ext/vorbis/vorbisdec.c:
10620         * ext/vorbis/vorbisenc.c:
10621         * gst-libs/gst/audio/gstaudiofilter.c:
10622         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10623         * gst/audioconvert/gstaudioconvert.c:
10624         * gst/audiorate/gstaudiorate.c:
10625         * gst/audioresample/gstaudioresample.c:
10626         * gst/audiotestsrc/gstaudiotestsrc.c:
10627         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10628         * gst/playback/gstdecodebin.c:
10629         * gst/playback/gstplaybin.c:
10630         * gst/playback/gststreamselector.c:
10631         * gst/subparse/gstsubparse.c:
10632         * gst/tcp/gstmultifdsink.c:
10633         * gst/tcp/gsttcpclientsink.c:
10634         * gst/tcp/gsttcpclientsrc.c:
10635         * gst/tcp/gsttcpserversink.c:
10636         * gst/tcp/gsttcpserversrc.c:
10637         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10638         * gst/videorate/gstvideorate.c:
10639         * gst/videoscale/gstvideoscale.c:
10640         * gst/videotestsrc/gstvideotestsrc.c:
10641         * gst/volume/gstvolume.c:
10642         * sys/v4l/gstv4ljpegsrc.c:
10643         * sys/v4l/gstv4lmjpegsink.c:
10644         * sys/v4l/gstv4lmjpegsrc.c:
10645         * sys/v4l/gstv4lsrc.c:
10646         * sys/ximage/ximagesink.c:
10647         * sys/xvimage/xvimagesink.c:
10648         * tests/check/libs/cddabasesrc.c:
10649           make GstElementDetails const
10650
10651 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10652
10653         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
10654         (gst_adder_init):
10655           send events from src-pad to all sink-pads fixes #338657
10656
10657 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10658
10659         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
10660         (alsasink_parse_spec):
10661           query width capabilities from alsa, fixes #338919
10662
10663 2006-04-28  Wim Taymans  <wim@fluendo.com>
10664
10665         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
10666         (gst_multi_fd_sink_remove_client_link):
10667         * gst/tcp/gstmultifdsink.h:
10668         Fix race condition in multifdsink that can lead to spurious 
10669         duplicate clients. this patch adds a new signal that is fired when
10670         multifdsink has removed all references to the fd.
10671         Fixes #339574.
10672         Updated documentation.
10673         API: client-fd-removed signal added
10674
10675 2006-04-28  Michael Smith  <msmith@fluendo.com>
10676
10677         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
10678           When asking g_value_array_new to prealloc elements, we may as well
10679           ask for the right number of elements.
10680
10681 2006-04-28  Wim Taymans  <wim@fluendo.com>
10682
10683         * gst-libs/gst/audio/gstbaseaudiosink.c:
10684         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
10685         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10686         patch to make timestamp checking more tollerant to rounding 
10687         errors given that real discontinuities are to be marked on
10688         buffers. Fixes some asf files and #338778.
10689         Also avoid some crashers when we receive an event in the 
10690         NULL state.
10691
10692 2006-04-28  Michael Smith  <msmith@fluendo.com>
10693
10694         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
10695         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
10696         (gst_gnome_vfs_src_get_property),
10697         (gst_gnome_vfs_src_send_additional_headers_callback),
10698         (gst_gnome_vfs_src_received_headers_callback),
10699         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
10700         (gst_gnome_vfs_src_stop):
10701         * ext/gnomevfs/gstgnomevfssrc.h:
10702           Remove ICY handling (mostly) from gnomevfssrc, in favour of
10703           proper shared support within icydemux.
10704
10705 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10706
10707         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
10708         (gst_video_rate_swap_prev), (gst_video_rate_chain):
10709           fix up docs
10710           fix a leak when no caps negotiated
10711           fix counting of input frames
10712         * tests/check/elements/.cvsignore:
10713         * tests/check/elements/videorate.c: (assert_videorate_stats),
10714         (GST_START_TEST), (videorate_suite):
10715           add tests for these
10716
10717 2006-04-28  Wim Taymans  <wim@fluendo.com>
10718
10719         * gst-libs/gst/audio/gstringbuffer.c:
10720         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
10721         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
10722         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10723         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10724         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10725         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10726         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10727         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
10728         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
10729         Check arguments passed to public functions instead of
10730         crashing.
10731
10732 2006-04-28  Wim Taymans  <wim@fluendo.com>
10733
10734         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10735         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
10736         GstBaseAudioSrc must be live or it does not work.
10737
10738         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
10739         Don't set live to TRUE as this is the default in the parentclass.
10740
10741 2006-04-28  Wim Taymans  <wim@fluendo.com>
10742
10743         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
10744         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
10745         Videoscale doesn't pass on pixel-aspect ratio. Handle all
10746         fixation cases better. Fixes #338991
10747
10748 2006-04-28  Wim Taymans  <wim@fluendo.com>
10749
10750         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
10751         Handle 0/1 framerate correctly Fixes #331901.
10752
10753 2006-04-28  Wim Taymans  <wim@fluendo.com>
10754
10755         * tests/check/elements/audioconvert.c: (get_float_caps),
10756         (GST_START_TEST), (audioconvert_suite):
10757         Added check for correct clipping when doing float samples
10758         in audioconvert.
10759
10760 2006-04-28  Wim Taymans  <wim@fluendo.com>
10761
10762         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
10763         (gst_video_rate_chain):
10764         Print more debugging info.
10765
10766 2006-04-28  Wim Taymans  <wim@fluendo.com>
10767
10768         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10769         (resample_set_state_from_caps):
10770         Add support for other formats audioresample can handle such as
10771         32 bits in and float and 64 bits float. Fixes #301759
10772
10773 2006-04-28  Wim Taymans  <wim@fluendo.com>
10774
10775         * gst/audioconvert/audioconvert.c: (float):
10776         correctly clip float samples > 1.0. Fixes #338718
10777
10778 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10779
10780         Patch by: Young-Ho Cha  <ganadist at chollian net>
10781
10782         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10783         (gst_text_overlay_render_text):
10784           Don't strip newlines from the text. Also, center lines
10785           within multi-line paragraphs (#339405).
10786
10787 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10788
10789         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
10790           Fix wavpack typefinding to work in more cases (don't peek
10791           for chunks of multiple hundred kBs at once, but process
10792           things step-by-step in smaller units). Fixes #339786.
10793
10794 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10795
10796         * configure.ac:
10797           back to HEAD
10798
10799 === release 0.10.6 ===
10800
10801 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
10802
10803         * configure.ac:
10804           releasing 0.10.6, "Chao"
10805
10806 2006-04-26  David Schleef  <ds@schleef.org>
10807
10808         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
10809           Fixes #338897.
10810
10811 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10812
10813         * configure.ac:
10814         * win32/common/config.h:
10815           new prerelease
10816
10817 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10818
10819         patch by: Wim Taymans
10820
10821         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
10822         (gst_ogg_demux_perform_seek):
10823           make sure correct newsegments are sent, so that the decoder
10824           and the demuxer agree on timestamps.  Fixes playback of a lot
10825           of Ogg files that do not start from 0.  Fixes #339833.
10826
10827 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10828
10829         Patch by: Edward Hervey  <edward@fluendo.com>
10830
10831         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
10832         * tests/check/Makefile.am:
10833         * tests/check/elements/videorate.c: (assert_videorate_stats),
10834         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
10835         (videorate_suite), (main):
10836           Fix an infinite loop if frames are passed in with wrongly ordered
10837           timestamps.  Fixes #339013.
10838
10839 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10840
10841         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
10842
10843         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10844           fix typefinding on some ISO files.  Fixes #339212.
10845
10846 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10847
10848         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
10849
10850         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10851           add another H264 fourcc.  Fixes #339047.
10852
10853 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10854
10855         Patch by: Jan Schmidt
10856
10857         * gst/playback/gststreamselector.c:
10858         (gst_stream_selector_bufferalloc):
10859           Restore old StreamSelector behaviour.
10860           Fixes #338419.
10861
10862 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10863
10864         * configure.ac:
10865         * win32/common/config.h:
10866           prerelease
10867
10868 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10869
10870         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
10871
10872         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10873         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
10874           Fix some memory leaks: on finalize, free buffers left in the queue
10875           before destroying the queue; in _push(), unref rtp_buf even if
10876           the process vfunc returned a NULL buffer as output buffer (#337548);
10877           demote some recuring debug messages to LOG level.
10878
10879 2006-04-11  Wim Taymans  <wim@fluendo.com>
10880
10881         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10882         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10883         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
10884         (gst_ogg_demux_loop):
10885         More cleanups.
10886         Respect segment stop when emiting EOS or SEGMENT_DONE.
10887         Fixes (#337945).
10888
10889 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10890
10891         * gst/playback/gststreamselector.c:
10892         (gst_stream_selector_get_property):
10893           Don't leak pad name.
10894
10895 2006-04-10  Michael Smith  <msmith@fluendo.com>
10896
10897         * tests/check/Makefile.am:
10898         * tests/check/gst-plugins-base.supp:
10899           Suppress an old libtheora bug (fixed in more recent versions), so 
10900           that FC4 buildslaves can pass.
10901
10902 2006-04-10  Wim Taymans  <wim@fluendo.com>
10903
10904         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10905         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
10906         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
10907         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
10908         (gst_ogg_demux_loop):
10909         Don't leak events.
10910         Remember what error we got when finding chains, if we
10911         were shutdown, that would not be an error.
10912
10913 2006-04-10  Wim Taymans  <wim@fluendo.com>
10914
10915         * gst-libs/gst/audio/gstbaseaudiosink.c:
10916         (gst_base_audio_sink_event):
10917         Starting the ringbuffer when we did not acquire it can cause
10918         a deadlock, is pointless and causes nasty things for
10919         subclasses. 
10920         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
10921
10922 2006-04-10  Wim Taymans  <wim@fluendo.com>
10923
10924         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10925         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
10926         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10927         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
10928         (gst_ogg_demux_deactivate_current_chain),
10929         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10930         (gst_ogg_demux_bisect_forward_serialno),
10931         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
10932         Add some more debugging.
10933
10934 2006-04-10  Wim Taymans  <wim@fluendo.com>
10935
10936         * ext/theora/theoradec.c: (theora_dec_src_event),
10937         (theora_handle_data_packet):
10938         Some more debug info.
10939
10940         * tests/examples/seek/seek.c: (start_seek), (main):
10941         Print element messages too.
10942
10943 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
10944
10945         * gst/audioresample/debug.h:
10946           replace debug macros with variable number of parameters
10947           by a simple alias to gstreamer standard debug macros 
10948          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
10949           supported by MSVC 6.0 and 7.1)
10950         * gst/audioresample/resample.h:
10951           define M_PI and rint for WIN32
10952         * win32/common/libgstaudio.def:
10953         * win32/common/libgstriff.def:
10954         * win32/common/libgsttag.def:
10955         * win32/common/libgstvideo.def:
10956           add new exported functions
10957         * win32/vs6:
10958           update project files
10959
10960 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10961
10962         * ext/alsa/gstalsamixeroptions.c:
10963         (gst_alsa_mixer_options_class_init):
10964         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
10965         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
10966         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
10967         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
10968         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
10969         * gst-libs/gst/audio/gstaudiofilter.c:
10970         (gst_audio_filter_class_init):
10971         * gst-libs/gst/audio/gstaudiosink.c:
10972         (gst_audioringbuffer_class_init):
10973         * gst-libs/gst/audio/gstaudiosrc.c:
10974         (gst_audioringbuffer_class_init):
10975         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
10976         * gst-libs/gst/interfaces/colorbalancechannel.c:
10977         (gst_color_balance_channel_class_init):
10978         * gst-libs/gst/interfaces/mixeroptions.c:
10979         (gst_mixer_options_class_init):
10980         * gst-libs/gst/interfaces/mixertrack.c:
10981         (gst_mixer_track_class_init):
10982         * gst-libs/gst/interfaces/tunerchannel.c:
10983         (gst_tuner_channel_class_init):
10984         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
10985         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10986         (gst_netbuffer_class_init):
10987         * gst-libs/gst/rtp/gstbasertppayload.c:
10988         (gst_basertppayload_class_init):
10989         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10990         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10991         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10992         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
10993         * gst/playback/gststreamselector.c:
10994         (gst_stream_selector_class_init):
10995         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
10996         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
10997         * sys/v4l/gstv4lcolorbalance.c:
10998         (gst_v4l_color_balance_channel_class_init):
10999         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
11000         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
11001         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
11002         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
11003         (gst_v4l_tuner_norm_class_init):
11004         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
11005         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
11006         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
11007         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11008
11009 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11010
11011         * ext/pango/gsttextrender.h:
11012         * gst-libs/gst/audio/gstaudiosink.h:
11013         * gst-libs/gst/audio/gstaudiosrc.h:
11014         * gst-libs/gst/audio/gstbaseaudiosink.h:
11015         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11016         * gst-libs/gst/audio/gstringbuffer.h:
11017         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11018         * gst-libs/gst/rtp/gstbasertppayload.h:
11019         * gst-libs/gst/video/gstvideofilter.h:
11020         * gst-libs/gst/video/gstvideosink.h:
11021         * gst/playback/gstplaybasebin.h:
11022         * gst/tcp/gstmultifdsink.h:
11023         * sys/v4l/gstv4lelement.h:
11024         Fix broken GObject macros
11025
11026 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11027
11028         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
11029         More debug to trace why my USB headset is not working with gst
11030
11031 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
11032
11033         * gst/playback/gstplaybasebin.c: (group_destroy):
11034         Clean up our group elements properly in the case where it never 
11035         got committed - it still got added unconditionally to the bin.
11036
11037 2006-04-07  Wim Taymans  <wim@fluendo.com>
11038
11039         * ext/theora/theoradec.c: (theora_dec_sink_event),
11040         (theora_handle_data_packet), (theora_dec_chain):
11041         Unref unhandled events.
11042         Protect against empty buffers.
11043         Perform QoS on running time.
11044
11045 2006-04-07  Michael Smith  <msmith@fluendo.com>
11046
11047         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
11048         (gst_vorbis_enc_chain):
11049           Remove leaks from vorbisenc.
11050           Mostly minor changes, the only significant one is that now the
11051           buffers we set as 'streamheader' on the caps are copies of the
11052           original buffers, to avoid circular refcounting problems.
11053
11054 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
11055
11056         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
11057           Don't remove our mute-probe if someone else already did so.
11058           Don't set a 2nd one if there is already one pending on the pad.
11059
11060         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11061         (do_playbin_seek):
11062           When a seek fails, ensure that playbin is still set back to playing.
11063           
11064         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
11065         (mpeg_ts_type_find), (plugin_init):
11066           Add a typefind function for mpeg-ts streams. (Closes: #336617)
11067
11068 2006-04-06  Andy Wingo  <wingo@pobox.com>
11069
11070         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
11071         (gst_video_rate_init): Caps-related parameters should not be reset
11072         by a flush -- move their inits to the instance init function.
11073         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
11074         is not OK, just return the result.
11075
11076         * gst/audiotestsrc/gstaudiotestsrc.c
11077         (gst_audio_test_src_class_init)
11078         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
11079         broken by Stefan's commit on 24 March.
11080
11081         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
11082         buffers being pushed out. Fixes oggmux ! multifdsink.
11083
11084 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11085
11086         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
11087         (gst_vorbis_dec_init), (vorbis_dec_finalize):
11088         * ext/vorbis/vorbisdec.h:
11089         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
11090         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
11091         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
11092         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
11093         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
11094         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
11095         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
11096         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
11097         (gst_vorbis_enc_buffer_from_packet),
11098         (gst_vorbis_enc_buffer_from_header_packet),
11099         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
11100         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
11101         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
11102         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
11103         (gst_vorbis_enc_change_state):
11104         * ext/vorbis/vorbisenc.h:
11105           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
11106           vorbisenc adhere to the official nomenclature; use boilerplate
11107           macro.
11108
11109 2006-04-04  Andy Wingo  <wingo@pobox.com>
11110
11111         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
11112         Whoops, fix bug introduced. Bad hacker!
11113         
11114         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
11115         Properly handle the case where you get EOS before any buffers are
11116         received. Use gst_buffer_make_metadata_writable where appropriate.
11117
11118         * ext/theora/theoradec.c (theora_handle_data_packet): This value
11119         is often negative -- make it signed so as not to wrap around.
11120         Fixes segfaults introduced on 9 March.
11121
11122 2006-04-03  Wim Taymans  <wim@fluendo.com>
11123
11124         * ext/theora/gsttheoradec.h:
11125         * ext/theora/theoradec.c: (theora_dec_src_event):
11126         Don't try to store a gdouble in a gboolean.
11127         Small cleanups.
11128
11129 2006-04-03  Michael Smith  <msmith@fluendo.com>
11130
11131         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
11132           Oggmux sucks.
11133           Make it suck slightly less by writing out the final page.
11134           Still can't encode a vorbis-in-ogg file correctly, though.
11135
11136 2006-04-03  Andy Wingo  <wingo@pobox.com>
11137
11138         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
11139         a g_print.
11140
11141         * ext/theora/theora.c (plugin_init): Register theoraparse.
11142
11143         * ext/theora/gsttheoraparse.h: 
11144         * ext/theora/theoraparse.c: New files implementing a theora
11145         parser. Now we can properly remux ogg/theora+vorbis, yay.
11146
11147         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
11148
11149 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11150
11151         * gst/audiotestsrc/gstaudiotestsrc.c:
11152           Fixed the sample pipeline (see #323798)
11153
11154 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11155
11156         * configure.ac:
11157         * win32/common/config.h:
11158         * win32/common/config.h.in:
11159           use AS_VERSION and AS_NANO
11160           more cleanups
11161
11162 2006-03-31  Andy Wingo  <wingo@pobox.com>
11163
11164         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
11165         uninitialized variable return that would happen.
11166         
11167         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
11168         uninitialized variable return that would never happen.
11169
11170         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
11171         (vorbis_parse_sink_event): Add an event function to flush our
11172         state on a seek, and to drain buffers on a premature EOS.
11173         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
11174         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
11175         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
11176         (vorbis_parse_drain_queue): Queue up buffers until we can set
11177         their timestamps and granulepos values.
11178
11179         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
11180         and keep track of data needed for deriving granulepos and
11181         timestamps for buffers.
11182
11183 2006-03-29  Wim Taymans  <wim@fluendo.com>
11184
11185         Patch by: j^ <j at bootlab dot org>
11186
11187         * ext/alsa/gstalsamixerelement.c:
11188         (gst_alsa_mixer_element_class_init):
11189         * ext/alsa/gstalsasink.c:
11190         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
11191         * ext/ogg/gstoggdemux.c:
11192         * ext/ogg/gstoggmux.c:
11193         * ext/ogg/gstoggparse.c:
11194         * ext/pango/gstclockoverlay.c:
11195         * ext/pango/gsttextoverlay.c:
11196         * ext/pango/gsttextrender.c:
11197         * ext/pango/gsttimeoverlay.c:
11198         * ext/theora/theoradec.c:
11199         * ext/theora/theoraenc.c:
11200         * ext/vorbis/vorbisdec.c:
11201         * ext/vorbis/vorbisenc.c:
11202         * gst/audioconvert/gstaudioconvert.c:
11203         * gst/subparse/gstsubparse.c:
11204         * gst/tcp/gstmultifdsink.c:
11205         * gst/tcp/gsttcpclientsink.c:
11206         * gst/tcp/gsttcpclientsrc.c:
11207         * gst/tcp/gsttcpserversink.c:
11208         * gst/tcp/gsttcpserversrc.c:
11209           better/unified long descriptions
11210           Fixes #336477
11211
11212 2006-03-29  Wim Taymans  <wim@fluendo.com>
11213
11214         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
11215         (stop_seek):
11216         Don't let double and triple clicks mess up our state.
11217
11218 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
11219
11220         * gst/playback/gstplaybin.c: (gen_video_element),
11221         (gen_text_element), (gen_audio_element), (gen_vis_element):
11222           Error out gracefully when we can't create any of the usual
11223           conversion elements for some reason. Also, don't try to
11224           create an audioscale (sic) element that's not used anyway.
11225
11226 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
11227
11228         * gst/playback/gstplaybasebin.c: (setup_source):
11229           Don't post RESOURCE_NOT_FOUND error when we can't find a source
11230           element for a particular protocol, that's confusing for users.
11231           Instead, post a RESOURCE_FAILED error, so that our own error
11232           message is actually shown in totem etc. (#336303).
11233
11234 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11235
11236         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11237
11238         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
11239         (gst_gnome_vfs_src_get_icy_metadata):
11240           Fix some minor memory leaks (#336194).
11241
11242 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11243
11244         * ext/gnomevfs/gstgnomevfs.c:
11245         (gst_gnome_vfs_location_to_uri_string):
11246         * ext/gnomevfs/gstgnomevfs.h:
11247         * ext/gnomevfs/gstgnomevfssink.c:
11248         (gst_gnome_vfs_sink_set_property):
11249         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
11250           Make gnomevfssink accept filenames as well as URIs for the
11251           "location" property, just like gnomevfssrc does (and
11252           filesrc/filesink do) (#336190).
11253
11254 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
11255
11256         * tests/check/generic/clock-selection.c: (GST_START_TEST):
11257           set to NULL before unreffing, fixes a valgrind leak.
11258           Why was this not triggering the error that an object needs to
11259           be NULL before unreffing ?
11260         * win32/common/config.h:
11261           update
11262
11263 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11264
11265         * gst/subparse/gstsubparse.c: (convert_encoding),
11266         (gst_sub_parse_change_state):
11267         * gst/subparse/gstsubparse.h:
11268           Text subtitle files may or may not be UTF-8. If it's not, we
11269           don't really want to see '?' characters in place of non-ASCII
11270           characters like accented characters. So let's assume the input
11271           is UTF-8 until we come across text that is clearly not. If it's
11272           not UTF-8, we don't really know what it is, so try the following:
11273           (a) see whether the GST_SUBTITLE_ENCODING environment variable
11274           is set; if not, check (b) if the current locale encoding is
11275           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
11276           the current locale encoding is UTF-8 and the environment variable
11277           was not set to any particular encoding. Not perfect, but better
11278           than nothing (and better than before, I think) (fixes #172848).
11279
11280 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
11281
11282         * configure.ac:
11283           update core requirement to 0.10.4.1 because of async_playback
11284           vmethod on GstBaseSink
11285
11286 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11287
11288         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11289         * gst/adder/gstadder.c: (gst_adder_init):
11290         use DEBUG_FUNCPTR for collectpads
11291
11292 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11293
11294         * docs/plugins/Makefile.am:
11295         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11296         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11297         * ext/cdparanoia/gstcdparanoiasrc.c:
11298         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
11299         (gst_gnome_vfs_sink_class_init):
11300         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
11301         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
11302         * ext/ogg/gstoggmux.c:
11303         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
11304         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
11305         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
11306         * ext/pango/gsttextoverlay.c:
11307         * ext/pango/gsttextrender.c:
11308         * ext/theora/theoradec.c:
11309         * ext/theora/theoraenc.c:
11310         * ext/vorbis/vorbisdec.c:
11311         * ext/vorbis/vorbisenc.c:
11312         * gst-libs/gst/audio/gstaudiofilter.c:
11313         (gst_audio_filter_base_init):
11314         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11315         (gst_audio_filter_template_base_init):
11316         * gst/adder/gstadder.c: (gst_adder_get_type):
11317         * gst/adder/gstadder.h:
11318         * gst/audioconvert/gstaudioconvert.c:
11319         * gst/audiotestsrc/gstaudiotestsrc.c:
11320         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11321         (gst_audio_test_src_create):
11322         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11323         * gst/playback/gstdecodebin.c:
11324         * gst/playback/gstplaybin.c:
11325         * gst/playback/gststreamselector.c:
11326         (gst_stream_selector_base_init):
11327         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
11328         * gst/volume/gstvolume.c:
11329         * sys/v4l/gstv4lmjpegsink.c:
11330         * sys/v4l/gstv4lmjpegsrc.c:
11331         * tests/check/libs/cddabasesrc.c:
11332         * tests/old/examples/gob/gst-identity2.gob:
11333           Add docs for adder, use GST_ELEMENT_DETAILS macro,
11334           define GstElementDetails at the top
11335
11336 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
11337
11338         * win32/common/libgstinterfaces.def:
11339         Add a lot of export functions for gst-python
11340         * win32/vs6/libgstinterfaces.dsp:
11341         Add a missing include folder in the project configuration
11342         
11343 2006-03-23  Wim Taymans  <wim@fluendo.com>
11344
11345         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11346         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
11347         (gst_base_audio_src_change_state):
11348         Fix audio sources, forgot to make the ringbuffer
11349         startable...
11350
11351 2006-03-23  Wim Taymans  <wim@fluendo.com>
11352
11353         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11354         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
11355         (gst_base_audio_src_change_state):
11356         unparent instead of unref the ringbuffer.
11357
11358 2006-03-23  Wim Taymans  <wim@fluendo.com>
11359
11360         * gst-libs/gst/audio/gstbaseaudiosink.c:
11361         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
11362         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
11363         Implement new async_play vmethod to start slaving and allow
11364         playback start in case of async PLAY state changes. 
11365
11366         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11367         Enable QoS with new method in base class.
11368
11369 2006-03-23  Wim Taymans  <wim@fluendo.com>
11370
11371         Patch by: Julien MOUTTE <julien at moutte dot net>
11372
11373         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
11374         (gst_video_test_src_do_seek), (gst_video_test_src_create):
11375         Partially handle 0 framerate, only EOS after the first frame
11376         is missing.
11377
11378 2006-03-23  Wim Taymans  <wim@fluendo.com>
11379
11380         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11381
11382         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11383         (gst_riff_create_video_template_caps):
11384         * gst/ffmpegcolorspace/avcodec.h:
11385         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11386         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11387         (gst_ffmpegcsp_avpicture_fill):
11388         * gst/ffmpegcolorspace/imgconvert.c:
11389         Patch for support of YVU9 AVI files (#334822)
11390
11391 2006-03-22  Edward Hervey  <edward@fluendo.com>
11392
11393         * docs/design/design-decodebin.txt:
11394         Added design document for new decodebin
11395         (Target Caps): text/x-pango-markup is also a default target caps.
11396
11397 2006-03-22  Wim Taymans  <wim@fluendo.com>
11398
11399         * gst-libs/gst/audio/gstbaseaudiosink.c:
11400         (gst_base_audio_sink_dispose):
11401         Since we _parent the ringbuffer, we also need to
11402         _unparent instead of a plain _unref.
11403
11404 2006-03-22  Wim Taymans  <wim@fluendo.com>
11405
11406         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
11407         (stop_seek), (scrub_toggle_cb), (main):
11408         Add scrub checkbox.
11409
11410 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11411
11412         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
11413         (gst_ogg_parse_chain):
11414           Fix very inefficient usage of linked lists (#335365).
11415
11416 2006-03-21  Edward Hervey  <edward@fluendo.com>
11417
11418         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
11419         * gst/playback/gstplaybin.c: (handoff):
11420         * gst/playback/gststreamselector.c:
11421         (gst_stream_selector_set_property):
11422         gcc 4.1 unreferenced pointer fixes.
11423         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11425         gst_buffer_ref() now takes a GstBuffer*.
11426
11427 2006-03-20  Julien MOUTTE  <julien@moutte.net>
11428
11429         * sys/xvimage/xvimagesink.c:
11430         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
11431         by Jan Schmidt.
11432
11433 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
11434
11435         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
11436         (id3v1_type_find), (apetag_type_find), (plugin_init):
11437           Can't do tag preferences via probability, as tags would then
11438           lose against types that are recognised with MAXIMUM probability
11439           (like .wav); so let all tag typefinders return MAXIMUM themselves
11440           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
11441           that we can prefer APE to ID3v1 (fixes #335028).
11442           
11443 2006-03-17  Wim Taymans  <wim@fluendo.com>
11444
11445         * gst-libs/gst/audio/gstbaseaudiosink.c:
11446         (gst_base_audio_sink_change_state):
11447         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
11448         (gst_ring_buffer_may_start):
11449         * gst-libs/gst/audio/gstringbuffer.h:
11450         Only start playback if we are playing.
11451         should fix #330748.
11452
11453 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
11454
11455         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
11456         * win32/common/config.h:
11457           Revert accidental commits to these files.
11458
11459 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11460
11461         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
11462
11463         * tests/Makefile.am:
11464           Don't try to build tests in tests/icles if we
11465           don't have X (#323852)
11466
11467 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11468
11469         * gst-libs/gst/tag/gstid3tag.c:
11470           Add TXXX frame identifiers for replaygain stuff as used
11471           by some taggers (see #323721).
11472
11473 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
11474
11475         * gst/playback/gststreamselector.c:
11476         (gst_stream_selector_set_property),
11477         (gst_stream_selector_bufferalloc):
11478           Preserve the existing buggy streamselector behaviour by performing
11479           a fallback buffer allocation when downstream isn't linked yet.
11480           This should really be fixed in playbin by blocking pads until it's
11481           linked them.
11482           Also, use gst_pad_alloc_buffer instead of
11483           gst_pad_alloc_buffer_and_set.
11484
11485 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11486
11487         * gst-libs/gst/tag/gstid3tag.c:
11488           Don't crash on unknown ID3v2 TXXX frames.
11489           
11490 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11491
11492         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
11493           Chain up to the parent finalize method.
11494           Add 32-bit sample size to the template caps.
11495
11496         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11497         (gst_riff_create_video_template_caps):
11498           Add the fourcc that the VMWare codec uses.
11499           
11500         * gst/playback/gststreamselector.c:
11501         (gst_stream_selector_set_property),
11502         (gst_stream_selector_bufferalloc),
11503         (gst_stream_selector_request_new_pad):
11504           For the active pad, forward buffer-alloc requests, otherwise
11505           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
11506           having to memcpy every frame when used by playbin.
11507
11508         * gst/tcp/gstmultifdsink.c:
11509         (gst_multi_fd_sink_handle_client_write):
11510           Get negotiated caps from the sink pad, rather than the sink
11511           pad's peer.
11512
11513 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11514
11515         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11516         
11517         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
11518           Don't forget to set src->callbacks_pushed to FALSE again when
11519           popping them, otherwise re-activation in a different mode won't
11520           work (#334620).
11521
11522 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11523
11524         Patch by: Sebastien Moutte  <sebastien moutte net>
11525
11526         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
11527         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
11528         (gst_ffmpeg_smpfmt_to_caps):
11529           Replace __VA_ARGS__ caps creation macros with varargs functions.
11530           Makes things compile on MSVC (#320765), looks nicer, and we can
11531           tell the compiler to check for the NULL terminator.
11532
11533 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11534
11535         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11536
11537         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11538           Make sure the buffer we copy into is really always big
11539           enough, this time for real (#333488).
11540           
11541 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11542
11543         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11544           Add support for 24bpp DIB (#305279).
11545
11546 2006-03-14  Wim Taymans  <wim@fluendo.com>
11547
11548         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
11549         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11550         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
11551         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
11552         (gst_video_scale_init), (gst_video_scale_src_event):
11553         Re-enable QoS after the release.
11554         Rework videoscale to use the base class src_event handler.
11555
11556 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11557
11558         * configure.ac:
11559           back to CVS.
11560
11561 === release 0.10.5 ===
11562
11563 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
11564
11565         * configure.ac:
11566           releasing 0.10.5, "Net"
11567
11568 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
11569
11570         * docs/plugins/Makefile.am:
11571           Part of previous cdparanoiasrc docs fixes, forgot to commit.
11572           
11573 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11574
11575         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11576         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11577         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11578           Add cdparanoiasrc to docs.
11579
11580         * gst-libs/gst/cdda/gstcddabasesrc.c:
11581           More GstCddaBaseSrc docs.
11582
11583 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11584
11585         * docs/libs/gst-plugins-base-libs-sections.txt:
11586         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
11587         * gst-libs/gst/tag/tag.h:
11588           API: libgsttag: new method gst_tag_from_id3_user_tag().
11589
11590 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
11591
11592         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11593           NULL-terminate array of mpeg4 video file extensions.
11594           Fixes crash on PPC (#334226).
11595
11596 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
11597
11598         * ext/gnomevfs/gstgnomevfssrc.c:
11599         (gst_gnome_vfs_src_check_get_range):
11600           gnome_vfs_uri_is_local() alone is not a good indicator
11601           whether we can operate in pull-mode with a specific URI,
11602           as it returns FALSE for file:// URIs that point to an
11603           NFS-mounted path. Be more conservative here: whitelist
11604           local files, blacklist http URIs and use the old
11605           mechanism for anything else (fixes #334216).
11606
11607 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11608
11609         * configure.ac:
11610           back to trunk
11611
11612 === release 0.10.4 ===
11613
11614 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
11615
11616         * configure.ac:
11617           releasing 0.10.4, "Power"
11618
11619 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
11620
11621         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11622         Disable max-lateness by setting it to -1 for now, so that 
11623         we can bed QoS stuff in thoroughly between now and the next
11624         release.
11625
11626 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
11627
11628         Patch by: Fabrizio Gennari
11629
11630         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11631           Make sure we don't read beyond the palette buffer in case of
11632           broken or manipulated files (#333488)
11633
11634 2006-03-10  Edward Hervey  <edward@fluendo.com>
11635
11636         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11637         Fix for variable not initialized.
11638
11639 2006-03-09  Wim Taymans  <wim@fluendo.com>
11640
11641         * ext/libvisual/visual.c: (gst_visual_get_type),
11642         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
11643         (gst_visual_chain):
11644         Small cleanups.
11645
11646         * ext/theora/gsttheoradec.h:
11647         * ext/theora/theoradec.c: (gst_theora_dec_init),
11648         (gst_theora_dec_reset), (_theora_granule_time),
11649         (theora_dec_src_convert), (theora_dec_sink_convert),
11650         (theora_dec_src_query), (theora_dec_src_event),
11651         (theora_dec_sink_event), (theora_handle_comment_packet),
11652         (theora_handle_header_packet), (theora_dec_push),
11653         (theora_handle_data_packet), (theora_dec_chain),
11654         (theora_dec_change_state):
11655         Add simple QoS.
11656
11657 2006-03-09  Wim Taymans  <wim@fluendo.com>
11658
11659         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
11660         (audiocast_register_listener), (gst_gnome_vfs_src_start):
11661         Some cleanups.
11662
11663 2006-03-09  Wim Taymans  <wim@fluendo.com>
11664
11665         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
11666         Don't try to activate NULL chains.
11667
11668 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11669
11670         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11671           Fix invalid memory access to region before peek'd data (#332964).
11672
11673 2006-03-09  Wim Taymans  <wim@fluendo.com>
11674
11675         Patch by: Christophe Fergeau
11676
11677         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
11678         * ext/pango/gsttextrender.c: (gst_text_render_init):
11679         * gst/adder/gstadder.c: (gst_adder_init):
11680         Don't leak padtemplates, closes #333510.
11681
11682 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11683
11684         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
11685           Fix invalid memory access: make sure string passed to
11686           regexec() is NUL-termianted.
11687
11688 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11689
11690         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11691         (mp3_type_find):
11692           Refactor mpeg/audio typefinding to make it more maintainable
11693           and easier to fine-tune. Make probing into middle of the file
11694           work properly (fixes #333900, also see #152688).
11695
11696 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11697
11698         * gst/typefind/gsttypefindfunctions.c:
11699         (utf8_type_find_have_valid_utf8_at_offset):
11700           Remove part from previous commit that was bogus:
11701           g_utf8_validate() does in fact not accept embedded
11702           zeroes, so we don't need to check for those (thanks
11703           to Mike for the hint).
11704
11705 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
11706
11707         * gst/typefind/gsttypefindfunctions.c:
11708         (utf8_type_find_count_embedded_zeroes),
11709         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
11710           Make plain/text typefinder more conservative: firstly, check
11711           for embedded zeroes, which are perfectly valid UTF-8 characters,
11712           but also a fairly good sign that something is not a plain text
11713           file; secondly, probe into the middle of the file if possible.
11714           If we can't probe into the middle, limit the probability value
11715           to be returned to TYPE_FIND_POSSIBLE (see #333900).
11716
11717 2006-03-08  Michael Smith  <msmith@fluendo.com>
11718
11719         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11720           Make typefind function name for mpeg4 video unique.
11721
11722 2006-03-08  Wim Taymans  <wim@fluendo.com>
11723
11724         * ext/libvisual/visual.c: (gst_visual_init),
11725         (gst_visual_clear_actors), (gst_visual_dispose),
11726         (gst_visual_reset), (gst_visual_src_setcaps),
11727         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
11728         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
11729         (gst_visual_chain), (gst_visual_change_state):
11730         Cleanups, post nice errors.
11731         Handle sink and src events.
11732         Implement simple QoS.
11733
11734         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11735         Use new basesink methods to configure max-lateness.
11736         Small doc update.
11737
11738         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11739         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
11740         Debug statement cleanups.
11741
11742         * gst/volume/gstvolume.c: (gst_volume_class_init):
11743         Simple cleanup.
11744
11745 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
11746
11747         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
11748         (gst_text_overlay_init), (gst_text_overlay_set_property),
11749         (gst_text_overlay_get_property):
11750           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
11751           as string type properties, but mark them deprecated. Add
11752           'halignment' and 'valignment' properties that use enums
11753           instead of strings.
11754
11755 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
11756
11757         Patch by: Fabrizio Gennari
11758
11759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11760           Allow palettes with less than 256 colours in AVI files
11761           (#333488)
11762
11763 2006-03-07  Julien MOUTTE  <julien@moutte.net>
11764
11765         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
11766         (gst_text_overlay_video_event): Fix wrong EOS handling on text
11767         pad. We were releasing the queued text buffer when we should keep
11768         it until video pad gets EOS or discard the text buffer because it's
11769         too old. That was eating the last subtitle buffer. Add some more
11770         debug.
11771
11772 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11773
11774         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
11775         (gst_text_overlay_video_chain):
11776           Fix invalid memory access (we can't access a buffer after it's been
11777           pushed downstream without taking a reference); fix memory leak (if
11778           there's no text to render, bail out before allocating stuff).
11779
11780 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11781
11782         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11783         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
11784         * ext/pango/gsttextoverlay.h:
11785           If input is plain text, escape it before passing it to
11786           pango_layout_set_markup().
11787
11788 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11789
11790         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
11791           Don't ignore flow return from gst_pad_push().
11792
11793 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11794
11795         Patch by: Fabrizio Gennari
11796
11797         * ext/libvisual/visual.c: (gst_visual_getcaps),
11798         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
11799         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
11800         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
11801         (gst_vorbisenc_convert_sink):
11802         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
11803         (gst_audio_duration_from_pad_buffer):
11804         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
11805         (gst_audio_filter_chain):
11806         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11807         (gst_base_rtp_depayload_setcaps):
11808         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
11809         (gst_video_get_size):
11810         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11811           Don't leak references returned by gst_pad_get_parent()
11812           (#333663)
11813
11814 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
11815
11816         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
11817           change location param details
11818         * gst/volume/gstvolume.c: (plugin_init):
11819           correct plugin description
11820
11821 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11822
11823         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
11824         (gst_gnome_vfs_src_check_get_range):
11825           Override GstBaseSrc::check_get_range() in order to avoid opening
11826           the resource just to check whether we can operate in pull-mode or
11827           not - we can predict that pretty well from the URI alone. Should
11828           fix problems with last.fm (#331690). (Requires latest core CVS).
11829
11830 2006-03-06  Wim Taymans  <wim@fluendo.com>
11831
11832         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
11833         (gst_video_sink_class_init):
11834         Throw away frames that are later than 20 ms.
11835
11836 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11837
11838         Patch by: Fabrizio Gennari
11839
11840         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
11841           Set depth on WMA caps (#333545)
11842
11843 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11844
11845         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
11846         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11847           put Theora BOS pages before others.  This hardcodes
11848           the Ogg/Theora I profile, but hey.
11849
11850 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11851
11852         * ext/ogg/README:
11853           updated with some examples
11854         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
11855         (granulepos_add), (theora_buffer_from_packet):
11856         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
11857         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
11858         (gst_vorbisenc_chain):
11859           implement strategy from ext/ogg/README
11860         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
11861         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11862         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
11863         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
11864           Fix muxer so that oggz-validate is happy with all streams;
11865           except for no eos mark, and the BOS page ordering
11866         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
11867         (check_buffer_granulepos):
11868         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
11869           update tests to check for OFFSET being set as requested
11870           fixed type of granulepos, it's not a ClockTime
11871
11872 2006-03-05  Julien MOUTTE  <julien@moutte.net>
11873
11874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11875         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
11876         Check that the xvimage we are creating has a correct size
11877         before returning it. (#314897)
11878
11879 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
11880
11881         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11882           Give id3 and ape tag typefinders a rank slightly higher
11883           than PRIMARY to ensure they're always run before any of
11884           the other typefinders (in particular wav and mp3) (#324186).
11885
11886 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
11887
11888         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11889           Add support for '3IVD' fourcc (#333403).
11890
11891 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11892
11893         * configure.ac:
11894           Bump requirements to GStreamer CVS for the new error enum.
11895
11896         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
11897           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
11898           space left on the device (fixes #333352).
11899
11900 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
11901
11902         * win32/vs6:
11903           add a project file for libgstvolume
11904           update the workspace
11905
11906 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11907
11908         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
11909         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
11910         (GST_START_TEST):
11911           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
11912           Set IN_CAPS on header buffers
11913
11914 2006-03-02  Wim Taymans  <wim@fluendo.com>
11915
11916         * docs/plugins/Makefile.am:
11917         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11918         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11919         Add audioresample to docs.
11920
11921         * gst/audioconvert/gstaudioconvert.c:
11922         Add revision date.
11923
11924         * gst/audioresample/gstaudioresample.c:
11925         (gst_audioresample_base_init), (gst_audioresample_class_init),
11926         (gst_audioresample_init), (gst_audioresample_dispose),
11927         (audioresample_get_unit_size), (audioresample_transform_caps),
11928         (resample_set_state_from_caps), (audioresample_transform_size),
11929         (audioresample_set_caps), (audioresample_event),
11930         (audioresample_do_output), (audioresample_transform),
11931         (audioresample_pushthrough), (gst_audioresample_set_property),
11932         (gst_audioresample_get_property), (plugin_init):
11933         * gst/audioresample/gstaudioresample.h:
11934         Added docs.
11935         Small code cleanups.
11936
11937 2006-03-02  Wim Taymans  <wim@fluendo.com>
11938
11939         * docs/plugins/Makefile.am:
11940         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11941         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11942         Added videoscale to docs.
11943
11944         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
11945         (gst_video_rate_swap_prev), (gst_video_rate_event),
11946         (gst_video_rate_chain):
11947         Fix typo in docs.
11948
11949         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
11950         (gst_video_scale_init), (gst_video_scale_prepare_size),
11951         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
11952         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
11953         * gst/videoscale/gstvideoscale.h:
11954         Added docs, examples.
11955         Some code cleanups.
11956         Post errors instead of g_warning.
11957
11958 2006-03-02  Wim Taymans  <wim@fluendo.com>
11959
11960         * docs/libs/gst-plugins-base-libs-docs.sgml:
11961         * docs/libs/gst-plugins-base-libs-sections.txt:
11962         * docs/libs/gst-plugins-base-libs.types:
11963         * docs/plugins/Makefile.am:
11964         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11965         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11966         Added some more docs to libs and plugins.
11967
11968         * gst-libs/gst/audio/gstringbuffer.c:
11969         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
11970         * gst-libs/gst/audio/gstringbuffer.h:
11971         Document ringbuffer some more.
11972
11973         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
11974         (gst_video_rate_setcaps), (gst_video_rate_reset),
11975         (gst_video_rate_init), (gst_video_rate_flush_prev),
11976         (gst_video_rate_swap_prev), (gst_video_rate_event),
11977         (gst_video_rate_chain), (gst_video_rate_change_state):
11978         * gst/videorate/gstvideorate.h:
11979         Fix videorate to use segments.
11980         Make it work with 0/1 framerates (closes #331903)
11981         Handle EOS correctly.
11982         Added docs.
11983
11984 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11985
11986         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
11987         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
11988         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
11989           In state change function, first chain up to parent class,
11990           then handle downwards state change stuff. Remove some
11991           commented out cruft from 0.8 code.
11992
11993 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11994
11995         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11996         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11997         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
11998         (gst_ogm_parse_chain):
11999           Don't remove/re-add source pad if the new caps are the same as
12000           the old caps anyway (#333042). When removing source pad, don't
12001           unref it afterwards - we didn't ref it when adding. Sprinkle some
12002           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
12003           after using gst_pad_get_parent(). Return downstream flow return
12004           value in chain function.
12005
12006 2006-03-02  Wim Taymans  <wim@fluendo.com>
12007
12008         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12009         * docs/plugins/gst-plugins-base-plugins.args:
12010         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12011         * docs/plugins/gst-plugins-base-plugins.interfaces:
12012         * docs/plugins/gst-plugins-base-plugins.signals:
12013         Fix hierarchy, added some more elements to the docs.
12014
12015         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12016         (gst_ffmpegcsp_get_type):
12017         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
12018         Fix docs for ffmpegcolorspace.
12019
12020 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
12021
12022         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
12023         (apetag_type_find), (ape_type_find), (plugin_init):
12024           Some typefinding fine-tuning:
12025           - rank ID3/APE tags in order of preference via probabilities, so that
12026             ID3v2 > APEv2 > APEv1 > ID3v1.
12027           - three or four bytes don't really justify MAXIMUM probability,
12028             change those to 'very likely' (musepack and monkeysaudio).
12029
12030 2006-03-01  Wim Taymans  <wim@fluendo.com>
12031
12032         * docs/plugins/Makefile.am:
12033         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12034         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12035         * ext/alsa/gstalsamixer.c:
12036         * ext/alsa/gstalsamixer.h:
12037         * ext/alsa/gstalsamixerelement.c:
12038         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
12039         * ext/alsa/gstalsamixerelement.h:
12040         * ext/alsa/gstalsasink.c:
12041         * ext/alsa/gstalsasink.h:
12042         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
12043         (gst_alsasrc_init):
12044         * ext/alsa/gstalsasrc.h:
12045         Added alsa docs.
12046         Small code cleanups.
12047
12048 2006-03-01  Wim Taymans  <wim@fluendo.com>
12049
12050         * ext/theora/Makefile.am:
12051         Dist new header too,
12052
12053 2006-03-01  Wim Taymans  <wim@fluendo.com>
12054
12055         * docs/plugins/Makefile.am:
12056         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12057         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12058         * ext/gnomevfs/gstgnomevfssink.h:
12059         * ext/gnomevfs/gstgnomevfssrc.h:
12060         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12061         * ext/vorbis/vorbisdec.h:
12062         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
12063         * ext/vorbis/vorbisenc.h:
12064         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
12065         (vorbis_parse_chain), (vorbis_parse_change_state):
12066         * ext/vorbis/vorbisparse.h:
12067         * gst/audioconvert/gstaudioconvert.h:
12068         * gst/tcp/gsttcpserversink.h:
12069         * gst/videotestsrc/gstvideotestsrc.c:
12070         * gst/videotestsrc/gstvideotestsrc.h:
12071         * gst/volume/gstvolume.c:
12072         * gst/volume/gstvolume.h:
12073         Fix some more docs.
12074         Added docs for vorbisdec and vorbisparse.
12075         Fix vorbisparse.
12076
12077 2006-03-01  Wim Taymans  <wim@fluendo.com>
12078
12079         * docs/plugins/Makefile.am:
12080         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12081         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12082         * ext/pango/gstclockoverlay.h:
12083         * ext/pango/gsttextoverlay.h:
12084         * ext/pango/gsttextrender.h:
12085         * ext/pango/gsttimeoverlay.h:
12086         * ext/theora/gsttheoradec.h:
12087         * ext/theora/gsttheoraenc.h:
12088         * ext/theora/theoradec.c:
12089         * ext/theora/theoraenc.c:
12090         * gst/audioconvert/gstaudioconvert.h:
12091         * gst/audiotestsrc/gstaudiotestsrc.h:
12092         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
12093         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
12094         * gst/tcp/gstmultifdsink.h:
12095         Updated/added documentation.
12096
12097         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
12098         (gst_text_overlay_halign_get_type),
12099         (gst_text_overlay_wrap_mode_get_type),
12100         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
12101         (gst_text_overlay_init), (gst_text_overlay_set_property),
12102         (gst_text_overlay_get_property):
12103         Fix up properties to be enums instead of string to make bindings,
12104         introspection and automatic GUI creation possible.
12105         Add getters for the properties.
12106
12107 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
12108
12109         * gst/audiotestsrc/gstaudiotestsrc.c:
12110           added defines of M_PI and M_PI_2
12111         * gst/ffmpegcolorspace/avcodec.h:
12112           removed #include "stdint.h" for win32 as _stdint.h is 
12113           autogenerated to win32/common
12114         * win32/common/libgstaudio.def:
12115         * win32/common/libgsttag.def:
12116           added some exports
12117         * win32/vs6:
12118           some project files bugs corrected
12119         * win32/vs7:
12120           project files are reset to the default vs7 configuration 
12121           (they link to msvcr71.dll using default optimizations)
12122           
12123 2006-02-28  Wim Taymans  <wim@fluendo.com>
12124
12125         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
12126         Fix some docs.
12127
12128 2006-02-28  Edward Hervey  <edward@fluendo.com>
12129
12130         * ext/alsa/gstalsasrc.c:
12131         Set proper class on the ElementDetails:
12132         Source/Audio instead of Src/Audio/
12133
12134 2006-02-28  Edward Hervey  <edward@fluendo.com>
12135
12136         * gst/videoscale/vs_scanline.c:
12137         (vs_scanline_resample_nearest_RGBA):
12138         Revert optimization in videoscale. It should go in liboil and have
12139         an appropriate liboil function.
12140
12141 2006-02-28  Wim Taymans  <wim@fluendo.com>
12142
12143         * gst-libs/gst/audio/gstbaseaudiosink.c:
12144         (gst_base_audio_sink_provide_clock):
12145         Don't try to provide a clock in the NULL state.
12146
12147 2006-02-28  Wim Taymans  <wim@fluendo.com>
12148
12149         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
12150         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
12151         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
12152         (gst_ogg_demux_deactivate_current_chain),
12153         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
12154         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
12155         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
12156         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
12157         Use GstSegment infrastructure to remove duplicated code
12158         and handle more seek cases correctly.
12159
12160 2006-02-28  Wim Taymans  <wim@fluendo.com>
12161
12162         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12163         (gst_ffmpegcsp_transform):
12164         Don't ignore return code from ffmpeg convert function.
12165
12166         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
12167         Split out some long statements to ease debugging.
12168
12169 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
12170
12171         * ext/libvisual/visual.c: (gst_visual_init),
12172         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
12173         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
12174         being able to renegotiate the size. Instead, use the negotiation
12175         algorithm from the goom plugin to pick an initial output caps. 
12176
12177         Also, allow theoretical libvisual plugins that might support non-GL 
12178         output even if they also do GL.
12179
12180 2006-02-26  Julien MOUTTE  <julien@moutte.net>
12181
12182         * ext/libvisual/visual.c: (gst_visual_init),
12183         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
12184         (plugin_init): Load only non GL plugins. Fix some memleaks and 
12185         possible negotiation issues.
12186
12187 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12188
12189         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
12190
12191 2006-02-24  Michael Smith  <msmith@fluendo.com>
12192
12193         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
12194         (cmml_type_find), (plugin_init):
12195           Fix CMML type find function to not require a specific minor version
12196           of the CMML header.
12197
12198           Add an MPEG4 video elementary stream typefind function.
12199
12200 2006-02-04  Michael Smith  <msmith@fluendo.com>
12201
12202         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
12203         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
12204         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
12205         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
12206         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
12207         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
12208           Annodex support in ogg demuxer. Doesn't do very much without the
12209           other annodex patches (to come).
12210
12211 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12212
12213         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
12214
12215         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12216           Pick up palette for MS video v1 (#327028)
12217
12218 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12219
12220         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12221         (gst_ffmpegcsp_caps_remove_format_info),
12222         (gst_ffmpegcsp_get_unit_size):
12223           The 'palette_data' field from incoming RGB caps shouldn't be
12224           proxied on outgoing YUV caps; also, restrict unit size
12225           adjustment in case of paletted data only to the unit that
12226           actually has a palette. Fixes #330711.
12227
12228 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12229
12230         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12231         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
12232         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
12233         (gst_ffmpegcsp_get_unit_size):
12234           Plug some memory leaks.
12235
12236 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12237
12238         * sys/ximage/Makefile.am:
12239         * sys/xvimage/Makefile.am:
12240           Add some _CFLAGS and _LIBS that seem to be missing
12241           and/or required for Cygwin (see #317048).
12242
12243 2006-02-22  Wim Taymans  <wim@fluendo.com>
12244
12245         * ext/alsa/gstalsasrc.c:
12246         Fix description as pointed out by caugier.
12247
12248 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
12249
12250         Reviewed by : Edward Hervey  <edward@fluendo.com>
12251
12252         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12253         (qt_type_find):
12254         Better 3gp typefinding (#331526).
12255
12256 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
12257
12258         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
12259           Don't send EOS event here, the base class will send one for us.
12260
12261         * gst/playback/gstplaybasebin.c: (prepare_output):
12262           Subpictures without video stream aren't allowed either.
12263         
12264         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
12265           Fix debug statement copy'n'paste-o.
12266
12267 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
12268
12269         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
12270           Fix issues with mixer keeping state when muting/unmuting
12271           and when changing the volume whilst muted (see #331763
12272           and #331765).
12273
12274 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
12275
12276         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
12277         (parse_subrip), (gst_sub_parse_format_autodetect):
12278           Set right caps given that we send escaped text. Also,
12279           honour <i></i>, <b></b> and <u></u> markers that can be found
12280           in .srt files (fixes #310202).
12281
12282 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
12283
12284         * gst-libs/gst/audio/mixerutils.c:
12285         (element_factory_rank_compare_func):
12286           Make order in which elements are tried more determinable.
12287
12288 2006-02-20  Julien MOUTTE  <julien@moutte.net>
12289
12290         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12291         (remove_element_chain), (cleanup_decodebin),
12292         (gst_decode_bin_change_state): Make decodebin reusable by
12293         fixing remove_element_chain first and then introduce a
12294         cleaner in state change to ->NULL. (Closes #331678)
12295
12296 2006-02-19  Wim Taymans  <wim@fluendo.com>
12297
12298         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
12299         use 0666 mask when creating files so umask gets applied
12300         correctly. Fixes #331295.
12301
12302 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
12303
12304         * gst/subparse/Makefile.am:
12305         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
12306         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
12307         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
12308         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
12309         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
12310         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
12311         * gst/subparse/gstssaparse.h:
12312         * gst/subparse/gstsubparse.c: (plugin_init):
12313           Add very basic parser for SSA subtitle streams (as often
12314           found in matroska files).
12315
12316 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
12317
12318         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
12319           That should be text/x-pango-markup, not text/x-pango-layout.
12320
12321 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12322
12323         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
12324         Polishing.
12325
12326 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12327
12328         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12329         (gst_text_overlay_finalize), (gst_text_overlay_init),
12330         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12331         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12332         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
12333         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
12334         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
12335         Fix state change deadlock.
12336
12337 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12338
12339         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12340         (gst_text_overlay_finalize), (gst_text_overlay_init),
12341         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12342         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12343         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
12344         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
12345         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
12346         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
12347         and subtitles files.
12348
12349 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12350
12351         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
12352         should be considered as raw.
12353
12354 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12355
12356         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12357         (cb_probe):
12358         * gst/playback/gststreaminfo.h: Introduce language informations.
12359
12360 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12361
12362         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12363         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12364         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12365         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12366         Set shared memory segments to be deleted as soon as we have attached,
12367         that way they get cleaned up automatically if we crash.
12368
12369 2006-02-18  Julien MOUTTE  <julien@moutte.net>
12370
12371         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
12372         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
12373         functions are called with lock held.
12374
12375 2006-02-18  Julien MOUTTE  <julien@moutte.net>
12376
12377         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12378         (gst_text_overlay_finalize), (gst_text_overlay_init),
12379         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12380         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12381         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12382         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12383         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12384         (gst_text_overlay_change_state): Refactoring of textoverlay
12385         without collectpads. This now supports sparse subtitles coming
12386         from a demuxer instead of a sub file. Seeking is still broken 
12387         though. Need to discuss with wtay some more on how to handle
12388         seeking correctly.
12389         * ext/pango/gsttextoverlay.h:
12390         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
12391         subtitles coming from the demuxer.
12392
12393 2006-02-17  Wim Taymans  <wim@fluendo.com>
12394
12395         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
12396         (gst_vorbisenc_convert_sink):
12397         Use some more scaling functions.
12398
12399 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12400
12401         * ext/cdparanoia/gstcdparanoiasrc.c:
12402         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
12403         (gst_cd_paranoia_paranoia_callback),
12404         (gst_cd_paranoia_src_signal_is_being_watched),
12405         (gst_cd_paranoia_src_read_sector):
12406         * ext/cdparanoia/gstcdparanoiasrc.h:
12407           Add back 'transport-error' and 'uncorrected-error' signals and
12408           make them actually be fired when bad stuff happens (#319340).
12409
12410 2006-02-17  Wim Taymans  <wim@fluendo.com>
12411
12412         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
12413         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12414         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
12415         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
12416         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
12417         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
12418         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
12419         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12420         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
12421         (gst_ring_buffer_clear):
12422         Small cleanups.
12423         Added some G_LIKELY.
12424
12425 2006-02-17  Wim Taymans  <wim@fluendo.com>
12426
12427         * gst-libs/gst/audio/TODO:
12428         Update TODO
12429
12430         * gst-libs/gst/audio/gstbaseaudiosink.c:
12431         (gst_base_audio_sink_get_offset):
12432         When trying to play samples ASAP and we don't have a
12433         previous sample, try to play at position 0 instead of
12434         an invalid position.
12435
12436 2006-02-17  Wim Taymans  <wim@fluendo.com>
12437
12438         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
12439         (gst_alsasink_reset):
12440         Also release lock when we get an error in _reset();
12441         fix an error message.
12442
12443 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12444
12445         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
12446         (gst_alsasink_init), (get_channel_free_structure),
12447         (caps_add_channel_configuration), (gst_alsasink_getcaps),
12448         (gst_alsasink_close):
12449         * ext/alsa/gstalsasink.h:
12450           Add support for more than 2 channels (#326720).
12451
12452 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12453
12454         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12455           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
12456           with 4 or 6 channels, assume a default channel layout to make things
12457           work (not sure there's anything else we can do in those cases).
12458
12459 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12460
12461         * gst-libs/gst/audio/multichannel.c:
12462           Minor docs fix.
12463
12464         * gst-libs/gst/riff/Makefile.am:
12465         * gst-libs/gst/riff/riff-ids.h:
12466         * gst-libs/gst/riff/riff-media.c:
12467         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
12468           Add support for WAVEFORMATEX, eg. PCM audio with more than two
12469           channels and a channel layout map.
12470           
12471 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
12472
12473         Reviewed by Edward Hervey  <edward@fluendo.com>
12474
12475         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
12476         C-level optimization of the RGBA nearest neighbour function.
12477         Eventually this might end up in liboil with vectorized versions.
12478
12479 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12480
12481         * gst-libs/gst/audio/multichannel.c:
12482         (gst_audio_get_channel_positions):
12483           When we have more than 2 channels, but no channel layout is
12484           specified in the caps, return some default channel layout
12485           to the caller and warn about about a possibly buggy element
12486           (could be buggy filtercaps as well of course) (#317038).
12487
12488 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12489
12490         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12491           Add gst-libs/gst/cdda to list of lib search paths.
12492
12493 2006-02-15  Andy Wingo  <wingo@pobox.com>
12494
12495         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
12496         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
12497         to the Lord Jesus that I do not have to touch the ogg muxer ever
12498         again.
12499
12500 2006-02-15  Edward Hervey  <edward@fluendo.com>
12501
12502         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
12503         quicktime movie files can also contain 'uuid' atoms.
12504
12505 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12506
12507         * gst/audioconvert/plugin.c: (plugin_init):
12508           Register the GstAudioChannelPosition enum type with the type
12509           system in the plugin_init function, so that it is known before
12510           any element actually makes use of multi-channel stuff. This is
12511           required for example if one wants to be able to deserialise/use
12512           a caps string with channel positions before any pipeline has
12513           been setup and started, like with gst-launch.
12514
12515 2006-02-14  Wim Taymans  <wim@fluendo.com>
12516
12517         * gst-libs/gst/audio/gstringbuffer.c:
12518         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
12519         (gst_ring_buffer_samples_done), (wait_segment),
12520         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
12521         Add some compiler G_(UN_)LIKELY help.
12522         SIGNAL the ringbuffer waiters when going to PAUSED as well to
12523         make sure they can exit their functions. Should fix #330748
12524
12525 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12526
12527         * Makefile.am:
12528         * configure.ac:
12529         * win32/MANIFEST:
12530         * win32/common/_stdint.h:
12531           Windows does not have long long; copy the generated _stdint.h
12532         * win32/common/interfaces-enumtypes.c:
12533         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
12534         (gst_mixer_track_flags_get_type),
12535         (gst_tuner_channel_flags_get_type):
12536         * win32/common/multichannel-enumtypes.c:
12537         (gst_audio_channel_position_get_type):
12538           update
12539
12540 2006-02-13  Wim Taymans  <wim@fluendo.com>
12541
12542         * gst-libs/gst/audio/gstbaseaudiosink.c:
12543         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
12544         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12545         Always sync on first sample we receive when starting.
12546
12547 2006-02-13  Wim Taymans  <wim@fluendo.com>
12548
12549         * gst/playback/gstplaybin.c: (gen_vis_element):
12550         Update vis bin docs.
12551         Move queue after tee so we don't queue video buffers but
12552         audio samples instead. Fixes problems where the video queue
12553         is filled and the audio queue empty.
12554
12555 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
12556
12557         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12558           No need to push an EOS event here, GstBaseSrc will do that for us
12559           when we return FLOW_UNEXPECTED.
12560           
12561 2006-02-12  Wim Taymans  <wim@fluendo.com>
12562
12563         * gst-libs/gst/audio/gstbaseaudiosink.c:
12564         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
12565         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
12566         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12567         Use scale functions when possible.
12568         Fix error messages.
12569         Free clockid when after waiting for EOS.
12570         Use G_(UN_)LIKLY when it makes sense.
12571         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
12572
12573 2006-02-12  Edward Hervey  <edward@fluendo.com>
12574
12575         * gst/playback/gstplaybasebin.c: (prepare_output): 
12576         Remove stray semi-colon (fixes #330888).
12577
12578 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
12579
12580         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
12581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
12582         Fix up the XShm call testing so that we catch errors, and don't
12583         cause new ones by attempting to detach from a segment we failed
12584         to attach to. Fixes #312439.
12585
12586 2006-02-10  Edward Hervey  <edward@fluendo.com>
12587
12588         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12589         Added flv file typefind (video/x-flv).
12590
12591 2006-02-10  Edward Hervey  <edward@fluendo.com>
12592
12593         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12594         (gst_riff_create_video_template_caps):
12595         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
12596         Also added the caps to the default set of riff video caps.
12597
12598 2006-02-09  Andy Wingo  <wingo@pobox.com>
12599
12600         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
12601         time and the end time of the last packet in the page.
12602         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
12603         on the pages in our queue, set the duration as well. Reflow a
12604         debug statement.
12605         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
12606         Fixes bad muxing order.
12607
12608 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12609
12610         * gst-libs/gst/rtp/gstbasertppayload.c:
12611         (gst_basertppayload_setcaps), (gst_basertppayload_push):
12612           update seqnum before setting it on the packet; this makes sure
12613           that the timestamp and seqnum properties match after pushing
12614           a buffer
12615
12616 2006-02-09  Andy Wingo  <wingo@pobox.com>
12617
12618         * gst-libs/gst/audio/gstringbuffer.c
12619         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
12620         overflow after 13.5 hours of recording. Kapow!
12621
12622         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
12623         the buffer size -- we don't care about underrun/overrun reporting
12624         right now, just need to return a useful value.
12625
12626 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12627
12628         * configure.ac:
12629           Back to CVS
12630
12631 === release 0.10.3 ===
12632
12633 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12634
12635         * configure.ac:
12636           releasing 0.10.3, "Under Pressure"
12637
12638 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12639
12640         * configure.ac:
12641         Drat. Bump libtool version number for new API.
12642         Prelease 0.10.2.3 (of 0.10.3)
12643
12644 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12645
12646         * configure.ac:
12647         * win32/common/config.h:
12648         0.10.2.2 prerelease (of 0.10.3).
12649
12650 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12651
12652         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
12653           Revert Andy's newsegment change pending a more correct
12654           fix.
12655
12656 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12657
12658         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12659         (qt_type_find), (plugin_init):
12660           detect more files as 3gp
12661           group and reorder the iso file formats
12662
12663 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12664
12665         * ext/vorbis/vorbis.c: (plugin_init):
12666           Register musicbrainz tags, so apps don't have to.
12667
12668 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12669
12670         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
12671         (gst_tag_to_vorbis_tag):
12672           Make sure we called gst_tag_register_musicbrainz_tags()
12673           before possibly mapping a vorbiscomment string from/to a
12674           musicbrainz tag.
12675
12676 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12677
12678         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12679           In case we can't find the required number of consecutive
12680           mpeg audio frames to positively identify an MPEG audio
12681           stream, check if there's at least a valid mpeg audio
12682           frame right at offset 0 and if so suggest mpeg/audio
12683           caps with a very low probability (#153004).
12684
12685 2006-02-07  Andy Wingo  <wingo@pobox.com>
12686
12687         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
12688         a TIME segment if we get timestamped buffers. Requires recent
12689         fixes in core to work properly.
12690
12691 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12692
12693         * gst/playback/gstplaybasebin.c: (prepare_output):
12694           Don't print the URI as part of the error message, it
12695           makes error dialogs look rather ugly, especially if
12696           the URI is very long or has characters in it that
12697           need escaping.
12698
12699 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12700
12701         * gst/playback/gstplaybasebin.c: (prepare_output):
12702           Error out if we have only text or subtitles, but nothing
12703           else. Also error out if we have subtitles but no video
12704           stream.
12705
12706 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12707
12708         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
12709           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
12710           Post an error message on the bus when we encounter an
12711           error, which will hopefully be more meaningful than the
12712           'Internal Flow Error' message users get to see if we
12713           just return GST_FLOW_ERROR.
12714
12715 2006-02-07  Andy Wingo  <wingo@pobox.com>
12716
12717         * configure.ac (GST_MAJORMINOR): Update core version req to
12718         0.10.2.2, for the collectpads API addition (#330244).
12719
12720 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12721
12722         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
12723           Return FALSE from plugin_init() when GnomeVFS can't
12724           be initialised for some reason (#328423).
12725
12726 2006-02-06  Julien MOUTTE  <julien@moutte.net>
12727
12728         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
12729         Stick to seeking theory until i find the bug.
12730         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
12731
12732 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
12733
12734         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12735         (theora_enc_finalize), (theora_enc_sink_setcaps),
12736         (theora_set_header_on_caps), (theora_enc_chain),
12737         (theora_enc_change_state):
12738         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12739           Make theoraenc and the tests leak free. Like, really.
12740
12741 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
12742
12743         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12744         (theora_enc_finalize), (theora_enc_sink_setcaps):
12745           Add a finalize method to ensure we clean up state even if
12746           someone omitted the state change back to NULL.
12747
12748         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
12749         (gst_vorbisenc_chain):
12750           Free some more leaked bits.
12751
12752         * tests/check/pipelines/theoraenc.c: (start_pipeline),
12753         (stop_pipeline):
12754           Wait for state changes to happen if they're ASYNC.
12755
12756           This ought to teach those fancy pants buildbots a lesson.
12757
12758 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12759
12760         * gst-libs/gst/tag/gstid3tag.c:
12761           Add mapping for ID3 International Standard Recording Code
12762           tag "TSRC"
12763
12764 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12765
12766         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
12767           Don't leak tag names.
12768
12769 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12770
12771         * docs/libs/gst-plugins-base-libs-docs.sgml:
12772         * docs/libs/gst-plugins-base-libs-sections.txt:
12773         * gst-libs/gst/tag/gstid3tag.c:
12774         * gst-libs/gst/tag/gstvorbistag.c:
12775         * gst-libs/gst/tag/tags.c:
12776           Split libgsttag docs into multiple sections.
12777
12778 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12779
12780         * docs/libs/Makefile.am:
12781         * docs/libs/gst-plugins-base-libs-docs.sgml:
12782         * docs/libs/gst-plugins-base-libs-sections.txt:
12783         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
12784         * gst-libs/gst/tag/gstvorbistag.c:
12785         * gst-libs/gst/tag/tag.h:
12786         * gst-libs/gst/tag/tags.c:
12787           Add libgsttag to the docs.
12788
12789 2006-02-05  Julien MOUTTE  <julien@moutte.net>
12790
12791         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
12792         (gst_text_overlay_init), (gst_text_overlay_src_event),
12793         (gst_text_overlay_collected): Fix clockoverlay.
12794
12795 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12796
12797         * docs/libs/compiling.sgml:
12798           Fix typo: it's pkg-config, not pkg-gconfig
12799
12800         * docs/libs/gst-plugins-base-libs-docs.sgml:
12801         * docs/libs/gst-plugins-base-libs-sections.txt:
12802         * docs/libs/tmpl/gstgconf.sgml:
12803           There is no libgstgconf in 0.10, remove it
12804           from the docs.
12805
12806 2006-02-05  Julien MOUTTE  <julien@moutte.net>
12807
12808         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
12809         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12810         (gst_text_overlay_src_event), (gst_text_overlay_collected):
12811         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12812         (gst_sub_parse_class_init), (gst_sub_parse_init),
12813         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
12814         (parse_mpsub), (parser_state_init), (handle_buffer),
12815         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
12816         * gst/subparse/gstsubparse.h: Introduce seeking code.
12817
12818 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12819
12820         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12821           Add comment about LANGUAGE tag inconsistency (we want
12822           ISO-639-1, but extract three-letter identifiers?)
12823
12824         * po/POTFILES.in:
12825           Add two translatable files.
12826
12827 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12828
12829         * gst-libs/gst/tag/Makefile.am:
12830         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12831         * gst-libs/gst/tag/tag.h:
12832         * gst-libs/gst/tag/tags.c:
12833         (gst_tag_register_musicbrainz_tags_internal),
12834         (gst_tag_register_musicbrainz_tags):
12835           Forward-port some tags stuff from the 0.8 branch. This is
12836           mostly the addition of musicbrainz tags and their mapping
12837           to vorbistags, and a vorbistag mapping of the language tag.
12838
12839 2006-02-05  Julien MOUTTE  <julien@moutte.net>
12840
12841         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
12842         refactoring.
12843
12844 2006-02-04  David Schleef  <ds@schleef.org>
12845
12846         * ext/ogg/gstoggmux.c:
12847         * gst/typefind/gsttypefindfunctions.c:
12848           Add Dirac typefinding and add dirac format to oggmux.
12849
12850 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
12851
12852         * gst/playback/gstdecodebin.c: (try_to_link_1):
12853           Don't put essential function call into
12854           g_return_*() macro, otherwise it'll all be
12855           replaced by NOOPs when compiling with
12856           G_DISABLE_CHECKS defined.
12857
12858 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12859
12860         * ext/ogg/gstoggdemux.c:
12861         * ext/ogg/gstoggparse.c:
12862         * gst/tcp/gsttcpserversink.c:
12863         * sys/v4l/v4lsrc_calls.c:
12864         * sys/v4l/v4lsrc_calls.h:
12865         Just make it compile with --disable-gst-debug.
12866
12867 2006-02-03  Wim Taymans  <wim@fluendo.com>
12868
12869         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
12870         (gst_alsasink_class_init), (gst_alsasink_init),
12871         (gst_alsasink_write), (gst_alsasink_reset):
12872         * ext/alsa/gstalsasink.h:
12873         Add lock to protect alsa calls.
12874         Implement reset to flush samples ASAP, does not work
12875         with dmix though.
12876
12877 2006-02-02  Wim Taymans  <wim@fluendo.com>
12878
12879         * gst-libs/gst/audio/gstbaseaudiosink.c:
12880         (gst_base_audio_sink_provide_clock):
12881         Ugh.. getting late I guess...
12882
12883 2006-02-02  Wim Taymans  <wim@fluendo.com>
12884
12885         * gst-libs/gst/audio/gstbaseaudiosink.c:
12886         (gst_base_audio_sink_provide_clock),
12887         (gst_base_audio_sink_set_property),
12888         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
12889         Don't try to provide a clock when we are not negotiated since
12890         we might not be able to make it run.
12891
12892 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12893
12894         * gst/playback/gstdecodebin.c: (try_to_link_1):
12895           Unlinking two source pads is ... hard.
12896
12897 2006-02-02  Wim Taymans  <wim@fluendo.com>
12898
12899         * gst-libs/gst/audio/TODO:
12900         Updated.
12901
12902         * gst-libs/gst/audio/gstbaseaudiosink.c:
12903         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
12904         On EOS, wait till the last sample is played before posting EOS.
12905
12906 2006-02-01  Philippe Kalaf <burger at speedy dot org>
12907
12908         Patch by: Kai Vehmanen
12909         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12910           Adds ability to enable newsegment bypass by setting queue_delay to
12911           zero. Also avoid thread being started if queue_delay is zero.
12912
12913 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12914
12915         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
12916           Make test work again by connecting fakesinks to each decoded pad,
12917           which makes the pipeline wait until each fakesink has a buffer
12918           queued before going to PAUSED state. At that point we know the
12919           decodebin pads are negotiated.
12920
12921 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12922
12923         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
12924         (gst_cdda_base_src_handle_event):
12925         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
12926           Pass unhandled queries to the parent class's query function.
12927
12928 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12929
12930         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
12931         (gst_ogg_pad_src_query):
12932         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12933         * ext/theora/theoradec.c: (theora_dec_src_query),
12934         (theora_dec_sink_query):
12935         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12936         (vorbis_dec_sink_query):
12937         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
12938         (gst_vorbisenc_sink_query):
12939         * gst/adder/gstadder.c: (gst_adder_query):
12940           Pass unhandled queries upstream instead of just
12941           dropping them (#326447). Also, fix supported
12942           query types list for some elements.
12943
12944 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12945
12946         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
12947         (paris_type_find), (ilbc_type_find), (plugin_init):
12948           Fix typefinding for audio/x-au, audio/x-paris and
12949           audio/iLBC-sh. We cannot use the START_WITH macros
12950           here, because there can only be one typefind factory
12951           with the same name (caps), so the second one would
12952           replace the first one and the first one would never
12953           be called when doing typefinding (see #161712).
12954           
12955
12956 2006-01-31  Wim Taymans  <wim@fluendo.com>
12957
12958         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
12959         (vorbis_handle_header_packet), (vorbis_dec_push),
12960         (vorbis_handle_data_packet):
12961         Use scale_int when we can, add some more scaling.
12962         Check packettype before parsing it.
12963
12964 2006-01-31  Wim Taymans  <wim@fluendo.com>
12965
12966         * ext/theora/theoradec.c: (_theora_granule_time),
12967         (theora_dec_src_convert), (theora_dec_sink_convert):
12968         Call right _scale functions.
12969         Use parameter instead of some other random value.
12970
12971 2006-01-31  Wim Taymans  <wim@fluendo.com>
12972
12973         * ext/theora/theoradec.c: (_theora_granule_frame),
12974         (_theora_granule_time), (_inc_granulepos),
12975         (theora_dec_src_convert), (theora_dec_sink_convert),
12976         (theora_handle_type_packet), (theora_handle_data_packet),
12977         (theora_dec_chain):
12978         Use higher precision timestamps calculation.
12979         Convert some other conversions to _scale.
12980
12981 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
12982
12983         * gst/audiotestsrc/gstaudiotestsrc.c:
12984         (gst_audio_test_src_create_sine_table), (plugin_init):
12985         * gst/volume/gstvolume.c: (plugin_init):
12986           initialize gst_controller before using
12987
12988 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12989
12990         * tests/check/pipelines/theoraenc.c:
12991         * tests/check/pipelines/vorbisenc.c:
12992         Define constant using G_GINT64_CONSTANT to avoid errors when
12993         passing it around - otherwise it gets truncated to 32 bits.
12994
12995         Fixes failing tests.
12996
12997 2006-01-31  Andy Wingo  <wingo@pobox.com>
12998
12999         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
13000         caps being set doesn't have a framerate value. Basically a stopgap
13001         measure.
13002
13003         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
13004         technically correct enough to put into core though.
13005         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
13006         DURATION. Fixes theoraenc ! oggmux.
13007
13008         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
13009         fraction, not double.
13010
13011 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
13012
13013         * win32/vs7:
13014         add vs7 project files created by Sergey Scobich
13015
13016 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
13017
13018         * win32/vs8:
13019         add vs8 project files created by Sergey Scobich
13020         
13021 2006-01-30  Andy Wingo  <wingo@pobox.com>
13022
13023         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
13024         timestamp + duration, not just timestamp -- ogg pages should be
13025         ordered by stop time. Necessary fix given the change in vorbis
13026         timestamps.
13027
13028         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
13029         (gst_theora_enc_init): Pull the granule shift out of the encoder.
13030         (granulepos_add): New function, handles the messiness of adjusting
13031         granulepos values.
13032         (theora_buffer_from_packet):
13033         (theora_enc_chain):
13034         (theora_enc_sink_event): Use granulepos_add, not +.
13035
13036         * tests/check/pipelines/theoraenc.c
13037         (check_buffer_granulepos_from_starttime): Just check the frame
13038         count, not the actual granulepos -- we can't dictate to the
13039         encoder when it should be placing keyframes.
13040
13041 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13042
13043         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13044           SERVICE_NOT_AVAILABLE happens for example when you're trying to
13045           play an http:// stream from a server that's not serving
13046
13047 2006-01-30  Andy Wingo  <wingo@pobox.com>
13048
13049         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
13050         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
13051         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
13052         available.
13053
13054         * ext/theora/gsttheoraenc.h:
13055         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
13056         although theoraenc was timestamping correctly. Added handling of
13057         streams that start with nonzero timestamps.
13058
13059         * tests/check/Makefile.am:
13060         * tests/check/pipelines/theoraenc.c: New file, basically does same
13061         tests as vorbisenc.
13062
13063         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
13064
13065 2006-01-30  Wim Taymans  <wim@fluendo.com>
13066
13067         * gst-libs/gst/audio/gstaudiosink.c:
13068         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
13069         (gst_audioringbuffer_pause):
13070         Implement pause that does not wait for completion.
13071
13072         * gst-libs/gst/audio/gstbaseaudiosink.c:
13073         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13074         Don't drop buffers when going to PAUSED but perform preroll on
13075         remaining samples now that core base class supports this.
13076
13077         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
13078         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
13079         (gst_ring_buffer_commit):
13080         Pause should not signal waiters.
13081         Implement return value of _commit correctly.
13082
13083 2006-01-30  Andy Wingo  <wingo@pobox.com>
13084
13085         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
13086
13087         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
13088         updated to timestamp from the first sample, not the last.
13089         (gst_vorbisenc_buffer_from_header_packet): New function, takes
13090         special care of granulepos and timestamp for header packets.
13091         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
13092         when the first buffer has a nonzero timestamp.
13093
13094         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
13095         (GstVorbisEnc.subgranule_offset): New members. Take care of the
13096         case when the first audio buffer we get has a nonzero timestamp.
13097         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
13098         properly timestamp vorbis buffers with the time of the first
13099         sample, not the last.
13100         
13101         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
13102         vorbis_granule_time_copy -- now it takes the granule/subgranule
13103         offset into account.
13104
13105         * tests/check/pipelines/vorbisenc.c: New test for correctness of
13106         timestamps, durations, and granulepos on buffers produced by
13107         vorbisenc.
13108
13109 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
13110
13111         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13112         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13113           Patch from Eric Jonas to support conversions to/from UYVY 
13114           (Fixes: #324626)
13115
13116 2006-01-30  Julien MOUTTE  <julien@moutte.net>
13117
13118         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
13119         (setup_subtitle), (setup_source), (set_active_source):
13120         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
13121         (gen_text_element), (gen_audio_element), (gen_vis_element),
13122         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
13123
13124 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
13125
13126         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
13127         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
13128                 use gst_guint64_to_gdouble to be compliant with vs6
13129         * gst/playback/gstdecodebin.c: (try_to_link_1)
13130         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
13131                 use G_GINT64_CONSTANT for int64 constants
13132         * win32/common/libgstinterfaces.def:
13133                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
13134         * win32/vs6:
13135                 update and add new project files
13136                 
13137 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13138
13139         * Makefile.am:
13140         * win32/MANIFEST:
13141         * win32/common/interfaces-enumtypes.c:
13142         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
13143         (gst_mixer_track_flags_get_type),
13144         (gst_tuner_channel_flags_get_type):
13145         * win32/common/interfaces-enumtypes.h:
13146         * win32/common/multichannel-enumtypes.c:
13147         (gst_audio_channel_position_get_type):
13148         * win32/common/multichannel-enumtypes.h:
13149           add a win32-update rule like in core, and copy over enumtypes files
13150
13151 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13152
13153         * win32/MANIFEST:
13154         * win32/common/config.h:
13155         * win32/common/config.h.in:
13156           add config files just like in core
13157
13158 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13159
13160         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
13161           Make gcc-4.1 happy (part of #327357).
13162
13163 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13164
13165         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
13166         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
13167         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
13168         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
13169         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
13170         (gst_alsasrc_unprepare), (gst_alsasrc_read):
13171           Update all error messages.  All of them should either use
13172           the default translated message, or actually provide a
13173           translatable string.
13174           Make the string for channel count problems meaningful.
13175
13176 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13177
13178         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13179           check for and throw RESOURCE_BUSY
13180
13181 2006-01-27  David Schleef  <ds@schleef.org>
13182
13183         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
13184           checked in this change -- it requires liboil features not
13185           in 0.3.6.  Revert parts.
13186
13187 2006-01-27  David Schleef  <ds@schleef.org>
13188
13189         * REQUIREMENTS:
13190         * configure.ac: update liboil requirement to 0.3.6
13191         * gst/videoscale/Makefile.am:
13192         * gst/videoscale/vs_scanline.c: liboilify
13193
13194 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13195
13196         * ext/libvisual/visual.c: (get_buffer):
13197           When pad_alloc returns a GstFlowReturn other
13198           than GST_FLOW_OK, make sure it is passed upstream.
13199
13200 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13201
13202         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
13203         (gst_alsasink_class_init):
13204           Free the device name string.
13205
13206         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13207         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
13208         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
13209           Don't remove a pad from the collectpads structure until it
13210           is released - it's a request pad, and may receive data again
13211           if the element gets moved back to PLAYING state.
13212
13213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13214           Ensure we turn on double buffering on the Xv port, and
13215           set the colour key to something dark and mysterious that
13216           isn't black.
13217
13218 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13219
13220         * ext/alsa/gstalsaplugin.c: (plugin_init):
13221         * ext/cdparanoia/gstcdparanoiasrc.c:
13222         (gst_cd_paranoia_src_base_init), (plugin_init):
13223         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13224         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
13225           - a library should not call setlocale. see "Libraries" node in
13226             gettext manual
13227           - make sure all plugins that use translation do bindtextdomain
13228             to point to the localedir
13229         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
13230         (setup_sinks), (plugin_init):
13231           all this, and check for NULL when creating sinks
13232
13233 2006-01-27  Julien MOUTTE  <julien@moutte.net>
13234
13235         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
13236         (plugin_init): Make typefinding of subtitles work again.
13237
13238 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
13239
13240         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
13241         (mp3_type_frame_length_from_header), (mp3_type_find),
13242         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
13243         (plugin_init):
13244           Backport a bunch of typefinding fixes from the 0.8 branch.
13245           Also, improve wavpack typefinding: if we can't peek the
13246           entire wavpack block, try to parse the bits we can get and
13247           see if we find what we're looking for in those.
13248
13249 2006-01-26  Julien MOUTTE  <julien@moutte.net>
13250
13251         * sys/ximage/ximagesink.c:
13252         (gst_ximagesink_calculate_pixel_aspect_ratio):
13253         * sys/xvimage/xvimagesink.c:
13254         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
13255         more cases of pixel aspect ratio.
13256
13257 2006-01-26  Edward Hervey  <edward@fluendo.com>
13258
13259         * gst/playback/gstdecodebin.c: (pad_probe):
13260         Also consider the flush-start and tag events as unblockers
13261         for the pad probes.
13262
13263 2006-01-26  Julien MOUTTE  <julien@moutte.net>
13264
13265         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13266         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
13267         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
13268         On the fly visualisation switch, works disabling, enabling as
13269         well but it won't be able to enable vis in a playbin that was
13270         created with no visualisation.
13271
13272 2006-01-25  Wim Taymans  <wim@fluendo.com>
13273
13274         * gst-libs/gst/audio/gstbaseaudiosink.c:
13275         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13276         Undo previous commit that returned WRONG_STATE sooner, it breaks 
13277         resume after pause.
13278
13279 2006-01-25  Wim Taymans  <wim@fluendo.com>
13280
13281         * gst-libs/gst/audio/gstbaseaudiosink.c:
13282         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
13283         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
13284         Improve debugging.
13285         Post error when caps cannot be parsed.
13286         Resync on discontinuity in the stream.
13287         Clip samples to segment boundaries.
13288         return WRONG_STATE sooner when we are flushing.
13289
13290         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
13291         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
13292         Make audiosrc operate in TIME.
13293         Set TIMESTAMP and DURATION on buffers.
13294
13295 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
13296
13297         * tests/examples/seek/seek.c: (main):
13298           Output tag messages as well.
13299
13300 2006-01-23  Edward Hervey  <edward@fluendo.com>
13301
13302         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13303         (free_pad_probes), (remove_fakesink), (pad_probe),
13304         (close_pad_link), (gst_decode_bin_change_state):
13305         Replace GstPadBlockCallback with pad probes that detect
13306         first buffer AND eos before removing fakesink.
13307         Fixes hang with demuxers doing EOS while pre-rolling.
13308         Solves #328279
13309
13310 2006-01-23  Andy Wingo  <wingo@pobox.com>
13311
13312         * ext/alsa/gstalsasink.c:
13313         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13314         (gst_base_rtp_depayload_setcaps),
13315         (gst_base_rtp_depayload_add_to_queue),
13316         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
13317         
13318         Patch by: Jens Granseuer <jensgr at gmx dot net>
13319
13320 2006-01-22  Julien MOUTTE  <julien@moutte.net>
13321
13322         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13323         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13324         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
13325         frames. We might get a frame destroyed after changing state to
13326         NULL, adding a safety check on xcontext.
13327
13328 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
13329
13330         * gst-libs/gst/interfaces/xoverlay.c:
13331           Fix prepare-xwindow-id code example in the docs - we need to
13332           ignore all messages that aren't element messages as well.
13333           
13334 2006-01-21  Julien MOUTTE  <julien@moutte.net>
13335
13336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
13337           I think one day i'll completely undestand how caps negotiation
13338           is supposed to work. This refactoring handles buffer_alloc
13339           called with caps we can't handle. We definitely don't want a
13340           set_caps with those caps, so we define and allocate a buffer
13341           we would like to receive.
13342
13343 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13344
13345         * gst/playback/gstplaybasebin.c: (setup_source):
13346           Free iterator when done.
13347
13348 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
13349
13350         * gst-libs/gst/audio/gstbaseaudiosink.c:
13351         (gst_base_audio_sink_render):
13352           Fix playback of non-synchronised streams by assuming a rate
13353           of 1.0 instead of a random one.
13354
13355           Makes this work again:
13356
13357           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
13358           endianness=(int)4321, signed=(boolean)true, width=(int)16,
13359           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
13360           audioresample ! alsasink
13361
13362 === release 0.10.2 ===
13363
13364 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
13365
13366         * configure.ac:
13367           releasing 0.10.2, "Then the devil is six"
13368
13369 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
13370
13371         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13372         * gst/playback/gststreamselector.c:
13373         (gst_stream_selector_set_property):
13374           Comment out broken code that connects to the state-changed signal.
13375           At this point, changing current stream selection is broken, but 
13376           stuff like gst-launch playbin current-audio=1 works and filters
13377           to the chosen stream.
13378
13379 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13380
13381         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13382           Fix #327216 (null dereference in vorbisdec)
13383
13384 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
13385
13386         * ext/theora/theoradec.c: (theora_handle_comment_packet):
13387           Post taglist actually on bus instead of just freeing it
13388           (fixes #327114 and totem bug #327080).
13389
13390         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13391           Use gst_element_found_tags_for_pad(), so that the tags
13392           are sent downstream as an event as well.
13393
13394 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13395
13396         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13397         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
13398         (gst_ximagesink_buffer_alloc):
13399         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
13400         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
13401         (gst_xvimagesink_buffer_alloc):
13402           move all regularly occurring messages to GST_LOG level
13403           add some more object logs
13404
13405 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13406
13407         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13408           fix a silly segfault
13409
13410 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
13411
13412         * docs/libs/gst-plugins-base-libs-docs.sgml:
13413         * docs/libs/gst-plugins-base-libs-sections.txt:
13414         * gst-libs/gst/audio/mixerutils.c:
13415         * gst-libs/gst/audio/mixerutils.h:
13416           Add docs for mixerutils stuff.
13417
13418 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
13419
13420         * gst/playback/gstplaybasebin.c: (setup_source):
13421           Fix playback for sources that emit raw audio or
13422           raw video streams (e.g.: cd audio sources) (#325984).
13423
13424 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13425
13426         * gst-libs/gst/audio/mixerutils.c:
13427         (gst_audio_mixer_filter_do_filter):
13428           actually save the element we create
13429
13430 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
13431
13432         * gst-libs/gst/cdda/gstcddabasesrc.c:
13433         (gst_cdda_base_src_handle_track_seek):
13434           No need to post a tag message on the bus when seeking
13435           within the same track, only post it when the current
13436           track changes.
13437
13438 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
13439
13440         * gst/playback/gstplaybasebin.c: (group_destroy),
13441         (probe_triggered), (new_decoded_pad), (mute_group_type),
13442         (set_active_source):
13443         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13444         * gst/playback/gststreamselector.c:
13445         (gst_stream_selector_base_init),
13446         (gst_stream_selector_set_property),
13447         (gst_stream_selector_request_new_pad):
13448           Reenable stream selection. These mechanisms need a complete overhaul
13449           in the face of 0.8->0.10 changes though.
13450
13451 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
13452
13453         * ext/ogg/gstoggdemux.c:
13454           Change the pad template to src_%d to match the pads that 
13455           are created from it. decodebin needs this information in order
13456           to decide that oggdemux is capable of producing multiple pads
13457           (and hence needs queues inserted).
13458
13459         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13460         (gst_ogg_mux_collected):
13461           Make debug output more useful by using GST_PTR_FORMAT.
13462
13463 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
13464
13465         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13466
13467         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
13468           Set depth and width for alaw/mulaw (fixes #326601).
13469
13470 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13471
13472         * tests/icles/Makefile.am:
13473           don't build the tests if we don't have the libs
13474
13475 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13476
13477         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
13478         (gst_cd_paranoia_paranoia_callback):
13479           Don't try to free NULL pointers.
13480
13481 2006-01-10  Edward Hervey  <edward@fluendo.com>
13482
13483         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
13484         (gst_audio_rate_change_state), (plugin_init):
13485         Add debugging category.
13486         Fix type issues.
13487         Add case for incoming buffers without valid offset/offset_end.
13488
13489 2006-01-10  Michael Smith  <msmith@fluendo.com>
13490
13491         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
13492           Don't leak GCond in audio sources.
13493
13494 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
13495
13496         * gst/playback/gstplaybin.c: (gen_audio_element):
13497           Don't leak an autoaudiosink/alsasink when we generate
13498           a new audio element. (old code, I guess)
13499
13500 2006-01-10  Michael Smith  <msmith@fluendo.com>
13501
13502         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
13503           Support float audio in audiorate.
13504           Use width rather than depth for selecting sample width.
13505
13506 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13507
13508         * gst/videotestsrc/videotestsrc.h:
13509           Use GLib types here (that way we don't have to include the
13510           generated _stdint.h header, which makes life easier for win32
13511           folks that don't use autotools for the build) (#325990, patch
13512           by: Sergey Scobich).
13513
13514 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13515
13516         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13517         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13518         (gst_ring_buffer_pause), (wait_segment):
13519         * gst-libs/gst/audio/gstringbuffer.h:
13520           Name (private) union, makes Forte compiler happy (this time
13521           for real) (#324900).
13522
13523 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
13524
13525         * gst-libs/gst/audio/Makefile.am:
13526           Link against libgstinterfaces, needed for mixer
13527           and property probe stuff.
13528
13529 2006-01-09  Edward Hervey  <edward@fluendo.com>
13530
13531         * gst-libs/gst/Makefile.am:
13532
13533 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
13534
13535         * gst-libs/gst/audio/Makefile.am:
13536         * gst-libs/gst/audio/mixerutils.c:
13537         (gst_audio_mixer_filter_do_filter),
13538         (gst_audio_mixer_filter_check_element),
13539         (gst_audio_mixer_filter_probe_feature),
13540         (element_factory_rank_compare_func),
13541         (gst_audio_default_registry_mixer_filter):
13542         * gst-libs/gst/audio/mixerutils.h:
13543           Add gst_audio_default_registry_mixer_filter() utility
13544           function.
13545
13546 2006-01-03  Michael Smith  <msmith@fluendo.com>
13547
13548         * gst/audioresample/resample.h:
13549           As before, but for o_buf
13550
13551 2006-01-03  Michael Smith  <msmith@fluendo.com>
13552
13553         * gst/audioresample/resample.h:
13554           Declare struct _ResampleState.buffer as unsigned char *, not void *,
13555           since we do arithmetic on it.
13556
13557 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
13558
13559         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13560         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13561         (gst_ring_buffer_pause), (wait_segment):
13562         * gst-libs/gst/audio/gstringbuffer.h:
13563           Sun's Forte compiler doesn't seem to like anonymous structs,
13564           so use same setup as in GstBaseSrc (fixes #324900).
13565
13566 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13567
13568         * configure.ac:
13569         * gst/volume/Makefile.am:
13570         * gst/volume/demo.c:
13571           move old example to tests/examples/volume/volune.c
13572         * tests/examples/Makefile.am:
13573         * tests/examples/seek/seek.c: (main):
13574           change window-close event from "delete-event" to "destroy"
13575         * tests/examples/volume/Makefile.am:
13576         * tests/examples/volume/volume.c: (value_changed_callback),
13577         (setup_gui), (message_received), (eos_message_received), (main):
13578           fix event handling and bus usage
13579
13580 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
13581
13582         * gst/audiotestsrc/gstaudiotestsrc.c:
13583         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
13584         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
13585         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
13586         (gst_audio_test_src_create_square),
13587         (gst_audio_test_src_create_saw),
13588         (gst_audio_test_src_create_triangle),
13589         (gst_audio_test_src_create_silence),
13590         (gst_audio_test_src_create_white_noise),
13591         (gst_audio_test_src_create_pink_noise),
13592         (gst_audio_test_src_init_sine_table),
13593         (gst_audio_test_src_create_sine_table),
13594         (gst_audio_test_src_change_wave),
13595         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
13596         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
13597         * gst/audiotestsrc/gstaudiotestsrc.h:
13598           update to basesrc changes, implement segmented seeking and eos
13599           handling, add a 'sine-tab' waveform for performance critical playback
13600
13601 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13602
13603         * po/POTFILES.in:
13604           ... and this time the other modified file that I missed last time.
13605
13606 2005-12-29  Michael Smith  <msmith@fluendo.com>
13607
13608         * gst/playback/gstdecodebin.c: (new_pad):
13609           Fix non-C89 variable declaration not at the start of a block. Should
13610           help some compilers.
13611
13612 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13613
13614         * tests/check/Makefile.am:
13615           And now fix 'make distcheck' (builddir != srcdir)
13616
13617 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13618
13619         * configure.ac:
13620         * ext/cdparanoia/Makefile.am:
13621         * ext/cdparanoia/gstcdparanoia.c:
13622         * ext/cdparanoia/gstcdparanoia.h:
13623         * ext/cdparanoia/gstcdparanoiasrc.c:
13624         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
13625         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
13626         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
13627         (gst_cd_paranoia_paranoia_callback),
13628         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
13629         (gst_cd_paranoia_src_set_property),
13630         (gst_cd_paranoia_src_get_property), (plugin_init):
13631         * ext/cdparanoia/gstcdparanoiasrc.h:
13632           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
13633           plugin again (there are still fixes required to playbin to make
13634           cdda:// uris work there).
13635
13636 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13637
13638         * tests/check/Makefile.am:
13639           Fix test case compilation.
13640
13641 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13642
13643         * gst-libs/gst/cdda/gstcddabasesrc.c:
13644         (gst_cdda_base_src_update_duration),
13645         (gst_cdda_base_src_calculate_cddb_id):
13646           An integer is not a string. Fix access to uninitialised variable.
13647
13648         * tests/check/Makefile.am:
13649           Add cddabasesrc unit test; also actually enable the vorbis test.
13650
13651         * tests/check/generic/states.c:
13652           Blacklist new cd audio elements as well.
13653
13654         * tests/check/libs/cddabasesrc.c:
13655           Unit test for GstCddaBaseSrc (discid calculation mostly).
13656
13657 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
13658
13659         * docs/libs/Makefile.am:
13660         * docs/libs/gst-plugins-base-libs-docs.sgml:
13661         * docs/libs/gst-plugins-base-libs-sections.txt:
13662         * docs/libs/gst-plugins-base-libs.types:
13663           Add docs for libgstcdda/GstCddaBaseSrc.
13664
13665         * gst-libs/gst/interfaces/mixertrack.h:
13666           Do one struct member per line with a semicolon at the end, that way
13667           even gtk-doc might parse it without complaining.
13668
13669 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
13670
13671         * configure.ac:
13672         * gst-libs/gst/Makefile.am:
13673         * gst-libs/gst/cdda/Makefile.am:
13674         * gst-libs/gst/cdda/base64.c:
13675         * gst-libs/gst/cdda/base64.h:
13676         * gst-libs/gst/cdda/gstcddabasesrc.c:
13677         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
13678         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
13679         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
13680         (gst_cdda_base_src_get_property),
13681         (gst_cdda_base_src_get_track_from_sector),
13682         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
13683         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
13684         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
13685         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
13686         (gst_cdda_base_src_uri_get_protocols),
13687         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
13688         (gst_cdda_base_src_uri_handler_init),
13689         (gst_cdda_base_src_setup_interfaces),
13690         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
13691         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
13692         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
13693         (gst_cdda_base_src_add_tags),
13694         (gst_cdda_base_src_add_index_associations),
13695         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
13696         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
13697         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
13698         (gst_cdda_base_src_create):
13699         * gst-libs/gst/cdda/gstcddabasesrc.h:
13700         * gst-libs/gst/cdda/sha1.c:
13701         * gst-libs/gst/cdda/sha1.h:
13702           Add new libgstcdda with GstCddaBaseSrc class.
13703
13704 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
13705
13706         * ext/gnomevfs/gstgnomevfssink.h:
13707           Use GstBaseSinkClass as parent_class member for class struct, not
13708           GstBaseSink.
13709
13710 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
13711
13712         Patch by: Michael Benes
13713
13714         * gst/videotestsrc/gstvideotestsrc.c:
13715         (gst_video_test_src_class_init), (gst_video_test_src_start):
13716           Add start method to reset running time and number of frames sent
13717           when starting up (fixes #324696)
13718
13719 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
13720
13721         * docs/plugins/Makefile.am:
13722         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13723         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13724         * docs/plugins/gst-plugins-base-plugins.args:
13725         * docs/plugins/gst-plugins-base-plugins.hierarchy:
13726         * docs/plugins/gst-plugins-base-plugins.signals:
13727           Add docs stuff for gnomevfssrc and gnomevfssink.
13728
13729         * ext/gnomevfs/gstgnomevfssrc.c:
13730           Fix example pipeline in gtk-doc blurb.
13731
13732 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
13733
13734         * ext/gnomevfs/Makefile.am:
13735         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
13736         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
13737         (gst_gnome_vfs_handle_get_type), (plugin_init):
13738         * ext/gnomevfs/gstgnomevfs.h:
13739         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
13740         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
13741         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
13742         (gst_gnome_vfs_sink_set_property),
13743         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
13744         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
13745         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
13746         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
13747         (gst_gnome_vfs_sink_uri_get_type),
13748         (gst_gnome_vfs_sink_uri_get_protocols),
13749         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
13750         (gst_gnome_vfs_sink_uri_handler_init):
13751         * ext/gnomevfs/gstgnomevfssink.h:
13752           Port gnomevfssink; add gtk-doc blurb.
13753
13754         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
13755         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
13756         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
13757         (gst_gnome_vfs_src_uri_get_type),
13758         (gst_gnome_vfs_src_uri_get_protocols),
13759         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
13760         (gst_gnome_vfs_src_uri_handler_init),
13761         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
13762         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
13763         (gst_gnome_vfs_src_send_additional_headers_callback),
13764         (gst_gnome_vfs_src_received_headers_callback),
13765         (gst_gnome_vfs_src_push_callbacks),
13766         (gst_gnome_vfs_src_pop_callbacks),
13767         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
13768         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
13769         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
13770         * ext/gnomevfs/gstgnomevfssrc.h:
13771           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
13772           file; add gtk-doc blurb with example pipelines.
13773
13774 === release 0.10.1 ===
13775
13776 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
13777
13778         * configure.ac:
13779           releasing 0.10.1, "Dobro Dedek"
13780
13781 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
13782
13783         * gst/typefind/gsttypefindfunctions.c:
13784         iLBC30 and iLBC20 added to typefind.
13785
13786 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13787
13788         * gst-libs/gst/audio/gstbaseaudiosink.c:
13789         (gst_base_audio_sink_class_init):
13790         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13791         (gst_base_audio_src_class_init):
13792           update strings, values are in microseconds
13793           change the default sink buffer time to something that is smaller
13794           (to help software volume mixing have a slightly lower delay) but
13795           still be acceptable on Wim's laptop
13796
13797 2005-12-20  Edward Hervey  <edward@fluendo.com>
13798
13799         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
13800         Made a quack, forgot to add DUCK to the riff video template.
13801
13802 2005-12-19  Edward Hervey  <edward@fluendo.com>
13803
13804         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
13805         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13806         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13807         (gst_ogm_parse_chain):
13808         Make sure pads are initialized correctly.
13809         * gst-libs/gst/riff/riff-ids.h:
13810         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13811         (gst_riff_create_video_template_caps):
13812         Add a whole bunch of FOURCC <=> MimeType.
13813         Extend the riff video pad template to support the newly added fourcc.
13814
13815 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13816
13817         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
13818         (gst_ogg_demux_activate_chain):
13819           Extra debug output when activating/deactivating chains.
13820
13821         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13822         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
13823         (unlinked):
13824           Remove a queue from our list when it becomes unlinked.
13825           Don't add queues to elements in class 'Demux' if they
13826           can only produce one pad 
13827
13828 2005-12-18  Julien MOUTTE  <julien@moutte.net>
13829
13830         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
13831         (gst_video_sink_get_type): Add a debug category.
13832
13833 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
13834
13835         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13836         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
13837           Handle downstream newsegment by sending our own newsegment before the
13838           next buffer to be released. (#323900)
13839
13840 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
13841
13842         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13843         (gst_base_rtp_depayload_set_gst_timestamp):
13844           add queue delay to new segment as well (as opposed to just the first
13845           buffer). (bug #322347)
13846
13847 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13848
13849         * ext/libvisual/visual.c: (make_valid_name):
13850           change some char* into char[]
13851         * gst/audiotestsrc/gstaudiotestsrc.c:
13852         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
13853         (gst_audio_test_src_create):
13854         * gst/audiotestsrc/gstaudiotestsrc.h:
13855           prepare to handle EOS and SEGMENT_DONE
13856
13857 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13858
13859         * tests/check/generic/states.c: (GST_START_TEST):
13860           Blacklist cdparanoia element in state test.
13861
13862 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13863
13864           Patch by: Benjamin Pineau
13865
13866         * gst/tcp/gsttcp.c:
13867         * gst/tcp/gsttcpclientsink.c:
13868         * gst/tcp/gsttcpserversink.c:
13869         * gst/tcp/gsttcpserversrc.c:
13870           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
13871
13872 2005-12-15  Michael Smith  <msmith@fluendo.com>
13873
13874         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
13875         (gst_video_rate_chain):
13876           Fix timestamping for videorate when the first buffer it sees has a
13877           non-zero timestamp. Fix some misleading debug output.
13878
13879 2005-12-15  Michael Smith  <msmith@fluendo.com>
13880
13881         * gst/audioresample/gstaudioresample.c:
13882           Don't leak all input buffers to audioresample.
13883
13884 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
13885
13886         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
13887           Don't operate on empty text buffers. Strip newlines and
13888           tabs only from the end of the text, but leave them intact
13889           in the middle. Fix typo in gtk-doc description.
13890
13891 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
13892
13893         * gst/playback/gstplaybasebin.c:
13894         * gst/playback/gstplaybin.c: (handoff):
13895           Make sure the video frame buffer we return to apps via the
13896           "frame" property always has caps set on it. Modify
13897           _gst_gvalue_set_object() macro to handle NULL objects
13898           gracefully too.
13899
13900 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
13901
13902         * gst/audiotestsrc/gstaudiotestsrc.c:
13903         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
13904         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
13905         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
13906         (gst_audio_test_src_create):
13907         * gst/audiotestsrc/gstaudiotestsrc.h:
13908         Adjust to some recent api changes and add wtays new cool seeking
13909         capabillities
13910
13911 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
13912
13913         * ext/alsa/Makefile.am:
13914         * ext/alsa/gstalsadeviceprobe.c:
13915         * ext/alsa/gstalsadeviceprobe.h:
13916           Helper functions to add device probing via the GstPropertyProbe
13917           interface to a class.
13918
13919         * ext/alsa/gstalsamixer.h:
13920           Comment out GST_ALSA_MIXER, it returns a struct that's not
13921           used.
13922
13923         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13924           Add some debug info. 
13925
13926         * ext/alsa/gstalsamixerelement.c:
13927         (gst_alsa_mixer_element_interface_supported),
13928         (gst_implements_interface_init),
13929         (gst_alsa_mixer_element_init_interfaces),
13930         (gst_alsa_mixer_element_class_init),
13931         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
13932         (gst_alsa_mixer_element_set_property),
13933         (gst_alsa_mixer_element_get_property),
13934         (gst_alsa_mixer_element_change_state):
13935         * ext/alsa/gstalsamixerelement.h:
13936           Add 'device' and 'device-name' properties. Add GstPropertyProbe
13937           for device handling (gnome-volume-control will need that).
13938
13939 2005-12-12  Christian Schaller  <uraeus@gnome.org>
13940
13941         * ext/Makefile.am: fix cdparanoia entry
13942         * gst-plugins-base.spec.in: add cdparanoia
13943
13944 2005-12-12  Michael Smith  <msmith@fluendo.com>
13945
13946         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
13947           Use the correct function to free list of typefind factories.
13948
13949 2005-12-12  Wim Taymans  <wim@fluendo.com>
13950
13951         * gst/videotestsrc/gstvideotestsrc.c:
13952         (gst_video_test_src_class_init), (gst_video_test_src_init),
13953         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
13954         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
13955         (gst_video_test_src_create):
13956         * gst/videotestsrc/gstvideotestsrc.h:
13957         Implement seeking in videotestsrc.
13958         Small cleanups.
13959
13960 2005-12-12  Wim Taymans  <wim@fluendo.com>
13961
13962         * ext/cdparanoia/Makefile.am:
13963         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
13964         (gst_paranoia_endian_get_type), (_do_init),
13965         (cdparanoia_class_init), (cdparanoia_init),
13966         (cdparanoia_set_property), (cdparanoia_get_property),
13967         (cdparanoia_do_seek), (cdparanoia_is_seekable),
13968         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
13969         (cdparanoia_convert), (cdparanoia_get_query_types),
13970         (cdparanoia_query), (cdparanoia_set_index),
13971         (cdparanoia_uri_set_uri):
13972         * ext/cdparanoia/gstcdparanoia.h:
13973         Partially ported cdparanoia now that basesrc can support a
13974         plugin like this..
13975
13976 2005-12-12  Wim Taymans  <wim@fluendo.com>
13977
13978         * tests/examples/seek/scrubby.c: (main):
13979         Set higher priority for bus events so they don't get reordered with
13980         gtk gui events.
13981
13982         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
13983         (flush_toggle_cb), (main):
13984         Added checkbox to disable flushing seeks. 
13985         Disable scrubbing when doing non flushing seeks.
13986
13987 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13988
13989         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
13990         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
13991         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
13992         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
13993           Implement some sort of event handling that doesn't rely on
13994           g_return_if_fail; make sure we always push the last chunk of an 
13995           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
13996           state change function; remove some old cruft. Seeking is still
13997           rather unlikely to work though.
13998
13999         * tools/.cvsignore:
14000           Ignore more.
14001
14002 2005-12-11  Julien MOUTTE  <julien@moutte.net>
14003
14004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
14005         Fixed a leak of the current image reference when cleaning up.
14006         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
14007
14008 2005-12-09  Michael Smith  <msmith@fluendo.com>
14009
14010         * tools/Makefile.am:
14011         * tools/gst-launch-ext-m.m:
14012           Remove gst-launch-ext. It doesn't work, and is no longer
14013           particularly useful.
14014
14015 2005-12-08  Luca Ognibene  <luogni@tin.it>
14016
14017         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14018           don't pass random values to ogmparse convert function.
14019           Make seeking possible in the exile1.ogm file.
14020
14021 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
14022
14023         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14024         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14025           Work around refcount problem with g_value_set_object() that occur
14026           if the core has been compiled against GLib-2.6 (g_value_set_object()
14027           will only g_object_ref() the element, but the caller will
14028           gst_object_unref() it and bad things will happen due to the way
14029           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
14030           totem for people on FC4 using Thomas's 0.10 RPMs.
14031           
14032 2005-12-07  Edward Hervey  <edward@fluendo.com>
14033
14034         Time to welcome ogm to 0.10 :)
14035         
14036         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
14037         (gst_ogg_pad_typefind):
14038         Oggdemux can now properly typefind elements with dynamic pads.
14039         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14040         Properly set caps on src pad, and set caps on outgoing buffers.
14041
14042 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14043
14044         * ext/alsa/gstalsamixer.h:
14045         * ext/alsa/gstalsamixerelement.h:
14046         * ext/alsa/gstalsamixeroptions.h:
14047         * ext/alsa/gstalsamixertrack.h:
14048         * ext/alsa/gstalsasink.c:
14049         * ext/alsa/gstalsasink.h:
14050         * ext/alsa/gstalsasrc.c:
14051         * ext/alsa/gstalsasrc.h:
14052         * ext/cdparanoia/gstcdparanoia.h:
14053         * ext/gnomevfs/gstgnomevfsuri.h:
14054         * ext/ogg/gstoggdemux.c:
14055         * ext/ogg/gstoggmux.c:
14056         * ext/pango/gsttextoverlay.h:
14057         * ext/theora/theoradec.c:
14058         * ext/theora/theoraenc.c:
14059         * ext/vorbis/vorbisdec.h:
14060         * ext/vorbis/vorbisenc.c:
14061         * ext/vorbis/vorbisenc.h:
14062         * ext/vorbis/vorbisparse.h:
14063         * gst-libs/gst/audio/gstaudioclock.h:
14064         * gst-libs/gst/audio/gstaudiosink.c:
14065         * gst-libs/gst/audio/gstaudiosink.h:
14066         * gst-libs/gst/audio/gstaudiosrc.c:
14067         * gst-libs/gst/audio/gstaudiosrc.h:
14068         * gst-libs/gst/audio/gstbaseaudiosink.c:
14069         * gst-libs/gst/audio/gstbaseaudiosink.h:
14070         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14071         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14072         * gst-libs/gst/audio/gstringbuffer.h:
14073         * gst-libs/gst/audio/multichannel.h:
14074         * gst-libs/gst/floatcast/floatcast.h:
14075         * gst-libs/gst/interfaces/colorbalance.c:
14076         * gst-libs/gst/interfaces/colorbalance.h:
14077         * gst-libs/gst/interfaces/colorbalancechannel.h:
14078         * gst-libs/gst/interfaces/mixer.h:
14079         * gst-libs/gst/interfaces/mixeroptions.h:
14080         * gst-libs/gst/interfaces/mixertrack.h:
14081         * gst-libs/gst/interfaces/navigation.h:
14082         * gst-libs/gst/interfaces/propertyprobe.h:
14083         * gst-libs/gst/interfaces/tuner.h:
14084         * gst-libs/gst/interfaces/tunerchannel.h:
14085         * gst-libs/gst/interfaces/tunernorm.h:
14086         * gst-libs/gst/interfaces/xoverlay.h:
14087         * gst-libs/gst/netbuffer/gstnetbuffer.h:
14088         * gst-libs/gst/riff/riff-ids.h:
14089         * gst-libs/gst/riff/riff-media.h:
14090         * gst-libs/gst/riff/riff-read.h:
14091         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14092         * gst-libs/gst/rtp/gstbasertppayload.c:
14093         * gst-libs/gst/rtp/gstbasertppayload.h:
14094         * gst-libs/gst/rtp/gstrtpbuffer.c:
14095         * gst-libs/gst/rtp/gstrtpbuffer.h:
14096         * gst-libs/gst/tag/gsttageditingprivate.h:
14097         * gst-libs/gst/tag/gstvorbistag.c:
14098         (gst_tag_list_from_vorbiscomment_buffer):
14099         * gst-libs/gst/tag/tag.h:
14100         * gst-libs/gst/video/video.h:
14101         * gst/adder/gstadder.c:
14102         * gst/adder/gstadder.h:
14103         * gst/audioconvert/audioconvert.c:
14104         * gst/audioconvert/audioconvert.h:
14105         * gst/audioconvert/gstaudioconvert.c:
14106         * gst/audioconvert/gstchannelmix.c:
14107         * gst/audioconvert/gstchannelmix.h:
14108         * gst/audiorate/gstaudiorate.c:
14109         * gst/audioresample/buffer.h:
14110         * gst/audioresample/functable.h:
14111         * gst/audioresample/gstaudioresample.c:
14112         * gst/audioresample/resample.h:
14113         * gst/ffmpegcolorspace/avcodec.h:
14114         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14115         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14116         * gst/ffmpegcolorspace/imgconvert.c:
14117         * gst/ffmpegcolorspace/imgconvert_template.h:
14118         * gst/playback/gstdecodebin.c:
14119         * gst/playback/gstplaybasebin.h:
14120         * gst/playback/gstplaybin.c:
14121         * gst/playback/gststreaminfo.h:
14122         * gst/tcp/gstfdset.c:
14123         * gst/tcp/gstfdset.h:
14124         * gst/tcp/gstmultifdsink.c:
14125         * gst/tcp/gstmultifdsink.h:
14126         * gst/tcp/gsttcp.h:
14127         * gst/tcp/gsttcpclientsrc.c:
14128         * gst/tcp/gsttcpclientsrc.h:
14129         * gst/tcp/gsttcpplugin.h:
14130         * gst/tcp/gsttcpserversink.c:
14131         * gst/tcp/gsttcpserversrc.c:
14132         * gst/typefind/gsttypefindfunctions.c:
14133         * gst/videorate/gstvideorate.c:
14134         * gst/videotestsrc/gstvideotestsrc.h:
14135         * gst/videotestsrc/videotestsrc.h:
14136         * sys/v4l/gstv4lcolorbalance.h:
14137         * sys/v4l/gstv4ltuner.h:
14138         * sys/v4l/gstv4lxoverlay.h:
14139         * sys/v4l/v4l_calls.h:
14140         * sys/v4l/videodev_mjpeg.h:
14141         * tests/check/elements/audioconvert.c:
14142         * tests/check/elements/audioresample.c:
14143         * tests/check/elements/audiotestsrc.c:
14144         * tests/check/elements/videotestsrc.c:
14145         * tests/check/elements/volume.c:
14146         * tests/examples/seek/scrubby.c:
14147         * tests/examples/seek/seek.c:
14148           expand tabs
14149
14150 === release 0.10.0 ===
14151
14152 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14153
14154         * configure.ac:
14155           releasing 0.10.0, "Mont-d'or"
14156
14157 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
14158
14159         * tests/examples/seek/Makefile.am:
14160         Build fix for when gtk is not available.
14161
14162 2005-12-05  Andy Wingo  <wingo@pobox.com>
14163
14164         * ext/libvisual/visual.c: (get_buffer):
14165         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
14166         * ext/pango/gsttextrender.c: (gst_text_render_chain):
14167         * ext/theora/theoradec.c: (theora_handle_data_packet):
14168         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14169         (theora_enc_chain):
14170         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14171         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
14172         Update for alloc_buffer changes.
14173
14174 2005-12-05  Andy Wingo  <wingo@pobox.com>
14175
14176         patch by: Kai Vehmanen <kv2004 eca cx>
14177         
14178         * gst-libs/gst/rtp/gstbasertpdepayload.c
14179         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
14180
14181 2005-12-04  Andy Wingo  <wingo@pobox.com>
14182
14183         patch by: Sebastien Cote <sebas642 yahoo ca>
14184         
14185         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
14186         Fixes #319172.
14187
14188 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
14189
14190         * docs/plugins/Makefile.am:
14191         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14192         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14193         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14194         * ext/pango/gstclockoverlay.c:
14195         * ext/pango/gsttextoverlay.c: 
14196         * ext/pango/gsttextrender.c:
14197         * ext/pango/gsttimeoverlay.c:
14198           Add gtk-doc blurbs to pango elements.
14199
14200 2005-12-02  Wim Taymans  <wim@fluendo.com>
14201
14202         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
14203         * gst/audioresample/buffer.h:
14204         * gst/audioresample/gstaudioresample.c:
14205         * gst/audioresample/gstaudioresample.h:
14206         * gst/audioresample/resample.c: (resample_input_flush),
14207         (resample_input_pushthrough), (resample_input_eos),
14208         (resample_get_output_size_for_input),
14209         (resample_get_input_size_for_output), (resample_get_output_size),
14210         (resample_get_output_data):
14211         * gst/audioresample/resample.h:
14212         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14213         Fix audioresample, seek torture, new segments, reverse negotiation
14214         etc.. work fine.
14215
14216 2005-12-02  Wim Taymans  <wim@fluendo.com>
14217
14218         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14219         Small cleanups.
14220
14221 2005-12-02  Wim Taymans  <wim@fluendo.com>
14222
14223         * gst/audioconvert/gstaudioconvert.c:
14224         (gst_audio_convert_transform):
14225         Post errors.
14226
14227 === release 0.9.7 ===
14228
14229 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14230
14231         * configure.ac:
14232           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
14233
14234 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14235
14236         * Makefile.am:
14237         * po/hu.po:
14238         * win32/MANIFEST:
14239         * win32/gst.sln:
14240           add win32 MANIFEST file
14241           do something to the hungarian translation
14242
14243 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
14244
14245         * ext/Makefile.am:
14246           Add $(PANGO_DIR) to SUBDIRS
14247
14248         * ext/pango/gstclockoverlay.c:
14249         * ext/pango/gsttimeoverlay.c:
14250           Fix and improve element descriptions.
14251
14252 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14253
14254         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14255         * docs/plugins/inspect/plugin-libvisual.xml:
14256         * docs/plugins/inspect/plugin-pango.xml:
14257           add pango plugin to docs
14258
14259 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14260
14261         * configure.ac:
14262         * ext/Makefile.am:
14263           moved pango to base
14264
14265 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14266
14267         * configure.ac:
14268         * tests/Makefile.am:
14269         * tests/icles/.cvsignore:
14270         * tests/icles/Makefile.am:
14271         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
14272         (close_display), (resize_window), (move_window), (create_window),
14273         (terminate_playback), (pause_playback), (start_playback), (main):
14274           add stress test for xoverlay from Julien
14275
14276 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14277
14278         * docs/libs/tmpl/gstcolorbalance.sgml:
14279         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14280         * gst-libs/gst/rtp/gstbasertppayload.c:
14281         * gst-libs/gst/rtp/gstrtpbuffer.c:
14282         * gst-libs/gst/rtp/gstrtpbuffer.h:
14283           Do burger's rename for rtp payloaders and depayloaders
14284
14285 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14286
14287         * win32/:
14288           add Visual Studio 6 build files
14289
14290 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14291
14292         * docs/libs/gst-plugins-base-libs-docs.sgml:
14293         * docs/libs/gst-plugins-base-libs-sections.txt:
14294         * docs/libs/tmpl/gstaudio.sgml:
14295         * docs/libs/tmpl/gstringbuffer.sgml:
14296         * gst-libs/gst/interfaces/xoverlay.c:
14297         * gst-libs/gst/video/gstvideofilter.c:
14298         * gst-libs/gst/video/gstvideosink.c:
14299           update documentation
14300
14301 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14302
14303         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
14304         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
14305         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
14306         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
14307         (gst_multi_fd_sink_get_stats),
14308         (gst_multi_fd_sink_remove_client_link),
14309         (gst_multi_fd_sink_handle_client_read),
14310         (gst_multi_fd_sink_client_queue_data),
14311         (gst_multi_fd_sink_client_queue_caps),
14312         (gst_multi_fd_sink_client_queue_buffer),
14313         (gst_multi_fd_sink_new_client),
14314         (gst_multi_fd_sink_handle_client_write),
14315         (gst_multi_fd_sink_recover_client),
14316         (gst_multi_fd_sink_queue_buffer),
14317         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
14318         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
14319         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
14320         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
14321         * gst/tcp/gstmultifdsink.h:
14322         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
14323         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
14324         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
14325         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
14326         (gst_tcp_client_sink_set_property),
14327         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
14328         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
14329         * gst/tcp/gsttcpclientsink.h:
14330         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
14331         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
14332         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
14333         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
14334         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
14335         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
14336         * gst/tcp/gsttcpclientsrc.h:
14337         * gst/tcp/gsttcpplugin.c: (plugin_init):
14338         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
14339         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
14340         (gst_tcp_server_sink_finalize),
14341         (gst_tcp_server_sink_handle_server_read),
14342         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
14343         (gst_tcp_server_sink_set_property),
14344         (gst_tcp_server_sink_get_property),
14345         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
14346         * gst/tcp/gsttcpserversink.h:
14347         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
14348         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
14349         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
14350         (gst_tcp_server_src_set_property),
14351         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
14352         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
14353         * gst/tcp/gsttcpserversrc.h:
14354           more borgifying
14355
14356 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14357
14358         * docs/plugins/Makefile.am:
14359         * docs/plugins/gst-plugins-base-plugins.args:
14360         * docs/plugins/inspect/plugin-libvisual.xml:
14361         * gst/audioconvert/plugin.h:
14362         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
14363         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
14364         (gst_audio_rate_setcaps), (gst_audio_rate_init),
14365         (gst_audio_rate_chain), (gst_audio_rate_set_property),
14366         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
14367         (plugin_init):
14368         * gst/audiotestsrc/gstaudiotestsrc.c:
14369         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
14370         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
14371         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
14372         (gst_audio_test_src_get_query_types),
14373         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
14374         (gst_audio_test_src_create_square),
14375         (gst_audio_test_src_create_saw),
14376         (gst_audio_test_src_create_triangle),
14377         (gst_audio_test_src_create_silence),
14378         (gst_audio_test_src_create_white_noise),
14379         (gst_audio_test_src_init_pink_noise),
14380         (gst_audio_test_src_generate_pink_noise_value),
14381         (gst_audio_test_src_create_pink_noise),
14382         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
14383         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
14384         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
14385         (plugin_init):
14386         * gst/audiotestsrc/gstaudiotestsrc.h:
14387         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
14388         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
14389         (gst_sub_parse_init), (gst_sub_parse_formats),
14390         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
14391         (convert_encoding), (get_next_line),
14392         (gst_sub_parse_data_format_autodetect),
14393         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
14394         (gst_sub_parse_loop), (gst_sub_parse_chain),
14395         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
14396         (plugin_init):
14397         * gst/subparse/gstsubparse.h:
14398         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
14399         (gst_video_rate_base_init), (gst_video_rate_class_init),
14400         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
14401         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
14402         (gst_video_rate_init), (gst_video_rate_event),
14403         (gst_video_rate_chain), (gst_video_rate_set_property),
14404         (gst_video_rate_get_property), (gst_video_rate_change_state),
14405         (plugin_init):
14406         * gst/videoscale/gstvideoscale.c:
14407         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
14408         (gst_video_scale_src_template_factory),
14409         (gst_video_scale_sink_template_factory),
14410         (gst_video_scale_get_type), (gst_video_scale_base_init),
14411         (gst_video_scale_class_init), (gst_video_scale_init),
14412         (gst_video_scale_set_property), (gst_video_scale_get_property),
14413         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
14414         (gst_video_scale_prepare_size), (parse_caps),
14415         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
14416         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
14417         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
14418         (plugin_init):
14419         * gst/videoscale/gstvideoscale.h:
14420         * gst/videotestsrc/gstvideotestsrc.c:
14421         (gst_video_test_src_pattern_get_type),
14422         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
14423         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
14424         (gst_video_test_src_set_pattern),
14425         (gst_video_test_src_set_property),
14426         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
14427         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
14428         (gst_video_test_src_event), (gst_video_test_src_get_times),
14429         (gst_video_test_src_create), (plugin_init):
14430         * gst/videotestsrc/gstvideotestsrc.h:
14431         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
14432         (gst_video_test_src_smpte), (gst_video_test_src_snow),
14433         (gst_video_test_src_black):
14434         * gst/videotestsrc/videotestsrc.h:
14435           borgify further
14436           clean up docs a little
14437
14438 2005-11-30  Wim Taymans  <wim@fluendo.com>
14439
14440         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14441         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
14442         (gst_basertppayload_event), (gst_basertppayload_push),
14443         (gst_basertppayload_change_state):
14444         * gst-libs/gst/rtp/gstbasertppayload.h:
14445         closed #320644.
14446
14447 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14448
14449         * docs/libs/gst-plugins-base-libs-docs.sgml:
14450         * docs/libs/gst-plugins-base-libs-sections.txt:
14451         * gst-libs/gst/video/gstvideofilter.c:
14452         * gst-libs/gst/video/gstvideosink.c:
14453         * gst-libs/gst/video/gstvideosink.h: Adding docs.
14454
14455 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14456
14457         * LICENSE:
14458           move
14459         * po/af.po:
14460         * po/az.po:
14461         * po/cs.po:
14462         * po/en_GB.po:
14463         * po/hu.po:
14464         * po/it.po:
14465         * po/nb.po:
14466         * po/nl.po:
14467         * po/or.po:
14468         * po/sq.po:
14469         * po/sr.po:
14470         * po/sv.po:
14471         * po/uk.po:
14472         * po/vi.po:
14473         * Makefile.am:
14474           update
14475         * scripts/autoplugins.sh:
14476           remove
14477
14478 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14479
14480         * Makefile.am:
14481         * configure.ac:
14482         * examples/Makefile.am:
14483         * examples/capsfilter/Makefile.am:
14484         * examples/capsfilter/capsfilter1.c:
14485         * examples/gob/Makefile.am:
14486         * examples/gob/gst-identity2.gob:
14487         * examples/indexing/.cvsignore:
14488         * examples/indexing/Makefile.am:
14489         * examples/indexing/indexmpeg.c:
14490         * examples/seeking/.cvsignore:
14491         * examples/seeking/Makefile.am:
14492         * examples/seeking/cdparanoia.c:
14493         * examples/seeking/cdplayer.c:
14494         * examples/seeking/chained.c:
14495         * examples/seeking/scrubby.c:
14496         * examples/seeking/seek.c:
14497         * examples/stats/Makefile.am:
14498         * examples/stats/mp2ogg.c:
14499         * examples/switch/.cvsignore:
14500         * examples/switch/Makefile.am:
14501         * examples/switch/switcher.c:
14502         * tests/Makefile.am:
14503         * tests/check/generic/.cvsignore:
14504         * tests/check/pipelines/.cvsignore:
14505         * tests/examples/Makefile.am:
14506         * tests/examples/seek/Makefile.am:
14507           reorganize stuff under tests/
14508
14509 2005-11-30  Edward Hervey  <edward@fluendo.com>
14510
14511         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14512         Go away you stupid GstStaticPadTemplate memleak.
14513
14514 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14515
14516         * gst-libs/gst/net/Makefile.am:
14517         * gst-libs/gst/net/README:
14518         * gst-libs/gst/net/gstnetbuffer.c:
14519         * gst-libs/gst/net/gstnetbuffer.h:
14520           this was moved to "netbuffer"
14521
14522 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14523
14524         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
14525         (gst_video_filter_class_init), (gst_video_filter_init):
14526         * gst-libs/gst/video/gstvideofilter.h:
14527           borgify name to bring in line with other classes
14528
14529 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14530
14531         * gst/audioscale/.cvsignore:
14532         * gst/audioscale/Makefile.am:
14533         * gst/audioscale/README:
14534         * gst/audioscale/audioscale.vcproj:
14535         * gst/audioscale/dtof.c:
14536         * gst/audioscale/dtos.c:
14537         * gst/audioscale/functable.c:
14538         * gst/audioscale/gstaudioscale.c:
14539         * gst/audioscale/gstaudioscale.h:
14540         * gst/audioscale/private.h:
14541         * gst/audioscale/resample.c:
14542         * gst/audioscale/resample.h:
14543         * gst/audioscale/test.c:
14544           remove
14545
14546 2005-11-30  Edward Hervey  <edward@fluendo.com>
14547
14548         * gst-libs/gst/netbuffer/Makefile.am:
14549         really, really tired
14550
14551 2005-11-30  Edward Hervey  <edward@fluendo.com>
14552
14553         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14554         Update for new GstTypeFindFactory _register()
14555
14556 2005-11-30  Edward Hervey  <edward@fluendo.com>
14557
14558         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
14559         Let's not override libgstnet from core for no reason...
14560         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
14561         Ok, maybe not so quick next time.
14562
14563 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14564
14565         * configure.ac:
14566         * gst-libs/gst/Makefile.am:
14567           moved gst-libs/gst/net to netbuffer through CVS surgery
14568           remove old directory
14569           updating build to accomodate
14570           (#322257)
14571
14572 2005-11-29  Andy Wingo  <wingo@pobox.com>
14573
14574         * pkgconfig/gstreamer-plugins-base.pc.in:
14575         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
14576         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
14577         (#322257).
14578
14579 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14580
14581         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14582         3rd time's the charm. Correct ref-counting for discarded buffers.
14583
14584 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14585
14586         * gst/playback/gststreamselector.c:
14587         (gst_stream_selector_class_init),
14588         (gst_stream_selector_set_property),
14589         (gst_stream_selector_get_property),
14590         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14591         Fix ref-counting
14592
14593 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14594
14595         * gst/subparse/gstsubparse.c: (feed_textbuf):
14596           Don't access already unref'ed buffer.
14597
14598 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14599
14600         * gst/playback/gststreamselector.c:
14601         (gst_stream_selector_class_init), (gst_stream_selector_init),
14602         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
14603         (gst_stream_selector_get_property),
14604         (gst_stream_selector_get_linked_pad),
14605         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14606         * gst/playback/gststreamselector.h:
14607         Add the active-pad property for playbin to use shortly. Ignore buffers
14608         from any other pad, returning GST_FLOW_NOT_LINKED
14609
14610 2005-11-29  Julien MOUTTE  <julien@moutte.net>
14611
14612         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
14613         patch from bug #322704 (Alessandro Decina).
14614
14615 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14616
14617         * gst-libs/gst/audio/Makefile.am:
14618           folded audiofilter into the audio library
14619
14620 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14621
14622         * gst/videoscale/gstvideoscale.h:
14623         * gst/videoscale/gstvideoscale.c:
14624           remove unimplemented scale methods
14625
14626 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14627
14628         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
14629           Don't leak caps.
14630
14631 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14632
14633         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
14634         (gst_ximagesink_setcaps):
14635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
14636         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
14637         happens (only visible on ximagesink but bug is in xv too) set_caps was
14638         destroying the internal x[v]image used to memcpy non locally alloced
14639         buffers so that it got renewed on next _chain. The issue is that 
14640         _expose will try to put that image as it reffed it in _put.
14641         Using gst_buffer_unref instead of destroy fixes it !
14642
14643 2005-11-28  Edward Hervey  <edward@fluendo.com>
14644
14645         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14646         (try_to_link_1), (queue_filled_cb):
14647         Better use of the queues. Start with a small size queue and only increase
14648         the size of the queues when the other queues are empty.
14649
14650 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14651
14652         * gst-libs/gst/video/Makefile.am:
14653           compile in copied-over videofilter into the video library
14654         * gst-libs/gst/video/videosink.h:
14655           rename the header to gstvideosink.h since it's a base GstObject class
14656         * sys/ximage/ximagesink.h:
14657         * sys/xvimage/xvimagesink.h:
14658           use the new header
14659
14660 2005-11-28  Wim Taymans  <wim@fluendo.com>
14661
14662         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
14663         * gst/playback/gstplaybasebin.h:
14664         Prepare to handle errors betters.
14665
14666         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
14667         Set sinks to PAUSED first before adding and linking them so that
14668         we don't interrupt dataflow.
14669
14670 2005-11-28  Wim Taymans  <wim@fluendo.com>
14671
14672         * gst-libs/gst/audio/TODO:
14673         Updated TODO
14674
14675         * gst-libs/gst/audio/gstaudiosink.c:
14676         (gst_audioringbuffer_open_device),
14677         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
14678         (gst_audioringbuffer_release):
14679         Small cleanups.
14680
14681         * gst-libs/gst/audio/gstbaseaudiosink.c:
14682         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
14683         (gst_base_audio_sink_change_state):
14684         Slave to the master clock when going to PLAYING and unslave when
14685         going to PAUSED.
14686
14687         * gst-libs/gst/audio/gstringbuffer.c:
14688         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14689         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14690         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14691         (gst_ring_buffer_clear_all), (wait_segment),
14692         (gst_ring_buffer_commit), (gst_ring_buffer_read),
14693         (gst_ring_buffer_advance):
14694         * gst-libs/gst/audio/gstringbuffer.h:
14695         Add some docs and cleanups.
14696
14697 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14698
14699         * sys/xvimage/xvimagesink.c:
14700         (gst_xvimagesink_navigation_send_event): Fix navigation events
14701         coordinates translation with pixel aspect ratios.
14702
14703 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14704
14705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
14706         Use calculated video geometry from _setcaps instead of buffer
14707         caps to respect pixel aspect ratio. (fixes #322388)
14708
14709 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14710
14711         * docs/libs/tmpl/gstcolorbalance.sgml:
14712         * docs/libs/tmpl/gstmixer.sgml:
14713         * docs/libs/tmpl/gstxoverlay.sgml:
14714         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
14715         interface.
14716
14717 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14718
14719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14720         Refuse to create an XvImage if we can't find the format.
14721
14722 2005-11-28  Edward Hervey  <edward@fluendo.com>
14723
14724         * gst-libs/gst/riff/riff-media.c:
14725         (gst_riff_create_audio_template_caps):
14726         Add ATRAC3 to the list of riff-possible audio caps.
14727         I know we still don't have a plugin for atrac3, but it's saner to output
14728         that than a cryptic mimetype.
14729
14730 2005-11-27  Edward Hervey  <edward@fluendo.com>
14731
14732         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
14733         Don't try to create a zero-sized subbuffer.
14734
14735 2005-11-27  Julien MOUTTE  <julien@moutte.net>
14736
14737         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
14738         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
14739         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
14740         (gst_ximagesink_expose): Fixed a tricky race.
14741         * sys/ximage/ximagesink.h:
14742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
14743         (gst_xvimagesink_expose): Fixed a tricky race.
14744         * sys/xvimage/xvimagesink.h:
14745
14746 2005-11-27  Edward Hervey  <edward@fluendo.com>
14747
14748         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14749         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
14750         Remove unused properties, and add queues between demuxers and decoders
14751         so that a lot more files can preroll properly.
14752
14753 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14754
14755         * gst-libs/gst/net/Makefile.am:
14756         * gst-libs/gst/rtp/Makefile.am:
14757         * gst-libs/gst/tag/Makefile.am:
14758           remove silly include
14759         * gst/tags/Makefile.am:
14760         * gst/tags/gsttagediting.c:
14761         * gst/tags/gsttageditingprivate.h:
14762         * gst/tags/tagedit.vcproj:
14763           remove directory, is as good as empty
14764
14765 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14766
14767         * configure.ac:
14768           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
14769         * gst-libs/Makefile.am:
14770         * gst-libs/gst/audio/Makefile.am:
14771         * gst-libs/gst/interfaces/Makefile.am:
14772         * gst-libs/gst/net/Makefile.am:
14773         * gst-libs/gst/riff/Makefile.am:
14774         * gst-libs/gst/rtp/Makefile.am:
14775         * gst-libs/gst/tag/Makefile.am:
14776         * gst-libs/gst/video/Makefile.am:
14777           and use them
14778
14779 2005-11-27  Julien MOUTTE  <julien@moutte.net>
14780
14781         * docs/libs/tmpl/gstcolorbalance.sgml:
14782         * docs/libs/tmpl/gstmixer.sgml:
14783         * docs/libs/tmpl/gstxoverlay.sgml:
14784         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
14785         * sys/ximage/ximagesink.h:
14786         * sys/xvimage/xvimagesink.h: More and more documentation.
14787
14788 2005-11-26  Julien MOUTTE  <julien@moutte.net>
14789
14790         * docs/libs/gst-plugins-base-libs-docs.sgml:
14791         * docs/libs/gst-plugins-base-libs-sections.txt:
14792         * docs/libs/tmpl/gstcolorbalance.sgml:
14793         * docs/libs/tmpl/gstmixer.sgml:
14794         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
14795         to documentation.
14796
14797 2005-11-26  Julien MOUTTE  <julien@moutte.net>
14798
14799         * docs/plugins/Makefile.am:
14800         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14801         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14802         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
14803
14804 2005-11-26  Julien MOUTTE  <julien@moutte.net>
14805
14806         * docs/plugins/Makefile.am:
14807         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14808         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14809         * docs/plugins/inspect/plugin-adder.xml:
14810         * docs/plugins/inspect/plugin-alsa.xml:
14811         * docs/plugins/inspect/plugin-audioconvert.xml:
14812         * docs/plugins/inspect/plugin-audiorate.xml:
14813         * docs/plugins/inspect/plugin-audioresample.xml:
14814         * docs/plugins/inspect/plugin-audiotestsrc.xml:
14815         * docs/plugins/inspect/plugin-decodebin.xml:
14816         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14817         * docs/plugins/inspect/plugin-gnomevfs.xml:
14818         * docs/plugins/inspect/plugin-ogg.xml:
14819         * docs/plugins/inspect/plugin-playbin.xml:
14820         * docs/plugins/inspect/plugin-subparse.xml:
14821         * docs/plugins/inspect/plugin-tcp.xml:
14822         * docs/plugins/inspect/plugin-theora.xml:
14823         * docs/plugins/inspect/plugin-typefindfunctions.xml:
14824         * docs/plugins/inspect/plugin-video4linux.xml:
14825         * docs/plugins/inspect/plugin-videorate.xml:
14826         * docs/plugins/inspect/plugin-videoscale.xml:
14827         * docs/plugins/inspect/plugin-videotestsrc.xml:
14828         * docs/plugins/inspect/plugin-volume.xml:
14829         * docs/plugins/inspect/plugin-vorbis.xml:
14830         * docs/plugins/inspect/plugin-ximagesink.xml:
14831         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
14832         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
14833
14834 2005-11-26  Edward Hervey  <edward@fluendo.com>
14835
14836         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
14837         Properly return GstFlowReturn from gst_pad_push in chain functions.
14838
14839 2005-11-25  Michael Smith  <msmith@fluendo.com>
14840
14841         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
14842         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
14843         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
14844         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
14845           Handle various conditions better when we don't understand a stream.
14846           Removes a heap of CRITICALs on ogg streams containing unknown data.
14847
14848 2005-11-24  Andy Wingo  <wingo@pobox.com>
14849
14850         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
14851         Be threadsafe.
14852
14853 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14854
14855         * configure.ac: back to HEAD
14856
14857 === release 0.9.6 ===
14858
14859 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14860
14861         * configure.ac:
14862           releasing 0.9.6, "White Eight"
14863
14864 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14865
14866         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
14867         * docs/plugins/inspect/plugin-sine.xml:
14868           remove sinesrc some more
14869
14870 2005-11-23  Wim Taymans  <wim@fluendo.com>
14871
14872         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
14873         If we are reading too slowly, jump forward in the ringbuffer
14874         instead of blocking.
14875
14876 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14877
14878         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
14879         (gst_visual_chain):
14880         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
14881         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
14882         (gst_videorate_chain):
14883         * gst/videotestsrc/gstvideotestsrc.c:
14884         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
14885         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
14886         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
14887         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
14888         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
14889         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
14890           Updates for API changes
14891
14892 2005-11-23  Wim Taymans  <wim@fluendo.com>
14893
14894         * gst-libs/gst/audio/gstbaseaudiosink.c:
14895         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
14896         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14897         Fix for calibration API change.
14898
14899 2005-11-23  Michael Smith <msmith@fluendo.com>
14900
14901         * gst-libs/gst/audio/multichannel.c:
14902         (gst_audio_get_channel_positions),
14903         (gst_audio_set_channel_positions),
14904         (gst_audio_set_structure_channel_positions_list),
14905         (gst_audio_fixate_channel_positions):
14906           Use gst_value_array_*() functions on value arrays, not
14907           gst_value_list_*().
14908
14909 2005-11-23  Edward Hervey  <edward@fluendo.com>
14910
14911         * autogen.sh:
14912         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
14913         Fixes autogen
14914
14915 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14916
14917         * check/Makefile.am:
14918         * check/elements/videotestsrc.c: (setup_videotestsrc),
14919         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
14920         (main):
14921           add a test for videotestsrc
14922
14923 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14924
14925         * gst/sine/.cvsignore:
14926         * gst/sine/Makefile.am:
14927         * gst/sine/gstsinesrc.c:
14928         * gst/sine/gstsinesrc.h:
14929         * gst/sine/sinesrc.vcproj:
14930           and remove sinesrc from the repository.  Closes #321446
14931
14932 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14933
14934         * configure.ac:
14935         * gst-plugins-base.spec.in:
14936           remove sinesrc from the build
14937
14938 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14939
14940         * check/Makefile.am:
14941         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
14942         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
14943         (main):
14944           add a test for audiotestsrc, testing all waves.  Even seems
14945           leak-free at first glance, nice job Stefan
14946
14947 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14948
14949         * po/af.po:
14950         * po/az.po:
14951         * po/cs.po:
14952         * po/en_GB.po:
14953         * po/hu.po:
14954         * po/it.po:
14955         * po/nb.po:
14956         * po/nl.po:
14957         * po/or.po:
14958         * po/sq.po:
14959         * po/sr.po:
14960         * po/sv.po:
14961         * po/uk.po:
14962         * po/vi.po:
14963           Translation string updates
14964
14965         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
14966         (gst_v4lsrc_set_caps):
14967         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
14968         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
14969         * sys/v4l/v4lsrc_calls.h:
14970           Improve v4lsrc, by making it work again.
14971
14972 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14973
14974         * ext/libvisual/visual.c: (gst_visual_chain):
14975           Fix the fps calculations.
14976
14977         * gst/ffmpegcolorspace/avcodec.h:
14978           Move structure element for clarity
14979
14980         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
14981         * gst-libs/gst/interfaces/tunernorm.h:
14982         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
14983         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
14984         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
14985         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
14986         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
14987         (gst_v4lmjpegsrc_getcaps):
14988         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
14989         (gst_v4lsrc_set_caps):
14990         * sys/v4l/gstv4lsrc.h:
14991         * sys/v4l/v4l_calls.c: (gst_v4l_open):
14992         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
14993         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
14994         * sys/v4l/v4lsrc_calls.h:
14995           Fractional framerates...
14996
14997 2005-11-22  Wim Taymans  <wim@fluendo.com>
14998
14999         * gst-libs/gst/audio/gstbaseaudiosink.c:
15000         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
15001         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15002         And we provide a clock by default, of course...
15003
15004 2005-11-22  Wim Taymans  <wim@fluendo.com>
15005
15006         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
15007         This clock can be slaved to a master clock now.
15008
15009         * gst-libs/gst/audio/gstbaseaudiosink.c:
15010         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
15011         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
15012         (gst_base_audio_sink_set_clock),
15013         (gst_base_audio_sink_set_property),
15014         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
15015         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15016         * gst-libs/gst/audio/gstbaseaudiosink.h:
15017         Handle slaving the internal clock to the clock selected in the
15018         pipeline.
15019         Add property to make the basesink not provide a clock.
15020
15021         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15022         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
15023         (gst_base_rtp_depayload_wait):
15024         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15025         We can use the clock in GstElement, no need to store it ourselves.
15026
15027 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15028
15029         * docs/libs/tmpl/gstaudio.sgml:
15030           update
15031         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
15032         (gst_paranoia_endian_get_type):
15033         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
15034         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
15035         * gst/audiotestsrc/gstaudiotestsrc.c:
15036         (gst_audiostestsrc_wave_get_type):
15037         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15038         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15039         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15040         (gst_sync_method_get_type), (gst_unit_type_get_type),
15041         (gst_client_status_get_type), (gst_multifdsink_class_init),
15042         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
15043         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
15044         (gst_multifdsink_get_property):
15045         * gst/tcp/gstmultifdsink.h:
15046         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
15047         * gst/videotestsrc/gstvideotestsrc.c:
15048         (gst_videotestsrc_pattern_get_type):
15049           remove deprecated properties
15050           fix up enums to correctly have short lowercase dashed nicks
15051
15052 2005-11-22  Michael Smith <msmith@fluendo.com>
15053
15054         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15055         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15056           Add underscore.
15057
15058 2005-11-22  Michael Smith <msmith@fluendo.com>
15059
15060         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15061         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15062           Use utility method for scaling clocktime for fractional framerates.
15063
15064 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
15065
15066         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
15067         (gst_visual_chain):
15068         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15069         * ext/theora/theoradec.c: (theora_handle_type_packet):
15070         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15071         (theora_enc_chain):
15072         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15073         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
15074         * gst-libs/gst/video/video.h:
15075         * gst/ffmpegcolorspace/avcodec.h:
15076         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15077         (gst_ffmpeg_caps_to_pixfmt):
15078         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15079         (gst_ffmpegcsp_set_caps):
15080         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15081         (gst_videorate_setcaps), (gst_videorate_blank_data),
15082         (gst_videorate_chain):
15083         * gst/videotestsrc/gstvideotestsrc.c:
15084         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
15085         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
15086         (gst_videotestsrc_event), (gst_videotestsrc_create):
15087         * gst/videotestsrc/gstvideotestsrc.h:
15088         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
15089         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
15090         (gst_ximagesink_get_times), (gst_ximagesink_init):
15091         * sys/ximage/ximagesink.h:
15092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15093         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15094         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
15095         * sys/xvimage/xvimagesink.h:
15096           Convert elements to use fractions for their framerate.
15097           V4L elements to come later tonight.
15098
15099 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15100
15101         * gst-libs/gst/audio/audio.c:
15102         * gst-libs/gst/audio/audio.h:
15103           remove some deprecated functions
15104
15105 2005-11-22  Andy Wingo  <wingo@pobox.com>
15106
15107         * Update for gst_tag_setter API changes.
15108
15109 2005-11-22  Andy Wingo  <wingo@pobox.com>
15110
15111         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
15112         (gst_ogg_demux_perform_seek):
15113         * ext/theora/theoradec.c (theora_dec_sink_event):
15114         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
15115         update-funcnames.
15116
15117 2005-11-22  Wim Taymans  <wim@fluendo.com>
15118
15119         * examples/seeking/seek.c: (main):
15120         Give higher priority to bus signals than the gtk events
15121         to fix a race condition in the segment looping.
15122
15123 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15124
15125         * ext/theora/Makefile.am:
15126         * ext/vorbis/Makefile.am:
15127         * gst-libs/gst/tag/Makefile.am:
15128         * gst-plugins-base.spec.in:
15129           Rename libgsttagedit to libgsttag (#322117).
15130
15131 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15132
15133         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
15134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15135           Call gst_x_overlay_prepare_xwindow_id() to give applications
15136           a final chance to set their own xwindow id before the video
15137           sink creates its own window.
15138
15139 2005-11-22  Julien MOUTTE  <julien@moutte.net>
15140
15141         * sys/xvimage/xvimagesink.c:
15142         (gst_xvimagesink_navigation_send_event): Handle navigation
15143         events correcly with borders if applicable.
15144
15145 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15146
15147         Patch by: Luca Ognibene
15148
15149         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15150         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
15151         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15152         (gst_ffmpegcsp_caps_remove_format_info):
15153         * gst/ffmpegcolorspace/imgconvert.c:
15154         * gst/ffmpegcolorspace/imgconvert_template.h:
15155           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
15156           #318353); use gst_structure_has_name().
15157
15158 2005-11-22  Julien MOUTTE  <julien@moutte.net>
15159
15160         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
15161         (gst_ximagesink_class_init): Add debug macros on functions.
15162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15163         (gst_xvimagesink_xwindow_draw_borders),
15164         (gst_xvimagesink_xvimage_put),
15165         (gst_xvimagesink_xwindow_update_geometry),
15166         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
15167         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
15168         (gst_xvimagesink_xcontext_clear),
15169         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15170         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15171         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15172         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15173         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
15174         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15175         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
15176         expose while being PAUSED, out of data flow navigation events, etc..
15177
15178 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15179
15180         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
15181         * gst-libs/gst/audio/audio.h:
15182           fix prototype - wondering why the test worked regardless
15183
15184 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15185
15186         * check/Makefile.am:
15187         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
15188         * gst-libs/gst/audio/audio.h:
15189           add a method that returns a proper GstClockTime
15190
15191 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15192
15193         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
15194         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
15195         * gst-libs/gst/interfaces/xoverlay.h:
15196           Remove everything having to do with the desired size; add 
15197           gst_x_overlay_prepare_xwindow_id() function; remove the
15198           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
15199           post a message on the bus instead (#321816).
15200
15201         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
15202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
15203         (gst_xvimagesink_xoverlay_init):
15204           Remove desired size stuff (#321816).
15205
15206 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15207
15208         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
15209         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15210         (mpeg_video_type_find), (mpeg_video_stream_type_find):
15211           Terminate vararg functions with NULL instead of 0 to 
15212           make gcc4 happy.
15213
15214 2005-11-21  Andy Wingo  <wingo@pobox.com>
15215
15216         patch by: Sebastien Cote <sebas642@yahoo.ca>
15217         
15218         * gst-libs/gst/rtp/gstrtpbuffer.h: 
15219         * gst-libs/gst/rtp/gstrtpbuffer.c
15220         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
15221
15222 2005-11-21  Andy Wingo  <wingo@pobox.com>
15223
15224         * gst/playback/gstplaybin.c (gen_audio_element) 
15225         (gen_video_element): Use the new MISSING_PLUGIN core error
15226         category. Closes #320060.
15227
15228         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
15229         * gst/videorate/gstvideorate.c (gst_videorate_event):
15230         * ext/theora/theoradec.c (theora_dec_sink_event): 
15231         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
15232         stream lock.
15233
15234         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
15235         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
15236         stream lock changes.
15237
15238 2005-11-21  Wim Taymans  <wim@fluendo.com>
15239
15240         * gst-libs/gst/audio/gstbaseaudiosink.c:
15241         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
15242         (gst_base_audio_sink_provide_clock),
15243         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
15244         (gst_base_audio_sink_change_state):
15245         * gst/audioresample/gstaudioresample.c:
15246         Segment update fix.
15247
15248 2005-11-21  Andy Wingo  <wingo@pobox.com>
15249
15250         * *.h:
15251         * *.c: Ran scripts/update-macros. Oh yes.
15252
15253 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15254
15255         * sys/ximage/Makefile.am:
15256         * sys/ximage/ximage.c:
15257           Rename ximage plugin to ximagesink (#321426) (Don't forget to
15258           remove your old libgstximage.* manually if necessary).
15259
15260 2005-11-21  Michael Smith <msmith@fluendo.com>
15261
15262         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
15263           Minimal fix for bug #320200: set the min/max bitrate in the correct
15264           units. A better fix would be to upgrade to the RATEMANAGE2
15265           interface, rather than using the deprecated interface used here, but
15266           that would require an update in our libvorbis dependency (to 1.1),
15267           which is probably undesirable.
15268
15269 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
15270
15271         * ext/libvisual/visual.c: (get_buffer):
15272         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15273         (gst_base_audio_src_fixate):
15274         * gst/audioconvert/gstaudioconvert.c:
15275         (gst_audio_convert_fixate_caps):
15276         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
15277         * gst/audiotestsrc/gstaudiotestsrc.c:
15278         (gst_audiotestsrc_src_fixate):
15279         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
15280         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
15281         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
15282         * gst/videotestsrc/gstvideotestsrc.c:
15283         (gst_videotestsrc_src_fixate):
15284         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
15285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
15286           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
15287           (#322027)
15288
15289
15290 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15291
15292         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15293         (gst_riff_create_iavs_caps):
15294         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
15295         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15296         (gst_riff_parse_info):
15297         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
15298         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
15299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15300           Fixes for GST_FOURCC_FORMAT API change.
15301
15302 2005-11-21  Andy Wingo  <wingo@pobox.com>
15303
15304         patch by: Alessandro Dessina <alessandro nnva org>
15305
15306         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
15307         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
15308         (gst_ogg_parse_chain):
15309         * ext/theora/theoraenc.c (theora_set_header_on_caps):
15310         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
15311         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
15312         gst_value_list calls on arrays. Fixes #321962.
15313
15314 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15315
15316         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15317         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
15318         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15319         * gst/adder/gstadder.c: (gst_adder_init),
15320         (gst_adder_request_new_pad), (gst_adder_collected),
15321         (gst_adder_change_state):
15322           Update for gst_collectpads_foo() to gst_collect_pads_foo()
15323           API change.
15324
15325 2005-11-21  Michael Smith <msmith@fluendo.com>
15326
15327         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
15328         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
15329           Properly handle pad_push return values.
15330
15331 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
15332
15333         * gst-libs/gst/tag/Makefile.am:
15334         * gst-libs/gst/tag/gstvorbistag.c:
15335         (gst_tag_list_to_vorbiscomment_buffer):
15336           Remove obsolete vorbistag element and debug category.
15337
15338         * gst/playback/gstplaybasebin.c: (check_queue):
15339           Don't divide by 0 when queue-threshold is 0.
15340
15341         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
15342           Don't modify an existing pixel-aspect-ratio if we fail to read
15343           a new one.
15344
15345 2005-11-20  Wim Taymans  <wim@fluendo.com>
15346
15347         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
15348         (gst_vorbisenc_push_packet):
15349         GST_PAD_IS_USABLE is gone, use the return value of
15350         the push or pad_alloc_buffer instead.
15351
15352 2005-11-18  Julien MOUTTE  <julien@moutte.net>
15353
15354         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15355         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
15356         (gst_ximagesink_ximage_destroy),
15357         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
15358         (gst_ximagesink_xwindow_new),
15359         (gst_ximagesink_xwindow_update_geometry),
15360         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
15361         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
15362         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
15363         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
15364         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
15365         (gst_ximagesink_navigation_send_event),
15366         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
15367         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15368         (gst_ximagesink_finalize), (gst_ximagesink_init),
15369         (gst_ximagesink_class_init):
15370         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
15371         This new version brings correct software scaling, non flickering
15372         window while resizing, pixel aspect ratio handling, usage of
15373         hardware buffer pools, out of data flow event thread for 
15374         navigation and handling of expose events even when being PAUSED,
15375         a new property to keep video aspect ratio when resizing, etc...
15376
15377 2005-11-18  Julien MOUTTE  <julien@moutte.net>
15378
15379         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15380         (gst_videoscale_fixate_caps): Introduce back caps fixate with
15381         handling of PAR.
15382
15383 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
15384
15385         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
15386         Unsetting IS_SINK flag from the fakesink, so decodebin
15387         never behaves as a sink.
15388
15389 2005-11-17  Wim Taymans  <wim@fluendo.com>
15390
15391         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15392         (gst_base_audio_src_change_state):
15393         Fix the audiosrc base class again, we did not unflush.
15394
15395 2005-11-17  Julien MOUTTE  <julien@moutte.net>
15396
15397         * examples/seeking/seek.c: (make_dv_pipeline),
15398         (make_vorbis_theora_pipeline), (make_avi_pipeline),
15399         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
15400         to ogg/vorbis/theora pipeline.
15401
15402 2005-11-17  Wim Taymans  <wim@fluendo.com>
15403
15404         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
15405         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15406         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15407         Fix EOS on multiple streams.
15408         More debugging.
15409
15410 2005-11-16  Wim Taymans  <wim@fluendo.com>
15411
15412         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
15413         (gst_ogg_demux_perform_seek):
15414         Segment done must include stream time.
15415
15416         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15417         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
15418         (gst_ogg_mux_change_state):
15419         Fix ogg muxer again.
15420
15421 2005-11-16  Wim Taymans  <wim@fluendo.com>
15422
15423         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
15424         Fix compile again.
15425
15426 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15427
15428         * ext/libvisual/visual.c: (gst_visual_init):
15429         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
15430         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
15431         (gst_ogg_parse_chain):
15432         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15433         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
15434         * ext/theora/theoradec.c: (gst_theora_dec_init):
15435         * ext/theora/theoraenc.c: (gst_theora_enc_init):
15436         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15437         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
15438         * gst/adder/gstadder.c: (gst_adder_class_init),
15439         (gst_adder_dispose):
15440         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
15441         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15442         * gst/videorate/gstvideorate.c: (gst_videorate_init):
15443           Fix a whole set of pad template leaks
15444
15445 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15446
15447         * check/generic/states.c: (GST_START_TEST):
15448           fix the test so that it only checks for elements that are part of
15449           this source module
15450
15451 2005-11-16  Michael Smith <msmith@fluendo.com>
15452
15453         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
15454         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
15455         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15456         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15457         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
15458         (gst_ogg_mux_change_state):
15459           Fix leaking collectpads.
15460
15461 2005-11-16  Edward Hervey  <edward@fluendo.com>
15462
15463         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
15464         (gst_videorate_event), (gst_videorate_chain):
15465         Handle segment seeks
15466
15467 2005-11-16  Wim Taymans  <wim@fluendo.com>
15468
15469         * gst-libs/gst/audio/gstbaseaudiosink.c:
15470         (gst_base_audio_sink_provide_clock),
15471         (gst_base_audio_sink_change_state):
15472         Set ringbuffer to non-flushing when going to PAUSED, set to
15473         flushing again when going to READY.
15474
15475         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
15476         (gst_ring_buffer_stop):
15477         Start in flushing mode by default.
15478         Don't set flushing in the _stop method, let the app call
15479         this explicitly.
15480
15481 2005-11-16  Julien MOUTTE  <julien@moutte.net>
15482
15483         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
15484         * gst-libs/gst/video/videosink.h: Add helper function needed
15485         for video sinks.
15486
15487 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
15488
15489         * gst/videoscale/gstvideoscale.c:
15490         (gst_videoscale_handle_src_event):
15491           Don't leak reference to pad parent.
15492
15493 2005-11-16  Wim Taymans  <wim@fluendo.com>
15494
15495         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
15496         Set ringbuffer to flushing when stopping so that we don't
15497         block on wait_segment anymore and livelock.
15498
15499 2005-11-16  Wim Taymans  <wim@fluendo.com>
15500
15501         * examples/seeking/seek.c: (send_event), (do_seek),
15502         (loop_toggle_cb), (segment_done), (main):
15503         Added looping checkbox.
15504
15505 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15506
15507         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15508         (gst_ogg_demux_init):
15509         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
15510         (gst_vorbis_dec_init):
15511           revert unrefs, they don't pass make check
15512
15513 2005-11-15  Johan Dahlin  <johan@gnome.org>
15514
15515         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15516         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
15517         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
15518         (gst_vorbis_dec_init):
15519         Fix pad template leaks. 
15520
15521 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15522
15523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
15524           Make state change function thread safe.
15525
15526 2005-11-15  Edward Hervey  <edward@fluendo.com>
15527
15528         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
15529         (gst_ogg_demux_class_init):
15530         Implement GstElement::send_event, so we can send seek events
15531         in GST_STATE_READY
15532
15533 2005-11-14  Julien MOUTTE  <julien@moutte.net>
15534
15535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
15536         Discovered how to take away flickering while resizing the
15537         window. Please don't put that in ximagesink, refactoring in
15538         progress.
15539
15540 2005-11-14  Michael Smith <msmith@fluendo.com>
15541
15542         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
15543         (gst_multifdsink_render):
15544           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
15545
15546 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
15547
15548         * gst/playback/gstplaybin.c: (gen_audio_element):
15549           Use autoaudiosink, it tends to be more widely available than
15550           autoaudiiosink.
15551           
15552 2005-11-14  Andy Wingo  <wingo@pobox.com>
15553
15554         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
15555         as well if it is available. Fixes #316442.
15556
15557 2005-11-14  Michael Smith <msmith@fluendo.com>
15558
15559         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
15560         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15561         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15562         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15563         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
15564         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15565         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
15566         (gst_vorbisenc_change_state):
15567           Fix a small memory leak in vorbisenc.
15568           Fix large memory leaks in oggmux, also fix lots of state change
15569           bugs in oggmux.
15570
15571 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15572
15573         * gst/videotestsrc/gstvideotestsrc.c:
15574         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
15575         (gst_videotestsrc_src_fixate):
15576           move fixation to a fixate function
15577           remove negotiate function, basesrc's is good enough
15578           fixes a bug for check when using the element alone
15579
15580 2005-11-13  Edward Hervey  <edward@fluendo.com>
15581
15582         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
15583         (key_toggle_cb), (main):
15584         Added checkboxes for adding/removing the accurate and key_unit seek
15585         flags.
15586
15587 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15588
15589         * configure.ac: back to HEAD
15590
15591 === release 0.9.5 ===
15592
15593 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15594
15595         * configure.ac:
15596           releasing 0.9.5, "No No Kia"
15597
15598 2005-11-11  Edward Hervey  <edward@fluendo.com>
15599
15600         * examples/seeking/seek.c: (make_parselaunch_pipeline):
15601         Added parse-launch syntax seeking mode for the seeking example.
15602         This should help stress-test even more cases.
15603         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
15604
15605 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
15606
15607         * sys/xvimage/xvimagesink.c:
15608         (gst_xvimagesink_navigation_send_event):
15609           Check whether peer pad exists before sending navigation events
15610           to it.
15611
15612 2005-11-11  Michael Smith <msmith@fluendo.com>
15613
15614         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
15615         (gst_vorbisenc_buffer_from_packet):
15616         * ext/vorbis/vorbisenc.h:
15617           Set duration on encoded buffers. This allows oggmux's
15618           max_page_delay parameter to actually work.
15619
15620 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
15621
15622         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15623         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
15624         (gst_ffmpegcsp_avpicture_fill):
15625         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15626         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
15627           Make palettes work again (see #132341). Use our own macros
15628           for rounding up.
15629
15630 2005-11-10  Andy Wingo  <wingo@pobox.com>
15631
15632         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
15633         string doober.
15634
15635 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15636
15637         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15638         (gst_ffmpegcsp_transform_caps):
15639           Prefer passthrough in transform_caps
15640
15641 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15642
15643         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
15644           check for ALSA errors properly, instead of relying on ALSA's
15645           error strings to serve to the user.
15646
15647 2005-11-10  Wim Taymans  <wim@fluendo.com>
15648
15649         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
15650         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
15651         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
15652         Modernise the seek code.
15653
15654 2005-11-10  Michael Smith <msmith@fluendo.com>
15655         
15656         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
15657         (setup_substreams), (set_active_source):
15658           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
15659           trying to go to NULL if we failed to read a file.
15660
15661 2005-11-10  Wim Taymans  <wim@fluendo.com>
15662
15663         * gst/audiotestsrc/gstaudiotestsrc.c:
15664         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
15665         (gst_audiotestsrc_create):
15666         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15667         (gst_sinesrc_get_times), (gst_sinesrc_create):
15668         * gst/videotestsrc/gstvideotestsrc.c:
15669         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
15670         (gst_videotestsrc_create):
15671         The base class can now sync for us.
15672
15673 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15674
15675         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
15676           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
15677           name=source autoprobe=false autoprobe-fps=false copy-mode=1
15678           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
15679           format=(fourcc)I420" ! xvimagesink
15680
15681 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
15682
15683         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15684         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
15685         (gst_sinesrc_newsegment):
15686           Send newsegment event in TIME format, set duration if
15687           num-buffers is set, fix duration querying.
15688
15689 2005-11-10  Michael Smith <msmith@fluendo.com>
15690
15691         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
15692         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15693         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15694         (gst_ogg_mux_collected):
15695          Fix EOS handling, partially. Now forwarding an EOS event once we have
15696          EOS on all pads works correctly. However, we still don't properly set
15697          EOS on the actual ogg stream pages.
15698
15699 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
15700
15701         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
15702           Set elements to NULL state before disposing of them.
15703
15704 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
15705
15706         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15707
15708         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15709         (gst_base_rtp_depayload_init),
15710         (gst_base_rtp_depayload_set_gst_timestamp):
15711         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15712           We need to send a newsegment event for each instance, not
15713           just for the first instance of this class (get rid of
15714           static variable in function). (#321011).
15715           
15716 2005-11-08  Michael Smith <msmith@fluendo.com>
15717
15718         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
15719         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
15720         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
15721         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
15722           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
15723           This makes us mux things correctly according to the ogg muxing
15724           rules. Still not handling EOS correctly right now, though.
15725
15726 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
15727
15728         * gst/audioconvert/gstaudioconvert.c:
15729           Fix typo in docs. 
15730
15731 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
15732
15733         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15734         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
15735           Initialise segment_stop to GST_CLOCK_TIME_NONE when
15736           creating a new chain; should fix live streaming. Also
15737           add more debug output and fix a typo.
15738
15739 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
15740
15741         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15742
15743         * gst/volume/gstvolume.c: (volume_set_caps):
15744           Fix compilation on Solaris with Forte. (#320923)
15745
15746 2005-11-08  Wim Taymans  <wim@fluendo.com>
15747
15748         * gst-libs/gst/audio/gstbaseaudiosink.c:
15749         (gst_base_audio_sink_render):
15750         No need to do a typecheck.
15751
15752 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15753
15754         * ext/alsa/gstalsa.h:
15755           We register a debug category, so let's use it.
15756
15757 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
15758
15759         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15760         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
15761         Fixed a small problem.
15762
15763 2005-11-04  Wim Taymans  <wim@fluendo.com>
15764
15765         * examples/seeking/Makefile.am:
15766         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
15767         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
15768         (make_playerbin_pipeline), (format_value), (update_scale),
15769         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
15770         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
15771         (print_usage), (main):
15772         Added app for playback speed testing.
15773
15774         * examples/seeking/seek.c: (dynamic_link),
15775         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
15776         (make_mpeg_pipeline), (do_seek), (set_update_scale),
15777         (message_received), (main):
15778         Updated seek example.
15779
15780 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
15781
15782         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15783         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
15784         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
15785         (gst_base_rtp_depayload_set_clock):
15786         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15787         Don't sleep on the bench (system clock) when you have a nice 
15788         comfortable bed (Gstreamer clock) to sleep on.
15789
15790 2005-11-03  Wim Taymans  <wim@fluendo.com>
15791
15792         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15793         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
15794         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
15795         Handle the case where a pad_block failed.
15796
15797 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
15798
15799         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
15800
15801         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15802         (gst_base_rtp_depayload_add_to_queue),
15803         (gst_base_rtp_depayload_push),
15804         (gst_base_rtp_depayload_set_gst_timestamp),
15805         (gst_base_rtp_depayload_queue_release):
15806           Fixes some bugs in the depayloader's queuing/de-queueing code.
15807
15808 2005-10-31  Michael Smith <msmith@fluendo.com>
15809
15810         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15811         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15812         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
15813           Patch from Alessandro Decina <alessandro@nnva.org>.
15814           Make oggdemux only find the final time in a chain, not per-pad,
15815           since the per-pad information can be very expensive to locate, and
15816           it isn't used anywhere. This makes reading a file containing
15817           OggSkeleton reasonably fast.
15818           Also, make chain finding work when there are logical bitstreams that
15819           can't be decoded. Fixes #319110.
15820
15821 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15822
15823         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15824         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
15825         (gst_base_rtp_depayload_chain),
15826         (gst_base_rtp_depayload_add_to_queue),
15827         (gst_base_rtp_depayload_push),
15828         (gst_base_rtp_depayload_set_gst_timestamp),
15829         (gst_base_rtp_depayload_queue_release),
15830         (gst_base_rtp_depayload_start_thread),
15831         (gst_base_rtp_depayload_set_property),
15832         (gst_base_rtp_depayload_get_property):
15833         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15834         Some random fixes, to fullfill the desires of thomas.
15835
15836 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15837
15838         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15839         (gst_base_rtp_depayload_add_to_queue),
15840         (gst_base_rtp_depayload_push):
15841         Fixed the queueing algorithm.
15842
15843 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15844
15845         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15846         (gst_base_rtp_depayload_push):
15847         A small fix
15848
15849 2005-10-31  Wim Taymans  <wim@fluendo.com>
15850
15851         * gst-libs/gst/audio/gstringbuffer.h:
15852         Don't break ABI.
15853
15854         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15855         (gst_ffmpeg_caps_to_pixfmt):
15856         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15857         (gst_ffmpegcsp_set_caps):
15858         Some more comments.
15859         Handle missing required caps fields better.
15860
15861 2005-10-31  Wim Taymans  <wim@fluendo.com>
15862
15863         * gst-libs/gst/audio/gstbaseaudiosink.c:
15864         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
15865         (gst_base_audio_sink_render):
15866         * gst-libs/gst/audio/gstringbuffer.c:
15867         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
15868         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15869         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
15870         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
15871         (gst_ring_buffer_read):
15872         * gst-libs/gst/audio/gstringbuffer.h:
15873         Add flushing mode to the ringbuffer so that it in all cases does
15874         not try to handle more audio. This makes sure it does not try to
15875         block anymore when flushing and fixes a livelock.
15876
15877 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
15878
15879         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
15880         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
15881         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
15882           Explicitly check for -1 values before doing a conversion
15883           and always map them to -1. (#315545)
15884
15885 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15886
15887         * gst/playback/gstplaybin.c: (gen_video_element):
15888           first try autovideosink, then xvimagesink, then error out
15889         * po/POTFILES.in:
15890           add translatable file
15891         * po/af.po:
15892         * po/az.po:
15893         * po/cs.po:
15894         * po/en_GB.po:
15895         * po/hu.po:
15896         * po/it.po:
15897         * po/nb.po:
15898         * po/nl.po:
15899         * po/or.po:
15900         * po/sq.po:
15901         * po/sr.po:
15902         * po/sv.po:
15903         * po/uk.po:
15904         * po/vi.po:
15905           update translations
15906
15907 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
15908
15909         * gst-libs/gst/rtp/gstbasedepayload.c:
15910         * gst-libs/gst/rtp/gstbasedepayload.h:
15911           Minor cleanups
15912
15913 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
15914
15915         * gst/playback/.cvsignore:
15916         * gst/playback/decodetest.c:
15917         * gst/playback/test3.c:
15918           Port these two tests as well.
15919
15920 2005-10-27  Wim Taymans  <wim@fluendo.com>
15921
15922         * ext/theora/theoradec.c: (theora_dec_src_query),
15923         (theora_dec_sink_event):
15924         * ext/theora/theoraenc.c: (theora_enc_sink_event),
15925         (theora_enc_change_state):
15926         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15927         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
15928         Take proper locks when handling events.
15929
15930 2005-10-27  Wim Taymans  <wim@fluendo.com>
15931
15932         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
15933         (gst_adder_change_state):
15934         Fix timestamps and fix deadlock when stopping the collectpads.
15935
15936 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15937
15938         * gst-libs/gst/rtp/gstrtpbuffer.h:
15939         Declaring the payload types as strings too so that they can be used
15940         in the padtemplate inialization.
15941
15942 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
15943
15944         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
15945
15946         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15947         (gst_base_rtp_depayload_class_init):
15948         Fixes a small but nasty bug. The derived elements no longer segfaults
15949         on finalization.
15950
15951 2005-10-26  Michael Smith <msmith@fluendo.com>
15952
15953         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
15954           When clearing an audioconvert context, set tmpbufsize to zero, so
15955           we'll allocate it again later if required.
15956           This fixes audioconvert re-negotiating formats, which previously
15957           segfaulted with a NULL destination buffer.
15958
15959 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
15960
15961         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15962         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
15963         (gst_base_rtp_depayload_set_gst_timestamp),
15964         (gst_base_rtp_depayload_queue_release):
15965         Fixed a smalll memleak.
15966
15967 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15968         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15969         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
15970         (gst_base_rtp_depayload_finalize),
15971         (gst_base_rtp_depayload_setcaps),
15972         (gst_base_rtp_depayload_add_to_queue),
15973         (gst_base_rtp_depayload_push),
15974         (gst_base_rtp_depayload_set_gst_timestamp),
15975         (gst_base_rtp_depayload_queue_release),
15976         (gst_base_rtp_depayload_thread),
15977         (gst_base_rtp_depayload_change_state):
15978         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15979         Changed the C++ comments to C comments
15980
15981 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15982
15983         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
15984         * gst/tcp/gsttcpclientsrc.h:
15985         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
15986         * gst/tcp/gsttcpserversrc.h:
15987           Remove unused 'curoffset' structure member.
15988
15989 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15990
15991         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15992         (gst_base_rtp_depayload_base_init),
15993         (gst_base_rtp_depayload_finalize):
15994         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15995         * gst-libs/gst/rtp/gstbasertppayload.h:
15996           The pad-template on the sinkpad should be set by the derived classes.
15997           Also added some useful macros.
15998
15999 2005-10-24  Wim Taymans  <wim@fluendo.com>
16000
16001         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16002         Correctly flush decoder samples even if we could not
16003         copy them to an output buffer. Fixes #319618.
16004
16005 2005-10-24  Julien MOUTTE  <julien@moutte.net>
16006
16007         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
16008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
16009         the caps against our xcontext caps.
16010
16011 2005-10-24  Wim Taymans  <wim@fluendo.com>
16012
16013         * gst-libs/gst/audio/gstbaseaudiosink.c:
16014         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
16015         Remove g_print
16016         Use sync property from baseclass to disable sync.
16017
16018 2005-10-24  Wim Taymans  <wim@fluendo.com>
16019
16020         * gst-libs/gst/audio/gstbaseaudiosink.c:
16021         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
16022         Buffers with no timestamps get aligned with previous buffers or
16023         on underrun, played ASAP.
16024
16025 2005-10-24  Julien MOUTTE  <julien@moutte.net>
16026
16027         * gst-libs/gst/video/video.h:
16028         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16029         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
16031         here comes my change on caps for framerate and geometry range.
16032         We are now accepting 1 to MAXINT for width and height, and from
16033         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
16034         to be blended correctly in videomixer.
16035
16036 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16037
16038         * configure.ac:
16039           back to HEAD
16040
16041 === release 0.9.4 ===
16042
16043 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16044
16045         * NEWS:
16046         * RELEASE:
16047         * configure.ac:
16048           releasing 0.9.4, "Velociraptor"
16049
16050 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16051
16052         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
16053         * po/POTFILES.in:
16054           STOPPED -> FAILED
16055
16056 2005-10-21  Wim Taymans  <wim@fluendo.com>
16057
16058         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16059         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
16060         (pad_blocked), (close_pad_link), (new_pad):
16061         Don't try to remove elements twice.
16062
16063 2005-10-21  Wim Taymans  <wim@fluendo.com>
16064
16065         * ext/theora/theoradec.c: (theora_dec_src_query),
16066         (theora_dec_sink_event):
16067         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16068         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
16069         (vorbis_handle_data_packet):
16070         * ext/vorbis/vorbisdec.h:
16071         Fix old naming.
16072
16073         * gst-libs/gst/audio/gstbaseaudiosink.c:
16074         (gst_base_audio_sink_render):
16075         Don't try to sync on buffers without a timestamp.
16076
16077 2005-10-21  Wim Taymans  <wim@fluendo.com>
16078
16079         * ext/theora/theoradec.c: (theora_dec_src_query),
16080         (theora_dec_sink_event):
16081         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16082         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
16083         (vorbis_handle_data_packet):
16084         * ext/vorbis/vorbisdec.h:
16085         Fix old naming.
16086
16087 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
16088
16089         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
16090         (gst_vorbisenc_src_query):
16091           Implement position and duration queries.
16092
16093         * gst/playback/test3.c: (update_scale), (main):
16094           Fix for async state changes and print nicer output.
16095
16096 2005-10-20  Wim Taymans  <wim@fluendo.com>
16097
16098         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16099         (dump_element_stats), (main):
16100         * gst/playback/test6.c: (main):
16101         Fix tests again
16102
16103 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
16104
16105         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
16106         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16107           Don't use functions for position queries when handling
16108           duration queries.
16109
16110 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
16111
16112         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16113         (vorbis_handle_data_packet), (vorbis_dec_chain),
16114         (vorbis_dec_change_state):
16115         * ext/vorbis/vorbisdec.h:
16116           Vorbis streams can be embedded in other container formats
16117           than ogg, container formats where the demuxer might set 
16118           timestamps on encoded vorbis buffers instead of those silly 
16119           granulepos thingies. In short: make vorbisdec handle 
16120           timestamps on incoming buffers as well.
16121
16122 2005-10-20  Wim Taymans  <wim@fluendo.com>
16123
16124         * gst/playback/gstplaybasebin.c: (group_destroy),
16125         (gst_play_base_bin_change_state):
16126         Fix leak.
16127         Handle case where playbasebin is now ASYNC because
16128         decodebin is.
16129
16130 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
16131
16132         * gst/audioconvert/Makefile.am:
16133         * gst/audioconvert/bufferframesconvert.c:
16134         * gst/audioconvert/plugin.c: (plugin_init):
16135         * gst/audioconvert/plugin.h:
16136           And bye bye buffer-frames-convert
16137
16138 2005-10-19  Wim Taymans  <wim@fluendo.com>
16139
16140         * check/elements/audioconvert.c:
16141         * docs/libs/tmpl/gstaudio.sgml:
16142         * docs/libs/tmpl/gstcolorbalance.sgml:
16143         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16144         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
16145         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
16146         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
16147         * gst-libs/gst/audio/audio.h:
16148         * gst/audioconvert/audioconvert.h:
16149         * gst/audioconvert/gstaudioconvert.c:
16150         (gst_audio_convert_parse_caps):
16151         * gst/volume/gstvolume.c:
16152         Bye bye buffer-frames.
16153
16154 2005-10-19  Wim Taymans  <wim@fluendo.com>
16155
16156         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16157         (query_positions_elems), (query_positions_pads), (update_scale),
16158         (do_seek), (set_update_scale), (message_received), (main):
16159         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16160         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
16161         (gst_ogg_demux_loop):
16162         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
16163         * ext/theora/theoradec.c: (theora_dec_src_query),
16164         (theora_dec_sink_event):
16165         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16166         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
16167         * gst/adder/gstadder.c: (gst_adder_query):
16168         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
16169         * gst/playback/test3.c: (update_scale):
16170         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16171         (dump_element_stats), (main):
16172         * gst/playback/test6.c: (main):
16173         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16174         Query API update.
16175
16176 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
16177
16178         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
16179         (xml_check_first_element), (xml_type_find), (smil_type_find),
16180         (plugin_init):
16181           Add typefinding for SMIL and for generic XML. Based on patch by
16182           Akos Maroy (#308663).
16183
16184 2005-10-18  Wim Taymans  <wim@fluendo.com>
16185
16186         * gst/playback/Makefile.am:
16187         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16188         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
16189         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
16190         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
16191         (gst_decode_bin_change_state):
16192         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16193         (gst_play_bin_send_event_to_sink):
16194         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16195         (dump_element_stats), (main):
16196         * gst/playback/test6.c: (main):
16197         Make playbin async, it'll commit state to paused when all streams
16198         are detected.
16199         Remove ugly hack.
16200         Added test6.c to show async behaviour.
16201
16202 2005-10-18  Wim Taymans  <wim@fluendo.com>
16203
16204         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16205         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
16206         Fix for segment-start/stop API change.
16207
16208 2005-10-18  Wim Taymans  <wim@fluendo.com>
16209
16210         * check/Makefile.am:
16211         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
16212         (main):
16213         Add future test for clock selection.
16214
16215 2005-10-18  Wim Taymans  <wim@fluendo.com>
16216
16217         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
16218         (gst_alsasink_close):
16219         Set handle to NULL.
16220
16221         * gst-libs/gst/audio/gstringbuffer.c:
16222         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
16223         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
16224         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16225         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
16226         (gst_ring_buffer_read):
16227         More debug info.
16228
16229 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
16230
16231         * gst/audiotestsrc/Makefile.am:
16232         * gst/sine/Makefile.am:
16233         * gst/volume/Makefile.am:
16234           fix broken build of controllerized plugins
16235
16236 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16237
16238         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16239
16240         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16241         (gst_riff_create_video_template_caps):
16242           Add support for Indeo-3 (IV32).
16243
16244 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16245
16246         * configure.ac:
16247           rewrite
16248
16249 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16250
16251         * gst-libs/gst/video/video.c: (gst_video_get_size):
16252         * gst/audiotestsrc/gstaudiotestsrc.c:
16253           doc updates
16254
16255 2005-10-17  Andy Wingo  <wingo@pobox.com>
16256
16257         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
16258         with the collectpads change.
16259         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
16260
16261         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
16262
16263         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
16264
16265         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
16266         alloc_buffer flow return to callers.
16267         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
16268         change. Fix some memleaks in theoraenc.
16269
16270         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
16271         in strange circumstance.
16272
16273 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16274
16275         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16276         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
16277         from caps, let's use the caps...
16278
16279 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16280
16281         * configure.ac:
16282           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
16283
16284 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16285
16286         * gst-libs/gst/interfaces/Makefile.am:
16287           fix silly typo
16288
16289 2005-10-16  Andy Wingo  <wingo@pobox.com>
16290
16291         * gst/playback/gstdecodebin.c
16292         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
16293         function!
16294         (try_to_link_1): Increase kraziness level.
16295
16296 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16297
16298         * configure.ac:
16299           restructure like the core one
16300         * gst-libs/gst/audio/Makefile.am:
16301         * gst-libs/gst/interfaces/Makefile.am:
16302         * gst-libs/gst/net/Makefile.am:
16303         * gst-libs/gst/riff/Makefile.am:
16304         * gst-libs/gst/rtp/Makefile.am:
16305         * gst-libs/gst/tag/Makefile.am:
16306         * gst-libs/gst/video/Makefile.am:
16307           use correct linker flags, now the libs are properly versioned
16308         * check/elements/audioconvert.c: (verify_convert):
16309         * ext/alsa/gstalsaplugin.c:
16310         * ext/cdparanoia/gstcdparanoia.c:
16311         * ext/gnomevfs/gstgnomevfs.c:
16312         * ext/libvisual/visual.c:
16313         * ext/ogg/gstogg.c:
16314         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
16315         * ext/theora/theora.c:
16316         * ext/vorbis/vorbis.c:
16317         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16318         * gst-libs/gst/tag/gsttagediting.c:
16319         * gst-libs/gst/video/video.c:
16320         * gst/adder/gstadder.c:
16321         * gst/audioconvert/plugin.c:
16322         * gst/audiorate/gstaudiorate.c:
16323         * gst/audioresample/gstaudioresample.c:
16324         * gst/audioresample/resample_ref.c: (resample_scale_ref):
16325         * gst/audioscale/gstaudioscale.c:
16326         * gst/audioscale/resample.c:
16327         * gst/audiotestsrc/gstaudiotestsrc.c:
16328         * gst/ffmpegcolorspace/gstffmpeg.c:
16329         * gst/playback/gstdecodebin.c: (close_pad_link):
16330         * gst/playback/gstplaybin.c: (gen_video_element),
16331         (gen_audio_element):
16332         * gst/sine/gstsinesrc.c:
16333         * gst/subparse/gstsubparse.c:
16334         * gst/tags/gsttagediting.c:
16335         * gst/tcp/gsttcpplugin.c:
16336         * gst/typefind/gsttypefindfunctions.c:
16337         * gst/videorate/gstvideorate.c:
16338         * gst/videoscale/gstvideoscale.c:
16339         * gst/videotestsrc/gstvideotestsrc.c:
16340         * gst/volume/gstvolume.c:
16341         * sys/v4l/gstv4l.c:
16342         * sys/ximage/ximage.c:
16343         * sys/xvimage/xvimagesink.c:
16344           fix up defines
16345
16346 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
16347
16348         * ext/vorbis/vorbisenc.c:
16349         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
16350         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
16351         (gst_tag_to_vorbis_comments):
16352           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
16353
16354 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
16355
16356         * examples/stats/mp2ogg.c:
16357         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16358           typo fixes
16359
16360 2005-10-13  Michael Smith <msmith@fluendo.com>
16361
16362         * ext/ogg/gstoggmux.c:
16363           Use magic glib macros to define constants as 64 bit, to ensure
16364           appropriate vararg passing.
16365
16366 2005-10-13  Michael Smith <msmith@fluendo.com>
16367
16368         * ext/ogg/gstoggmux.c:
16369         * gst/audioconvert/audioconvert.c: (float):
16370           Don't use LL suffix, as it's not portable, and neither of these
16371           uses required it anyway.
16372
16373 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
16374
16375         * examples/indexing/indexmpeg.c: (main):
16376         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
16377         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
16378         (cdparanoia_convert), (cdparanoia_query):
16379         * ext/cdparanoia/gstcdparanoia.h:
16380         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
16381         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
16382         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
16383         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16384         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
16385         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
16386         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16387         (gst_multifdsink_render), (gst_multifdsink_start),
16388         (gst_multifdsink_stop):
16389         * gst/tcp/gstmultifdsink.h:
16390         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
16391         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
16392         (gst_tcpclientsink_stop):
16393         * gst/tcp/gsttcpclientsink.h:
16394         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
16395         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
16396         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
16397         * gst/tcp/gsttcpclientsrc.h:
16398         * gst/tcp/gsttcpserversink.h:
16399         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
16400         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
16401         (gst_tcpserversrc_stop):
16402         * gst/tcp/gsttcpserversrc.h:
16403         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
16404         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
16405         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
16406           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
16407           moved bitshift from macro to enum definition
16408
16409 2005-10-12  Wim Taymans  <wim@fluendo.com>
16410
16411         * examples/seeking/Makefile.am:
16412         Oops.
16413
16414 2005-10-12  Wim Taymans  <wim@fluendo.com>
16415
16416         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16417         (gst_ring_buffer_read), (gst_ring_buffer_clear):
16418         Don't assert on normal stuff.
16419
16420         * gst/playback/gstplaybin.c: (do_playbin_seek):
16421         API fix.
16422
16423 2005-10-12  Wim Taymans  <wim@fluendo.com>
16424
16425         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16426         * examples/seeking/Makefile.am:
16427         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
16428         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16429         (do_seek), (set_update_scale), (message_received), (main):
16430         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16431         (gst_ring_buffer_read), (gst_ring_buffer_clear):
16432         Update for _get_state() API change.
16433
16434 2005-10-11  Wim Taymans  <wim@fluendo.com>
16435
16436         * gst-libs/gst/audio/gstbaseaudiosink.c:
16437         (gst_base_audio_sink_render):
16438         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16439         (gst_base_audio_src_create):
16440         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16441         (gst_ring_buffer_read):
16442         Cleanups.
16443         Commit and read from ringbuffer in samples rather than bytes.
16444
16445 2005-10-11  Wim Taymans  <wim@fluendo.com>
16446
16447         * gst-libs/gst/audio/gstbaseaudiosink.c:
16448         (gst_base_audio_sink_render):
16449         Respect segment rate and accum when scheduling samples.
16450
16451 2005-10-11  Julien MOUTTE  <julien@moutte.net>
16452
16453         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
16454         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
16455         EOS correctly, that needs more work.
16456
16457 2005-10-11  Wim Taymans  <wim@fluendo.com>
16458
16459         * check/generic/states.c: (GST_START_TEST):
16460         remove old property.
16461
16462         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16463         (gst_ogg_demux_perform_seek):
16464         * ext/theora/theoradec.c: (theora_dec_sink_event):
16465         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16466         (vorbis_handle_data_packet):
16467         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16468         (gst_base_rtp_depayload_set_gst_timestamp):
16469         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16470         Update for newsegment API change.
16471
16472 2005-10-11  Michael Smith <msmith@fluendo.com>
16473
16474         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16475         (do_playbin_seek), (gst_play_bin_send_event):
16476           Override send_event differently, so that we can takes bits of
16477           functionality from GstPipeline (special handling for seeks,
16478           including pausing/resuming, and resetting stream time) and still get
16479           the appropriate behaviour of only forwarding event to a single sink,
16480           rather than all of them.
16481           Unfortunately requires a lot of code duplication, but the
16482           alternatives are equally ugly in the end.
16483
16484 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16485
16486         * check/elements/audioconvert.c: (setup_audioconvert),
16487         (cleanup_audioconvert), (get_int_caps), (verify_convert),
16488         (GST_START_TEST), (audioconvert_suite):
16489           clean up tests a little, fix some leaks.
16490
16491 2005-10-10  Wim Taymans  <wim@fluendo.com>
16492
16493         * ext/alsa/gstalsasink.c:
16494         Also allow unsigned int.
16495
16496         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16497         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
16498         Small cleanup
16499
16500 2005-10-10  Wim Taymans  <wim@fluendo.com>
16501
16502         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16503         Small update, use API as stated in design docs.
16504
16505         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16506         (update_scale), (do_seek), (seek_cb), (set_update_scale),
16507         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
16508         (message_received), (main):
16509         Updated seek example for GOption. Some usability improvements.
16510
16511 2005-10-10  Wim Taymans  <wim@fluendo.com>
16512
16513         * gst/audioconvert/audioconvert.h:
16514         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
16515         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
16516         Alloc temp storage somewhere else where we can do it more
16517         portable.
16518
16519 2005-10-10  Wim Taymans  <wim@fluendo.com>
16520
16521         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
16522         (gst_tcpserversrc_start):
16523         Don't block in accept while doing the state change, move
16524         to poll and make cancellable.
16525
16526 2005-10-09  Philippe Khalaf <burger@speedy.org>
16527
16528         * gst-libs/gst/rtp/rtpbasedepayload.c:
16529         Set timestamp and add queue delay to timestamp
16530         * gst-libs/gst/rtp/rtpbuffer.h:
16531         Set correct payload type for h263
16532
16533 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
16534
16535         * gst/audiotestsrc/gstaudiotestsrc.c:
16536         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
16537         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
16538         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
16539         (gst_audiotestsrc_create_triangle),
16540         (gst_audiotestsrc_create_silence),
16541         (gst_audiotestsrc_create_white_noise),
16542         (gst_audiotestsrc_init_pink_noise),
16543         (gst_audiotestsrc_generate_pink_noise_value),
16544         (gst_audiotestsrc_create_pink_noise),
16545         (gst_audiotestsrc_change_wave):
16546         * gst/audiotestsrc/gstaudiotestsrc.h:
16547           fixed typo, added pink noise
16548
16549 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16550
16551         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
16552         (plugin_init):
16553           Add wavpack and spc typefind functions from 0.8 branch.
16554
16555 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16556
16557         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
16558         (ar_type_find), (msdos_type_find), (plugin_init):
16559           Add typefind functions for tar archives, ar archives,
16560           RAR archives, and msdos-executables (dlls, exe, etc.).
16561           Some of those would be wrongly identified as mpeg
16562           streams of some sort before (#315550).
16563
16564 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
16565
16566         * configure.ac:
16567         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16568         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16569         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
16570         * gst/audiotestsrc/Makefile.am:
16571         * gst/audiotestsrc/gstaudiotestsrc.c:
16572         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
16573         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
16574         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
16575         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
16576         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
16577         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
16578         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
16579         (gst_audiotestsrc_create_silence),
16580         (gst_audiotestsrc_create_white_noise),
16581         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
16582         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
16583         (gst_audiotestsrc_start), (plugin_init):
16584         * gst/audiotestsrc/gstaudiotestsrc.h:
16585           add new plugin and element
16586         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
16587           use gobject_class
16588
16589 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16590
16591         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
16592         (gst_adder_init), (gst_adder_request_new_pad),
16593         (gst_adder_change_state):
16594           Add query function to source pad, so adder reports the correct
16595           time/sample position when queried (#315457); fix state change
16596           function; use GST_DEBUG_FUNCPTR() for pad functions.
16597
16598 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16599
16600         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
16601           Fix leaks in typefind registration
16602           Clean up the gratuitous commenting and whitespacing a little
16603
16604 2005-10-08  Wim Taymans  <wim@fluendo.com>
16605
16606         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
16607         Only actually wait for the thread to be stopped if it's 
16608         running.
16609
16610 2005-10-08  Wim Taymans  <wim@fluendo.com>
16611
16612         * gst-libs/gst/audio/gstbaseaudiosink.c:
16613         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16614         If we receive EOS we can start playback of what we had.
16615
16616 2005-10-08  Wim Taymans  <wim@fluendo.com>
16617
16618         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16619         (gst_multifdsink_finalize), (multifdsink_hash_remove),
16620         (gst_multifdsink_stop):
16621         Fix crasher when going to NULL multiple times.
16622
16623 2005-10-06  Wim Taymans  <wim@fluendo.com>
16624
16625         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
16626         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
16627         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16628         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
16629         patch from Edgard Lima <edgard.lima@indt.org.br>
16630         Fixed gstbaseaudiosrc adding ring buffer sync to it.
16631
16632 2005-10-06  Wim Taymans  <wim@fluendo.com>
16633
16634         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
16635         Report the FLOW_RETURN as string in the error message.
16636
16637         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
16638         Don't assert when clearing an unnegotiated buffer.
16639
16640 2005-10-04  Michael Smith <msmith@fluendo.com>
16641
16642         * gst/playback/gstplaybasebin.c: (group_destroy),
16643         (gen_preroll_element), (remove_groups), (setup_source):
16644         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
16645         (setup_sinks), (gst_play_bin_send_event),
16646         (gst_play_bin_change_state):
16647           Set state to NULL before removing from bin. Fix refcounting.
16648
16649 2005-10-04  Michael Smith <msmith@fluendo.com>
16650
16651         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
16652           Correct refcounting in send_event() function. Previously was wrong
16653           if the first sink was unable to handle the event.
16654
16655 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16656
16657         * configure.ac:
16658           back to development
16659
16660 === release 0.9.3 ===
16661
16662 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16663
16664         * configure.ac:
16665           Releasing 0.9.3, "De Facto"
16666
16667 2005-10-03  Andy Wingo  <wingo@pobox.com>
16668
16669         * gst/playback/gstdecodebin.c (try_to_link_1)
16670         (remove_element_chain): set element to NULL before removing it.
16671
16672 2005-10-02  Johan Dahlin  <johan@gnome.org>
16673
16674         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
16675         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
16676         MT safe.
16677
16678 2005-10-02  Andy Wingo  <wingo@pobox.com>
16679
16680         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
16681         (gst_ring_buffer_prepare_read): 
16682         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
16683         Demote to LOG.
16684
16685 2005-09-29  Wim Taymans  <wim@fluendo.com>
16686
16687         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
16688         * ext/theora/theoradec.c: (theora_handle_data_packet):
16689         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16690         Propagate error codes from alloc_buffer too.
16691
16692 2005-09-29  Wim Taymans  <wim@fluendo.com>
16693
16694         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
16695         We use fixed caps.
16696
16697         * gst/playback/Makefile.am:
16698         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16699         (dump_element_stats), (main):
16700         Added example stream introspection code.
16701
16702 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
16703
16704         * gst/adder/gstadder.c: (gst_adder_collected):
16705           fix adder for float elements
16706
16707 2005-09-28  Wim Taymans  <wim@fluendo.com>
16708
16709         * gst-libs/gst/audio/gstbaseaudiosink.c:
16710         (gst_base_audio_sink_class_init),
16711         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
16712         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16713         (gst_base_audio_src_class_init),
16714         (gst_base_audio_src_provide_clock):
16715         get_clock -> provide_clock
16716
16717 2005-09-28  Andy Wingo  <wingo@pobox.com>
16718
16719         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
16720         and unlocking.
16721
16722         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
16723         unlocking.
16724
16725         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
16726         Actually add the pad template.
16727         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
16728
16729         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
16730         I'm at it...
16731
16732         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
16733         from fdsrc. Get caps in create() instead of start() so it can be
16734         interrupted. Interruption somewhat untested.
16735
16736         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
16737         Proper EOS handling.
16738
16739 2005-09-27  Andy Wingo  <wingo@pobox.com>
16740
16741         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
16742
16743         * gst/tcp/gsttcpserversrc.c: Cleaned up.
16744
16745         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
16746
16747         * gst/tcp/gsttcp.h: 
16748         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
16749         out of tcpclientsrc.c. Cancellable.
16750         (gst_tcp_socket_read): Made private, cancellable, with better
16751         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
16752         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
16753         whole buffer, and better diagnostics.
16754         (gst_tcp_gdp_read_caps): Same.
16755
16756         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
16757
16758 2005-09-26  Andy Wingo  <wingo@pobox.com>
16759
16760         * gst/sine/gstsinesrc.h:
16761         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
16762         change the 'sync' property to 'is-live' and implement it halfway,
16763         update for controller api change.
16764
16765         * gst/volume/gstvolume.c (volume_transform_ip): Update for
16766         controller api change.
16767
16768 2005-09-24  Wim Taymans  <wim@fluendo.com>
16769
16770         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
16771         * gst-libs/gst/audio/gstaudiosink.c:
16772         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16773         (gst_audioringbuffer_stop):
16774         * gst-libs/gst/audio/gstbaseaudiosink.c:
16775         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16776         (gst_base_audio_sink_change_state):
16777         * gst-libs/gst/audio/gstbaseaudiosink.h:
16778         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
16779         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16780         (gst_ring_buffer_commit), (gst_ring_buffer_read):
16781         * gst-libs/gst/audio/gstringbuffer.h:
16782         Fix sync again. Moved sample alignment to basesink.
16783
16784 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16785
16786         * docs/plugins/Makefile.am:
16787         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16788         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16789         * gst/volume/gstvolume.c:
16790           add/fix docs
16791         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
16792         * gst-libs/gst/audio/audio.h:
16793           add conversion macros for frames <-> clocktime
16794
16795 2005-09-23  David Schleef  <ds@schleef.org>
16796
16797         * gst/audioresample/Makefile.am:
16798         * gst/audioresample/debug.h:
16799         * gst/audioresample/gstaudioresample.c:
16800         * gst/audioresample/resample.c: Convert to using gst debugging
16801
16802 2005-09-22  Wim Taymans  <wim@fluendo.com>
16803
16804         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16805         (gst_play_bin_send_event):
16806         Only seek on one sink, the first one that succeeds.
16807
16808 2005-09-22  Michael Smith <msmith@fluendo.com>
16809
16810         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
16811         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
16812         Don't flush encoder state unless we have an initialised encoder.
16813         Clear out encoder state on PAUSED_TO_READY.
16814
16815 2005-09-22  Wim Taymans  <wim@fluendo.com>
16816
16817         * gst-libs/gst/rtp/gstbasertppayload.c:
16818         (gst_basertppayload_class_init), (gst_basertppayload_init),
16819         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16820         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16821         (gst_basertppayload_is_filled), (gst_basertppayload_push),
16822         (gst_basertppayload_set_property),
16823         (gst_basertppayload_get_property),
16824         (gst_basertppayload_change_state):
16825         * gst-libs/gst/rtp/gstbasertppayload.h:
16826         Added max-ptime to control amount of data in the rtp packets.
16827
16828 2005-09-21  Andy Wingo  <wingo@pobox.com>
16829
16830         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
16831         thingies.
16832
16833         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
16834         can be called multiple times, dogs.
16835
16836 2005-09-21  Wim Taymans  <wim@fluendo.com>
16837
16838         * gst-libs/gst/rtp/gstbasertppayload.c:
16839         (gst_basertppayload_class_init), (gst_basertppayload_init),
16840         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16841         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16842         (gst_basertppayload_push), (gst_basertppayload_get_property),
16843         (gst_basertppayload_change_state):
16844         Allow 0 ssrc too.
16845
16846 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
16847
16848         * docs/libs/compiling.sgml:
16849           fixing typos
16850
16851 2005-09-20  Wim Taymans  <wim@fluendo.com>
16852
16853         * gst-libs/gst/rtp/gstbasertppayload.c:
16854         (gst_basertppayload_class_init), (gst_basertppayload_init),
16855         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16856         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16857         (gst_basertppayload_push), (gst_basertppayload_set_property),
16858         (gst_basertppayload_get_property),
16859         (gst_basertppayload_change_state):
16860         * gst-libs/gst/rtp/gstbasertppayload.h:
16861         Added property to configure sequence number offsets.
16862
16863 2005-09-20  Wim Taymans  <wim@fluendo.com>
16864
16865         * gst-libs/gst/rtp/gstbasertppayload.c:
16866         (gst_basertppayload_class_init), (gst_basertppayload_init),
16867         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16868         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16869         (gst_basertppayload_push), (gst_basertppayload_set_property),
16870         (gst_basertppayload_get_property),
16871         (gst_basertppayload_change_state):
16872         * gst-libs/gst/rtp/gstbasertppayload.h:
16873         Make timestamp offset configurable.
16874
16875 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16876
16877         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16878           fix wrong pop/unref
16879
16880 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
16881
16882         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16883
16884         * gst-libs/gst/interfaces/propertyprobe.c:
16885         (gst_property_probe_probe_property_name),
16886         (gst_property_probe_needs_probe_name),
16887         (gst_property_probe_get_values_name),
16888         (gst_property_probe_probe_and_get_values_name):
16889           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
16890           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
16891
16892 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16893
16894         * check/Makefile.am:
16895           have some tests be disabled for valgrinding
16896         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
16897         (GST_START_TEST):
16898         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
16899           Fix A Leak.  Chain To Parent Finalize.
16900
16901 2005-09-19  Wim Taymans  <wim@fluendo.com>
16902
16903         * examples/seeking/seek.c: (make_wav_pipeline), (main):
16904         Fixed wav pipeline.
16905
16906 2005-09-19  Wim Taymans  <wim@fluendo.com>
16907
16908         * gst-libs/gst/rtp/gstbasertppayload.c:
16909         (gst_basertppayload_class_init), (gst_basertppayload_init),
16910         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16911         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16912         (gst_basertppayload_push), (gst_basertppayload_get_property),
16913         (gst_basertppayload_change_state):
16914         Posting ERROR and WARNING messages is good.
16915
16916 2005-09-19  Wim Taymans  <wim@fluendo.com>
16917
16918         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16919         (gst_base_rtp_depayload_add_to_queue),
16920         (gst_base_rtp_depayload_push),
16921         (gst_base_rtp_depayload_set_gst_timestamp),
16922         (gst_base_rtp_depayload_queue_release):
16923         This one was not supposed to go in.
16924
16925 2005-09-19  Wim Taymans  <wim@fluendo.com>
16926
16927         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16928         Fix for bus API.
16929
16930         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16931         (gst_base_rtp_depayload_chain),
16932         (gst_base_rtp_depayload_add_to_queue),
16933         (gst_base_rtp_depayload_push),
16934         (gst_base_rtp_depayload_set_gst_timestamp),
16935         (gst_base_rtp_depayload_queue_release):
16936         Some cleanups.
16937
16938         * gst-libs/gst/rtp/gstbasertppayload.c:
16939         (gst_basertppayload_class_init), (gst_basertppayload_init),
16940         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
16941         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
16942         (gst_basertppayload_get_property),
16943         (gst_basertppayload_change_state):
16944         Added debugging category.
16945
16946 2005-09-18  David Schleef  <ds@schleef.org>
16947
16948         * gst/playback/gstdecodebin.c: free plugin list correctly
16949         * gst/playback/gstplaybin.c: emit warning if autovideosink
16950           and autoaudiosink can't be found (instead of segfaulting)
16951
16952 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16953
16954         * check/elements/audioconvert.c: (GST_START_TEST):
16955           try out 24 bit conversion
16956
16957 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16958
16959         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16960         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16961         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
16962         * ext/vorbis/vorbisenc.h:
16963           Fix EOS handling.  Still needs a fix in the ogg muxer to
16964           mark the last page as eos.
16965
16966 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16967
16968         * common/gtk-doc-plugins.mak:
16969         * docs/plugins/Makefile.am:
16970         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16971         * gst/ffmpegcolorspace/Makefile.am:
16972         * gst/ffmpegcolorspace/avcodec.h:
16973         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16974         * gst/tcp/gstmultifdsink.c:
16975           fix up ffmpegcolorspace docs; extract header
16976
16977 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16978
16979         * common/gtk-doc-plugins.mak:
16980         * docs/plugins/Makefile.am:
16981         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16982         * ext/theora/Makefile.am:
16983         * ext/theora/gsttheoraenc.h:
16984         * ext/theora/theoraenc.c:
16985         * ext/vorbis/vorbisenc.c:
16986           pick up signals and args for vorbis; add some docs for vorbis
16987
16988 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16989
16990         * common/gstdoc-scangobj:
16991         * common/gtk-doc-plugins.mak:
16992         * docs/libs/Makefile.am:
16993         * docs/plugins/gst-plugins-base-plugins.args:
16994         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16995         * docs/plugins/gst-plugins-base-plugins.interfaces:
16996         * docs/plugins/gst-plugins-base-plugins.prerequisites:
16997         * docs/plugins/gst-plugins-base-plugins.signals:
16998           only scanobj stuff from our source module.  Not sure yet
16999           if that's correct, given the hierarchy stuff :)
17000
17001 2005-09-15  Wim Taymans  <wim@fluendo.com>
17002
17003         * gst/audioconvert/gstaudioconvert.c:
17004         And enable 24 bits mode as well..
17005
17006 2005-09-15  Wim Taymans  <wim@fluendo.com>
17007
17008         * gst-libs/gst/rtp/Makefile.am:
17009         * gst-libs/gst/rtp/gstbasertppayload.c:
17010         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
17011         (gst_basertppayload_class_init), (gst_basertppayload_init),
17012         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
17013         (gst_basertppayload_chain), (gst_basertppayload_set_options),
17014         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
17015         (gst_basertppayload_set_property),
17016         (gst_basertppayload_get_property),
17017         (gst_basertppayload_change_state):
17018         * gst-libs/gst/rtp/gstbasertppayload.h:
17019         Added rtp payloader base class.
17020
17021 2005-09-15  Andy Wingo  <wingo@pobox.com>
17022
17023         * configure.ac (plugindir): Remove the EOL matcher from the
17024         regexp, as it causes me problems. Libtool? Make? Who knows?
17025
17026 2005-09-14  David Schleef  <ds@schleef.org>
17027
17028         * check/generic/states.c: 
17029         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
17030         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17031           Fixes for changes in registry API.
17032
17033         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
17034           to GST_PLUGIN_LDFLAGS.
17035         * ext/libvisual/visual.c: Make the library shut up.
17036         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
17037         * gst-libs/gst/audio/gstaudiofilter.c: same
17038
17039 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17040
17041         * docs/plugins/Makefile.am:
17042         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17043         * docs/plugins/inspect/plugin-libvisual.xml:
17044         * docs/plugins/tmpl/element-tcpserversink.sgml:
17045         * ext/theora/theoraenc.c:
17046           add libvisual plugin and theoraenc element to docs
17047
17048 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17049
17050         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17051         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17052         * ext/theora/theoraenc.c:
17053           add theoraenc
17054
17055 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
17056
17057         * gst/audioconvert/Makefile.am:
17058           Audioconvert derives from GstBaseTransform and should
17059           link to the library with our base elements to avoid
17060           unresolved symbols. Makes things work with MinGW (#316160)
17061
17062         * gst/playback/test4.c: (main):
17063           Fix MinGW build problem and use g_usleep() instead of 
17064           sleep() (#316162)
17065
17066 2005-09-12  Wim Taymans  <wim@fluendo.com>
17067
17068         * gst/audioconvert/audioconvert.c: (float),
17069         (audio_convert_prepare_context), (audio_convert_convert):
17070         * gst/audioconvert/audioconvert.h:
17071         Cleanups, speedups, simplifications, added back support
17072         for 24 bits.
17073
17074 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17075
17076         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17077         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17078         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
17079         * docs/plugins/tmpl/element-tcpserversink.sgml:
17080         * gst/ffmpegcolorspace/gstffmpeg.c:
17081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17082         * gst/videotestsrc/gstvideotestsrc.c:
17083         * gst/volume/gstvolume.c:
17084           add more elements to the docs
17085
17086 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
17087
17088         * check/Makefile.am:
17089         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
17090         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
17091           Add extra tests for basetransform based components. 
17092           Comment out the test_element_negotiation test until we decide
17093           if it's testing correct behaviour.
17094         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
17095         (gst_visual_chain), (gst_visual_change_state):
17096           Slightly more correct but still bogus timestamping.
17097           Fix state change function.
17098         * gst/audioconvert/gstaudioconvert.c:
17099         (gst_audio_convert_class_init):
17100         * gst/audioresample/gstaudioresample.c:
17101         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17102         (gst_ffmpegcsp_class_init):
17103         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17104         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
17105         (gst_videoscale_prepare_image):
17106         * gst/volume/gstvolume.c: (gst_volume_class_init),
17107         (volume_transform_ip):
17108           Basetransform updates. Enable passthrough modes.
17109         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
17110         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
17111         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17112           Negotiation fix that allows the window to return to the original
17113           size and renegotiate passthrough upstream. Extra debug output.
17114
17115 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17116
17117         * gst/sine/gstsinesrc.c:
17118         * gst/volume/gstvolume.c:
17119           fix up header include
17120
17121 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
17122
17123         * gst-libs/gst/audio/gstbaseaudiosink.c:
17124         (gst_base_audio_sink_render):
17125         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
17126         * gst/volume/gstvolume.c: (gst_volume_class_init),
17127         (volume_transform):
17128           fixing lost sync, some more debugging
17129
17130 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
17131
17132         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
17133         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
17134         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
17135         (gst_xvimagesink_check_xshm_calls):
17136           Fix compilation when XShm is not available.
17137
17138 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
17139
17140         * ext/libvisual/visual.c: (gst_visual_dispose),
17141         (gst_visual_getcaps), (gst_visual_src_setcaps),
17142         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
17143         (gst_visual_change_state):
17144           Finish fixing up libvisual plugin so that it runs. 
17145
17146 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
17147
17148         * ext/vorbis/vorbisenc.c:
17149         * gst-libs/gst/tag/gstvorbistag.c:
17150           gsttaginterface.h -> gsttagsetter.h
17151
17152 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
17153
17154         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
17155           added another test that failes for me (test is not active by default)
17156
17157 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17158
17159         * configure.ac:
17160           v4l2 is no longer in gst-plugins-base
17161
17162 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
17163
17164         * configure.ac:
17165           In the output at the end, don't show the first plugin on the same
17166           line as "Core plug-ins, always built:".
17167           Indent the output as for other plugin categories
17168         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
17169           #define that can be used to not use peer buffer_alloc functions for
17170           test purposes.
17171         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
17172         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
17173         (gst_ximagesink_show_frame):
17174         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
17175         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
17176         (gst_xvimagesink_show_frame):
17177           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
17178           fails gracefully instead of XError aborting or deadlocking.
17179
17180 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
17181
17182         * ext/libvisual/Makefile.am:
17183           link against gst-base-libs
17184
17185 2005-09-06  David Schleef  <ds@schleef.org>
17186
17187         * configure.ac: Enable libvisual plugin.
17188         * ext/libvisual/Makefile.am:
17189         * ext/libvisual/visual.c: Fixes to make it compile.
17190
17191 === release 0.9.2 ===
17192
17193 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17194
17195         * NEWS:
17196         * RELEASE:
17197         * configure.ac:
17198         * docs/random/ChangeLog-0.8:
17199           releasing 0.9.2, "Spoon"
17200
17201 2005-09-05  Michael Smith <msmith@fluendo.com>
17202
17203         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
17204           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
17205           that in the vorbisenc element.
17206
17207 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17208
17209         * common/gtk-doc-plugins.mak:
17210         * docs/plugins/Makefile.am:
17211           fix distcheck
17212         * gst/audioresample/resample.c:
17213           fix wrong docstring
17214
17215 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17216
17217         * common/gst-xmlinspect.py:
17218         * common/gtk-doc-plugins.mak:
17219           only inspect plugins for this given package
17220           require gst-python 0.9
17221
17222 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17223
17224         * Makefile.am:
17225         * autogen.sh:
17226         * common/gst-xmlinspect.py:
17227         * configure.ac:
17228         * docs/Makefile.am:
17229         * docs/plugins/inspect/plugin-alsa.xml:
17230         * docs/plugins/inspect/plugin-audioresample.xml:
17231         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
17232         * docs/plugins/inspect/plugin-ogg.xml:
17233         * docs/plugins/tmpl/element-gnomevfssink.sgml:
17234         * docs/plugins/tmpl/element-multifdsink.sgml:
17235         * docs/plugins/tmpl/element-tcpserversink.sgml:
17236         * docs/plugins/tmpl/element-vorbisenc.sgml:
17237         * gst-plugins-base.spec.in:
17238           various doc-related updates
17239
17240 2005-08-31  Wim Taymans  <wim@fluendo.com>
17241
17242         * gst-libs/gst/audio/gstbaseaudiosink.c:
17243         (gst_base_audio_sink_render):
17244         Resync if the buffer timestamps drift more than a 10th 
17245         of a second.
17246
17247 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
17248
17249         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
17250         (gst_v4lsrc_get_property):
17251           The 'timestamp-offset' property is registered as an int64, so
17252           let's use g_value_{set|get}_int64() in our setter and getter
17253           functions (makes it work and fixes warnings with gst-inspect).
17254
17255 2005-08-30  Wim Taymans  <wim@fluendo.com>
17256
17257         * check/elements/audioconvert.c: (setup_audioconvert):
17258         * check/elements/audioresample.c: (setup_audioresample):
17259         * check/elements/volume.c: (setup_volume):
17260         Fix checks.
17261
17262 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17263
17264         * common/gtk-doc-plugins.mak:
17265         * common/plugins.xsl:
17266         * docs/plugins/Makefile.am:
17267           make module a param
17268
17269 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
17270
17271         * examples/seeking/seek.c: (make_mp3_pipeline),
17272         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
17273         (play_cb), (pause_cb), (stop_cb):
17274           update the example
17275
17276 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
17277
17278         * gst/volume/gstvolume.c: (gst_volume_class_init),
17279         (volume_transform):
17280           do not update controlled params, if buffer has no timestamp
17281
17282 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
17283
17284         * configure.ac:
17285         * gst/sine/Makefile.am:
17286         * gst/volume/Makefile.am:
17287           controllerized elements also need to link against controller-libs ;)
17288
17289 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
17290
17291         * docs/libs/tmpl/gstcolorbalance.sgml:
17292         * docs/libs/tmpl/gstgconf.sgml:
17293         * docs/libs/tmpl/gstmixer.sgml:
17294         * docs/libs/tmpl/gstringbuffer.sgml:
17295         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17296         (gst_sinesrc_create):
17297         * gst/volume/gstvolume.c: (gst_volume_class_init),
17298         (volume_transform):
17299           controllerized two audio plugins
17300
17301 2005-08-29  Andy Wingo  <wingo@pobox.com>
17302
17303         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
17304         (vorbis_handle_data_packet): Fix some int overflow errors.
17305
17306         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
17307         -1.
17308         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
17309         valid.
17310         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
17311         if it's valid. Fixed streaming-mode playback.
17312
17313         * check/elements/volume.c (cleanup_volume): Fix for running
17314         CK_FORK=no.
17315
17316         * check/elements/audioconvert.c: Convert from native endian, not
17317         little endian.
17318
17319 2005-08-29  Michael Smith <msmith@fluendo.com>
17320
17321         * ext/ogg/Makefile.am:
17322         * ext/ogg/gstogg.c: (plugin_init):
17323         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
17324         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
17325         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
17326         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
17327         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
17328         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
17329         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
17330         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
17331         Add an ogg parser element.
17332
17333 2005-08-28  Andy Wingo  <wingo@pobox.com>
17334
17335         * Updates for two-arg init from GST_BOILERPLATE_FULL.
17336
17337 2005-08-26  Wim Taymans  <wim@fluendo.com>
17338
17339         * gst/audioconvert/audioconvert.c: (if), (float),
17340         (audio_convert_get_func_index), (check_default),
17341         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17342         (audio_convert_clean_context), (audio_convert_get_sizes),
17343         (audio_convert_convert):
17344         Cleanups.
17345
17346 2005-08-26  Wim Taymans  <wim@fluendo.com>
17347
17348         * gst/audioconvert/audioconvert.c: (if), (float),
17349         (audio_convert_get_func_index), (check_default),
17350         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17351         (audio_convert_clean_context), (audio_convert_get_sizes),
17352         (audio_convert_convert):
17353         More elegant and working temp buffer selection algo.
17354
17355 2005-08-26  Wim Taymans  <wim@fluendo.com>
17356
17357         * gst/audioconvert/audioconvert.c: (if), (float),
17358         (audio_convert_get_func_index), (check_default),
17359         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17360         (audio_convert_clean_context), (audio_convert_get_sizes),
17361         (get_temp_buffer), (audio_convert_convert):
17362         Use realloc else we lose our original data.
17363
17364 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17365
17366         * gst/audioresample/gstaudioresample.c:
17367           use base class' newsegment to properly timestamp
17368
17369 2005-08-26  Wim Taymans  <wim@fluendo.com>
17370
17371         * gst/audioconvert/audioconvert.c: (if), (float),
17372         (audio_convert_get_func_index), (check_default),
17373         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17374         (audio_convert_clean_context), (audio_convert_get_sizes),
17375         (get_temp_buffer), (audio_convert_convert):
17376         * gst/audioconvert/gstaudioconvert.c:
17377         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
17378         (gst_audio_convert_transform_caps),
17379         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
17380         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
17381         Oops, allocate enough space to perform the channel mix.
17382
17383 2005-08-26  Wim Taymans  <wim@fluendo.com>
17384
17385         * gst/audioconvert/Makefile.am:
17386         * gst/audioconvert/audioconvert.c: (if), (float),
17387         (audio_convert_get_func_index), (check_default),
17388         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17389         (audio_convert_clean_context), (audio_convert_get_sizes),
17390         (get_temp_buffer), (audio_convert_convert):
17391         * gst/audioconvert/audioconvert.h:
17392         * gst/audioconvert/gstaudioconvert.c:
17393         (gst_audio_convert_class_init), (gst_audio_convert_init),
17394         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
17395         (gst_audio_convert_get_unit_size),
17396         (gst_audio_convert_transform_caps),
17397         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
17398         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
17399         * gst/audioconvert/gstaudioconvert.h:
17400         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
17401         (gst_channel_mix_fill_identical),
17402         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
17403         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
17404         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
17405         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
17406         (gst_channel_mix_mix):
17407         * gst/audioconvert/gstchannelmix.h:
17408         Cleanups, librarify a bit, optimize, better negotiation and more.
17409
17410 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
17411
17412         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
17413         Another from MikeS:
17414         During typefinding, don't support negative offsets
17415         (offsets from the end of the stream) in our typefind->peek() function
17416         - nothing embedded in ogg ever needs them. However, we need to recognise
17417         those requests and reject them, otherwise we return invalid pointers.
17418
17419 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
17420
17421         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17422         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
17423         (vorbisdec_finalize), (vorbis_handle_type_packet):
17424           Big shout-out to MikeS for fixing this giant memory leak.
17425           Huzzah!
17426
17427 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17428
17429         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
17430         (audio_convert_get_unit_size):
17431           plug some leaks
17432
17433 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17434
17435         * check/Makefile.am:
17436         * check/elements/audioconvert.c: (setup_audioconvert),
17437         (cleanup_audioconvert), (get_int_caps), (verify_convert),
17438         (GST_START_TEST), (audioconvert_suite), (main):
17439           add a test for audioconvert
17440         * gst/audioresample/gstaudioresample.c:
17441         * gst/audioresample/gstaudioresample.h:
17442           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
17443           note that for buffers of 1/3 sec this means DURATION(c) is 
17444           one nanosecond more than for a and b
17445
17446 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17447
17448         * check/Makefile.am:
17449         * check/elements/audioresample.c: (setup_audioresample),
17450         (cleanup_audioresample), (fail_unless_perfect_stream),
17451         (test_perfect_stream_instance), (GST_START_TEST),
17452           add a check for audioresample
17453         (audioresample_suite), (main):
17454         * check/elements/volume.c: (GST_START_TEST):
17455           remove unused method
17456         * gst/audioresample/gstaudioresample.c:
17457           set correct buffer parameters since we're changing them
17458         * gst/audioresample/resample_ref.c: (resample_scale_ref):
17459           add some debug
17460
17461 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17462
17463         * gst/audioresample/debug.c:
17464         * gst/audioresample/gstaudioresample.c:
17465           add room for extra overlap samples when asked to transform size
17466           protect against possible mem corruption and check for discrepancies
17467           between written size and outbuffer's size so we can warn for
17468           potential problems
17469         * gst/audioresample/resample.c: (resample_init),
17470         (resample_get_output_size_for_input), (resample_get_output_size),
17471         (resample_set_n_channels), (resample_set_format):
17472           set debug level based on RESAMPLE_DEBUG env var
17473           make sure that get_output_size* returns a whole number of
17474           sample_size
17475           set sample_size each time either channel or format is set
17476         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
17477         * gst/audioresample/resample_functable.c:
17478         (resample_scale_functable):
17479         * gst/audioresample/resample_ref.c: (resample_scale_ref):
17480           remove r->sample_size, it's done in resample.c now
17481           add some debugging to the ref implementation
17482           make sure we only give back bytes that are wholes of the sample
17483           size
17484
17485 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
17486         * gst/playback/gstplaybasebin.c: (fill_buffer):
17487         Revert unpopular change for GST_MESSAGE_SRC to GObject.
17488
17489 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
17490
17491         * gst/volume/gstvolume.c:
17492           made set_caps function static
17493
17494 2005-08-24  Wim Taymans  <wim@fluendo.com>
17495
17496         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
17497         (gst_vorbisenc_change_state):
17498         Stop leaking taglists.
17499
17500 2005-08-24  Wim Taymans  <wim@fluendo.com>
17501
17502         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
17503         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
17504         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
17505         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
17506         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
17507         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
17508         Parse seeking events better.
17509         Unref static caps.
17510         Generate correct newsegment events, fixes seeking in live oggs.
17511
17512         * ext/theora/theoradec.c: (theora_dec_src_query),
17513         (theora_dec_src_event), (theora_dec_src_getcaps),
17514         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
17515         Use newsegment values to report correct play time.
17516
17517         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17518         (vorbis_dec_src_event), (vorbis_dec_sink_event):
17519         * ext/vorbis/vorbisdec.h:
17520         Parse and use newsegment values to report correct play time.
17521
17522         * gst-libs/gst/audio/gstbaseaudiosink.c:
17523         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
17524         Clear ringbuffer on flush.
17525         Use newsegment values to calculate playback time.
17526
17527         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
17528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
17529         Basesink does newsegment calculations for us now.
17530
17531 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17532
17533         * check/Makefile.am:
17534         * configure.ac:
17535           add core's plugins to the mix so that playbin works
17536         * check/generic/states.c: (GST_START_TEST):
17537           set a 0 timeout on pipelines, so they don't force the next
17538           state change
17539         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
17540         (gst_play_base_bin_change_state):
17541           remove the crappy error handling and do GST error handling
17542
17543 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17544
17545         * check/Makefile.am:
17546         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
17547           add same test as to core, it bitches out on playbin atm.
17548
17549 2005-08-24  Wim Taymans  <wim@fluendo.com>
17550
17551         * configure.ac:
17552         Remove audioscale.
17553
17554 2005-08-24  Wim Taymans  <wim@fluendo.com>
17555
17556         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
17557         (gst_videoscale_prepare_size), (parse_caps),
17558         (gst_videoscale_set_caps), (gst_videoscale_get_size),
17559         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
17560         (gst_videoscale_transform):
17561         * gst/videoscale/gstvideoscale.h:
17562         Refactor, make use of BaseTranform really well.
17563
17564 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17565
17566         * configure.ac:
17567           compile audioresample
17568         * gst/audioresample/Makefile.am:
17569         * gst/audioresample/buffer.c:
17570         * gst/audioresample/functable.c:
17571         * gst/audioresample/gstaudioresample.c:
17572         * gst/audioresample/gstaudioresample.h:
17573         * gst/audioresample/resample.c:
17574         (resample_get_output_size_for_input):
17575         * gst/audioresample/resample.h:
17576         * gst/audioresample/resample_chunk.c:
17577         * gst/audioresample/resample_functable.c:
17578         * gst/audioresample/resample_ref.c:
17579           port to use basetransform; doesn't work in all cases yet
17580
17581 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17582
17583         * gst/audioconvert/gstaudioconvert.c:
17584         (gst_audio_convert_class_init), (gst_audio_convert_init),
17585         (audio_convert_get_unit_size), (audio_convert_transform_caps),
17586         (audio_convert_fixate_caps), (audio_convert_set_caps),
17587         (audio_convert_transform),
17588         (gst_audio_convert_buffer_to_default_format),
17589         (gst_audio_convert_buffer_from_default_format),
17590         (gst_audio_convert_channels):
17591         * gst/audioconvert/gstchannelmix.c:
17592         * gst/audioconvert/gstchannelmix.h:
17593           port to basetransform
17594         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17595         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
17596         (gst_ffmpegcsp_get_unit_size):
17597         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17598         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
17599           fix for basetransform changes
17600
17601 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
17602
17603         * check/Makefile.am:
17604           Add CHECK_CFLAGS and LDFLAGS
17605
17606         * gst/playback/gstplaybasebin.c: (fill_buffer):
17607           GST_MESSAGE_SRC became a GObject
17608
17609 2005-08-24  Wim Taymans  <wim@fluendo.com>
17610
17611         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
17612         (gst_ring_buffer_clear_all):
17613         * gst-libs/gst/audio/gstringbuffer.h:
17614         Added function to clear the ringbuffer.
17615
17616 2005-08-24  Andy Wingo  <wingo@pobox.com>
17617
17618         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
17619         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
17620         of _open and _close.
17621
17622         * sys/v4l/gstv4lxoverlay.h:
17623         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
17624         an Xv connection here, instead of all the time. Make Xv only be
17625         loaded if you axe for it. Kindof a workaround for buggy behaviour
17626         of Xv when using remote xservers (XvQueryExtension would block).
17627         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
17628         replace the _open and _close public API. Only start the xv
17629         connection if necessary.
17630         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
17631
17632 2005-08-23  David Schleef  <ds@schleef.org>
17633
17634         * gst/audioresample/Makefile.am: Leet audioresampling code
17635         * gst/audioresample/buffer.c:
17636         * gst/audioresample/buffer.h:
17637         * gst/audioresample/debug.c:
17638         * gst/audioresample/debug.h:
17639         * gst/audioresample/functable.c:
17640         * gst/audioresample/functable.h:
17641         * gst/audioresample/gstaudioresample.c:
17642         * gst/audioresample/gstaudioresample.h:
17643         * gst/audioresample/resample.c:
17644         * gst/audioresample/resample.h:
17645         * gst/audioresample/resample_chunk.c:
17646         * gst/audioresample/resample_functable.c:
17647         * gst/audioresample/resample_ref.c:
17648
17649 2005-08-23  Wim Taymans  <wim@fluendo.com>
17650
17651         * examples/seeking/seek.c: (make_vorbis_pipeline),
17652         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
17653         Small seek updates.
17654
17655 2005-08-23  Andy Wingo  <wingo@pobox.com>
17656
17657         * gst-libs/gst/audio/gstbaseaudiosrc.c
17658         (gst_base_audio_src_fixate): Only fixate endianness if it is
17659         present in the caps.
17660
17661 2005-08-22  Andy Wingo  <wingo@pobox.com>
17662
17663         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
17664         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
17665         device-name property.
17666
17667         * gst-libs/gst/audio/gstaudiosrc.h:
17668         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
17669         close_device in the ring buffer, like gstaudiosink.
17670
17671         * ext/alsa/gstalsamixer.h:
17672         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
17673         macro to implement the interface without much code. Cleanups. 
17674
17675         * ext/alsa/gstalsasrc.h:
17676         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
17677         READY.
17678
17679         * ext/alsa/Makefile.am: Add new files.
17680         * ext/alsa/gstalsamixerelement.c: 
17681         * ext/alsa/gstalsamixerelement.c: Split element code out from
17682         mixer code so that alsasrc can be a mixer too.
17683
17684 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17685
17686         * check/elements/volume.c: (setup_volume), (cleanup_volume),
17687         (GST_START_TEST):
17688         * check/elements/vorbisdec.c: (setup_vorbisdec),
17689         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
17690         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17691         (vorbis_handle_identification_packet),
17692         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
17693         (vorbis_handle_header_packet), (vorbis_dec_push),
17694         (vorbis_dec_chain):
17695           use the setup/teardown methods to save code.  save code is good.
17696
17697 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17698
17699         * check/Makefile.am:
17700           add ext dir for plugins
17701           add vorbisdec test conditionally
17702         * check/elements/volume.c: (setup_volume), (cleanup_volume),
17703         (GST_START_TEST), (volume_suite):
17704           add a test with wrong caps
17705         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
17706         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
17707           add a vorbisdec test
17708         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
17709         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
17710           clean up debug output
17711         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17712           yay, fix a segfault/security issue in vorbisdec
17713           gst-launch fakesrc ! vorbisdec wasn't happy
17714         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
17715         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
17716         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
17717         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17718         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
17719         (gst_vorbisenc_set_metadata), (get_constraints_string),
17720         (update_start_message), (gst_vorbisenc_setup),
17721         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
17722         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
17723         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
17724         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
17725         * ext/vorbis/vorbisenc.h:
17726           march in line
17727         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17728         (gst_ffmpegcsp_transform):
17729           have the kow come home
17730         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
17731           debug my func ptr
17732         * gst/volume/gstvolume.c: (volume_set_caps):
17733           add a debug
17734
17735 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17736
17737         * Makefile.am:
17738         * check/.cvsignore:
17739         * check/Makefile.am:
17740         * check/elements/.cvsignore:
17741         * check/elements/volume.c: (chain_func), (event_func),
17742         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
17743         (main):
17744         * configure.ac:
17745           add unit test structure for gst-plugins-base
17746           add a test for volume
17747         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
17748         (gst_volume_set_volume), (gst_volume_get_volume),
17749         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
17750         (volume_funcfind), (volume_process_float), (volume_process_int16),
17751         (volume_set_caps), (volume_transform), (volume_update_mute),
17752         (volume_update_volume), (volume_set_property),
17753         (volume_get_property):
17754           document a little; use basetransform vmethod _set_caps
17755
17756 2005-08-19  Andy Wingo  <wingo@pobox.com>
17757
17758         * ext/alsa/gstalsamixertrack.h:
17759         * ext/alsa/gstalsamixertrack.c:
17760         * ext/alsa/gstalsamixeroptions.h:
17761         * ext/alsa/gstalsamixeroptions.c:
17762         * ext/alsa/gstalsamixer.h:
17763         * ext/alsa/gstalsamixer.c: Port to 0.9.
17764
17765         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
17766         Remove gstalsa.c and alsaclock. No more cruft here.
17767         
17768 2005-08-18  Wim Taymans  <wim@fluendo.com>
17769
17770         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17771         (gst_base_rtp_depayload_chain),
17772         (gst_base_rtp_depayload_add_to_queue),
17773         (gst_base_rtp_depayload_push),
17774         (gst_base_rtp_depayload_queue_release):
17775         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17776         Fix for RTPBuffer changes.
17777
17778         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
17779         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
17780         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
17781         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
17782         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
17783         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
17784         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
17785         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
17786         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
17787         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
17788         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
17789         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
17790         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
17791         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
17792         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
17793         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
17794         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
17795         (gst_rtpbuffer_get_payload):
17796         * gst-libs/gst/rtp/gstrtpbuffer.h:
17797         Don't subclass GstBuffer but add methods and helper functions
17798         to construct and manipulate RTP packets in regular GstBuffers.
17799
17800 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
17801
17802         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
17803           moved statement below switch
17804         * gst/volume/gstvolume.c: (gst_volume_class_init):
17805           added debug ptr
17806
17807 2005-08-16  Wim Taymans  <wim@fluendo.com>
17808
17809         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17810         (gst_base_audio_src_change_state):
17811         Open and close device in READY<->NULL state change.
17812
17813 2005-08-16  Andy Wingo  <wingo@pobox.com>
17814
17815         * examples/seeking/Makefile.am: Don't compile non-compiling
17816         compiled objects with the compiler.
17817
17818         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
17819         elements.
17820
17821 2005-08-12  Philippe Khalaf <burger@speedy.org>
17822         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17823         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17824           Made a thread to release the queue.
17825           Removed timestamp conversion for now.
17826
17827 2005-08-10  Philippe Khalaf <burger@speedy.org>
17828         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17829         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17830           Added rtp timestamp -> gst timestamp conversion.
17831           Fixed several problems with queue.
17832
17833 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
17834
17835         * gst-libs/gst/audio/gstaudioclock.h:
17836         * gst-libs/gst/audio/gstaudiofilter.h:
17837         * gst-libs/gst/audio/gstaudiosink.h:
17838         * gst-libs/gst/audio/gstaudiosrc.h:
17839         * gst-libs/gst/audio/gstbaseaudiosink.h:
17840         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17841         * gst-libs/gst/audio/gstringbuffer.h:
17842         * gst-libs/gst/net/gstnetbuffer.h:
17843         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17844         * gst-libs/gst/rtp/gstrtpbuffer.h:
17845           Add padding (you will need to rebuild gst-plugins-base,
17846           gst-plugins and all applications afterwards!)
17847
17848 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
17849
17850         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
17851         (gst_riff_parse_chunk):
17852           Fix bug in debug message and add some more debug messages.
17853
17854 2005-08-08  Edward Hervey  <edward@fluendo.com>
17855
17856         * gst-libs/gst/riff/riff-media.c:
17857         backported updates since branch
17858
17859 2005-08-08  Andy Wingo  <wingo@pobox.com>
17860
17861         * gst-libs/gst/audio/gstbaseaudiosink.c
17862         (gst_base_audio_sink_change_state): Open the device in NULL->READY
17863         like good elements should. Close on READY->NULL too.
17864
17865         * gst-libs/gst/audio/gstaudiosink.c
17866         (gst_audioringbuffer_open_device,
17867         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
17868         (gst_audioringbuffer_release): Updates for new ring buffer API,
17869         hook into the new audio sink api.
17870
17871         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
17872         (GstAudioSinkClass.close): Just open and close the device -- no
17873         resource allocation or configuration.
17874         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
17875         vmethods, handle device setup and resource allocation.
17876
17877         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
17878         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
17879         base class API.
17880
17881         * gst-libs/gst/audio/gstringbuffer.h
17882         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
17883         New vmethods.
17884
17885         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
17886         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
17887         New API functions. The device should be opened before acquiring
17888         and closed after releasing.
17889
17890 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
17891
17892         * gst-libs/gst/interfaces/mixer.h:
17893           Reset padding to GST_PADDING.
17894
17895 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17896
17897         * gst/playback/gstplaybin.c: (remove_sinks):
17898           Remove visualization from parent explicitely; works around some
17899           apparent refcount issue that I haven't tracked down yet.
17900
17901 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17902
17903         * ext/alsa/gstalsasink.c: (set_hwparams):
17904           Assign debug category, add negotiation debug msgs.
17905
17906 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17907
17908         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
17909           Fix error code for file-not-found to NOT_FOUND.
17910
17911 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17912
17913         * common/gtk-doc-plugins.mak:
17914         * docs/plugins/Makefile.am:
17915         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17916         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17917           renamed to actual element names, so much nicer to look at
17918         * docs/plugins/tmpl/gstmultifdsink.sgml:
17919           remove
17920         * docs/plugins/tmpl/multifdsink.sgml:
17921         * docs/plugins/tmpl/tcpserversink.sgml:
17922           add
17923         * ext/alsa/gstalsa.c:
17924         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
17925         * ext/ogg/gstoggmux.c:
17926         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17927         * gst/playback/gstdecodebin.c:
17928         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
17929         * gst/tcp/gsttcpserversink.c:
17930           various fixes and documentation additions
17931
17932 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17933
17934         * common/Makefile.am:
17935         * common/gstdoc-scangobj:
17936         * common/gtk-doc-plugins.mak:
17937         * common/gtk-doc.mak:
17938           add a custom scangobj that uses the registry
17939           add a custom gtk-doc-plugins.mak that uses it
17940           some doc build fixes
17941         * configure.ac:
17942         * docs/Makefile.am:
17943         * docs/plugins/Makefile.am:
17944         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17945         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17946         * docs/plugins/gst-plugins-base-plugins.types:
17947         * docs/plugins/tmpl/gstmultifdsink.sgml:
17948           add docs for one element, multifdsink
17949         * gst/adder/gstadder.h:
17950         * gst/volume/gstvolume.h:
17951           don't privatize enum
17952         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
17953         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17954         (gst_sync_method_get_type), (gst_client_status_get_type),
17955         (gst_multifdsink_class_init),
17956         (gst_multifdsink_client_queue_buffer),
17957         (gst_multifdsink_handle_client_write):
17958         * gst/tcp/gstmultifdsink.h:
17959         * gst/tcp/gsttcp.h:
17960         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17961         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
17962         (gst_tcpclientsink_render):
17963         * gst/tcp/gsttcpclientsink.h:
17964         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
17965         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
17966         (gst_tcpclientsrc_start):
17967         * gst/tcp/gsttcpclientsrc.h:
17968         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
17969         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
17970         * gst/tcp/gsttcpserversrc.h:
17971         * gst/typefind/gsttypefindfunctions.c:
17972           remove superfluous Type stuff
17973
17974 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17975
17976         * gst/playback/gstplaybin.c: (gen_video_element):
17977           Enable videoscale.
17978
17979 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17980
17981         * gst-libs/gst/gconf/gconf.c:
17982         * gst-libs/gst/gconf/gconf.h:
17983           Fix some Andy Problem [tm].
17984
17985 2005-08-04  Andy Wingo  <wingo@pobox.com>
17986
17987         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
17988         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
17989         (gst_ffmpegcsp_get_size): Adapt to API changes.
17990
17991         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
17992         Implement an in-place do-nothing transform.
17993
17994 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17995
17996         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
17997         (gst_ximagesink_renegotiate_size):
17998           Do not set new window sizes yet if we prepare a new buffer size
17999           for upstream renegotiation (software scaling) at some point in the
18000           future, because this new size waqs not actually accepted yet. Once
18001           accepted, renegotiation later on will set the new sizes just fine.
18002           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
18003           embedding testcase.
18004
18005 2005-08-03  Andy Wingo  <wingo@pobox.com>
18006
18007         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
18008         (gst_ximagesink_buffer_alloc): 
18009         Protect the height, width, and desired_caps with the pool_lock.
18010         Fixes videotestsrc ! queue ! ximagesink.
18011
18012 2005-08-02  Edward Hervey  <edward@fluendo.com>
18013
18014         * gst/volume/gstvolume.c:
18015         include left from controller cleanup
18016
18017 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
18018         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
18019           Stop collectpads before calling the parent state
18020           change function on PAUSED->READY.
18021
18022 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
18023         * configure.ac:
18024           When testing for X libs, use the X CFlags 
18025         * gst/adder/gstadder.c: (gst_adder_change_state):
18026           Stop the collectpads before calling parent state change function
18027           on PAUSED->READY, otherwise we deadlock deactivating pads.
18028
18029 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
18030
18031         * configure.ac:
18032         * docs/libs/tmpl/gstcolorbalance.sgml:
18033         * docs/libs/tmpl/gstmixer.sgml:
18034         * examples/Makefile.am:
18035         * gst/sine/Makefile.am:
18036         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
18037         (gst_sinesrc_set_property), (plugin_init):
18038         * gst/sine/gstsinesrc.h:
18039         * gst/volume/Makefile.am:
18040         * gst/volume/gstvolume.c: (gst_volume_set_volume),
18041         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
18042         (volume_process_float), (volume_process_int16),
18043         (volume_set_property), (plugin_init):
18044         * gst/volume/gstvolume.h:
18045           deactivate and remove dparams (libgstcontrol)
18046
18047 2005-07-29  Wim Taymans  <wim@fluendo.com>
18048
18049         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
18050         Convert me to BaseTransform!! help..
18051
18052 2005-07-29  Andy Wingo  <wingo@pobox.com>
18053
18054         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
18055         sinks.
18056
18057         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
18058         support of both endiannesses.
18059
18060 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
18061
18062         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18063           Fix confusing debug message (s/event/query/)
18064
18065 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
18066
18067         * gst/videotestsrc/videotestsrc.h:
18068           Use "_stdint.h" instead of <stdint.h>
18069
18070 2005-07-27  Wim Taymans  <wim@fluendo.com>
18071
18072         * ext/vorbis/Makefile.am:
18073         Revert wrong commit.
18074
18075 2005-07-27  Wim Taymans  <wim@fluendo.com>
18076
18077         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
18078         More compilation fixen.
18079
18080 2005-07-27  Wim Taymans  <wim@fluendo.com>
18081
18082         * gst-libs/gst/audio/gstbaseaudiosink.c:
18083         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
18084         (gst_base_audio_sink_create_ringbuffer),
18085         (gst_base_audio_sink_change_state):
18086         Fix compilation.
18087
18088 2005-07-27  Wim Taymans  <wim@fluendo.com>
18089
18090         * examples/seeking/seek.c: (setup_dynamic_link),
18091         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
18092         (query_positions_elems), (query_positions_pads), (do_seek):
18093         Update seek example.
18094
18095         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
18096         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
18097         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
18098         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18099         (gst_ogg_demux_handle_event),
18100         (gst_ogg_demux_deactivate_current_chain),
18101         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18102         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
18103         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
18104         (gst_ogg_demux_loop):
18105         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18106         * ext/theora/theoradec.c: (theora_dec_src_event),
18107         (theora_dec_src_getcaps), (theora_dec_sink_event),
18108         (theora_dec_push), (theora_dec_chain):
18109         * ext/vorbis/Makefile.am:
18110         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
18111         (vorbis_dec_sink_event), (vorbis_dec_push),
18112         (vorbis_handle_data_packet):
18113         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
18114         (gst_vorbisenc_chain):
18115         * gst/playback/gststreaminfo.c: (cb_probe):
18116         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
18117         * gst/videorate/gstvideorate.c: (gst_videorate_event):
18118         * gst/videoscale/gstvideoscale.c:
18119         (gst_videoscale_handle_src_event):
18120         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
18121         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
18122         (gst_ximagesink_navigation_send_event):
18123         * sys/xvimage/xvimagesink.c:
18124         (gst_xvimagesink_navigation_send_event):
18125         Various event updates and cleanups
18126
18127 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18128
18129         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
18130           Fix segfault for I420/YV12.
18131
18132 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18133
18134         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18135           Report bitrate.
18136
18137 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18138
18139         * gst/playback/gstplaybin.c: (gen_video_element),
18140         (gen_audio_element):
18141           Switch to auto*sink elements as default sinks; add volume element
18142           so that volume control in totem works.
18143
18144 2005-07-21  Wim Taymans  <wim@fluendo.com>
18145
18146         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
18147         * gst/playback/gstplaybin.c: (setup_sinks),
18148         (gst_play_bin_change_state):
18149         Refcount fix and more comments.
18150
18151 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18152
18153         * sys/ximage/Makefile.am:
18154         * sys/ximage/ximage.c: (plugin_init):
18155         * sys/ximage/ximagesink.c:
18156         Prepare for adding ximagesrc, rename of plugin to ximage etc.
18157         
18158
18159 2005-07-21  Wim Taymans  <wim@fluendo.com>
18160
18161         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
18162         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18163         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
18164         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
18165         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
18166         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
18167         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
18168         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
18169         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
18170         Generate correct disconts for live chained oggs.
18171
18172         * gst-libs/gst/audio/gstbaseaudiosink.c:
18173         (gst_base_audio_sink_render),
18174         (gst_base_audio_sink_create_ringbuffer),
18175         (gst_base_audio_sink_change_state):
18176         Handle discont math correctly.
18177
18178         * gst/playback/gstplaybin.c: (add_sink):
18179         Some small debug cleanup.
18180
18181 2005-07-21  Wim Taymans  <wim@fluendo.com>
18182
18183         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
18184         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18185         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
18186         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
18187         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
18188         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
18189         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18190         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
18191         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
18192         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
18193         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
18194         (gst_ogg_demux_change_state), (gst_ogg_print):
18195         Reorganize code to send the right disconts when in streaming
18196         mode.
18197
18198 2005-07-20  Andy Wingo  <wingo@pobox.com>
18199
18200         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
18201         fix (?), fixes a seggie mcfalterson (#310894).
18202
18203 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18204
18205         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
18206         (gst_ogg_mux_set_header_on_caps):
18207         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
18208         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
18209         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
18210         * gst-libs/gst/audio/multichannel.c:
18211         (gst_audio_set_channel_positions),
18212         (gst_audio_set_structure_channel_positions_list):
18213         * gst/playback/gstdecodebin.c: (dynamic_create):
18214         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
18215         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18216           Fixes for API changes in core.
18217
18218 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18219
18220         * gst/playback/gstplaybasebin.c: (fill_buffer):
18221           Use _new_custom() so we can set custom message types for buffering
18222           messages.
18223
18224 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18225
18226         * configure.ac:
18227         * gst-libs/gst/Makefile.am:
18228         * gst-libs/gst/gconf/.cvsignore:
18229         * gst-libs/gst/gconf/Makefile.am:
18230         * gst-libs/gst/gconf/test-gconf.c:
18231         * pkgconfig/Makefile.am:
18232         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
18233         * pkgconfig/gstreamer-gconf.pc.in:
18234           Remove gconf stuff, use gconf elements instead from now on.
18235
18236 2005-07-20  Wim Taymans  <wim@fluendo.com>
18237
18238         * gst-libs/gst/audio/TODO:
18239         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
18240         (gst_audio_clock_get_internal_time):
18241         * gst-libs/gst/audio/gstaudioclock.h:
18242         * gst-libs/gst/audio/gstbaseaudiosink.c:
18243         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
18244         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
18245         (gst_base_audio_sink_render),
18246         (gst_base_audio_sink_create_ringbuffer),
18247         (gst_base_audio_sink_change_state):
18248         Make sure the audio clock always returns an increasing value.
18249
18250 2005-07-19  Andy Wingo  <wingo@pobox.com>
18251
18252         * gst/videotestsrc/: Cleanups.
18253
18254 2005-07-19  Wim Taymans  <wim@fluendo.com>
18255
18256         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
18257         Better debugging.
18258
18259 2005-07-19  Wim Taymans  <wim@fluendo.com>
18260
18261         * examples/seeking/seek.c: (make_dv_pipeline),
18262         (make_vorbis_theora_pipeline), (query_rates),
18263         (query_positions_elems), (query_positions_pads), (do_seek):
18264         Make correct DV pipeline.
18265
18266 2005-07-18  Andy Wingo  <wingo@pobox.com>
18267
18268         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
18269         default. Also because it's the only thing that really works. (This
18270         is used in the GConf elements).
18271         Use AS_LIBTOOL_TAGS.
18272
18273 2005-07-18  Wim Taymans  <wim@fluendo.com>
18274
18275         * gst/playback/gstdecodebin.c: (remove_element_chain):
18276         * gst/playback/gstplaybin.c: (add_sink):
18277         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18278         (gst_stream_info_set_mute):
18279         * gst/playback/gststreamselector.c:
18280         (gst_stream_selector_get_linked_pad),
18281         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
18282         More leak and compile fixes.
18283
18284 2005-07-18  Wim Taymans  <wim@fluendo.com>
18285
18286         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
18287         (query_rates), (query_positions_elems), (query_positions_pads),
18288         (do_seek), (seek_cb), (stop_seek):
18289         Updated seek example. 
18290
18291         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
18292         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
18293         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
18294         * gst/playback/gstplaybin.c: (add_sink):
18295         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18296         (gst_stream_info_set_mute):
18297         Some refcount leak fixes.
18298
18299 2005-07-16  Wim Taymans  <wim@fluendo.com>
18300
18301         * gst-libs/gst/audio/gstbaseaudiosink.c:
18302         (gst_base_audio_sink_render):
18303         Align samples even if we have roundoff errors in the 
18304         timestamp conversion.
18305
18306 2005-07-16  Wim Taymans  <wim@fluendo.com>
18307
18308         * docs/libs/tmpl/gstringbuffer.sgml:
18309         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
18310         (query_rates), (query_positions_elems), (query_positions_pads),
18311         (update_scale), (do_seek):
18312         Updated seek example.
18313
18314         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
18315         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
18316         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
18317         (gst_ogg_demux_loop):
18318         Push out correct discont values.
18319
18320         * ext/theora/theoradec.c: (theora_dec_src_convert),
18321         (theora_dec_sink_convert), (theora_dec_src_getcaps),
18322         (theora_dec_sink_event), (theora_handle_type_packet),
18323         (theora_handle_header_packet), (theora_dec_push),
18324         (theora_handle_data_packet), (theora_dec_chain),
18325         (theora_dec_change_state):
18326         Better timestamping.
18327
18328         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18329         (vorbis_dec_sink_event), (vorbis_dec_push),
18330         (vorbis_handle_data_packet), (vorbis_dec_chain):
18331         * ext/vorbis/vorbisdec.h:
18332         Better timestamping.
18333
18334         * gst-libs/gst/audio/gstbaseaudiosink.c:
18335         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
18336         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
18337         Handle syncing on timestamps instead of sample offsets. Make
18338         use of DISCONT values as described in design docs.
18339
18340         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18341         (gst_base_audio_src_get_time):
18342         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
18343         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
18344         (gst_ring_buffer_read):
18345         * gst-libs/gst/audio/gstringbuffer.h:
18346         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
18347         (gst_ximagesink_show_frame):
18348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
18349         Correcly convert buffer timestamp to stream time.
18350
18351 2005-07-16  Wim Taymans  <wim@fluendo.com>
18352
18353         * gst/audioconvert/gstaudioconvert.c:
18354         (gst_audio_convert_get_buffer):
18355         Timestamp buffers correctly.
18356
18357         * gst/playback/gstplaybin.c: (gen_video_element):
18358         Make internal fakesink silent.
18359
18360 2005-07-15  Wim Taymans  <wim@fluendo.com>
18361
18362         * gst/ffmpegcolorspace/Makefile.am:
18363         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18364         (gst_ffmpegcsp_caps_remove_format_info),
18365         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
18366         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
18367         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
18368         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
18369         Ported ffmpegcolorspace to basetransform.
18370
18371         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
18372         * gst/volume/gstvolume.c: (volume_transform):
18373         Ported to new API.
18374
18375 2005-07-14  Wim Taymans  <wim@fluendo.com>
18376
18377         * gst/videotestsrc/Makefile.am:
18378         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
18379         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
18380         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
18381         (gst_videotestsrc_init), (gst_videotestsrc_event),
18382         (gst_videotestsrc_create), (gst_videotestsrc_start),
18383         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
18384         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
18385         (gst_videotestsrc_get_property):
18386         * gst/videotestsrc/gstvideotestsrc.h:
18387         Make videotestsrc a pushsrc.
18388
18389 2005-07-14  Wim Taymans  <wim@fluendo.com>
18390
18391         * gst/tcp/gstfdset.c: (gst_fdset_free):
18392         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
18393         (gst_multifdsink_add), (gst_multifdsink_remove),
18394         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
18395         (gst_multifdsink_remove_client_link),
18396         (gst_multifdsink_client_queue_data),
18397         (gst_multifdsink_client_queue_caps),
18398         (gst_multifdsink_client_queue_buffer),
18399         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
18400         (gst_multifdsink_stop):
18401         * gst/tcp/gstmultifdsink.h:
18402         0.8 backporting.
18403
18404         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
18405         Also draw image when not from a pool.
18406
18407 2005-07-14  Wim Taymans  <wim@fluendo.com>
18408
18409         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
18410         (mute_stream), (silence_stream):
18411         Small debug additions.
18412
18413 2005-07-14  Wim Taymans  <wim@fluendo.com>
18414
18415         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
18416         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18417         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
18418         Better error recovery, ignore unconnected pads and
18419         non-fatal errors.
18420
18421 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18422
18423         * docs/libs/tmpl/gstaudio.sgml:
18424         * docs/libs/tmpl/gstcolorbalance.sgml:
18425         * docs/libs/tmpl/gstgconf.sgml:
18426         * docs/libs/tmpl/gstmixer.sgml:
18427         * docs/libs/tmpl/gstringbuffer.sgml:
18428         * docs/libs/tmpl/gsttuner.sgml:
18429         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18430         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
18431         (gst_tcpclientsrc_class_init):
18432         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
18433         (gst_tcpserversrc_class_init):
18434         * sys/v4l/gstv4lelement.c:
18435           more autistic cleanliness in functions/names/defines
18436
18437 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18438
18439         * configure.ac:
18440           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
18441           added manually to each Makefile.am so we are sure it goes
18442           *last* and doesn't add -L flags before linking in libs of our
18443           own, like, say, internal .la libs, that then accidentally pick
18444           up the installed copy.
18445         * docs/libs/Makefile.am:
18446         * ext/alsa/Makefile.am:
18447         * ext/cdparanoia/Makefile.am:
18448         * ext/gnomevfs/Makefile.am:
18449         * ext/libvisual/Makefile.am:
18450         * ext/ogg/Makefile.am:
18451         * ext/theora/Makefile.am:
18452         * ext/vorbis/Makefile.am:
18453         * gst-libs/gst/video/Makefile.am:
18454         * gst/adder/Makefile.am:
18455         * gst/audioconvert/Makefile.am:
18456         * gst/audiorate/Makefile.am:
18457         * gst/audioscale/Makefile.am:
18458         * gst/ffmpegcolorspace/Makefile.am:
18459         * gst/playback/Makefile.am:
18460         * gst/sine/Makefile.am:
18461         * gst/subparse/Makefile.am:
18462         * gst/tags/Makefile.am:
18463         * gst/tcp/Makefile.am:
18464         * gst/typefind/Makefile.am:
18465         * gst/videorate/Makefile.am:
18466         * gst/videoscale/Makefile.am:
18467         * gst/videotestsrc/Makefile.am:
18468         * gst/volume/Makefile.am:
18469         * sys/v4l/Makefile.am:
18470         * sys/ximage/Makefile.am:
18471         * sys/xvimage/Makefile.am:
18472           adapt properly to this change. This should make sure that
18473           plugins and libs properly link to the as-yet-uninstalled
18474           copies of stuff like libgstinterfaces and libgstvideo
18475
18476 2005-07-13  Andy Wingo  <wingo@pobox.com>
18477
18478         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
18479         (gst_v4lsrc_fixate): Fixate on format as well.
18480
18481         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
18482         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
18483         buffer points to it.
18484         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
18485         rather just doing X calls ourselves. Also fixes a memleak.
18486
18487 2005-07-12  Andy Wingo  <wingo@pobox.com>
18488
18489         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
18490         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
18491         (gst_v4lsrc_create): Re-add the copy-mode property, default to
18492         TRUE to avoid deadlocks if an element holds on to our buffers.
18493
18494 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18495
18496         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18497         (gst_sinesrc_init), (gst_sinesrc_create),
18498         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
18499         (gst_sinesrc_start):
18500         * gst/sine/gstsinesrc.h:
18501           removing num-buffers property before moving it
18502
18503 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
18504
18505         * configure.ac:
18506           use overridable ERROR_CFLAGS
18507         * docs/libs/gst-plugins-base-libs.types:
18508         * docs/libs/tmpl/gstringbuffer.sgml:
18509         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18510         (gst_alsasink_class_init):
18511         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
18512         (gst_alsasrc_class_init):
18513         * gst-libs/gst/audio/audio.h:
18514         * gst-libs/gst/audio/gstaudioclock.h:
18515         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
18516         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
18517         (gst_audio_filter_link), (gst_audio_filter_init),
18518         (gst_audio_filter_chain), (gst_audio_filter_set_property),
18519         (gst_audio_filter_get_property),
18520         (gst_audio_filter_class_add_pad_templates):
18521         * gst-libs/gst/audio/gstaudiofilter.h:
18522         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
18523         (gst_audio_filter_template_get_type),
18524         (gst_audio_filter_template_base_init),
18525         (gst_audio_filter_template_class_init),
18526         (gst_audio_filter_template_init),
18527         (gst_audio_filter_template_set_property),
18528         (gst_audio_filter_template_get_property), (plugin_init),
18529         (gst_audio_filter_template_setup),
18530         (gst_audio_filter_template_filter),
18531         (gst_audio_filter_template_filter_inplace):
18532         * gst-libs/gst/audio/gstaudiosink.c:
18533         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18534         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
18535         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
18536         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
18537         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
18538         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
18539         * gst-libs/gst/audio/gstaudiosink.h:
18540         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
18541         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
18542         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18543         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
18544         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
18545         (gst_audio_src_class_init), (gst_audio_src_init),
18546         (gst_audio_src_create_ringbuffer):
18547         * gst-libs/gst/audio/gstaudiosrc.h:
18548         * gst-libs/gst/audio/gstbaseaudiosink.c:
18549         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
18550         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
18551         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
18552         (gst_base_audio_sink_set_property),
18553         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
18554         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
18555         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
18556         (gst_base_audio_sink_create_ringbuffer),
18557         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
18558         * gst-libs/gst/audio/gstbaseaudiosink.h:
18559         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18560         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
18561         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
18562         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
18563         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
18564         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
18565         (gst_base_audio_src_event), (gst_base_audio_src_create),
18566         (gst_base_audio_src_create_ringbuffer),
18567         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
18568         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18569         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
18570         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
18571         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
18572         (gst_ring_buffer_debug_spec_caps),
18573         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
18574         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
18575         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
18576         (gst_ring_buffer_start), (gst_ring_buffer_pause),
18577         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
18578         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
18579         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
18580         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
18581         (gst_ring_buffer_clear):
18582         * gst-libs/gst/audio/gstringbuffer.h:
18583         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
18584         (gst_video_sink_class_init), (gst_video_sink_get_type):
18585         * gst-libs/gst/video/videosink.h:
18586         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
18587         (gst_multifdsink_class_init),
18588         (gst_multifdsink_handle_client_write),
18589         (gst_multifdsink_change_state):
18590         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18591         (gst_tcpclientsink_setcaps):
18592         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18593         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
18594         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
18595         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
18596         (gst_ximagesink_send_pending_navigation),
18597         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
18598         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
18599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18600         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
18601         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
18602         (gst_xvimagesink_send_pending_navigation),
18603         (gst_xvimagesink_navigation_send_event),
18604         (gst_xvimagesink_set_xwindow_id),
18605         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
18606         (gst_xvimagesink_get_type):
18607         more macro splitting
18608
18609 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18610
18611         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
18612           plug a memleak, allows me to import 1479 albums in one go
18613           in jamboree
18614         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
18615         (vorbis_handle_type_packet), (vorbis_dec_chain),
18616         (vorbis_dec_change_state):
18617           fix some format strings
18618
18619 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18620
18621         * docs/libs/tmpl/gstcolorbalance.sgml:
18622         * docs/libs/tmpl/gstmixer.sgml:
18623         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18624         (gst_alsasink_set_property), (gst_alsasink_get_property):
18625         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
18626         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
18627           add device property
18628
18629 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18630
18631         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18632         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18633         (audiocast_register_listener), (audiocast_thread_run),
18634         (gst_gnomevfssrc_send_additional_headers_callback),
18635         (gst_gnomevfssrc_received_headers_callback),
18636         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
18637         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
18638         (gst_gnomevfssrc_get_size):
18639           add/clean up debugging
18640         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
18641           cleanups
18642
18643 2005-07-07  Andy Wingo  <wingo@pobox.com>
18644
18645         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
18646         framerate. Need to get a handle on when exactly this function is
18647         called, tho.
18648
18649         * sys/v4l/v4lsrc_calls.h:
18650         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
18651         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
18652         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
18653
18654         * sys/v4l/v4l_calls.h: Cast to V4lElement.
18655         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
18656         v4lelements are sources.
18657
18658         * sys/v4l/gstv4lxoverlay.h:
18659         * sys/v4l/gstv4lxoverlay.c:
18660         * sys/v4l/gstv4ltuner.h:
18661         * sys/v4l/gstv4ltuner.c: Header loc fixen.
18662         
18663         * sys/v4l/gstv4lsrc.h:
18664         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
18665         PushSrc/BaseSrc. Removed most sync-related properties, videorate
18666         or something should handle that. Made a live source.
18667
18668         * sys/v4l/gstv4lelement.h:
18669         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
18670         signals. Some cleanups.
18671
18672         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
18673
18674         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
18675         stuff.
18676
18677         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
18678         stuff.
18679
18680         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
18681
18682 2005-07-07  Wim Taymans  <wim@fluendo.com>
18683
18684         * ext/theora/theoradec.c: (theora_get_query_types),
18685         (theora_dec_src_getcaps), (theora_dec_push):
18686         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
18687         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
18688         Remove deprecated/unused query types.
18689
18690 2005-07-06  Wim Taymans  <wim@fluendo.com>
18691
18692         * ext/alsa/Makefile.am:
18693         * ext/alsa/gstalsaplugin.c: (plugin_init):
18694         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
18695         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
18696         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
18697         (gst_alsasrc_class_init), (gst_alsasrc_init),
18698         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
18699         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
18700         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
18701         (gst_alsasrc_reset):
18702         * ext/alsa/gstalsasrc.h:
18703         * gst-libs/gst/audio/Makefile.am:
18704         * gst-libs/gst/audio/gstaudiosink.c:
18705         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18706         (gst_audioringbuffer_start):
18707         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
18708         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
18709         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
18710         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
18711         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
18712         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
18713         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
18714         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
18715         * gst-libs/gst/audio/gstaudiosrc.h:
18716         * gst-libs/gst/audio/gstbaseaudiosink.c:
18717         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
18718         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
18719         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
18720         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18721         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
18722         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
18723         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
18724         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
18725         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
18726         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
18727         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
18728         (gst_baseaudiosrc_change_state):
18729         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18730         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
18731         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
18732         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
18733         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18734         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
18735         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
18736         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
18737         * gst-libs/gst/audio/gstringbuffer.h:
18738         Added audiosource base classes.
18739         Ported alsasrc, still very basic.
18740
18741 2005-07-06  Wim Taymans  <wim@fluendo.com>
18742
18743         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
18744         (theora_dec_push), (theora_handle_data_packet):
18745         Prepare for better timestamp fix later.
18746
18747         * gst/audioconvert/gstaudioconvert.c:
18748         List most accurate caps first
18749
18750         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
18751         Use proper pad task function.
18752
18753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18754         (gst_xvimagesink_show_frame):
18755         Fix deadlock when alloc failed.
18756
18757 2005-07-05  Andy Wingo  <wingo@pobox.com>
18758
18759         * ext/gnomevfs/gstgnomevfssrc.c:
18760         * gst/sine/gstsinesrc.c:
18761         * gst/tcp/gsttcpserversrc.c:
18762         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
18763
18764         * sys/v4l/: Port from 0.8.
18765
18766         * Many files: Null if we got it....
18767
18768 2005-07-05  Andy Wingo  <wingo@pobox.com>
18769
18770         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
18771         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
18772         Signedness fixes.
18773
18774 2005-07-05  Wim Taymans  <wim@fluendo.com>
18775
18776         * configure.ac:
18777         * gst/tcp/Makefile.am:
18778         * gst/tcp/README:
18779         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
18780         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
18781         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
18782         (is_sync_frame), (gst_multifdsink_handle_client_write),
18783         (gst_multifdsink_render), (gst_multifdsink_start),
18784         (gst_multifdsink_stop), (gst_multifdsink_change_state):
18785         * gst/tcp/gstmultifdsink.h:
18786         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
18787         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
18788         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
18789         * gst/tcp/gsttcp.h:
18790         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18791         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
18792         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
18793         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
18794         * gst/tcp/gsttcpclientsink.h:
18795         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
18796         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
18797         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
18798         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
18799         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
18800         * gst/tcp/gsttcpclientsrc.h:
18801         * gst/tcp/gsttcpplugin.c: (plugin_init):
18802         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
18803         * gst/tcp/gsttcpserversink.h:
18804         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
18805         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
18806         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
18807         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
18808         (gst_tcpserversrc_stop):
18809         * gst/tcp/gsttcpserversrc.h:
18810         * gst/tcp/gsttcpsink.c:
18811         * gst/tcp/gsttcpsink.h:
18812         * gst/tcp/gsttcpsrc.c:
18813         * gst/tcp/gsttcpsrc.h:
18814         Ported tcp plugins to 0.9. 
18815         
18816
18817 2005-07-05  Andy Wingo  <wingo@pobox.com>
18818
18819         * gst/playback/gstplaybasebin.c (fill_buffer):
18820         message_new_application fixen.
18821
18822         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
18823         Style fix.
18824
18825 2005-07-04  Wim Taymans  <wim@fluendo.com>
18826
18827         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18828         Set caps on output buffer.
18829
18830 2005-07-04  Andy Wingo  <wingo@pobox.com>
18831
18832         * ext/gnomevfs/gstgnomevfssrc.c
18833         (gst_gnomevfssrc_received_headers_callback) 
18834         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
18835         hopefully.
18836
18837         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
18838         No refcount leakage.
18839
18840         * configure.ac: Enable -Werror.
18841         
18842         * ext/theora/theoradec.c (theora_dec_src_getcaps):
18843         * gst/audioconvert/bufferframesconvert.c
18844         (buffer_frames_convert_fixate):
18845         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
18846         (gst_audio_convert_fixate):
18847         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
18848         (gst_sinesrc_create): Fixate func changes.
18849         
18850         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18851         (gst_ximagesink_buffer_alloc): Unused var.
18852
18853 2005-07-01  Andy Wingo  <wingo@pobox.com>
18854
18855         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
18856         getcaps to do explicit caps. Needs to be done in all decoders,
18857         possibly via a base class.
18858
18859         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
18860
18861         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
18862         caps on the sink pad, just rely on the pad template. Also, setting
18863         ANY caps on a pad is not valid because the caps are not fixed.
18864
18865         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
18866         caps on the buffer, and get the width from the desired_caps if
18867         they're set.
18868         (gst_ximagesink_renegotiate_size): Implement via setting the
18869         desired_caps on the ximagesink.
18870         (gst_ximagesink_setcaps): Only reset the width of the player if it
18871         wasn't already set. Not sure if this is right.
18872         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
18873
18874         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
18875         that the user wants. NULL unless the window has been resized.
18876
18877         * gst/volume/gstvolume.c (volume_transform): Adapt to
18878         basetransform refcount changes.
18879         
18880 2005-07-01  Andy Wingo  <wingo@pobox.com>
18881
18882         * gst/videoscale/gstvideoscale.c:
18883         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
18884         from BaseTransform, implements a transform_caps. Removed dead code
18885         including some PAR stuff that was never reached -- should probably
18886         be added back somehow.
18887
18888 2005-07-01  Andy Wingo  <wingo@pobox.com>
18889
18890         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
18891         come later.
18892
18893 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18894
18895         * configure.ac:
18896         * docs/libs/Makefile.am:
18897         * docs/libs/gst-plugins-libs.types:
18898         * ext/alsa/Makefile.am:
18899         * ext/alsa/gstalsamixer.h:
18900         * ext/alsa/gstalsamixeroptions.h:
18901         * ext/alsa/gstalsamixertrack.h:
18902         * gst-libs/gst/Makefile.am:
18903         * gst-libs/gst/colorbalance/.cvsignore:
18904         * gst-libs/gst/colorbalance/Makefile.am:
18905         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18906         * gst-libs/gst/colorbalance/colorbalance.c:
18907         * gst-libs/gst/colorbalance/colorbalance.h:
18908         * gst-libs/gst/colorbalance/colorbalance.vcproj:
18909         * gst-libs/gst/colorbalance/colorbalancechannel.c:
18910         * gst-libs/gst/colorbalance/colorbalancechannel.h:
18911         * gst-libs/gst/interfaces/Makefile.am:
18912         * gst-libs/gst/interfaces/colorbalance.c:
18913         (gst_color_balance_class_init):
18914         * gst-libs/gst/interfaces/colorbalance.h:
18915         * gst-libs/gst/interfaces/interfaces-marshal.list:
18916         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
18917         * gst-libs/gst/interfaces/mixer.h:
18918         * gst-libs/gst/interfaces/mixeroptions.h:
18919         * gst-libs/gst/interfaces/navigation.c:
18920         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
18921         * gst-libs/gst/interfaces/tuner.h:
18922         * gst/volume/Makefile.am:
18923         * gst/volume/gstvolume.c:
18924         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18925         * sys/ximage/Makefile.am:
18926         * sys/ximage/ximagesink.c:
18927         * sys/xvimage/Makefile.am:
18928         * sys/xvimage/xvimagesink.c:
18929           fold in all interfaces into an interfaces dir, preserving CVS
18930           history
18931
18932 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18933
18934         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18935           Fix build after riff changes.
18936
18937 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18938
18939         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18940         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18941         (gst_riff_create_video_template_caps),
18942         (gst_riff_create_audio_template_caps),
18943         (gst_riff_create_iavs_template_caps):
18944         * gst-libs/gst/riff/riff-media.h:
18945         * gst-libs/gst/riff/riff-read.h:
18946         * gst-libs/gst/riff/riff.c: (gst_riff_init):
18947           Add gst_riff_init() to initialize the debug category, instead
18948           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
18949
18950 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18951
18952         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
18953           Oops, I shouldn't apply hacks.
18954
18955 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18956
18957         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
18958           Remove pad_loop function which doesn't work.
18959
18960 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18961
18962         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
18963           Send EOS when deactivating.
18964         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18965         (check_queue), (queue_threshold_reached), (queue_out_of_data),
18966         (gen_preroll_element), (probe_triggered), (mute_stream),
18967         (silence_stream), (new_decoded_pad), (setup_substreams),
18968         (set_active_source):
18969         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
18970         (remove_sinks), (add_sink):
18971         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
18972           Change for new probe API.
18973
18974 2005-06-29  Wim Taymans  <wim@fluendo.com>
18975
18976         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
18977         * gst-libs/gst/audio/gstbaseaudiosink.c:
18978         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
18979         (gst_baseaudiosink_change_state):
18980         * gst-libs/gst/audio/gstbaseaudiosink.h:
18981         * gst-libs/gst/audio/gstringbuffer.c:
18982         (gst_ringbuffer_set_callback):
18983         Fix compilation error.
18984         Ringbuffer starts out as not running.
18985         Free our clock in dispose.
18986         When releasing the ringbuffer we need to renegotiate so
18987         clear the pad caps.
18988
18989 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18990
18991         * autogen.sh:
18992         * configure.ac:
18993         * docs/Makefile.am:
18994         * docs/libs/Makefile.am:
18995         * docs/libs/gst-plugins-libs-docs.sgml:
18996         * docs/libs/gst-plugins-libs-sections.txt:
18997         * docs/libs/gst-plugins-libs.types:
18998         * docs/libs/tmpl/gstaudio.sgml:
18999         * docs/libs/tmpl/gstcolorbalance.sgml:
19000         * docs/libs/tmpl/gstringbuffer.sgml:
19001         * gst-libs/gst/audio/gstringbuffer.c:
19002         (gst_ringbuffer_set_callback):
19003           reinstate gtk-doc docs for plugin libs
19004
19005 2005-06-28  Wim Taymans  <wim@fluendo.com>
19006
19007         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19008         (gst_ogg_demux_init):
19009         Removed pad loop function.
19010
19011 2005-06-28  Wim Taymans  <wim@fluendo.com>
19012
19013         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
19014         If we're building a chain we are not in an error case
19015         when we queue a buffer.
19016
19017 2005-06-28  Andy Wingo  <wingo@pobox.com>
19018
19019         * *.c: Don't cast to GstObject before reffing/unreffing.
19020
19021 2005-06-27  Andy Wingo  <wingo@pobox.com>
19022
19023         * gst/videotestsrc/gstvideotestsrc.c
19024         (gst_videotestsrc_activate_push): Activation API changes.
19025
19026         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
19027         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
19028         they have refs on the decodebin.
19029
19030         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
19031         parent class.
19032         (gst_ogg_pad_typefind): Don't leak a pad ref.
19033         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
19034         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
19035         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
19036
19037 2005-06-27  Edward Hervey  <edward@fluendo.com>
19038
19039         * ext/theora/theoradec.c: (theora_dec_change_state): 
19040         re-arranged call to parent's state change in order to avoid locks (or
19041         worse).
19042
19043 2005-06-26  Edward Hervey  <edward@fluendo.com>
19044
19045         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19046         2nd argument of 'unknow-type' signal is a GstCaps and not a
19047         GstMiniObject
19048
19049 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
19050         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
19051           Set the worker thread's running flag to TRUE before starting the
19052           thread.
19053         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
19054           Catch a failure to add typefind to the bin.
19055
19056 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19057
19058         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19059         (gst_sinesrc_init), (gst_sinesrc_create),
19060         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
19061         (gst_sinesrc_start):
19062         * gst/sine/gstsinesrc.h:
19063           add num-buffers and timestamp-offset properties
19064         * gst/videotestsrc/gstvideotestsrc.c:
19065         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
19066         (gst_videotestsrc_get_property):
19067           add timestamp-offset property
19068
19069 2005-06-23  Christian Schaller  <uraeus@gnome.org>
19070
19071         * configure.ac: add videorate
19072         * gst-plugins-base.spec.in: add videorate
19073
19074 2005-06-23  Wim Taymans  <wim@fluendo.com>
19075
19076         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19077         (gst_videorate_getcaps), (gst_videorate_setcaps),
19078         (gst_videorate_event), (gst_videorate_chain):
19079         Fixed videorate, fixating an already fixated caps is not
19080         an error.
19081
19082 2005-06-23  Wim Taymans  <wim@fluendo.com>
19083
19084         * ext/ogg/README:
19085         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
19086         Buffer on caps is not boxed anymore.
19087
19088 2005-06-22  Wim Taymans  <wim@fluendo.com>
19089
19090         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
19091         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
19092         Set buffers on caps as miniobjects and not as boxed.
19093
19094 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19095
19096         * configure.ac:
19097           back to HEAD
19098
19099 === release 0.9.1 ===
19100
19101 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19102
19103         * .cvsignore:
19104         * NEWS:
19105         * README:
19106         * RELEASE:
19107         * configure.ac:
19108         * po/af.po:
19109         * po/az.po:
19110         * po/cs.po:
19111         * po/en_GB.po:
19112         * po/hu.po:
19113         * po/it.po:
19114         * po/nb.po:
19115         * po/nl.po:
19116         * po/or.po:
19117         * po/sq.po:
19118         * po/sr.po:
19119         * po/sv.po:
19120         * po/uk.po:
19121         * po/vi.po:
19122           updates for release
19123
19124 2005-06-09  Andy Wingo  <wingo@pobox.com>
19125
19126         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
19127         
19128 2005-06-09  Andy Wingo  <wingo@pobox.com>
19129
19130         * configure.ac:
19131         * gst-libs/gst/Makefile.am:
19132         * gst-libs/gst/net/Makefile.am:
19133         Add gstnet to build.
19134
19135 2005-06-09  Andy Wingo  <wingo@pobox.com>
19136
19137         * gst-libs/gst/gconf/gconf.c:
19138         * gst/playback/test.c:
19139         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
19140         fixes.
19141
19142         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
19143
19144         * ext/theora/theoraenc.c (theora_enc_chain): 
19145         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
19146
19147         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
19148         RealPad.
19149
19150 2005-06-02  Wim Taymans  <wim@fluendo.com>
19151
19152         * gst-libs/gst/net/Makefile.am:
19153         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19154         * pkgconfig/gstreamer-libs.pc.in:
19155         Added net stuff, version net lib.
19156
19157 2005-06-02  Wim Taymans  <wim@fluendo.com>
19158
19159         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
19160         (query_rates), (query_positions_elems), (query_positions_pads),
19161         (do_seek):
19162         Updated seek example.
19163
19164 2005-06-02  Andy Wingo  <wingo@pobox.com>
19165
19166         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
19167         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
19168         list.
19169
19170         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
19171         remove the typefind, the bin dispose will do it for us. When it's
19172         removed and unreffed, the signal handler will be disconnected,
19173         too.
19174         (unlinked): It's too difficult to disconnect from unlinked
19175         handlers, as they are on pads not elements. Just punt if the pads
19176         aren't grandkids of the bin.
19177
19178 2005-06-02  Wim Taymans  <wim@fluendo.com>
19179
19180         * ext/ogg/README:
19181         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19182         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
19183         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
19184         * ext/theora/theoradec.c: (theora_dec_src_query),
19185         (theora_handle_data_packet):
19186         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19187         (theora_enc_chain):
19188         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19189         (vorbis_handle_data_packet):
19190         * gst/audioconvert/bufferframesconvert.c:
19191         (buffer_frames_convert_chain):
19192         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19193         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19194         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19195         (gst_ffmpegcsp_chain):
19196         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19197         (gst_videorate_getcaps), (gst_videorate_setcaps),
19198         (gst_videorate_event), (gst_videorate_chain):
19199         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
19200         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
19201         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19202         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
19203         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
19204         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
19205         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
19206         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
19207         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
19208         Cleanups and buffer alloc.
19209
19210 2005-05-31  Wim Taymans  <wim@fluendo.com>
19211
19212         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
19213         Don't try to call the delay method when the device is not
19214         opened.
19215
19216 2005-05-31  Wim Taymans  <wim@fluendo.com>
19217
19218         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
19219         Get actual segment size and buffer size after opening
19220         the device.
19221
19222 2005-05-30  Wim Taymans  <wim@fluendo.com>
19223
19224         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
19225         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
19226         Also FLUSH upstream, makes the loop function exit faster.
19227         
19228         * ext/theora/theoradec.c: (theora_dec_src_query):
19229         Some more debug info in the query.
19230         
19231         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19232         (gst_ximagesink_setcaps):
19233         Release lock on par error, better error reporting.
19234
19235 2005-05-26  Wim Taymans  <wim@fluendo.com>
19236
19237         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19238         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
19239         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
19240         Clear chains in READY
19241         Queue packets until the chain is activated.
19242
19243 2005-05-25  Wim Taymans  <wim@fluendo.com>
19244
19245         * gst-libs/gst/audio/gstaudiosink.c:
19246         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19247         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19248         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19249         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19250         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19251         (gst_audiosink_create_ringbuffer):
19252         * gst-libs/gst/audio/gstbaseaudiosink.c:
19253         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19254         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19255         (gst_baseaudiosink_set_property), (build_linear_format),
19256         (debug_spec_caps), (debug_spec_buffer),
19257         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19258         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19259         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19260         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19261         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19262         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19263         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
19264         (gst_ringbuffer_play), (gst_ringbuffer_pause),
19265         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
19266         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
19267         (wait_segment), (gst_ringbuffer_commit),
19268         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
19269         (gst_ringbuffer_clear):
19270         Various small cleanups.
19271
19272         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19273         (gst_audio_convert_change_state):
19274         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
19275         No need to take the locks anymore.
19276
19277 2005-05-25  Wim Taymans  <wim@fluendo.com>
19278
19279         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19280         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
19281         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
19282         (type_found):
19283         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
19284         (group_destroy), (group_commit), (queue_overrun),
19285         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
19286         (mute_stream), (new_decoded_pad), (setup_substreams),
19287         (setup_source), (mute_group_type), (set_active_source),
19288         (gst_play_base_bin_change_state):
19289         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
19290         (gen_video_element), (gen_text_element), (gen_audio_element),
19291         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
19292         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
19293         (gst_stream_info_dispose), (gst_stream_info_set_mute):
19294         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19295         Some playbin cleanups mostly refcounting sloppyness.
19296
19297 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19298
19299         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
19300           Work with streaming input.
19301
19302 2005-05-25  Wim Taymans  <wim@fluendo.com>
19303
19304         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19305         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19306         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19307         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
19308         No need to take the STREAM lock anymore.
19309
19310 2005-05-25  Wim Taymans  <wim@fluendo.com>
19311
19312         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
19313         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
19314         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
19315         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
19316         (gst_ogg_demux_sink_activate):
19317         * ext/theora/theoradec.c: (theora_dec_src_event),
19318         (theora_handle_comment_packet), (theora_dec_chain),
19319         (theora_dec_change_state):
19320         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19321         (vorbis_handle_data_packet), (vorbis_dec_chain),
19322         (vorbis_dec_change_state):
19323         Remove STREAM locks as they are taken in core now.
19324         Never set bogus granulepos on vorbis/theora.
19325         Fix leaks in theoradec tag parsing.
19326
19327 2005-05-25  Wim Taymans  <wim@fluendo.com>
19328
19329         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
19330         Fix memleaks, GST_BUFFER_DATA() is not freed.
19331
19332 2005-05-25  Wim Taymans  <wim@fluendo.com>
19333
19334         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
19335         Open non-blocking, set to blocking mode afterwards to avoid
19336         lockups when audio device is busy.
19337
19338 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19339
19340         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
19341           This can't be good.
19342
19343 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19344
19345         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19346         (gst_audio_convert_chain), (gst_audio_convert_link_src),
19347         (gst_audio_convert_setcaps):
19348           Implement instant setup switching.
19349
19350 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19351
19352         * gst/playback/gstplaybasebin.c: (probe_triggered):
19353           Fix missing unlock.
19354         * gst/playback/gstplaybin.c: (add_sink):
19355           First add, then link (otherwise pad link fails).
19356
19357 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19358
19359         * examples/Makefile.am:
19360         fix buildbot (make distcheck)
19361
19362 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19363
19364         * gst/playback/gstplaybin.c: (gen_vis_element):
19365           Remove some wrong code. Doesn't work yet.
19366
19367 2005-05-19  Wim Taymans  <wim@fluendo.com>
19368
19369         * gst-libs/gst/net/Makefile.am:
19370         * gst-libs/gst/net/README:
19371         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
19372         (gst_netbuffer_class_init), (gst_netbuffer_init),
19373         (gst_netbuffer_finalize), (gst_netbuffer_copy),
19374         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
19375         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
19376         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
19377         * gst-libs/gst/net/gstnetbuffer.h:
19378         Added buffer subclass to store extra to/from addresses for
19379         network sources/sinks.
19380
19381 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19382
19383         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
19384           Don't lock an unassigned variable.
19385
19386 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19387
19388         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
19389           Increase buffer for video, decrease buffer for other media types.
19390         * gst/playback/gstplaybin.c: (gen_video_element),
19391         (gen_audio_element):
19392           Change names for debugging purposes.
19393
19394 2005-05-18  Wim Taymans  <wim@fluendo.com>
19395
19396         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19397         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19398         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19399         (gst_ffmpegcsp_chain):
19400         Enable buffer alloc passthrough if the source and dest
19401         formats are the same.
19402
19403 2005-05-17  Wim Taymans  <wim@fluendo.com>
19404
19405         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
19406         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
19407         (gst_ogg_demux_chain_unlocked):
19408         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19409         (gst_audio_convert_caps_remove_format_info),
19410         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19411         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
19412         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19413         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19414         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
19415         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
19416         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19417         (gst_ffmpegcsp_get_property):
19418         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
19419         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
19420         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
19421         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
19422         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
19423         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19424         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
19425         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
19426         Leak fixes in oggdemux.
19427         Some cleanups in audioconvert.
19428         Make passthrough work along with buffer_alloc etc.
19429         Make buffer_alloc and buffer recycling actually work in
19430         xvimagesink.
19431
19432 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19433
19434         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
19435           make the compiler happy
19436
19437 2005-05-17  Wim Taymans  <wim@fluendo.com>
19438
19439         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
19440         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
19441         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
19442         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
19443         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
19444         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
19445         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19446         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
19447         (gst_xvimagesink_set_xwindow_id):
19448         * sys/xvimage/xvimagesink.h:
19449         Port xvimagesink to new MiniObject.
19450
19451 2005-05-17  Wim Taymans  <wim@fluendo.com>
19452
19453         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
19454         (gst_audiofilter_chain):
19455         * gst-libs/gst/audio/gstaudiosink.c:
19456         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19457         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19458         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19459         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19460         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19461         (gst_audiosink_create_ringbuffer):
19462         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19463         (gst_audio_convert_caps_remove_format_info),
19464         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19465         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19466         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19467         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19468         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19469         Fix passthrough in ffmpegcolorspace.
19470         Fix memset in audiosink on wrong memory.
19471
19472 2005-05-16  David Schleef  <ds@schleef.org>
19473
19474         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
19475         to GstMiniObject.
19476
19477 2005-05-16  David Schleef  <ds@schleef.org>
19478
19479         Port from GstData to GstMiniObject.
19480         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
19481         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
19482         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
19483         (gst_ogg_mux_collected):
19484         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19485         * ext/theora/theoradec.c: (theora_handle_comment_packet),
19486         (theora_handle_data_packet):
19487         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19488         (theora_set_header_on_caps), (theora_enc_chain):
19489         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19490         (vorbis_handle_comment_packet):
19491         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
19492         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
19493         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
19494         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
19495         * gst/audioconvert/gstaudioconvert.c:
19496         (gst_audio_convert_get_buffer):
19497         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19498         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
19499         (mute_stream), (silence_stream):
19500         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
19501         * gst/volume/gstvolume.c: (volume_transform):
19502         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19503         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
19504         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
19505         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19506         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
19507         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
19508         (gst_ximagesink_buffer_alloc):
19509         * sys/ximage/ximagesink.h:
19510
19511 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19512
19513         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19514         (fill_buffer), (check_queue), (queue_threshold_reached),
19515         (queue_out_of_data):
19516         * gst/playback/gstplaybasebin.h:
19517           Post buffer-fullness on the bus.
19518
19519 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19520
19521         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19522         (try_to_link_1):
19523         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19524         (group_commit), (probe_triggered), (setup_source),
19525         (gst_play_base_bin_change_state):
19526         * gst/playback/gstplaybasebin.h:
19527         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19528         (gst_play_bin_init), (remove_sinks), (setup_sinks),
19529         (gst_play_bin_change_state):
19530           Move setup_output_pads into a virtual function, remove
19531           group-switch (no longer needed) and redirect (handled by bus
19532           now) signals.
19533
19534 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19535
19536         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
19537         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
19538         (get_active_group), (get_building_group), (group_destroy),
19539         (group_commit), (check_queue), (queue_overrun),
19540         (queue_threshold_reached), (queue_out_of_data),
19541         (gen_preroll_element), (remove_groups), (unknown_type),
19542         (add_element_stream), (no_more_pads), (probe_triggered),
19543         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
19544         (setup_substreams), (setup_source), (finish_source),
19545         (prepare_output), (muted_group_change_state),
19546         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
19547         (gst_play_base_bin_change_state):
19548         * gst/playback/gstplaybasebin.h:
19549         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19550         (gst_play_bin_init), (gst_play_bin_set_property),
19551         (gen_video_element), (gen_text_element), (gen_audio_element),
19552         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
19553         (gst_play_bin_change_state):
19554         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19555         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
19556         (stream_info_change_state), (gst_stream_info_set_mute),
19557         (gst_stream_info_get_property):
19558         * gst/playback/gststreaminfo.h:
19559         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19560         (gst_stream_selector_get_linked_pad),
19561         (gst_stream_selector_getcaps),
19562         (gst_stream_selector_get_linked_pads),
19563         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19564         * gst/playback/gststreamselector.h:
19565           Rough port of playbin. Needs some more work, but is mostly done,
19566           and uses a few locks in important places, which should make stuff
19567           like chain-switches clean. Still uses GST_STATE() in a few places,
19568           which isn't all that good an idea, subtitles/elements disabled
19569           because no elements to test with and thus probably broken, query
19570           and event handling moved to GstBin, internal thread removed
19571           alltogether because the pipeline does that for us now. Can play
19572           Ogg/Vorbis files. Haven't tested anything else yet.
19573
19574 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19575
19576         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
19577           Do no-more-pads (needed for autoplugging).
19578
19579 2005-05-10  Andy Wingo  <wingo@pobox.com>
19580
19581         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
19582         message to the bus with the tags. Still not sent downstream tho.
19583
19584         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
19585         get_parent.
19586         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
19587         avoid refcounting hassles.
19588
19589 2005-05-09  Andy Wingo  <wingo@pobox.com>
19590
19591         * gst/volume/Makefile.am:
19592         * gst/volume/demo.c
19593         * gst/volume/gstvolume.h
19594         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
19595         basetransform. Probably need an audio filter base class.
19596
19597 2005-05-09  Wim Taymans  <wim@fluendo.com>
19598
19599         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
19600         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
19601         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
19602         (gst_vorbisenc_chain):
19603         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19604         (gst_audio_convert_caps_remove_format_info),
19605         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19606         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19607         Make caps writable before writing to it.
19608         Fix negotiation in audioconvert some more.
19609
19610 2005-05-09  Wim Taymans  <wim@fluendo.com>
19611
19612         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19613         (gst_videorate_getcaps), (gst_videorate_setcaps),
19614         (gst_videorate_event), (gst_videorate_chain):
19615         Better negotiation.
19616
19617 2005-05-09  Wim Taymans  <wim@fluendo.com>
19618
19619         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19620         (gst_videorate_getcaps), (gst_videorate_setcaps),
19621         (gst_videorate_blank_data), (gst_videorate_init),
19622         (gst_videorate_event), (gst_videorate_chain),
19623         (gst_videorate_change_state):
19624         Port videorate, do a better job at negotiation while we're at
19625         it.
19626
19627 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
19628
19629         * configure.ac:
19630           Disable libvisual
19631
19632         * examples/Makefile.am:
19633         * gst-libs/gst/audio/Makefile.am:
19634         * gst-libs/gst/riff/Makefile.am:
19635         * gst-libs/gst/tag/Makefile.am:
19636         * gst-libs/gst/video/Makefile.am:
19637           Fixups for missing variables.
19638
19639 2005-05-09  Wim Taymans  <wim@fluendo.com>
19640
19641         * examples/seeking/seek.c: (make_theora_pipeline),
19642         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
19643         (query_rates), (query_positions_elems), (query_positions_pads),
19644         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
19645         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
19646         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
19647         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
19648         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
19649         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
19650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19651         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
19652         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
19653         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
19654         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
19655         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
19656         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19657         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
19658         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
19659         (theora_dec_src_convert), (theora_dec_sink_convert),
19660         (theora_dec_src_query), (theora_dec_sink_query),
19661         (theora_dec_src_event), (theora_dec_sink_event),
19662         (theora_handle_comment_packet), (theora_handle_type_packet),
19663         (theora_handle_header_packet), (theora_handle_data_packet),
19664         (theora_dec_chain):
19665         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19666         (vorbis_dec_convert), (vorbis_dec_src_query),
19667         (vorbis_dec_sink_query), (vorbis_dec_src_event),
19668         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
19669         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
19670         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
19671         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
19672         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
19673         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
19674         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19675         (gst_play_bin_query):
19676         * gst/playback/test3.c: (update_scale):
19677         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
19678         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
19679         * gst/subparse/gstsubparse.c: (gst_subparse_init):
19680         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
19681         (gst_videotestsrc_src_query):
19682         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
19683         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
19684         (paint_hline_YUV9):
19685         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
19686         Port to new query API.
19687         Updated seek.
19688         Cleanups in x[v]imagesink
19689
19690 2005-05-09  Andy Wingo  <wingo@pobox.com>
19691
19692         * ext/alsa/gstalsasink.h:
19693         * ext/gnomevfs/gstgnomevfssrc.c:
19694         (gst_gnomevfssrc_get_icy_metadata):
19695         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
19696         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
19697         * ext/theora/theoradec.c (theora_dec_src_query)
19698         (theora_dec_src_event, theora_dec_sink_event)
19699         (theora_handle_comment_packet, theora_handle_data_packet):
19700         * ext/theora/theoraenc.c (theora_enc_chain):
19701         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
19702         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
19703         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
19704         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
19705         (qt_type_find):
19706         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
19707         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
19708         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
19709         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
19710         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
19711         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
19712         (paint_setup_xBGR8888, paint_setup_RGBx8888)
19713         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
19714         (paint_setup_RGB565, paint_setup_xRGB1555):
19715         * gst/videotestsrc/videotestsrc.h:
19716         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
19717         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
19718         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
19719         GCC4 fixes.
19720         
19721         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
19722         gst_pad_query_position. Fixes oggdemux.
19723
19724 2005-05-08  David Schleef  <ds@schleef.org>
19725
19726         * configure.ac: Require liboil.
19727         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
19728         a few more.
19729         * gst/videotestsrc/videotestsrc.c:
19730         * gst/videotestsrc/videotestsrc.h:
19731
19732 2005-05-06  Wim Taymans  <wim@fluendo.com>
19733
19734         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19735         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19736         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19737         Well, unreffing a buffer right before pushing it is asking
19738         for trouble..
19739
19740 2005-05-06  Christian Schaller  <uraeus@gnome.org>
19741
19742         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
19743
19744 2005-05-06  Wim Taymans  <wim@fluendo.com>
19745
19746         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19747         (gst_audio_convert_caps_remove_format_info),
19748         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19749         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19750         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19751         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19752         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19753         * gst/sine/Makefile.am:
19754         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
19755         (gst_sinesrc_class_init), (gst_sinesrc_init),
19756         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
19757         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
19758         (gst_sinesrc_update_freq):
19759         * gst/sine/gstsinesrc.h:
19760         * gst/tcp/gstmultifdsink.c:
19761         * sys/xvimage/xvimagesink.c:
19762         Fixed negotiation wrt _peer_get_caps()
19763         Some cleanups.
19764
19765
19766 2005-05-06  Wim Taymans  <wim@fluendo.com>
19767
19768         * gst-libs/gst/audio/gstaudiosink.c:
19769         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19770         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19771         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19772         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19773         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19774         (gst_audiosink_create_ringbuffer):
19775         * gst-libs/gst/audio/gstbaseaudiosink.c:
19776         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19777         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19778         (gst_baseaudiosink_set_property), (build_linear_format),
19779         (debug_spec_caps), (debug_spec_buffer),
19780         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19781         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19782         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19783         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19784         * gst-libs/gst/audio/gstbaseaudiosink.h:
19785         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19786         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19787         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
19788         (gst_ringbuffer_play), (gst_ringbuffer_pause),
19789         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
19790         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
19791         (wait_segment), (gst_ringbuffer_commit),
19792         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
19793         (gst_ringbuffer_clear):
19794         * gst-libs/gst/audio/gstringbuffer.h:
19795         Make the base audiosink return an error when there is no
19796         audiobuffer negotiated.
19797
19798 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19799
19800         * ext/Makefile.am:
19801         Disable cdparanoia until someone ports it!
19802
19803 2005-05-06  Wim Taymans  <wim@fluendo.com>
19804
19805         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19806         (gst_ogg_demux_sink_activate):
19807         And revert after wingo's revert.. sigh..
19808
19809 2005-05-05  Andy Wingo  <wingo@pobox.com>
19810
19811         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
19812         GObject.
19813         * configure.ac: Return audiorate and subparse from the ghetto.
19814         Re-enable -Wall -Werror.
19815         * gst/subparse/gstsubparse.c:
19816         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
19817         or chain-based. Cleaned up a bit. Not tested.
19818         
19819 2005-05-05  Christian Schaller <christian@fluendo.com> 
19820
19821         * Makefile.am: remove stuff that is not building
19822         * configure.ac: remove stuff that is not building
19823         * examples/Makefile.am: remove stuff that is not building
19824         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
19825         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
19826         * sys/Makefile.am: remove stuff that is not building
19827         * testsuite/Makefile.am: remove stuff that is not building
19828
19829 2005-05-05  Andy Wingo  <wingo@pobox.com>
19830
19831         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
19832         * gst-libs/gst/tag/gstvorbistag.c:
19833         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
19834         * gst/adder/gstadder.h:
19835         * gst/audioconvert/gstchannelmix.c:
19836         (gst_audio_convert_fill_one_other):
19837         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
19838         (gst_audiorate_init), (gst_audiorate_chain):
19839         * gst/playback/gstplaybasebin.c: (setup_source):
19840         * gst/playback/test3.c: (update_scale):
19841         Some GCC4 fixes
19842         
19843         * po/af.po:
19844         * po/az.po:
19845         * po/cs.po:
19846         * po/en_GB.po:
19847         * po/hu.po:
19848         * po/it.po:
19849         * po/nb.po:
19850         * po/nl.po:
19851         * po/or.po:
19852         * po/sq.po:
19853         * po/sr.po:
19854         * po/sv.po:
19855         * po/uk.po:
19856         * po/vi.po: Foo
19857
19858 2005-05-05  Wim Taymans  <wim@fluendo.com>
19859
19860         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19861         (gst_audio_convert_caps_remove_format_info),
19862         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
19863         (gst_audio_convert_change_state), (gst_audio_convert_channels):
19864         * gst/videotestsrc/gstvideotestsrc.c:
19865         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
19866         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
19867         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
19868         (gst_videotestsrc_init), (gst_videotestsrc_loop):
19869         Don't ignore _push() return values.
19870         Make sure no processing is done when shutting down.
19871         Videotestsrc pad activation fix.
19872
19873 2005-05-05  Wim Taymans  <wim@fluendo.com>
19874
19875         * gst/adder/Makefile.am:
19876         * gst/adder/gstadder.c: (gst_adder_setcaps),
19877         (gst_adder_class_init), (gst_adder_init),
19878         (gst_adder_request_new_pad), (gst_adder_collected),
19879         (gst_adder_change_state):
19880         * gst/adder/gstadder.h:
19881         Ported adder as an example of a mixer element using
19882         collect pads. Needs more negotiation work.
19883
19884 2005-05-05  Wim Taymans  <wim@fluendo.com>
19885
19886         * ext/theora/theoradec.c: (_inc_granulepos),
19887         (theora_dec_src_event), (theora_dec_sink_event),
19888         (theora_handle_comment_packet), (theora_handle_type_packet),
19889         (theora_handle_header_packet), (theora_handle_data_packet),
19890         (theora_dec_chain):
19891         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19892         (gst_theora_enc_init), (theora_enc_sink_setcaps),
19893         (theora_push_buffer), (theora_push_packet),
19894         (theora_enc_sink_event), (theora_enc_chain),
19895         (theora_enc_change_state), (theora_enc_set_property),
19896         (theora_enc_get_property):
19897         Added stream lock to decoder so that we can serialize
19898         the discont event.
19899         More theoraenc porting, recover from errors, do clean
19900         shutdown.
19901
19902 2005-05-05  Wim Taymans  <wim@fluendo.com>
19903
19904         * ext/ogg/Makefile.am:
19905         * ext/ogg/README:
19906         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19907         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
19908         (gst_ogg_print):
19909         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19910         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
19911         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
19912         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19913         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
19914         (gst_ogg_mux_change_state):
19915         Ported ogg muxer.
19916
19917 2005-05-05  Wim Taymans  <wim@fluendo.com>
19918
19919         * docs/design-audiosinks.txt:
19920         * gst-libs/gst/audio/TODO:
19921         * gst-libs/gst/audio/gstaudiosink.c:
19922         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19923         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19924         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19925         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19926         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19927         (gst_audiosink_create_ringbuffer):
19928         * gst-libs/gst/audio/gstbaseaudiosink.c:
19929         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19930         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19931         (gst_baseaudiosink_set_property), (build_linear_format),
19932         (debug_spec_caps), (debug_spec_buffer),
19933         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19934         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19935         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19936         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19937         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19938         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19939         (gst_ringbuffer_release), (gst_ringbuffer_play),
19940         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
19941         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
19942         (gst_ringbuffer_set_sample), (wait_segment),
19943         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
19944         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
19945         More work on the audiosink, mostly debugging and a race in
19946         shutdown.
19947
19948 2005-04-28  Wim Taymans  <wim@fluendo.com>
19949
19950         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19951         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
19952         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
19953         (vorbis_dec_src_query), (vorbis_dec_src_event),
19954         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
19955         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
19956         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
19957         Don't crap out when seeking back to position 0.
19958
19959 2005-04-28  Wim Taymans  <wim@fluendo.com>
19960
19961         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19962         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19963         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
19964         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
19965         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
19966         Make audio sink configurable, use alsasink as default.
19967
19968 2005-04-28  Wim Taymans  <wim@fluendo.com>
19969
19970         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19971         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
19972         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
19973         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
19974         (vorbis_dec_change_state):
19975         * ext/vorbis/vorbisdec.h:
19976         Refactor, use STREAM_LOCK.
19977
19978 2005-04-28  Wim Taymans  <wim@fluendo.com>
19979
19980         * ext/theora/theoradec.c: (_inc_granulepos),
19981         (theora_dec_sink_event), (theora_handle_comment_packet),
19982         (theora_handle_type_packet), (theora_handle_header_packet),
19983         (theora_handle_data_packet), (theora_dec_chain),
19984         (theora_dec_change_state):
19985         Refactor a bit, use STREAM_LOCK.
19986
19987 2005-04-28  Wim Taymans  <wim@fluendo.com>
19988
19989         * ext/alsa/Makefile.am:
19990         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
19991         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
19992         (gst_alsa_link), (gst_alsa_close_audio):
19993         * ext/alsa/gstalsaplugin.c: (plugin_init):
19994         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
19995         (gst_alsasink_dispose), (gst_alsasink_base_init),
19996         (gst_alsasink_class_init), (gst_alsasink_init),
19997         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
19998         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
19999         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
20000         (gst_alsasink_reset):
20001         * ext/alsa/gstalsasink.h:
20002         Implement alsasink with simple open/write/close API. 
20003         Make alsa dir build by disabling compilation of code.
20004
20005 2005-04-28  Wim Taymans  <wim@fluendo.com>
20006
20007         * gst-libs/gst/audio/Makefile.am:
20008         * gst-libs/gst/audio/audio.h:
20009         * gst-libs/gst/audio/audioclock.c:
20010         * gst-libs/gst/audio/audioclock.h:
20011         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
20012         (gst_audio_clock_class_init), (gst_audio_clock_init),
20013         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
20014         * gst-libs/gst/audio/gstaudioclock.h:
20015         * gst-libs/gst/audio/gstaudiosink.c:
20016         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20017         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20018         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20019         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20020         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
20021         (gst_audiosink_create_ringbuffer):
20022         * gst-libs/gst/audio/gstbaseaudiosink.c:
20023         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
20024         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
20025         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
20026         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
20027         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
20028         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
20029         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
20030         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20031         * gst-libs/gst/audio/gstbaseaudiosink.h:
20032         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20033         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
20034         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20035         (gst_ringbuffer_release), (gst_ringbuffer_play),
20036         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
20037         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
20038         (gst_ringbuffer_set_sample), (wait_segment),
20039         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
20040         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
20041         * gst-libs/gst/audio/gstringbuffer.h:
20042         Make ringbuffer faster and more simple by removing the locks
20043         in the playback thread.
20044         Add sample accurate playback based on buffer sample offsets.
20045         Make the baseaudiosink provide a clock.
20046         Parse caps in the base class.
20047         Correctly handle seeking, flushing and state changes.
20048
20049 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20050
20051         * configure.ac:
20052         * gst/audioconvert/Makefile.am:
20053         * gst/audioscale/Makefile.am:
20054           Fix part of the build.  Come on guys, autogen didn't even work :)
20055
20056 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20057
20058         * configure.ac:
20059         * gst-libs/gst/Makefile.am:
20060         * gst-libs/gst/media-info/.cvsignore:
20061         * gst-libs/gst/media-info/Makefile.am:
20062         * gst-libs/gst/media-info/README:
20063         * gst-libs/gst/media-info/media-info-priv.c:
20064         * gst-libs/gst/media-info/media-info-priv.h:
20065         * gst-libs/gst/media-info/media-info-test.c:
20066         * gst-libs/gst/media-info/media-info.c:
20067         * gst-libs/gst/media-info/media-info.h:
20068         * gst-libs/gst/media-info/media-info.vcproj:
20069         * pkgconfig/Makefile.am:
20070         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20071         * pkgconfig/gstreamer-media-info.pc.in:
20072           Remove media-info, which is also successed by playbin (see Totem
20073           implementation).
20074
20075 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20076
20077         * configure.ac:
20078         * examples/Makefile.am:
20079         * examples/gstplay/.cvsignore:
20080         * examples/gstplay/Makefile.am:
20081         * examples/gstplay/player.c:
20082         * gst-libs/gst/Makefile.am:
20083         * gst-libs/gst/play/.cvsignore:
20084         * gst-libs/gst/play/Makefile.am:
20085         * gst-libs/gst/play/play.c:
20086         * gst-libs/gst/play/play.h:
20087         * gst-libs/gst/play/play.vcproj:
20088         * pkgconfig/Makefile.am:
20089         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20090         * pkgconfig/gstreamer-play.pc.in:
20091           Remove libgstplay, playbin is now the official successor.
20092
20093 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20094
20095         * configure.ac:
20096         * gst-libs/gst/Makefile.am:
20097         * gst-libs/gst/xwindowlistener/Makefile.am:
20098         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
20099         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
20100           Remove deprecated xwindowlistener (I've moved xwindowlistening
20101           in the v4l/v4l2 plugins over to serverside).
20102
20103 2005-04-25  David Schleef  <ds@schleef.org>
20104
20105         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
20106         to examples/dynparams.  Examples do not belong interspersed with
20107         source code.
20108         * examples/dynparams/demo-dparams.c:
20109         * gst/sine/Makefile.am:
20110         * gst/sine/demo-dparams.c:
20111
20112 2005-04-25  David Schleef  <ds@schleef.org>
20113
20114         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
20115         * gst-libs/gst/audio/Makefile.am:
20116         * gst-libs/gst/riff/Makefile.am:
20117         * gst-libs/gst/tag/Makefile.am:
20118         * gst-libs/gst/video/Makefile.am:
20119         * gst-libs/gst/xwindowlistener/Makefile.am:
20120
20121         Convert to 0.9 API, seems to work:
20122         * sys/ximage/Makefile.am:
20123         * sys/ximage/ximagesink.c:
20124
20125 2005-04-24  David Schleef  <ds@schleef.org>
20126
20127         Link plugins against libraries:
20128         * ext/alsa/Makefile.am:
20129         * gst/tcp/Makefile.am:
20130
20131         Remove asm code that should be in liboil
20132         * gst/videoscale/Makefile.am:
20133         * gst/videoscale/videoscale_x86_asm.s:
20134
20135         gettext wants these checked in:
20136         * po/af.po:
20137         * po/az.po:
20138         * po/cs.po:
20139         * po/en_GB.po:
20140         * po/hu.po:
20141         * po/it.po:
20142         * po/nb.po:
20143         * po/nl.po:
20144         * po/or.po:
20145         * po/sq.po:
20146         * po/sr.po:
20147         * po/sv.po:
20148         * po/uk.po:
20149         * po/vi.po:
20150
20151 2005-04-24  David Schleef  <ds@schleef.org>
20152
20153         Convert gst_main() to g_main_loop_run()
20154         * gst/playback/decodetest.c: (main):
20155         * gst/playback/test2.c: (main):
20156         * gst/playback/test3.c: (main):
20157         * gst/playback/test4.c: (main):
20158
20159         Link plugins against libraries:
20160         * ext/libvisual/Makefile.am:
20161         * sys/xvimage/Makefile.am:
20162
20163 2005-04-24  David Schleef  <ds@schleef.org>
20164
20165         * configure.ac: Remove idct and resample libs
20166         * gst-libs/gst/Makefile.am: same
20167
20168         Remove usage of gst_library_load():
20169         * ext/alsa/gstalsaplugin.c: (plugin_init):
20170         * ext/libvisual/visual.c: (plugin_init):
20171         * ext/ogg/gstogg.c: (plugin_init):
20172         * ext/theora/theora.c: (plugin_init):
20173         * ext/vorbis/vorbis.c: (plugin_init):
20174         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
20175         * gst/audioscale/gstaudioscale.c:
20176         * gst/adder/gstadder.c: (plugin_init):
20177         * gst/audioconvert/plugin.c: (plugin_init):
20178         * sys/ximage/ximagesink.c: (plugin_init):
20179         * sys/xvimage/xvimagesink.c: (plugin_init):
20180         * gst/tcp/gsttcpplugin.c: (plugin_init):
20181
20182         Link plugins against libraries:
20183         * ext/ogg/Makefile.am:
20184         * ext/theora/Makefile.am:
20185         * ext/vorbis/Makefile.am:
20186         * gst/audioconvert/Makefile.am:
20187
20188         Create proper libraries:
20189         * gst-libs/gst/riff/Makefile.am:
20190         * gst-libs/gst/audio/Makefile.am:
20191         * gst-libs/gst/video/Makefile.am:
20192
20193         Move resample library to audioscale plugin directory:
20194         * gst-libs/gst/resample/Makefile.am:
20195         * gst-libs/gst/resample/README:
20196         * gst-libs/gst/resample/dtof.c:
20197         * gst-libs/gst/resample/dtos.c:
20198         * gst-libs/gst/resample/functable.c:
20199         * gst-libs/gst/resample/private.h:
20200         * gst-libs/gst/resample/resample.c:
20201         * gst-libs/gst/resample/resample.h:
20202         * gst-libs/gst/resample/resample.vcproj:
20203         * gst-libs/gst/resample/test.c:
20204         * gst/audioscale/Makefile.am:
20205         * gst/audioscale/README:
20206         * gst/audioscale/dtof.c:
20207         * gst/audioscale/dtos.c:
20208         * gst/audioscale/functable.c:
20209         * gst/audioscale/private.h:
20210         * gst/audioscale/resample.c:
20211         * gst/audioscale/resample.h:
20212         * gst/audioscale/test.c:
20213
20214         Move tagedit library to gst-libs:
20215         * gst-libs/gst/tag/Makefile.am:
20216         * gst-libs/gst/tag/gstid3tag.c:
20217         * gst-libs/gst/tag/gsttagediting.c:
20218         * gst-libs/gst/tag/gsttageditingprivate.h:
20219         * gst-libs/gst/tag/gstvorbistag.c:
20220         * gst/tags/Makefile.am:
20221         * gst/tags/gstid3tag.c:
20222         * gst/tags/gstvorbistag.c:
20223
20224         Fix for core changes:
20225         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20226         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
20227         (gst_sinesrc_getrange):
20228
20229 2005-04-23  David Schleef  <ds@schleef.org>
20230
20231         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
20232         in gst-plugins in a long time, and properly belongs in liboil.
20233         * gst-libs/gst/idct/Makefile.am:
20234         * gst-libs/gst/idct/README:
20235         * gst-libs/gst/idct/dct.h:
20236         * gst-libs/gst/idct/doieee:
20237         * gst-libs/gst/idct/fastintidct.c:
20238         * gst-libs/gst/idct/floatidct.c:
20239         * gst-libs/gst/idct/idct.c:
20240         * gst-libs/gst/idct/idct.h:
20241         * gst-libs/gst/idct/idtc.vcproj:
20242         * gst-libs/gst/idct/ieeetest.c:
20243         * gst-libs/gst/idct/intidct.c:
20244
20245 2005-04-20  Wim Taymans  <wim@fluendo.com>
20246
20247         * docs/design-audiosinks.txt:
20248         * gst-libs/gst/audio/Makefile.am:
20249         * gst-libs/gst/audio/TODO:
20250         * gst-libs/gst/audio/gstaudiosink.c:
20251         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20252         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20253         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
20254         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20255         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20256         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
20257         (gst_audiosink_class_init), (gst_audiosink_init),
20258         (gst_audiosink_create_ringbuffer):
20259         * gst-libs/gst/audio/gstaudiosink.h:
20260         * gst-libs/gst/audio/gstbaseaudiosink.c:
20261         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
20262         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
20263         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
20264         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
20265         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
20266         (gst_baseaudiosink_create_ringbuffer),
20267         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20268         * gst-libs/gst/audio/gstbaseaudiosink.h:
20269         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20270         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
20271         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
20272         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20273         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
20274         (gst_ringbuffer_play), (gst_ringbuffer_pause),
20275         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
20276         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
20277         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
20278         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
20279         * gst-libs/gst/audio/gstringbuffer.h:
20280         An attempt at a set of audio base classes together with some
20281         design docs.
20282
20283 2005-04-20  Wim Taymans  <wim@fluendo.com>
20284
20285         * gst/audioconvert/Makefile.am:
20286         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20287         (gst_audio_convert_caps_remove_format_info),
20288         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
20289         (gst_audio_convert_channels):
20290         Link against audio libs.
20291         Fix audio convert plugin.
20292
20293 2005-04-20  Wim Taymans  <wim@fluendo.com>
20294
20295         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
20296         (gst_ogg_demux_sink_activate):
20297         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20298         (theora_set_header_on_caps), (theora_enc_sink_event),
20299         (theora_enc_chain):
20300         Fix theora encoder.
20301
20302 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20303
20304         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
20305         * gst/playback/gstdecodebin.c: (find_compatibles):
20306           Work with staticpadtemplates in elementfactories.
20307
20308 2005-04-12  Wim Taymans  <wim@fluendo.com>
20309
20310         * gst/playback/README:
20311         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20312         (compare_ranks), (print_feature), (gst_decode_bin_init),
20313         (dynamic_create), (dynamic_free), (find_compatibles),
20314         (mimetype_is_raw), (close_pad_link), (got_redirect),
20315         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
20316         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
20317         (gst_decode_bin_change_state):
20318         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20319         (gst_play_base_bin_init), (group_destroy), (group_commit),
20320         (check_queue), (queue_overrun), (queue_threshold_reached),
20321         (queue_out_of_data), (gen_preroll_element), (unknown_type),
20322         (new_decoded_pad), (setup_subtitle), (gen_source_element),
20323         (got_redirect), (setup_source), (play_base_eos),
20324         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
20325         (gst_play_base_bin_remove_element):
20326         * gst/playback/gstplaybasebin.h:
20327         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20328         (gst_play_bin_init), (gst_play_bin_dispose),
20329         (gst_play_bin_set_property), (gen_video_element),
20330         (gen_text_element), (gen_audio_element), (remove_sinks),
20331         (gst_play_bin_send_event):
20332         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
20333         (stream_info_change_state), (gst_stream_info_set_mute):
20334         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
20335         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
20336         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
20337         (gst_stream_selector_chain):
20338         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
20339         (main):
20340         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
20341         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
20342         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
20343         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
20344         Raw and crude port of decodebin. 
20345         Make playbin compile.
20346
20347 2005-04-06  Wim Taymans  <wim@fluendo.com>
20348
20349         * ext/gnomevfs/Makefile.am:
20350         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20351         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
20352         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20353         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
20354         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
20355         (gst_gnomevfssrc_stop):
20356         * ext/ogg/Makefile.am:
20357         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
20358         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
20359         * ext/theora/Makefile.am:
20360         * ext/theora/theoradec.c: (_inc_granulepos),
20361         (theora_dec_sink_event), (theora_dec_chain):
20362         * ext/vorbis/Makefile.am:
20363         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20364         (vorbis_dec_sink_event), (vorbis_dec_chain):
20365         * gst-libs/gst/audio/Makefile.am:
20366         * sys/xvimage/Makefile.am:
20367         Make gnomevfssrc extend the source base class.
20368         Fix linking against libs in various plugins.
20369
20370 2005-04-06  Andy Wingo  <wingo@pobox.com>
20371
20372         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
20373         GST_BASE_LIBS.
20374
20375         * configure.ac: Add check and AC_SUBST for libgstbase.
20376
20377 2005-03-31  Wim Taymans  <wim@fluendo.com>
20378
20379         * examples/seeking/Makefile.am:
20380         * examples/seeking/cdparanoia.c: (main):
20381         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
20382         (play_cb), (pause_cb), (stop_cb), (main):
20383         * examples/seeking/playbin.c:
20384         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
20385         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
20386         (make_sid_pipeline), (make_vorbis_pipeline),
20387         (make_theora_pipeline), (make_vorbis_theora_pipeline),
20388         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
20389         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
20390         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
20391         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
20392         (stop_cb), (main):
20393         * examples/seeking/spider_seek.c:
20394         * examples/seeking/vorbisfile.c:
20395         * ext/gnomevfs/Makefile.am:
20396         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20397         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
20398         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
20399         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
20400         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
20401         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
20402         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
20403         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20404         * ext/ogg/README:
20405         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
20406         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
20407         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
20408         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
20409         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
20410         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
20411         (gst_ogg_pad_event), (gst_ogg_pad_reset),
20412         (gst_ogg_demux_factory_filter), (compare_ranks),
20413         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
20414         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
20415         (gst_ogg_chain_new), (gst_ogg_chain_free),
20416         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
20417         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
20418         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
20419         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
20420         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
20421         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
20422         (gst_ogg_demux_get_prev_page),
20423         (gst_ogg_demux_deactivate_current_chain),
20424         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
20425         (gst_ogg_demux_bisect_forward_serialno),
20426         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20427         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
20428         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
20429         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
20430         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
20431         (gst_ogg_demux_change_state), (gst_ogg_print):
20432         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20433         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
20434         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
20435         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
20436         (gst_ogg_mux_loop):
20437         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20438         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
20439         (theora_dec_src_convert), (theora_dec_sink_convert),
20440         (theora_dec_src_query), (theora_dec_src_event),
20441         (theora_dec_sink_event), (theora_dec_chain),
20442         (theora_dec_change_state):
20443         * ext/theora/theoraenc.c: (gst_theora_enc_init),
20444         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
20445         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
20446         (theora_enc_change_state):
20447         * ext/vorbis/Makefile.am:
20448         * ext/vorbis/oggvorbisenc.c:
20449         * ext/vorbis/oggvorbisenc.h:
20450         * ext/vorbis/vorbis.c: (plugin_init):
20451         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
20452         (vorbis_dec_src_query), (vorbis_dec_src_event),
20453         (vorbis_dec_sink_event), (vorbis_dec_chain),
20454         (vorbis_dec_change_state):
20455         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
20456         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
20457         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
20458         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
20459         (gst_vorbisenc_change_state):
20460         * ext/vorbis/vorbisenc.h:
20461         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
20462         * gst-libs/gst/audio/audioclock.c:
20463         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20464         (gst_audiofilter_init), (gst_audiofilter_chain):
20465         * gst-libs/gst/audio/testchannels.c: (main):
20466         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
20467         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
20468         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
20469         (gmip_find_track_streaminfo), (gmip_find_track_format):
20470         * gst-libs/gst/media-info/media-info.c:
20471         (gst_media_info_read_idler):
20472         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
20473         (gst_play_get_all_by_interface):
20474         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
20475         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
20476         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20477         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
20478         (gst_riff_parse_info):
20479         * gst-libs/gst/riff/riff-read.h:
20480         * gst-libs/gst/riff/riff.c: (plugin_init):
20481         * gst-libs/gst/video/Makefile.am:
20482         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
20483         (gst_videosink_class_init), (gst_videosink_get_type):
20484         * gst-libs/gst/video/videosink.h:
20485         * gst/audioconvert/bufferframesconvert.c:
20486         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
20487         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
20488         * gst/audioconvert/channelmixtest.c: (main):
20489         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20490         (gst_audio_convert_chain),
20491         (gst_audio_convert_caps_remove_format_info),
20492         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
20493         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
20494         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
20495         (gst_audio_convert_buffer_to_default_format),
20496         (gst_audio_convert_buffer_from_default_format),
20497         (gst_audio_convert_channels):
20498         * gst/audioconvert/gstchannelmix.h:
20499         * gst/ffmpegcolorspace/avcodec.h:
20500         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20501         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
20502         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
20503         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
20504         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
20505         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20506         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
20507         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20508         (mpeg_video_type_find), (mpeg_video_stream_type_find),
20509         (dv_type_find):
20510         * gst/videotestsrc/gstvideotestsrc.c:
20511         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
20512         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
20513         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
20514         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
20515         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
20516         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
20517         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
20518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20519         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
20520         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
20521         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
20522         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
20523         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20524         (gst_xvimagesink_navigation_send_event),
20525         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
20526         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
20527         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20528         * sys/xvimage/xvimagesink.h:
20529         Plugin port to 0.9, ogg/theora playback should work in the seek
20530         example now.
20531         Removed old examples.
20532         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
20533         explained in 0.9 TODO doc.
20534
20535
20536 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20537
20538         * autogen.sh:
20539         * configure.ac:
20540         * ext/Makefile.am:
20541         * gst/Makefile.am:
20542         * po/POTFILES.in:
20543         * po/af.po:
20544         * po/az.po:
20545         * po/cs.po:
20546         * po/en_GB.po:
20547         * po/hu.po:
20548         * po/it.po:
20549         * po/nb.po:
20550         * po/nl.po:
20551         * po/or.po:
20552         * po/sq.po:
20553         * po/sr.po:
20554         * po/sv.po:
20555         * po/uk.po:
20556         * po/vi.po:
20557         * sys/Makefile.am:
20558         * testsuite/Makefile.am:
20559           remove a whole bunch of plugins.  This module now contains a set
20560           of free reference plugins/elements as agreed.
20561
20562 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20563
20564         * configure.ac:
20565           hunting season on 0.9 is now OPEN
20566
20567 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20568
20569         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20570           Kick the hell out of gcc for not warning me about a symbol conflict.
20571
20572 2005-02-22  Luca Ognibene  <luogni@tin.it>
20573
20574         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20575
20576         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
20577           Don't leak caps string (fixes #168134)
20578
20579         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
20580         (gst_jpegenc_init), (gst_jpegenc_finalize),
20581         (gst_jpegenc_change_state):
20582           Don't leak line buffers and context struct (fixes #168133).
20583
20584 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
20585
20586         * configure.ac:
20587         * ext/dirac/gstdiracdec.cc:
20588         (gst_diracdec_chain):
20589           Since dirac 0.5.0 the framerate in dirac is expressed as a
20590           rational number. Fix build and up requirement to 0.5.0, and
20591           also pass parameters to gst_diracdec_link in the right order
20592           (fixes #167959).
20593
20594 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
20595
20596         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
20597         * ext/faad/gstfaad.h:
20598         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
20599         certain invalid muxed streams, where some packets will contain 
20600         junk after decoder data. Partially fixes #149158.
20601
20602 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
20603         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
20604           Make sure we only write to writable buffers
20605
20606 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
20607
20608         * gst-libs/gst/riff/riff-media.c:
20609         (gst_riff_create_audio_caps_with_data):
20610           Do actually fix invalid RIFF fmt header values for alaw
20611           and mulaw audio instead of just saying so.
20612
20613         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20614           Give gst_riff_create_audio_caps_with_data() a chance to
20615           fix up broken format header fields before extracting any
20616           parameters from the header. (fixes #167633)
20617
20618 2005-02-19  Martin Holters  <martin.holters@gmx.de>
20619
20620         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20621
20622         * gst/audioconvert/bufferframesconvert.c:
20623         (buffer_frames_convert_link):
20624           Don't leak othercaps. (fixes #167878)
20625
20626 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
20627
20628         * configure.ac:
20629         * ext/libvisual/visual.c: (gst_visual_srclink),
20630         (gst_visual_change_state):
20631           Support libvisual 0.2.0.
20632
20633 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
20634
20635         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
20636         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
20637           Use same rowstrides for I420 as used everywhere else.
20638
20639 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
20640
20641         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
20642           Declare variables at beginning of block and make gcc-2.95 happy
20643           (fixes # 167482, patch by Gergely Nagy).
20644           
20645         * gst/tcp/gsttcpclientsrc.c:
20646         * gst/tcp/gsttcpclientsrc.h:
20647           Move some includes into the header, so that struct sockaddr_in is
20648           defined when it should be defined on FreeBSD as well (fixes
20649           #167483).
20650           
20651         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
20652           Don't pass uninitialised values to setsockopt() here either.
20653
20654 2005-02-17  Luca Ognibene  <luogni at tin dot it>
20655
20656         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20657
20658         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
20659           Don't pass uninitialised values to setsockopt(). (fixes #167704)
20660
20661 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20662
20663         * gst/playback/gstplaybin.c: (add_sink):
20664           Invert bin_add/link order to workaround deadlock in opt.
20665
20666 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20667
20668         * gst/modplug/gstmodplug.cc:
20669           Add missing break causing position queries to fail.
20670
20671 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20672
20673         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
20674           Granpos can apparently be -1, which screws up calculations...
20675
20676 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
20677
20678         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20679         (gst_ximagesink_send_pending_navigation),
20680         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
20681         (gst_ximagesink_init):
20682         * sys/ximage/ximagesink.h:
20683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20684         (gst_xvimagesink_send_pending_navigation),
20685         (gst_xvimagesink_navigation_send_event),
20686         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
20687         * sys/xvimage/xvimagesink.h:
20688           Use a mutex protected list to marshal navigation
20689           events into the stream thread from whichever thread
20690           sends them.
20691
20692 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
20693
20694         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
20695           Display current position and track length; misc. clean-ups.
20696           
20697         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
20698         (speed_init), (speed_chain):
20699           Add query function, so that the stream length and current position
20700           get adjusted when queried (note that current position queries may
20701           still be wrong if the audio sink returns values based on buffer
20702           timestamps instead of passing on the query).
20703
20704 2005-02-13  Benjamin Otte  <otte@gnome.org>
20705
20706         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20707         (gst_audio_convert_channels):
20708           create channel conversion matrix when linking
20709         * gst/audioconvert/.cvsignore:
20710         * gst/audioconvert/Makefile.am:
20711         * gst/audioconvert/channelmixtest.c: (main):
20712           add (ugly) test that ensures stereo <=> mono conversion works
20713           correctly
20714
20715 2005-02-13  Benjamin Otte  <otte@gnome.org>
20716
20717         * gst/audioconvert/gstchannelmix.h:
20718           include missing header file
20719         * gst/audioconvert/gstchannelmix.c:
20720         (gst_audio_convert_fill_compatible):
20721           use same sign for both channels when converting to/from compatible
20722           channel. Previously used different signs made the signals cancel
20723           each other out and appear like silence. (fixes #167269)
20724
20725 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
20726
20727         * gst/ffmpegcolorspace/avcodec.h:
20728         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20729         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20730         (gst_ffmpegcsp_avpicture_fill):
20731         * gst/ffmpegcolorspace/imgconvert.c:
20732           Convert to and from YV12 (fixes #156379).
20733
20734 2005-02-12  Julien MOUTTE  <julien@moutte.net>
20735
20736         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20737         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
20738         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
20739         (gst_ximagesink_expose), (gst_ximagesink_set_property),
20740         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
20741         methods from chain and negotiation and vice versa (Fixes #166142).
20742         * sys/ximage/ximagesink.h: Add stream_lock.
20743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20744         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20745         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20746         (gst_xvimagesink_expose): Check for xcontext before trying to link.
20747
20748 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
20749
20750         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
20751           Don't send "Hey! You gave me a NULL pointer you naughty person" as
20752           error message when we can't open the DVD device (when dvdnav_open()
20753           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
20754           the above). Send something more useful instead (fixes #167117).
20755
20756 2005-02-11  Julien MOUTTE  <julien@moutte.net>
20757
20758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20759         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
20760         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20761         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20762         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20763         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
20764         methods from chain and negotiation and vice versa (Fixes #166142).
20765         Fix a possible bug of images in the buffer pool being discarded because
20766         we are looking at the wrong geometry.
20767         * sys/xvimage/xvimagesink.h: Add stream_lock.
20768
20769 2005-02-11  David Schleef  <ds@schleef.org>
20770
20771         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
20772         unsigned int. (fixes #167128)
20773
20774 2005-02-11  David Schleef  <ds@schleef.org>
20775
20776         * gst/librfb/Makefile.am: Testing stuff before committing is
20777           for wimps... and people with fast machines.  Fix stupid
20778           mistake.
20779
20780 2005-02-11  David Schleef  <ds@schleef.org>
20781
20782         * configure.ac: Pull in librfb from my CVS tree, because it is
20783           too small and annoying to be separate.  Move rfbsrc plugin
20784           to gst/.
20785         * ext/Makefile.am:
20786         * ext/librfb/Makefile.am:
20787         * ext/librfb/gstrfbsrc.c:
20788         * gst/librfb/Makefile.am:
20789         * gst/librfb/gstrfbsrc.c:
20790         * gst/librfb/rfb.c:
20791         * gst/librfb/rfb.h:
20792         * gst/librfb/rfbbuffer.c:
20793         * gst/librfb/rfbbuffer.h:
20794         * gst/librfb/rfbbytestream.c:
20795         * gst/librfb/rfbbytestream.h:
20796         * gst/librfb/rfbcontext.h:
20797         * gst/librfb/rfbdecoder.c:
20798         * gst/librfb/rfbdecoder.h:
20799         * gst/librfb/rfbutil.h:
20800
20801 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
20802
20803         * gst/speed/Makefile.am:
20804         * gst/speed/demo-mp3.c: (main):
20805         * gst/speed/filter.func:
20806         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
20807         (speed_class_init), (speed_init), (speed_chain_int16),
20808         (speed_chain_float32), (speed_chain), (speed_set_property),
20809         (speed_get_property), (speed_change_state):
20810         * gst/speed/gstspeed.h:
20811           Fix speed element and make it chain-based (fixes #156467),
20812           and make it handle more than one channel.
20813
20814 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
20815
20816         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
20817         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
20818         (gst_dtsdec_chain), (gst_dtsdec_change_state):
20819         * ext/dts/gstdtsdec.h:
20820           Don't clobber the stack constructing the channels array.
20821           Make the element chain-based. DTS tracks can now be played.
20822           
20823 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
20824
20825         * gst-libs/gst/audio/multichannel.h:
20826         * gst-libs/gst/gconf/gconf.h:
20827         * gst-libs/gst/idct/idct.h:
20828         * gst-libs/gst/media-info/media-info-priv.h:
20829         * gst-libs/gst/play/play.h:
20830         * gst-libs/gst/resample/private.h:
20831         * gst-libs/gst/resample/resample.h:
20832         * gst-libs/gst/riff/riff-ids.h:
20833         * gst-libs/gst/video/video.h:
20834         * gst-libs/gst/video/videosink.h:
20835           Add G_BEGIN_DECLS and G_END_DECLS around headers where
20836           missing, so that they work when included from C++ code.
20837
20838 2005-02-09  David Schleef  <ds@schleef.org>
20839
20840         * testsuite/gst-lint: Check for non-statically scoped
20841           parent_class variables.  This won't be a problem once
20842           plugins are loaded with RTLD_LOCAL.
20843
20844 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20845
20846         * ext/mplex/gstmplexibitstream.cc:
20847           gcc madness.
20848
20849 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20850
20851         * ext/ogg/gstogmparse.c:
20852         * gst/debug/gstnavigationtest.c:
20853           Die, thou faulty symbol pollutors (non-static parent_class).
20854
20855 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20856
20857         * ext/mplex/gstmplexibitstream.cc:
20858           Fix event handling (#165525).
20859
20860 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20861
20862         * ext/mikmod/gstmikmod.c:
20863         * gst/modplug/gstmodplug.cc:
20864           Add missing endianness to template (fixes #165509).
20865
20866 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20867
20868         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
20869           Fix wrong order of reading of optional bytes (#165290).
20870
20871 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20872
20873         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20874           Implement FILLER event awareness.
20875
20876 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20877
20878         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
20879           Fix track calculations (#166208).
20880
20881 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
20882
20883         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20884
20885         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
20886         * ext/libpng/gstpngenc.c:
20887           Fix byte-order, use proper fixed caps. Fixes #164197.
20888
20889 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
20890
20891         * configure.ac:
20892           Add dvdlpcmdec 
20893
20894         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
20895         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
20896           Don't push buffers if the src pad isn't negotiated yet.
20897           
20898         * gst/audioconvert/gstaudioconvert.c:
20899         (gst_audio_convert_buffer_to_default_format),
20900         (gst_audio_convert_buffer_from_default_format):
20901           Add support for 24-bit width.
20902
20903         * gst/dvdlpcmdec/.cvsignore:
20904         * gst/dvdlpcmdec/Makefile.am:
20905         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
20906         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
20907         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
20908         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
20909         (plugin_init):
20910         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
20911           New decoder for rearranging DVD LPCM into our audio/x-raw-int
20912           format. Needs support for the channels maps if someone can find 
20913           a DVD LPCM track with > 2 channels.
20914
20915         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
20916         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
20917         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
20918         * gst/mpegstream/gstdvddemux.h:
20919         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
20920         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
20921         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
20922         * gst/mpegstream/gstmpegdemux.h:
20923         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
20924         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
20925         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
20926         (gst_mpeg_parse_handle_src_query),
20927         (gst_mpeg_parse_handle_src_event):
20928           Use audio/x-dvd-lpcm for LPCM output.
20929           Add DTS output.
20930
20931 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
20932
20933         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20934
20935         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
20936         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
20937           Add BGRA handling (#165736).
20938
20939 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
20940
20941         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20942
20943         * gst/law/alaw-decode.c: (alawdec_link):
20944         * gst/law/alaw-encode.c: (alawenc_link):
20945         * gst/law/mulaw-decode.c: (mulawdec_link):
20946         * gst/law/mulaw-encode.c: (mulawenc_link):
20947           Fix caps memleaks (#166600).
20948
20949 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
20950
20951         * ext/tarkin/mem.h:
20952         * ext/tarkin/wavelet.h:
20953         * ext/tarkin/yuv.h:
20954         * gst/ffmpegcolorspace/avcodec.h:
20955           Include "_stdint.h" instead of <stdint.h>. Fixes build on
20956           systems that don't have stdint.h, like Solaris9 (fixes #166631).
20957
20958 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20959
20960         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
20961         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
20962         (gst_xvimagesink_change_state):
20963           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
20964           Xv video (and thereby regenerate Xv colourkey) in clear() so
20965           that PLAY -> READY -> PLAY works (fixes #162504).
20966
20967 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20968
20969         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
20970           Switch to list instead of range, since MJPEG-devices really just
20971           support decimations, not any size.
20972
20973 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
20974         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
20975         (gst_mpeg2dec_reset), (free_all_buffers),
20976         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
20977         * ext/mpeg2dec/gstmpeg2dec.h:
20978           The libmpeg2 user-allocated buffer management is awkward, 
20979           to say the least. Hopefully this fixes things.
20980
20981 2005-02-04  Andy Wingo  <wingo@pobox.com>
20982
20983         * gst/audioconvert/bufferframesconvert.c
20984         (buffer_frames_convert_fixate): New function, fixates to 256
20985         frames per buffer by default. (Much better than 1.)
20986         (buffer_frames_convert_init): Set the fixate function for both src
20987         and sink pad.
20988         (buffer_frames_convert_link): After success setting nonfixed caps,
20989         get the negotiated caps so we can know how many buffer-frames it
20990         will be. No idea how this worked at all before.
20991
20992 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
20993
20994         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
20995         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
20996         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
20997         (handle_sequence), (handle_picture):
20998         * ext/mpeg2dec/gstmpeg2dec.h:
20999           Rearrange buffer tracking and refcounting and refactor
21000           a little for readability. 
21001
21002 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
21003         * sys/v4l/gstv4l.c: (plugin_init):
21004         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
21005         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
21006         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
21007         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
21008         * sys/v4l/gstv4ljpegsrc.h:
21009         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
21010         * sys/v4l/v4l_calls.h:
21011         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
21012         (gst_v4lsrc_get_fps):
21013         * sys/v4l/v4lsrc_calls.h:
21014           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
21015           you jpeg inside rgb frames" driver.
21016           Don't error in the v4lsrc link function, just return 
21017           REFUSED.
21018
21019 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21020
21021         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
21022         (gst_qcamsrc_open):
21023           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
21024
21025 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21026
21027         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
21028           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
21029
21030 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21031
21032         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
21033           Reset negotiated state on PAUSED->READY.
21034
21035 2005-02-02  David Schleef  <ds@schleef.org>
21036
21037         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
21038         whereever possible.  (Fixes #165997)
21039         * examples/capsfilter/capsfilter1.c: (main):
21040         * examples/dynparams/filter.c: (create_ui):
21041         * examples/seeking/cdparanoia.c: (get_track_info), (main):
21042         * examples/seeking/chained.c: (main):
21043         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
21044         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
21045         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
21046         (make_mpeg_pipeline), (make_mpegnt_pipeline):
21047         * examples/seeking/spider_seek.c: (make_spider_pipeline):
21048         * examples/switch/switcher.c: (main):
21049         * ext/dv/demo-play.c: (main):
21050         * ext/faad/gstfaad.c: (gst_faad_change_state):
21051         * ext/mad/gstmad.c: (gst_mad_chain):
21052         * ext/smoothwave/demo-osssrc.c: (main):
21053         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
21054         (gst_gconf_render_bin_from_description),
21055         (gst_gconf_get_default_audio_sink),
21056         (gst_gconf_get_default_video_sink),
21057         (gst_gconf_get_default_audio_src),
21058         (gst_gconf_get_default_video_src),
21059         (gst_gconf_get_default_visualization_element):
21060         * gst/level/demo.c: (main):
21061         * gst/level/plot.c: (main):
21062         * gst/playback/gstplaybin.c: (gen_video_element),
21063         (gen_audio_element):
21064         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
21065         * gst/playondemand/demo-mp3.c: (setup_pipeline):
21066         * gst/sine/demo-dparams.c: (main):
21067         * gst/spectrum/demo-osssrc.c: (main):
21068         * gst/speed/demo-mp3.c: (main):
21069         * gst/volume/demo.c: (main):
21070         * testsuite/embed/embed.c: (main):
21071
21072 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
21073
21074         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
21075         (gst_tcpclientsink_finalize):
21076         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
21077         (gst_tcpclientsrc_finalize):
21078         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21079         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
21080         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
21081         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
21082           Don't leak the hostname when shutting down.
21083           In tcpserversrc, take a copy of the default hostname.
21084
21085 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21086
21087         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
21088           Set caps to systemstream=TRUE.
21089
21090 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21091
21092         * testsuite/Makefile.am:
21093           Fix more OSX buildbots.
21094
21095 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
21096
21097         * ext/mpeg2dec/gstmpeg2dec.c:
21098           Don't send things to NULL PAD_PEERs
21099
21100         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
21101           Copy-on-write the incoming buffer.
21102
21103         * gst/mpegstream/gstdvddemux.h:
21104         * gst/mpegstream/gstmpegclock.h:
21105         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21106         (normal_seek), (gst_mpeg_demux_handle_src_event):
21107         * gst/mpegstream/gstmpegdemux.h:
21108         * gst/mpegstream/gstmpegpacketize.h:
21109         * gst/mpegstream/gstmpegparse.c:
21110         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
21111         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
21112         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
21113         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
21114         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
21115         * gst/mpegstream/gstmpegparse.h:
21116         * gst/mpegstream/gstrfc2250enc.h:
21117           Various changes to the way time is computed that make seeking and
21118           total time estimation much better here.
21119           Use G_BEGIN/END_DECLS instead of __cplusplus
21120
21121         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
21122           Use gst_buffer_stamp instead of only copying the TIMESTAMP
21123
21124 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21125
21126         * gst/subparse/gstsubparse.c:
21127           Fix OSX buildbot.
21128
21129 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
21130
21131         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
21132         (theora_enc_chain), (theora_enc_change_state):
21133         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21134         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
21135         (gst_vorbisenc_change_state):
21136         * ext/vorbis/vorbisenc.h:
21137           Set granulepos and timestamp correctly for streams not
21138           starting at 0, taking into account the initial delay.
21139
21140 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
21141
21142         * gst/mpegstream/gstdvddemux.c:
21143           Add audio/x-dts to audio pad template caps
21144
21145 2005-01-30  David Schleef  <ds@schleef.org>
21146
21147         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
21148         (create_context), (gst_polypsink_link): Fix silly endianness
21149         bug.  Add some debugging.  Remove float from caps; it doesn't
21150         work.  Attempt to get remote audio working.
21151
21152 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21153
21154         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
21155           Add 3IV2 fourcc.
21156
21157 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21158
21159         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
21160         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
21161         (gst_avi_demux_stream_data):
21162         * gst/avi/gstavidemux.h:
21163           Invert DIB images. Fixes #132341.
21164
21165 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21166
21167         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21168         (gst_ffmpegcsp_chain):
21169           D'oh, reference the palette data, not the palette structure.
21170           Fixes color distortion in #132341.
21171
21172 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21173
21174         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
21175           PAR can be non-fixed when not provided as argument (#162626).
21176
21177 2005-01-29  David Moore  <dcm@acm.org>
21178
21179         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21180
21181         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21182         (gst_qtdemux_loop_header):
21183           Re-apply patch from #142272 that allows non-seekable sources,
21184           re-proposed by Daniel Drake <dsd@gentoo.org>.
21185
21186 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21187
21188         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
21189           Use the src template for creating the src pad (#162330).
21190
21191 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21192
21193         * configure.ac:
21194         * ext/musepack/Makefile.am:
21195         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
21196         (gst_musepackdec_init), (gst_musepackdec_dispose),
21197         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
21198         (gst_musepack_stream_init), (gst_musepackdec_loop),
21199         (gst_musepackdec_change_state):
21200         * ext/musepack/gstmusepackdec.cpp:
21201         * ext/musepack/gstmusepackdec.h:
21202         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
21203         (gst_musepack_reader_read), (gst_musepack_reader_seek),
21204         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
21205         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
21206         * ext/musepack/gstmusepackreader.cpp:
21207         * ext/musepack/gstmusepackreader.h:
21208           Update to 1.1 API (#165446).
21209
21210 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21211
21212         * ext/Makefile.am:
21213           Unbreak buildbot.
21214
21215 2005-01-28  Andy Wingo  <wingo@pobox.com>
21216
21217         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
21218         to reflect a different dubious internet source. Add a reference
21219         and some commentary.
21220
21221 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21222
21223         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
21224         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
21225         * gst/playback/gststreamselector.h:
21226           Be more selective when we're redoing caps negotiation from
21227           within the chain function on a stream change.
21228
21229 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21230
21231         * configure.ac:
21232         * ext/Makefile.am:
21233         * ext/amrnb/Makefile.am:
21234         * ext/amrnb/amrnb.c: (plugin_init):
21235         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
21236         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
21237         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
21238         (gst_amrnbdec_state_change):
21239         * ext/amrnb/amrnbdec.h:
21240         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
21241         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
21242         (gst_amrnbparse_init), (gst_amrnbparse_formats),
21243         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
21244         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
21245         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
21246         * ext/amrnb/amrnbparse.h:
21247           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
21248         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21249           Add AMR-NB/-WB raw formats.
21250         * ext/alsa/gstalsa.c: (gst_alsa_link):
21251           Keep valid time when changing format.
21252         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21253         (qtdemux_parse_trak):
21254           Add some more format-specific options (#140141, #143555, #155163).
21255
21256 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21257
21258         * gst/matroska/matroska-demux.c:
21259         (gst_matroska_demux_parse_blockgroup):
21260           Fix logic error in timing of subtitle stream synchronization.
21261         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21262           Add skip-chunk, which is found in kodak-camera streams.
21263
21264 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21265
21266         * po/LINGUAS:
21267         * po/vi.po:
21268           Adding Vietnamese translation (submitted by Clytie Siddall)
21269
21270 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21271
21272         * gst/playback/gstdecodebin.c: (try_to_link_1):
21273           Use realpad for signal.
21274
21275 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21276
21277         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
21278           Fix category so decodebin picks it up.
21279
21280 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21281
21282         * ext/mad/Makefile.am:
21283         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
21284         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
21285         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
21286         (found_type), (gst_id3demux_bin_change_state):
21287         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21288         (gst_id3_tag_init), (gst_id3_tag_handle_event),
21289         (gst_id3_tag_src_link), (gst_id3_tag_chain),
21290         (gst_id3_tag_change_state), (plugin_init):
21291         * ext/mad/gstmad.h:
21292           Add id3demuxbin (which is a simple bin consisting of id3demux
21293           and typefind), take over rank from id3demux, remove typefind
21294           code from id3demux. Makes all broken mp3s that I know of work,
21295           and thereby fixes #152688.
21296
21297 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
21298
21299         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21300
21301         * ext/mad/gstmad.c: (gst_mad_src_event):
21302         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
21303           Allow seeks on audio pad, make mad forward those (#164826).
21304         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21305           Set duration (#165335).
21306
21307 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21308
21309         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
21310         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
21311         (gst_asf_demux_process_ext_content_desc),
21312         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
21313         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
21314         * gst/asfdemux/gstasfdemux.h:
21315           Improve metadata display, e.g. if the metadata comes before the
21316           streams are loaded (which is perfectly valid).
21317
21318 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21319
21320         * tools/gst-launch-ext-m.m:
21321           Fix AVI/ASF pipelines (#165340).
21322
21323 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
21324         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
21325         build failure on amd64
21326
21327 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
21328
21329         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
21330         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
21331           Check environment variables GST_ID3V2_TAG_ENCODING,
21332           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
21333           list of character encodings to force interpretation of non-unicode
21334           strings stored in an ID3v2 tag to a particular encoding. If none
21335           is specified, try to use current locale's encoding, then fall back
21336           to ISO-8859-1 (which will always succeed). (Resolves #149274)
21337         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
21338         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
21339           Check environment variables GST_ID3V1_TAG_ENCODING,
21340           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
21341           list of character encodings to use in case a string encountered
21342           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
21343           specified, try to use the current locale's encoding, then fall
21344           back to ISO-8859-1 (which will always succeed).
21345
21346 2005-01-25  Benjamin Otte  <otte@gnome.org>
21347
21348         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
21349           - on half framerate, compute the rate in advance so the comparisons
21350             don't compare wrong values
21351           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
21352             behaviour
21353           - don't use mad_header_decode anymore, mad_frame_decode does that
21354             automatically
21355           - when getting rid of consumed bytes, reset the stream's skiplen
21356           (fixes #163867)
21357
21358 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
21359
21360         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
21361           Use 1/2 a second for default max_discont, as PES streams from DVB
21362           seem to have larger spacings in the SCR. 
21363           Fix a typo.
21364
21365 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21366
21367         * gst/playback/gstplaybasebin.c: (group_commit):
21368           Notify delayed stream-info availability.
21369
21370 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
21371         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
21372         (gst_a52dec_handle_event), (gst_a52dec_chain):
21373         Add some debug output. Check that a discont has a valid
21374         time associated.
21375         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21376         (gst_alsa_sink_loop):
21377         Ignore TAG events. A little extra debug for broken timestamps.
21378         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
21379         (dvdnavsrc_change_state):
21380         Ensure we send a discont to engage the link before we send any
21381         other events.
21382         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
21383         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
21384         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
21385         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
21386         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
21387         dvd://title works in totem because typefinding sends a seek that ends
21388         up going back to chapter 1 regardless.
21389         * ext/mpeg2dec/gstmpeg2dec.c:
21390         * ext/mpeg2dec/gstmpeg2dec.h:
21391         Output correct timestamps and handle disconts.
21392         * ext/ogg/gstoggdemux.c: (get_relative):
21393         Small guard against a null dereference.
21394         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
21395         (gst_textoverlay_set_property):
21396         Free memory when done. Don't call gst_event_filler_get_duration on
21397         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
21398         g_warning.
21399         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
21400         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
21401         (gst_sw_srclink), (gst_smoothwave_chain):
21402         Draw solid lines, prettier colours.
21403         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
21404         Add a default palette that'll work for some movies.
21405         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
21406         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
21407         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
21408         * gst/mpegstream/gstdvddemux.h:
21409         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
21410         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
21411         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21412         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
21413         * gst/mpegstream/gstmpegparse.h:
21414         Use PTM/NAV events when for timestamp adjustment when connected to 
21415         dvdnavsrc. Don't use many discont events where one suffices.
21416         * gst/playback/gstplaybasebin.c: (group_destroy),
21417         (gen_preroll_element), (gst_play_base_bin_add_element):
21418         * gst/playback/gstplaybasebin.h:
21419         Make sure we remove subtitles from the same bin we put them in.
21420         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
21421         (gst_subparse_buffer_format_autodetect),
21422         (gst_subparse_change_state):
21423         Fix some memleaks and invalid accesses.
21424         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
21425         (oggskel_type_find), (cmml_type_find), (plugin_init):
21426         Some typefind functions for Annodex v3.0 files
21427         * gst/wavparse/gstwavparse.h:
21428         GstRiffReadClass is the correct parent class.
21429
21430 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21431
21432         * gst-libs/gst/riff/riff-media.c:
21433         (gst_riff_create_video_caps_with_data):
21434           Add extradata to huffyuv (fixes #165013).
21435         * gst-libs/gst/riff/riff-read.c:
21436         (gst_riff_read_strf_vids_with_data):
21437           Fix extradata extraction if it is in the chunk size.
21438
21439 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
21440
21441         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21442
21443         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
21444         (gst_quarktv_change_state), (gst_quarktv_dispose):
21445           Memory free'ing location fix (#164708).
21446
21447 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21448
21449         * gst/playback/gstplaybasebin.c: (group_commit),
21450         (gen_preroll_element), (probe_triggered), (gen_source_element),
21451         (setup_source), (gst_play_base_bin_change_state),
21452         (gst_play_base_bin_add_element):
21453           Don't block for streams.
21454         * gst/playback/gststreaminfo.c: (stream_info_change_state),
21455         (gst_stream_info_set_mute):
21456           Use gst_pad_set_active_recursive.
21457
21458 2005-01-25  Andy Wingo  <wingo@pobox.com>
21459
21460         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
21461         for #ifndef HAVE_XVIDEO.
21462
21463 2005-01-24  Jeffrey C. Ollie
21464
21465         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
21466
21467         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
21468         * ext/gsm/gstgsmdec.h:
21469         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
21470         * ext/gsm/gstgsmenc.h:
21471         Fix rate to 8kHz as per spec, removes obscure errors when no rate
21472         was given by property. Add proper buffer timestamps and offsets.
21473
21474 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21475
21476         * gst-libs/gst/riff/riff-media.c:
21477         (gst_riff_create_audio_caps_with_data):
21478           Audio can be <8000Hz.
21479
21480 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21481
21482         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21483           Explicit state change to workaround refcount bugs.
21484
21485 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21486
21487         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
21488         (gst_avimux_riff_get_avi_header):
21489           Fix...
21490
21491 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21492
21493         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
21494         (gst_riff_read_element_data):
21495         * gst-libs/gst/riff/riff-read.h:
21496           Add _peek version (req'ed in CDXA).
21497         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
21498         (gst_cdxaparse_loop):
21499           Fix parsing in playbin.
21500         * gst/playback/gstdecodebin.c: (close_pad_link):
21501           Ignore current_ pads, they cause major annoyance.
21502
21503 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21504
21505         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21506           Safety guard.
21507
21508 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21509
21510         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
21511           Fix padding...
21512
21513 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21514
21515         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
21516           Allow for 0-sized buffers. Fixes length query problems in
21517           starwars.mkv from the testsuite.
21518
21519 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
21520
21521         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
21522         (gst_video_box_i420), (gst_video_box_chain):
21523           Fix row strides for I420 (fixes #163159)
21524           
21525 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21526
21527         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21528           MPEG2 has a useful rate property, so we can actually use that.
21529           For MPEG-1, continue using the bytes/time properties.
21530
21531 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21532
21533         * gst-libs/gst/riff/riff-media.c:
21534         (gst_riff_create_video_caps_with_data),
21535         (gst_riff_create_video_template_caps):
21536           Add intel-h263.
21537
21538 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21539
21540         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
21541           Fail if caps negotiation fails. Should fix #162184, and should
21542           definately be in there regardless of it fixing the actual bug.
21543         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
21544         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
21545         (gst_avimux_riff_get_avix_header),
21546         (gst_avimux_riff_get_video_header),
21547         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
21548         (gst_avimux_start_file), (gst_avimux_handle_event),
21549         (gst_avimux_change_state):
21550         * gst/avi/gstavimux.h:
21551           Refactor structure writing to use GST_WRITE_UINT macros, add
21552           metadata writing support.
21553
21554 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21555
21556         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
21557           Elements may already be destroyed when this function is called.
21558
21559 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21560
21561         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21562         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
21563           More memory leak fixes (#149162).
21564
21565 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21566
21567         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21568         (gst_qtdemux_add_stream):
21569           Fix two memleaks.
21570
21571 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21572
21573         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
21574           Argh...
21575
21576 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21577
21578         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
21579           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
21580           when fixating to six channels in Totem.
21581
21582 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21583
21584         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
21585           Fix compile warnings on Solaris 10 buildbot
21586
21587 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21588
21589         * ext/dvdread/dvdreadsrc.c: (_read):
21590           Don't read beyond the last cell in a chapter (fixes 
21591           invalid memory access)
21592
21593 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21594
21595         * ext/dvdread/stream_labels.c:
21596         (dvdreadsrc_get_audio_stream_labels):
21597           Use NULL for an empty GList instead of g_list_alloc(); fix 
21598           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
21599           of GString (easier to bulk free later)
21600
21601 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
21602
21603         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21604
21605         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21606         (gst_ffmpeg_pixfmt_to_caps):
21607           Fix BGRA32 caps (#164209).
21608
21609 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
21610
21611         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21612
21613         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21614         (gst_ffmpeg_caps_to_pixfmt):
21615           alpha_mask can be RGBA/ABGR. Fixes #164265.
21616
21617 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
21618
21619         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21620
21621         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
21622         (gst_mpeg2dec_alloc_buffer):
21623         * ext/mpeg2dec/gstmpeg2dec.h:
21624           Crop if decoding size is not the actual image size (#163676).
21625
21626 2005-01-17  Steve Baker  <steve@stevebaker.org>
21627
21628         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21629
21630         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
21631         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
21632           Add libsndfile typefind functions (#163309).
21633
21634 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21635
21636         * tools/gst-launch-ext-m.m:
21637           Add .aac, fix .m1v/.m2v (#163891).
21638
21639 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21640
21641         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
21642           Sanity check, don't wait endlessly since the clock might not
21643           actually run at this point (which is a deadlock). Fixes #164069.
21644
21645 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21646
21647         * gst/playback/gstplaybasebin.c: (probe_triggered):
21648           Of course, only pause if group is done...
21649
21650 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21651
21652         * gst/playback/gstplaybasebin.c: (probe_triggered):
21653           Thread safety.
21654
21655 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
21656
21657         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
21658           Don't return state change success when the parent
21659           failed.
21660
21661 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21662
21663         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
21664           Free events (fix memleak in #162905).
21665
21666 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
21667
21668         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21669
21670         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21671         (gst_ffmpeg_caps_to_pixfmt):
21672           Fix for depth = 15. Fixes #161675.
21673
21674 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21675
21676         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
21677           Set FPS correctly, even for webcams and the like.
21678         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
21679           Don error on setting while capturing.
21680
21681 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21682
21683         * ext/dv/gstdvdec.c:
21684         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
21685         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
21686           I'm a bad boy. using /1001. to force C to do float division
21687           and not integer division (as it did in my last commit)
21688           Thanks to David I. Lehn for pointing this mistake.
21689
21690 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21691
21692         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21693           Revert Johan's 1.35->1.36 since it breaks compat.
21694
21695 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21696
21697         * ext/dv/gstdvdec.c:
21698         * ext/libfame/gstlibfame.c:
21699         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
21700         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
21701           replace framerate aproximations by their real value
21702           (24000/1001, 30000/1001, 60000/1001)
21703           Finish fixing bug #164049
21704
21705 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21706
21707         * ext/ogg/gstoggmux.c:
21708           eos/bos debugging
21709         * gst/tcp/gstmultifdsink.c:
21710         * gst/tcp/gstmultifdsink.h:
21711         * gst/tcp/gsttcp.c:
21712         * gst/tcp/gsttcp.h:
21713         * gst/tcp/gsttcpclientsink.c:
21714         * gst/tcp/gsttcpclientsrc.c:
21715         * gst/tcp/gsttcpserversink.c:
21716         * gst/tcp/gsttcpserversrc.c:
21717           improve reusability of elements after state changes and errors
21718           make multifdsink throw away streamheaders when receiving new ones
21719
21720 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21721
21722         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
21723           Fix for if items are already in list...
21724
21725 2005-01-12  Benjamin Otte  <otte@gnome.org>
21726
21727         * gst/adder/gstadder.c: (gst_adder_loop):
21728           fix adder a bit so it doesn't screw up with events as much anymore
21729
21730 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
21731
21732         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
21733         (pixbufscale_scale), (gst_pixbufscale_chain):
21734         * ext/gdk_pixbuf/pixbufscale.h:
21735           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
21736           to ensure rowstrides are calculated the same way as 
21737           ffmpegcolorspace
21738           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
21739           that we pick up duration and offset also.
21740
21741 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21742
21743         * gst/avi/gstavimux.c: (gst_avimux_class_init),
21744         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
21745           Reusability fixes.
21746
21747 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21748
21749         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21750         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21751         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21752         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21753           Update flags when requested.
21754
21755 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21756
21757         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
21758           Fix dmix.
21759
21760 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21761
21762         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21763         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
21764         (probe_triggered), (new_decoded_pad), (gen_source_element),
21765         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
21766         * gst/playback/gstplaybasebin.h:
21767         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21768         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
21769         (gst_play_bin_change_state):
21770           Implement group-switch signal for use in apps to clear metadata
21771           cache, clean up subtitle, add suburi property instead of # hack,
21772           some error-out fixes.
21773
21774 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21775
21776         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21777           Debug.
21778         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
21779           If we got a state change in the _get handler, don't return success.
21780
21781 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21782
21783         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
21784         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
21785           Make jpegdec quiet on MJPEG decoding
21786         * gst/asfdemux/README:
21787           Fix mimetypes for MJPEG and H263
21788
21789 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21790
21791         * ext/theora/theoradec.c: (theora_dec_chain):
21792           Fix broken code generation by gcc by swapping arguments.
21793         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21794           Fix \n in debug.
21795
21796 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21797
21798         * TODO:
21799           delete this file, it is by far outdated
21800         * ext/alsa/gstalsa.1: remove
21801         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
21802         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
21803         (gst_alsa_get_caps):
21804           Add HW probing for supported sample rates. Fixes #161704
21805
21806 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21807
21808         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21809           Don't crash, biatch! :).
21810
21811 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21812
21813         * ext/musepack/gstmusepackreader.cpp:
21814         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
21815           Some work on tags - still doesn't work in playbin...
21816         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21817           Handle events...
21818
21819 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21820
21821         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
21822           Also shove tags on kid pads.
21823
21824 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21825
21826         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21827           Don't bail on unknown events.
21828         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21829           Don't crash on events before negotiation.
21830         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21831           Send tags on pads, too.
21832         * gst/playback/gststreamselector.c:
21833         (gst_stream_selector_request_new_pad):
21834           Forward events on first pad if no input was selected yet.
21835
21836 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21837
21838         * gst/playback/gstplaybasebin.c: (setup_substreams):
21839           Don't disable streamtype if the stream doesn't exist, since
21840           then playing a video after audio will disable both and nothing
21841           will happen. Fixes the testsuite.
21842
21843 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21844
21845         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
21846         (gst_v4l_xoverlay_set_xwindow_id):
21847         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
21848         (gst_v4l2_xoverlay_set_xwindow_id):
21849           Add debug categories, fix overlay disabling.
21850
21851 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21852
21853         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
21854         * ext/alsa/gstalsa.h:
21855           Add HW probing for period_count/size and buffer_size MIX/MAX
21856           Adjust default/user defined value if out of bounds
21857           Should fix bug #162024
21858
21859 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21860
21861         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
21862           Fix warning (#161191).
21863
21864 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21865
21866         * ext/dvdread/stream_labels.c:
21867         (dvdreadsrc_get_audio_stream_labels):
21868           Fix warning (init the good variable in switch default)
21869
21870 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
21871
21872         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21873
21874         * gst/tta/gstttaparse.c: (gst_tta_src_event):
21875           Fix gcc-2.95 compile (#163485).
21876
21877 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21878
21879         * configure.ac:
21880         * ext/flac/gstflacenc.c: (gst_flacenc_init),
21881         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21882         (gst_flacenc_tell_callback), (gst_flacenc_chain),
21883         (gst_flacenc_change_state):
21884         * ext/flac/gstflacenc.h:
21885           Update for API change in flac-1.1.1. Update requirement in
21886           configure.ac. Fixes #162974.
21887
21888 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21889
21890         * gst/playback/gstplaybasebin.c: (group_destroy):
21891           Remove hack to get rid of assert and get rid of unlinked
21892           signals properly.
21893
21894 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21895
21896         * gst/playback/gstplaybasebin.c: (setup_source):
21897           Set source to NULL so that resources are free'ed. Fixes issues
21898           with playback of CDDA and similar device-accessing things.
21899
21900 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21901
21902         * testsuite/embed/Makefile.am:
21903           test->noinst, fix make test in buildbot.
21904
21905 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21906
21907         * ext/dvdread/stream_labels.c: new file
21908         * ext/dvdread/stream_labels.h: new file
21909         * ext/dvdread/Makefile.am:
21910         * ext/dvdread/dvdreadsrc.c: (_seek_title):
21911           Extract audio stream label from DVD IFO files.
21912           It only dump them on the console for now, still have to
21913           make playbin aware of them.
21914
21915 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21916
21917         * gst/playback/gstplaybasebin.c: (setup_source):
21918           Fix hanging subs.
21919
21920 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21921
21922         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
21923         (gen_preroll_element), (remove_groups), (setup_subtitle),
21924         (gen_source_element), (setup_source):
21925         * gst/playback/gstplaybasebin.h:
21926           Multiple .sub files is just a stupid idea... Fix some threading
21927           mistakes. Interestingly, external .sub files cause playbin to
21928           hang, I don't know why... Parsing fixes contributed by Fran??ois
21929           Kooman <fkooman@tuxed.net>.
21930
21931 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21932
21933         * testsuite/embed/Makefile.am:
21934           Fix buildbot.
21935
21936 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
21937
21938         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21939
21940         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21941         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21942         (gst_pngenc_set_property):
21943         * ext/libpng/gstpngenc.h:
21944           Add compression level property (#163323).
21945
21946 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21947
21948         * configure.ac:
21949         * examples/capsfilter/capsfilter1.c: (main):
21950         * examples/seeking/spider_seek.c: (make_spider_pipeline):
21951         * ext/dvdread/Makefile.am:
21952         * ext/dvdread/demo-play:
21953         * ext/dvdread/demo-play.c:
21954         * gconf/gstreamer.schemas.in:
21955         * gst-libs/gst/gconf/gconf.c:
21956         * sys/v4l/TODO:
21957         * testsuite/Makefile.am:
21958         * testsuite/embed/Makefile.am:
21959         * testsuite/embed/embed.c: (cb_expose), (main):
21960           Remove all references to xvideosink, fix examples (#140845).
21961         * gst/playback/gstplaybasebin.c: (group_destroy):
21962           Apparently, disposal does not unlink - so do explicitely.
21963         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21964           Add debug.
21965
21966 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
21967
21968         * README: fix PKG_CONFIG_PATH instructions, what was there
21969         previously was breaking default search path, not nice. 
21970         Fixes #163358
21971
21972 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21973
21974         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
21975         (gst_audioscale_chain):
21976           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
21977           when resampling - how the ^@$^!@^! is this possible?!?
21978
21979 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21980
21981         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21982           Reset variables on READY.
21983         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
21984         (gst_matroska_mux_loop):
21985           Require data before writing header.
21986
21987 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
21988
21989         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21990
21991         * ext/mad/gstmad.c: (gst_mad_chain):
21992           Don't call mad_stream_sync() directly after recovering sync.
21993           Fixes #151661.
21994
21995 2005-01-09  Martin Eikermann  <meiker@upb.de>
21996
21997         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21998
21999         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
22000         (snapshot_handler), (gst_snapshot_sinkconnect),
22001         (gst_snapshot_chain):
22002           Allocate resources when required, fix recursive signal emission
22003           and fix caps. Fixes #161667.
22004
22005 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
22006
22007         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22008
22009         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
22010         (gst_pngdec_chain):
22011           Handle only 8-bppc (bits-per-pixel-component) images, better
22012           error handling and correct strides. Fixes #163177.
22013         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
22014         (gst_pngenc_chain):
22015           Better error handling. Fixes #163348.
22016
22017 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22018
22019         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
22020         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
22021         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
22022         (dvdnavsrc_uri_handler_init):
22023           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
22024         * gst/playback/gstplaybasebin.c: (gen_source_element):
22025           Add MMS to streaming URIs.
22026
22027 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22028
22029         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
22030         * sys/xvimage/xvimagesink.c:
22031         (gst_xvimagesink_navigation_send_event):
22032           Check for pad availability before sending event.
22033
22034 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22035
22036         * gst-plugins.spec.in:
22037           Add subparse.
22038
22039 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22040
22041         * configure.ac:
22042           Since we use functions from CVS, up requirement.
22043
22044 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22045
22046         * gst/playback/Makefile.am:
22047         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22048         (group_destroy), (group_commit), (group_is_muted),
22049         (gen_preroll_element), (add_stream), (unknown_type),
22050         (probe_triggered), (preroll_unlinked), (mute_stream),
22051         (silence_stream), (new_decoded_pad), (setup_substreams),
22052         (setup_source), (get_active_source), (mute_group_type),
22053         (muted_group_change_state), (set_active_source),
22054         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22055         (play_base_eos), (gst_play_base_bin_change_state):
22056         * gst/playback/gstplaybasebin.h:
22057         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
22058         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22059         (gst_stream_info_dispose), (stream_info_mute_pad),
22060         (stream_info_change_state), (gst_stream_info_set_mute):
22061         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
22062         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
22063         (gst_stream_selector_init), (gst_stream_selector_dispose),
22064         (gst_stream_selector_get_linked_pad),
22065         (gst_stream_selector_get_caps), (gst_stream_selector_link),
22066         (gst_stream_selector_get_linked_pads),
22067         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
22068         * gst/playback/gststreamselector.h:
22069           Adding stream selection support plus required properties for
22070           applications to use this. Fully fixes #100931.
22071
22072 2005-01-08  Benjamin Otte  <otte@gnome.org>
22073
22074         * gst/games/gstpuzzle.c: (nav_event_handler):
22075           - handle nav events differently: forward every event no matter if it
22076             was handled or not.
22077           - translate events
22078           You can now cheat by using navigationtest ! puzzle and moving the
22079           mouse close to the edge of a tile. ;)
22080
22081 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22082
22083         * configure.ac:
22084         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
22085         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
22086         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
22087         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
22088         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
22089         (gst_ogm_parse_plugin_init):
22090         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
22091         (gst_textoverlay_link), (gst_textoverlay_getcaps),
22092         (gst_textoverlay_event), (gst_textoverlay_video_chain),
22093         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
22094         * ext/pango/gsttextoverlay.h:
22095         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
22096         (gst_matroska_demux_handle_seek_event),
22097         (gst_matroska_demux_sync_streams),
22098         (gst_matroska_demux_parse_blockgroup),
22099         (gst_matroska_demux_subtitle_caps),
22100         (gst_matroska_demux_plugin_init):
22101         * gst/matroska/matroska-ids.h:
22102         * gst/playback/gstdecodebin.c: (close_pad_link):
22103         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22104         (gen_preroll_element), (remove_groups), (add_stream),
22105         (new_decoded_pad), (setup_subtitles), (gen_source_element),
22106         (setup_source):
22107         * gst/playback/gstplaybasebin.h:
22108         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
22109         * gst/subparse/Makefile.am:
22110         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
22111         (gst_subparse_base_init), (gst_subparse_class_init),
22112         (gst_subparse_init), (gst_subparse_formats),
22113         (gst_subparse_eventmask), (gst_subparse_event),
22114         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
22115         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
22116         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
22117         (parse_mpsub_deinit), (parse_mpsub_init),
22118         (gst_subparse_buffer_format_autodetect),
22119         (gst_subparse_format_autodetect), (gst_subparse_loop),
22120         (gst_subparse_change_state), (gst_subparse_type_find),
22121         (plugin_init):
22122         * gst/subparse/gstsubparse.h:
22123         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
22124         (plugin_init):
22125           Add subtitle support, .sub parser (supports SRT and MPsub),
22126           OGM text support, Matroska UTF-8 text support, deadlock fixes
22127           all over the place, subtitle awareness in decodebin/playbin
22128           and some fixes to textoverlay to handle subtitles in a stream
22129           correctly. Fixes #100931.
22130
22131 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22132
22133         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22134           Check for pad availability before doing a query on it.
22135
22136 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22137
22138         * ext/dv/gstdvdec.c:
22139           really fix bpp24/32 dvdec caps (classic rgba indeed)
22140         * gst/asfdemux/gstasfdemux.c:
22141         (gst_asf_demux_process_ext_content_desc):
22142           don't send text tags if they are empty (bis repetita)
22143
22144 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22145
22146         * ext/dv/gstdvdec.c:
22147          remove unneeded comment from dvdec
22148           (related to DV 4CC codes in AVI files)
22149           moved them in gstreamer/docs/random/mimetypes
22150         * gst/asfdemux/gstasfdemux.c:
22151         (gst_asf_demux_process_ext_content_desc):
22152          don't send text tags if they are empty
22153          fix mem leak on error path
22154         * gst/ffmpegcolorspace/avcodec.h:
22155         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22156         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
22157         (gst_ffmpegcsp_avpicture_fill):
22158         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
22159         * gst/ffmpegcolorspace/imgconvert_template.h:
22160          adds BGR32 and BGRA32 to ffmpegcolorspace
22161           (still bad colors, fixing it on next commit)
22162           helps with dvdec outputing BGR32
22163
22164 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22165
22166         * ext/dv/gstdvdec.c:
22167          Fix audio caps i just broke (missing ',')
22168         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
22169         (gst_matroska_mux_reset):
22170          Fix typo + add FIXME about old "x-gst-metadata" crap
22171
22172 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22173
22174         * ext/dv/demo-play.c: (main):
22175          xvideosink -> xvimagesink
22176         * ext/dv/gstdvdec.c:
22177          change rgb 32/32 caps to 24/32 (no alpha)
22178          change nb of channels to be a list (2 or 4, not 2)
22179          change sample rate to be a list (32, 44.1, 48 kHz) not a range
22180         * gst/asfdemux/gstasfdemux.c:
22181         (gst_asf_demux_process_ext_content_desc):
22182          Add 'date/year' to extracted metadata list
22183
22184 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22185
22186         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
22187           The return value of fixate_to does not imply that the requested
22188           value was set, so don't assume.
22189
22190 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
22191
22192         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22193
22194         * ext/libpng/gstpngdec.c:
22195         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
22196         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
22197         * ext/libpng/gstpngenc.h:
22198           Alpha support (encoder; #163161), mime fixage.
22199
22200 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
22201
22202         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22203
22204         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
22205         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
22206         (gst_faac_set_property), (gst_faac_get_property):
22207         * ext/faac/gstfaac.h:
22208           Allow for ADTS output (#153434).
22209
22210 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22211
22212         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22213           Fix against template (#150576).
22214
22215 2005-01-06  Benjamin Otte  <otte@gnome.org>
22216
22217         * gst/games/gstpuzzle.c: (draw_puzzle):
22218           don't draw a puzzle if either width or height of tiles would be 0.
22219
22220 2005-01-06  Benjamin Otte  <otte@gnome.org>
22221
22222         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
22223         (gst_puzzle_class_init), (gst_puzzle_finalize):
22224           no memleaks, please
22225         (gst_puzzle_create), (gst_puzzle_init),
22226         (gst_puzzle_set_property), (gst_puzzle_setup):
22227           change initialization code around so we don't reshuffle on resize
22228         (draw_puzzle):
22229           fix another stupid typo
22230
22231 2005-01-06  Benjamin Otte  <otte@gnome.org>
22232
22233         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
22234           fix stupid typo that borked copying on YUY2
22235
22236 2005-01-06  Benjamin Otte  <otte@gnome.org>
22237
22238         * gst/games/gstpuzzle.c: (draw_puzzle):
22239           fix edges when image sizes aren't multiples of tile sizes
22240
22241 2005-01-06  Benjamin Otte  <otte@gnome.org>
22242
22243         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
22244           make RGB endianness work correctly
22245         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
22246           refactor and fix race with initial shuffling
22247         (nav_event_handler):
22248           allow using the mouse to puzzle
22249         (draw_puzzle):
22250           insist on tiles having width and height as multiples of 4 to get
22251           clean YUV image handling
22252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22253         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
22254           s/DEBUG/LOG/ for common messages
22255         (gst_xvimagesink_navigation_send_event):
22256           fix mouse event translation to not include screen PAR
22257         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
22258           fix mouse event translation to actually work
22259
22260 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22261
22262         * gst/asfdemux/gstasfdemux.c:
22263         (gst_asf_demux_process_ext_content_desc):
22264          Extract TrackNumber metadata + clean up code
22265         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
22266          Hope this is the good fix (var used unitialised)
22267
22268 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22269
22270         * ext/faad/gstfaad.c: (gst_faad_chain):
22271           Only increment timestamp if it's valid. Fixes raw AAC streams.
22272
22273 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22274
22275         * configure.ac:
22276         * gst/games/Makefile.am:
22277         * gst/games/gstpuzzle.c:
22278           add a puzzle game with...
22279         * gst/games/gstvideoimage.c:
22280         * gst/games/gstvideoimage.h:
22281           ... full colorspace support (that includes YUV9 and RGB16)) stolen
22282           from videotestsrc and made into something that would be a nice
22283           library for a lot of other plugins.
22284
22285 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22286
22287         * configure.ac:
22288          don't compile faad plugin if a RC of 2.0 is found
22289          Fixes #155346 (and FC1 buildbot)
22290         * gst/asfdemux/gstasfdemux.c:
22291         (gst_asf_demux_process_ext_content_desc):
22292          try to make Solaris compiler happier
22293
22294 2005-01-06  Paul Jack  <pjack@sfaf.org>
22295
22296         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22297
22298         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
22299           Fix segfault (#161667).
22300
22301 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22302
22303         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22304           Fix framerate reporting.
22305
22306 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22307
22308         * gst-libs/gst/riff/riff-ids.h:
22309         * gst/wavenc/riff.h:
22310          Add AMR (VBR and CBR) ids to riff.h audio codec list
22311         * gst/asfdemux/gstasfdemux.c:
22312         (gst_asf_demux_process_ext_content_desc),
22313         (gst_asf_demux_process_object):
22314           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
22315
22316 2005-01-05  Martin Eikermann  <meiker@upb.de>
22317
22318         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22319
22320         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22321         (gst_dvd_demux_handle_discont):
22322         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
22323         (gst_mpeg_demux_handle_discont):
22324           Recreate pads on new-media (#160730).
22325         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
22326           Send discont even if manager changes timestamps (#161929).
22327
22328 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
22329
22330         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22331
22332         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
22333           Fix invalid memory access (#159211).
22334
22335 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22336
22337         * examples/gstplay/player.c: (main):
22338           Don't iterate.
22339         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
22340           Add visualizations.
22341         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
22342         (gst_a52dec_handle_frame):
22343           Set duration.
22344         * ext/dvdnav/gst-dvd:
22345           Add audioconvert. Fixes #161325.
22346         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
22347           Explicitely case to gint64. Possible valgrind error.
22348         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
22349         (gst_play_tick_callback), (gst_play_change_state),
22350         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
22351         (gst_play_set_location), (gst_play_get_location),
22352         (gst_play_seek_to_time), (gst_play_set_data_src),
22353         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22354         (gst_play_set_visualization), (gst_play_connect_visualization),
22355         (gst_play_get_framerate), (gst_play_get_all_by_interface),
22356         (gst_play_new):
22357           Use playbin. Fixes #139749 and #147744.
22358         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
22359           Add genre tag.
22360         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
22361         (audioscale_get_type), (gst_audioscale_base_init),
22362         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
22363         (gst_audioscale_getcaps), (gst_audioscale_fixate),
22364         (gst_audioscale_link), (gst_audioscale_get_buffer),
22365         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
22366         (gst_audioscale_init), (gst_audioscale_dispose),
22367         (gst_audioscale_chain), (gst_audioscale_set_property),
22368         (gst_audioscale_get_property), (plugin_init):
22369           Indent properly.
22370         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
22371           Fix LPCM.
22372         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
22373         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
22374         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
22375           Add more metadata (fixes #162656).
22376
22377 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22378
22379         * configure.ac:
22380           back to cvs
22381
22382 === release 0.8.7 ===
22383
22384 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22385
22386         * NEWS:
22387         * RELEASE:
22388         * configure.ac:
22389           releasing 0.8.7, "Hyperspace"
22390
22391 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22392
22393         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
22394
22395         * gst/playback/gstplaybasebin.c:
22396          Fix for #162924 - free caps after use, not before
22397
22398 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22399
22400         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22401
22402         * gst/playback/gstplaybasebin.c:
22403         * gst/wavparse/gstwavparse.c:
22404           Fix for #154773 - fixes playback of small .wav files
22405
22406 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22407
22408         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22409
22410         * gst/audioscale/gstaudioscale.c:
22411           Fix for #162819 - make audioscale reusable
22412           Fixes playback of more than one file with playbin/totem
22413
22414 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22415
22416         * gst/ffmpegcolorspace/avcodec.h:
22417         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22418         * gst/ffmpegcolorspace/imgconvert.c:
22419           clean up the mess that made me cry and avoid needless duplication
22420
22421 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22422
22423         * gst/ffmpegcolorspace/imgconvert.c:
22424           give some indication of why we're segfaulting
22425
22426 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22427
22428         * configure.ac:
22429           Fix indentation, fix v4l2 plugin detection.
22430         * ext/Makefile.am:
22431           Fix libmms location (Maciej, use diff -u!).
22432         * ext/alsa/gstalsa.c: (gst_alsa_init):
22433           Initialize caps cache to NULL.
22434         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22435           Only change state on audiosink if it exists.
22436
22437 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
22438
22439         * gst/matroska/matroska-demux.c:
22440         * gst/matroska/matroska-ids.h:
22441         * gst/matroska/matroska-demux.h:
22442         Fix Vorbis streams failing to decode in some files, where cluster_time
22443         isn't 0, because then it doesn't send codec_priv before actual data.
22444         Remove time-based test and replace it with marker set on beginning of
22445         new stream
22446
22447 2004-12-28  David Schleef  <ds@schleef.org>
22448
22449         Merge patch from Ronald fixing problems with streaming
22450         text.
22451         * ext/cairo/gstcairo.c: (plugin_init):
22452         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
22453         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
22454         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
22455         (gst_textoverlay_font_init), (gst_textoverlay_init),
22456         (gst_textoverlay_set_property):
22457         * ext/cairo/gsttextoverlay.h:
22458
22459 2004-12-27  David Schleef  <ds@schleef.org>
22460
22461         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
22462         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
22463         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
22464         (gst_textoverlay_font_init), (gst_textoverlay_init),
22465         (gst_textoverlay_set_property): Improvements to actually
22466         render text as white on black outline on video, including
22467         font selection and horizontal/vertical alignment.  (Ronald's
22468         christmas present)
22469         * ext/cairo/gsttextoverlay.h:
22470
22471 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22472
22473         * ext/ogg/gstogg.c:
22474         * ext/ogg/gstogmparse.c:
22475           fix ogm[audio/video]parse plugin registration
22476           (riff won't load if bytestream is already loaded)
22477
22478 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22479
22480         * gst/audioconvert/gstchannelmix.c:
22481           fix for GLIB < 2.4
22482
22483 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22484
22485         * Makefile.am:
22486         * configure.ac:
22487           disable docs again until it actually passes make distcheck.
22488
22489 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22490
22491         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
22492         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
22493         (plugin_init):
22494           Add 3GP (variables name Q3GP because they can't start with a
22495           number). Add samr audio fourcc (used in .3gp files), decoder
22496           is work in progress. Also do a GST_WARNING instead of ERROR
22497           in case of unknown nodes, to decrease output.
22498
22499 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22500
22501         * Makefile.am:
22502           really fix dist
22503
22504 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22505
22506         * configure.ac:
22507         * ext/speex/gstspeexdec.h:
22508         * ext/speex/gstspeexenc.h:
22509           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
22510           Fix detection code in configure.ac
22511
22512 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22513
22514         * gst/matroska/matroska-demux.c:
22515         (gst_matroska_demux_parse_blockgroup):
22516           Save position, so that queries give proper return values. Don't
22517           know how this could ever have worked before...
22518
22519 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22520
22521         * configure.ac:
22522           Put additional LAME check inside the conditional.  Fixes #152339
22523
22524 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22525
22526         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22527         (gst_avi_demux_stream_scan):
22528           Add some more debug. Fix logic error when setting movi offset
22529           while reading index.
22530
22531 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22532
22533         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22534         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
22535         (gst_avi_demux_process_next_entry):
22536           Add some debugging. Better detection of broken indexes and the
22537           accompanying index recovery. No infinite loops on state changes
22538           when we're still in our loopfunction.
22539
22540 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22541
22542         * configure.ac:
22543           Fix up.
22544
22545 2004-12-22  Archana Shah  <archana.shah@wipro.com>
22546
22547         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22548
22549         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
22550           Normalizing the value before setting
22551         (gst_sunaudiomixer_get_volume):
22552           Normalizing the value after getting. Fixes bug# 161980
22553
22554 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22555
22556         * Makefile.am: Make sure docs gets disted
22557         * docs/Makefile.am: Make sure all needed files get disted
22558         * gst-plugins.spec.in: latest updates
22559
22560 2004-12-22  Wim Taymans  <wim@fluendo.com>
22561
22562         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22563         Revert patch 1.38 as clock distribution over schedulers does
22564         not work correcly in the core yet.
22565
22566 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22567
22568         * sys/oss/README: remove this file, which predates my birth
22569           (and which content is by far outdated)
22570
22571 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
22572
22573         * Makefile.am:
22574         * configure.ac:
22575         * docs/Makefile.am:
22576         * docs/libs/Makefile.am:
22577         * docs/libs/gst-plugins-libs-docs.sgml:
22578         * docs/libs/gst-plugins-libs-sections.txt:
22579         * docs/libs/tmpl/gstgconf.sgml:
22580         * docs/upload.mak:
22581         * docs/version.entities.in:
22582           Added boilerplate gtk-doc files for plugin-libs documentation.
22583
22584 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22585
22586         * gst/auparse/gstauparse.c: fix int and float audio caps
22587
22588 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22589
22590         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
22591         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
22592           g_assert() can be a macro, don't use #ifdef inside it.
22593
22594 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
22595
22596         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22597
22598         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
22599         (gst_videorate_init), (gst_videorate_chain),
22600         (gst_videorate_change_state):
22601           Event handling (fixes #159986).
22602
22603 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22604
22605         * gst-libs/gst/riff/riff-media.c:
22606         (gst_riff_create_video_caps_with_data):
22607           Add BLZ0 (Blizzard's version of DivX) fourcc.
22608
22609 2004-12-18  David Schleef  <ds@schleef.org>
22610
22611         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
22612         portability fix.
22613
22614 2004-12-18  David Schleef  <ds@schleef.org>
22615
22616         * gst/tta/ttadec.h: Disable some header code that isn't used
22617         and clearly isn't portable.
22618
22619 2004-12-18  David Schleef  <ds@schleef.org>
22620
22621         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
22622         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22623         (avcodec_get_pix_fmt), (avpicture_layout),
22624         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
22625         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
22626         Fix code to not use GCC extensions (and c99 extensions that
22627         Forte does not like.)
22628
22629 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22630
22631         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22632
22633         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
22634         (gst_deinterlace_chain):
22635           Rowstride fixes. Fixes #161039.
22636         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
22637         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
22638         (gst_video_crop_getcaps), (gst_video_crop_link),
22639         (gst_video_crop_i420), (gst_video_crop_chain),
22640         (gst_video_crop_change_state):
22641           Rework of negotiation. Actually works now. Fixes #158650.
22642
22643 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22644
22645         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
22646           That was very stupid.
22647
22648 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22649
22650         * gst/matroska/matroska-demux.c:
22651         (gst_matroska_demux_parse_blockgroup):
22652           Fix possible crasher.
22653
22654 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22655
22656         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
22657         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
22658           Lace sizes can be zero.
22659
22660 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22661
22662         * ext/musepack/gstmusepackdec.cpp:
22663           Fetch error return values. Fixes #161624.
22664         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
22665           Really EOS.
22666
22667 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22668
22669         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
22670           Work for truncated (unfinished download etc.) files. Fixes #160514.
22671
22672 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22673
22674         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22675           Fix for integer overflow. Makes #156001 not crash. Probably masks
22676           the real bug.
22677
22678 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22679
22680         * gst/ac3parse/gstac3parse.c: (plugin_init):
22681           Parsers never have ranks. Fixes #159651.
22682
22683 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22684
22685         * gst/playback/gstdecodebin.c: (compare_ranks):
22686           make sure the facotries are ordered the same every time even if they
22687           have the same rank by using the name
22688         * gst/playback/gstdecodebin.c: (find_compatibles):
22689           make sure we don't add factories to the list twice
22690
22691 2004-12-16  David Schleef  <ds@schleef.org>
22692
22693         * configure.ac: look for musepack headers as musepack/*.h
22694         (fixes #159847)
22695         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
22696         * ext/musepack/gstmusepackreader.h: same
22697
22698 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22699
22700         * gst-libs/gst/riff/riff-read.c:
22701         (gst_riff_read_strf_auds_with_data):
22702           Read extradata correctly (fixes #155879).
22703
22704 2004-12-16  David Schleef  <ds@schleef.org>
22705
22706         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
22707         audio.  does _not_ attempt or allow conversion unless channels
22708         is 1 or 2.
22709
22710 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22711
22712         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
22713
22714 2004-12-16  David Schleef  <ds@schleef.org>
22715
22716         * gst/audioscale/gstaudioscale.c: the resample library only
22717         handles 1 or 2 channels.  Change caps to compensate.
22718
22719 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22720
22721         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
22722         (gst_matroska_demux_audio_caps):
22723           Some MPEG-AAC hacks, because else it doesn't work...
22724
22725 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22726
22727         * gst-libs/gst/riff/riff-media.c:
22728         (gst_riff_create_video_caps_with_data),
22729         (gst_riff_create_video_template_caps):
22730           Add h264.
22731
22732 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22733
22734         * gst-libs/gst/audio/Makefile.am:
22735           Try to fix buildbot.
22736
22737 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22738
22739         * gst/tcp/gstmultifdsink.c:
22740           Clean up and uniformize debugging.
22741
22742 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
22743
22744         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22745
22746         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22747         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
22748         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
22749         (gst_mpeg_demux_change_state):
22750           Reset on ready. Fixes 160276.
22751
22752 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
22753
22754         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22755
22756         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22757         (gst_ffmpegcsp_pad_link):
22758           Fix memleak (#154815).
22759
22760 2004-12-16  James Bowes  <bowes@cs.dal.ca>
22761
22762         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22763
22764         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
22765         (gst_musicbrainz_init), (gst_musicbrainz_chain),
22766         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
22767         * ext/musicbrainz/gsttrm.h:
22768           Add support for using a proxy server when getting a trm id from
22769           the MusicBrainz database (#149613).
22770
22771 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
22772
22773         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22774
22775         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
22776         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
22777           Fix memleaks (#157233).
22778
22779 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
22780
22781         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22782
22783         * gst-libs/gst/resample/resample.c: (gst_resample_close):
22784         * gst-libs/gst/resample/resample.h:
22785         * gst/audioscale/gstaudioscale.c:
22786           Fix memleak (#159215).
22787
22788 2004-12-16  Toni Willberg  <toniw@iki.fi>
22789
22790         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22791
22792         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
22793         * sys/oss/oss_probe.c: (main):
22794           Check for mono/stereo support (similar to samplerate probing),
22795           fixes #159433. Also add missing copyright header to oss_probe.c.
22796
22797 2004-12-15  David Schleef  <ds@schleef.org>
22798
22799         * configure.ac: add audioresample and cairo plugins.  Remove
22800         HAVE_MMX stuff, because it's not used.
22801         * ext/Makefile.am: same
22802         * ext/audioresample/Makefile.am: You are not ready for an
22803         audio resampling element based on audioresample.
22804         * ext/audioresample/gstaudioresample.c:
22805         * ext/audioresample/gstaudioresample.h:
22806         * ext/cairo/Makefile.am: You are not ready for overlay elements
22807         based on cairo.  Don't look too closely, these elements kinda
22808         suck right now.
22809         * ext/cairo/gstcairo.c: new
22810         * ext/cairo/gsttextoverlay.c: new
22811         * ext/cairo/gsttextoverlay.h: new
22812         * ext/cairo/gsttimeoverlay.c: new
22813         * ext/cairo/gsttimeoverlay.h: new
22814         * gst-libs/gst/media-info/media-info-priv.h: fix compile
22815         problem with compilers that don't support variadic macros.
22816
22817 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
22818
22819         Reviewed by:  David Schleef  <ds@schleef.org>
22820
22821         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
22822         Bala, registering sunaudiosrc (oops!), and cleaning up code a
22823         bit.  Also ran indent-gst.
22824         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
22825         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
22826         (gst_sunaudiosrc_setparams):
22827
22828 2004-12-14  David Schleef  <ds@schleef.org>
22829
22830         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
22831         output rate to 16000.  Should fix #160235.
22832
22833 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22834
22835         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
22836         Add typefinding for mpeg2 pes streams
22837
22838 2004-12-13  David Schleef  <ds@schleef.org>
22839
22840         * configure.ac:  Applied patch from bug #143659, making default
22841         sources and sinks OS-dependent (for Solaris), and added code
22842         for OS/X.
22843         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
22844
22845 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22846
22847         * gst-libs/gst/riff/riff-media.c:
22848           forgot to add h2.64 to avidemux template caps
22849
22850 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22851
22852         * gst/wavenc/riff.h:
22853         * gst-libs/gst/riff/riff-media.c:
22854         * gst-libs/gst/riff/riff-ids.h:
22855         * gst/avi/gstavimux.c
22856         add 4CC code for VideoSoft h264 in AVI (VSSH)
22857           fixes bug #160655
22858         remove s323 from riff, it's quicktime specific :(
22859
22860 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22861
22862         * gst/asfdemux/README
22863         * gst/wavenc/riff.h
22864         * gst-libs/gst/riff/riff-ids.h
22865         * gst-libs/gst/riff/riff-media.c
22866         * gst/qtdemux/qtdemux.c:
22867           add new 4CC codes for h263 related codecs
22868           fixes partially bug #155163
22869
22870 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
22871
22872         * configure.ac: Update polyaudio requirement to 0.7
22873         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
22874
22875 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22876
22877         * gst/interleave/deinterleave.c:
22878         fix my name's spelling! :)
22879
22880 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22881
22882         * AUTHORS ChangeLog
22883         * gst/auparse/gstauparse.c
22884         * gst/interleave/deinterleave.c
22885         * gst/law/:
22886                 alaw-decode.c alaw-encode.c
22887                 mulaw-decode.c mulaw-encode.c
22888         * gst/oneton/gstoneton.c
22889         * sys/osxaudio/:
22890                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
22891         * sys/osxvideo/:
22892                 cocoawindow.h cocoawindow.m
22893                 osxvideosink.h osxvideosink.m
22894
22895         put the same mail address for Zaheer Abbas Merali everywhere
22896
22897 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22898
22899         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
22900           Align by packetsize, and assert that we a packet available before
22901           playing. The first makes webstreams work (they often include
22902           trailing padding data in a packet), the second allows pausing a
22903           ASF stream in totem without getting demux errors afterwards.
22904
22905 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22906
22907         * ext/ogg/gstoggdemux.c: (get_relative):
22908           Check for non-NULL before accessing member (end-of-chain).
22909
22910 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22911
22912         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22913         (cdparanoia_set_property), (cdparanoia_get_property):
22914         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
22915         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
22916         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
22917         (dvdreadsrc_init), (dvdreadsrc_set_property),
22918         (dvdreadsrc_get_property):
22919         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
22920         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
22921           Synchronize property names where not yet the case. Devices are
22922           now device=X, other versions are deprecated (but still exist).
22923           Also use g_free() unconditionally.
22924         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22925         (setup_source), (gst_play_base_bin_get_property):
22926           Expose source.
22927
22928 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22929
22930         * configure.ac: move GCONF macro outside conditional for the am
22931           conditional. Fixes #160439
22932
22933 2004-12-08  David Schleef  <ds@schleef.org>
22934
22935         * tools/gst-visualise-m.m: Switch to elements that currently
22936         exist.
22937
22938 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22939
22940         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
22941           We love wrong commas.
22942
22943 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22944
22945         * gst/matroska/matroska-demux.c:
22946         (gst_matroska_demux_handle_src_query):
22947           Don't set DEFAULT, unsupported - makes length display incorrectly
22948           in some cases.
22949
22950 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22951
22952         * gst/monoscope/README: remove blurb about files being GPL
22953         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
22954         * gst/monoscope/monoscope.c: Change license to BSD with explanation
22955           monoscope is now effectively LGPL licensed
22956
22957 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22958
22959         * gst/monoscope/README: Update information to be more correct
22960         * gst/monoscope/convolve.c: Relicense to LGPL
22961         * gst/monoscope/convolve.h: Relicense to LGPL
22962
22963 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
22964
22965         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22966           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
22967         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
22968           set default_duration for mpeg1 audio
22969
22970 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22971
22972         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
22973         * ext/alsa/gstalsa.h:
22974           refactor big chunks of the core caps negotiation code to make it
22975           a lot faster, because people claim it's really slow
22976           (actually, just cache the getcaps when the device is opened)
22977
22978 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22979
22980         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
22981         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
22982         (gst_a52dec_handle_frame), (gst_a52dec_chain),
22983         (gst_a52dec_change_state), (plugin_init):
22984         * ext/a52dec/gsta52dec.h:
22985           Do something useful with timestamps. Make chain-based (since
22986           there's really no reason to be loopbased).
22987         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
22988           Update current_byte/frame correctly.
22989
22990 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22991
22992         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
22993         (gst_ape_demux_stream_init):
22994           Forward tags, too.
22995
22996 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22997
22998         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
22999           Let's make sure we're done typefinding when detecting tags.
23000
23001 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23002
23003         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
23004         (gst_ebml_read_init), (gst_ebml_read_use_event),
23005         (gst_ebml_read_element_id), (gst_ebml_peek_id),
23006         (gst_ebml_read_seek), (gst_ebml_read_skip),
23007         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
23008         (gst_ebml_read_master):
23009         * gst/matroska/ebml-read.h:
23010         * gst/matroska/matroska-demux.c:
23011         (gst_matroska_demux_parse_contents),
23012         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
23013           Disgustingly evil hack for working around INTERRUPT events and
23014           their extremely annoying habit of being a pain in the ass. We
23015           simply peek a cluster before reading any of it.
23016
23017 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23018
23019         * ext/musepack/gstmusepackdec.cpp:
23020           There's also floating point libmusepacks.
23021
23022 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23023
23024         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
23025         (gst_faad_chanpos_to_gst), (gst_faad_chain):
23026           Set DURATION even if source buffer didn't. Also use increasing
23027           timestamps.
23028         * gst-libs/gst/riff/riff-media.c:
23029         (gst_riff_create_audio_caps_with_data):
23030           Block_align can have larger values than 8192.
23031
23032 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23033
23034         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
23035         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
23036         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
23037         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
23038           Fix caps.
23039
23040 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23041
23042         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
23043           Fix logic bug.
23044
23045 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23046
23047         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
23048           Yay, another one.
23049
23050 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23051
23052         * ext/esd/esdsink.c: (gst_esdsink_chain):
23053           Make error actually say something useful (fixes #156798).
23054         * gst-libs/gst/riff/riff-media.c:
23055         (gst_riff_create_video_caps_with_data),
23056         (gst_riff_create_video_template_caps):
23057           Add Intel Video 5.0 fourcc (IV50).
23058
23059 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
23060
23061         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
23062         detection on mono and stereo mp3 files.
23063
23064 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23065
23066         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23067           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
23068           the contained stream).
23069
23070 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23071
23072         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
23073           Oops, remove debug.
23074
23075 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23076
23077         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23078
23079         * gst/law/alaw-decode.c: (alawdec_getcaps):
23080         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
23081           Prevent warnings when negotiating caps (fixes #159338).
23082
23083 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23084
23085         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23086         (gst_ffmpegcsp_chain):
23087           Remove old leftover that shouldn't be there...
23088
23089 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23090
23091         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23092
23093         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
23094           Don't forward DISCONT events (fixes #159684).
23095
23096 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23097
23098         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
23099           Unlink manually since sometimes bin disposal (and therefore
23100           pad unlinking) is delayed, which will cause a new media file
23101           to not be able to start playing instantly.
23102
23103 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23104
23105         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
23106           On mute of an unlinked stream, check for pad availability so
23107           we don't crash on unlinked pad.
23108
23109 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23110
23111         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23112         (gst_avi_demux_massage_index):
23113           Fix quite humiliating bug in omitting 0-sized index chunks but
23114           forgetting to count them for timestamps.
23115
23116 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23117
23118         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
23119           Actually leave the loop if we failed to sync. Don't crash.
23120
23121 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23122
23123         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
23124         (gst_dvd_demux_process_private):
23125         * gst/mpegstream/gstdvddemux.h:
23126           Fix crash (#159759). Doesn't work, though. :-(.
23127
23128 2004-11-28  Benjamin Otte  <otte@gnome.org>
23129
23130         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
23131           more overwriting protection due to modifying channels one by one
23132           instead of all at once
23133
23134 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23135
23136         * gst/audioconvert/gstchannelmix.c:
23137         (gst_audio_convert_fill_normalize):
23138           Normalize using absolute values.
23139
23140 2004-11-28  Julien MOUTTE  <julien@moutte.net>
23141
23142         * configure.ac:
23143         * ext/Makefile.am:
23144         * ext/directfb/Makefile.am:
23145         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
23146         (gst_directfbvideosink_get_pixel_format),
23147         (gst_directfbvideosink_get_format_from_fourcc),
23148         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
23149         (gst_directfbvideosink_sink_link),
23150         (gst_directfbvideosink_change_state),
23151         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
23152         (gst_directfbvideosink_buffer_alloc),
23153         (gst_directfbvideosink_interface_supported),
23154         (gst_directfbvideosink_interface_init),
23155         (gst_directfbvideosink_navigation_send_event),
23156         (gst_directfbvideosink_navigation_init),
23157         (gst_directfbvideosink_set_property),
23158         (gst_directfbvideosink_get_property),
23159         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
23160         (gst_directfbvideosink_base_init),
23161         (gst_directfbvideosink_class_init),
23162         (gst_directfbvideosink_get_type), (plugin_init):
23163         * ext/directfb/directfbvideosink.h: Adding a first version of
23164         directfbvideosink.
23165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
23166         more.
23167
23168 2004-11-28  Benjamin Otte  <otte@gnome.org>
23169
23170         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
23171           walk the samples backwards if out_channels > in_channels so we don't
23172           overwrite data
23173
23174 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23175
23176         * gst/audioconvert/Makefile.am:
23177         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23178         (gst_audio_convert_link), (gst_audio_convert_change_state),
23179         (gst_audio_convert_channels):
23180         * gst/audioconvert/gstchannelmix.c:
23181         (gst_audio_convert_unset_matrix),
23182         (gst_audio_convert_fill_identical),
23183         (gst_audio_convert_fill_compatible),
23184         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
23185         (gst_audio_convert_fill_others),
23186         (gst_audio_convert_fill_normalize),
23187         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
23188         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
23189         * gst/audioconvert/gstchannelmix.h:
23190           Implement a channel mixer.
23191
23192 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
23193
23194         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
23195         * ext/alsa/gstalsa.h:
23196         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
23197         Make alsasink actually honor gst_element_set_clock and use that
23198         clock instead of its internal one.
23199
23200 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
23201
23202         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
23203         (gst_play_base_bin_change_state): nullify source and decoder when
23204         going from READY to NULL so that we don't try to do weird stuff with
23205         them when going from NULL to READY
23206         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
23207         instead of g_object_unref
23208         (gen_video_element), (gen_audio_element): more refcounting fixes, now
23209         it should be correct
23210         (gst_play_bin_change_state): don't call remove_sinks if we are
23211         currently disposing the object
23212
23213 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23214
23215         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
23216           Don't forget bass if it's there. Else left channel is silent...
23217
23218 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23219
23220         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
23221         (gst_a52dec_change_state):
23222           Don't do sample adjusting anymore, we use float audio now.
23223         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
23224           Don't fixate to non-existing properties.
23225
23226 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23227
23228         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
23229         (gst_a52dec_change_state):
23230           Advertise that we can do surround sound.
23231
23232 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23233
23234         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
23235           Add buffer-frames=0.
23236         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
23237         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
23238         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
23239         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
23240         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
23241         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
23242         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
23243         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
23244         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
23245         * ext/dvdread/dvdreadsrc.h:
23246           Add seeking, querying for bytes, sectors, title, angle and
23247           chapter. Handle multiple chapters. Relicense to LGPL because
23248           Billy agreed on that (thanks Billy!).
23249
23250 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
23251
23252         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
23253         call parent dispose method
23254
23255 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
23256
23257         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
23258         (gst_audio_clock_get_internal_time):
23259         Fix active <-> inactive transitions: ensure time value always
23260         grows and avoid abrupt value changes.
23261
23262 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
23263
23264         * configure.ac:
23265         * gst/tta/Makefile.am:
23266         * gst/tta/crc32.h:
23267         * gst/tta/filters.h:
23268         * gst/tta/gsttta.c:
23269         * gst/tta/gstttadec.c:
23270         * gst/tta/gstttadec.h:
23271         * gst/tta/gstttaparse.c:
23272         * gst/tta/gstttaparse.h:
23273         * gst/tta/ttadec.h:
23274           added TTA parser and decoder
23275
23276 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23277
23278         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23279         (probe_triggered), (check_queue), (buffer_underrun),
23280         (buffer_running), (buffer_overrun), (gen_source_element),
23281         (setup_source):
23282         * gst/playback/gstplaybasebin.h:
23283           Implement buffering. Needs some more work.
23284
23285 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23286
23287         * ext/theora/theoradec.c: (theora_dec_chain):
23288           Fix ilog mask range overflow.
23289
23290 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23291
23292         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
23293           Don't omit the last (which in case of dmix is the only :) )
23294           channel count. Don't set channels if <= 2.
23295
23296 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
23297
23298         * gst/playback/gstplaybin.c: (gen_video_element),
23299         (gen_audio_element): Removed 2 obsolete comments
23300
23301 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
23302
23303         * ext/vorbis/oggvorbisenc.c
23304         * ext/vorbis/vorbisenc.c :
23305           change description fields of those plugins to differentiate them
23306           (pitivi show Encoders by description, they had the same one)
23307
23308 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
23309
23310         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23311
23312         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
23313         (gst_play_bin_set_property), (gen_video_element),
23314         (gen_audio_element):
23315           Refcounting fixes for provided audio-/videosinks.
23316
23317 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23318
23319         * gst/playback/gstplaybin.c: (gen_video_element),
23320         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
23321           Don't reference all sinks, but only the video- and audiosinks.
23322           The vis. element should be disposed when we're done with it.
23323           We don't have any reason to keep it around. This fixes warnings
23324           when reusing playbin for playing multiple audio files with
23325           vis. enabled. Also release audio device on pause - idea stolen
23326           from Rhythmbox.
23327
23328 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23329
23330         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
23331         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
23332         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
23333         * ext/alsa/gstalsaplugin.c: (plugin_init):
23334         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
23335         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
23336         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
23337         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
23338         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
23339         (gst_faad_change_state), (plugin_init):
23340         * ext/faad/gstfaad.h:
23341         * ext/vorbis/vorbis.c: (plugin_init):
23342         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23343         * gst-libs/gst/audio/Makefile.am:
23344         * gst-libs/gst/audio/audio.c: (plugin_init):
23345         * gst-libs/gst/audio/multichannel.c:
23346         (gst_audio_check_channel_positions),
23347         (gst_audio_get_channel_positions),
23348         (gst_audio_set_channel_positions),
23349         (gst_audio_set_structure_channel_positions_list),
23350         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
23351         (gst_audio_fixate_channel_positions):
23352         * gst-libs/gst/audio/multichannel.h:
23353         * gst-libs/gst/audio/testchannels.c: (main):
23354         * gst/audioconvert/gstaudioconvert.c:
23355         (gst_audio_convert_class_init), (gst_audio_convert_init),
23356         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
23357         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
23358         (gst_audio_convert_fixate), (gst_audio_convert_channels):
23359         * gst/audioconvert/plugin.c: (plugin_init):
23360           Surround sound support.
23361
23362 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23363
23364         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
23365           Fix position for discont if we're close as well. Nitpicking, but
23366           saves a few milliseconds of extra waiting or skipping.
23367
23368 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23369
23370         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
23371           We sometimes need parsers for playback, so add those too.
23372
23373 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23374
23375         * configure.ac:
23376         * gst/apetag/Makefile.am:
23377         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
23378         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
23379         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
23380         (gst_ape_demux_get_src_query_types),
23381         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
23382         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
23383         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
23384         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
23385         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
23386         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
23387         (gst_ape_demux_change_state):
23388         * gst/apetag/apedemux.h:
23389         * gst/apetag/apetag.c: (plugin_init):
23390         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
23391         (plugin_init):
23392           APE v1/2 tag reader plus typefind function.
23393
23394 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23395
23396         * configure.ac:
23397         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23398         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
23399           Remove hacks for older core. Require newer core version
23400           accordingly.
23401
23402 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23403
23404         * gst/cdxaparse/Makefile.am:
23405         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
23406         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
23407         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
23408         * gst/cdxaparse/gstcdxaparse.h:
23409         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
23410         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
23411         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
23412         (gst_cdxastrip_get_src_query_types),
23413         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
23414         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
23415         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
23416         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
23417         * gst/cdxaparse/gstcdxastrip.h:
23418           SVCD/VCD header stripping separated from CDXA image parsing.
23419         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23420         (plugin_init):
23421           Add VCD/SVCD header typefinding for VCD/SVCD.
23422         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
23423         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
23424         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
23425         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
23426         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
23427         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
23428         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
23429         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
23430         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
23431         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
23432         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
23433         * sys/vcd/vcdsrc.h:
23434           Fix up, add seeking, querying, URI interface. Works in totem now.
23435
23436 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23437
23438         * configure.ac:
23439           back to CVS
23440
23441 === release 0.8.6 ===
23442
23443 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23444
23445         * NEWS:
23446         * RELEASE:
23447         * configure.ac:
23448         * po/af.po:
23449         * po/az.po:
23450         * po/cs.po:
23451         * po/en_GB.po:
23452         * po/hu.po:
23453         * po/it.po:
23454         * po/nb.po:
23455         * po/nl.po:
23456         * po/or.po:
23457         * po/sq.po:
23458         * po/sr.po:
23459         * po/sv.po:
23460         * po/uk.po:
23461           releasing 0.8.6, "IOU Love"
23462
23463 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23464
23465         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23466
23467         * gst/playback/gstplaybasebin.c:
23468           Fix unplayable files error handling.  Fixes #158365
23469
23470 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23471
23472         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23473
23474         * gst/typefind/gsttypefindfunctions.c:
23475           Fix broken mp3 typefinding.  Fixes #158375
23476
23477 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23478
23479         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23480
23481         * ext/ogg/gstoggdemux.c:
23482           Fix sync on broken files.  Fixes #158976
23483
23484 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23485
23486         patch by: Edward Hervey <bilboed@bilboed.com>
23487
23488         * ext/libpng/gstpngenc.c:
23489           Copy over buffer properties.  Fixes #158832
23490
23491 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23492
23493         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
23494
23495         * ext/dvdread/dvdreadsrc.c:
23496           Fixes invalid reads (#158462)
23497
23498 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23499
23500         * sys/v4l/gstv4lsrc.c:
23501         * sys/v4l/gstv4lsrc.h:
23502         * sys/v4l/v4lsrc_calls.c:
23503           Probe less and cache it.  Fixes #159187.
23504
23505 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23506
23507         * gst/videorate/gstvideorate.c:
23508           Handle all video formats. Fixes #159186.
23509
23510 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
23511         * gst/synaesthesia/gstsynaesthesia.c:
23512         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
23513         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
23514         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
23515         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
23516         (gst_synaesthesia_change_state), (plugin_init):
23517         Fix up synaesthesia to work under different samplerates/ buffer sizes.
23518         Force 320x200 output, as that's the only thing the underlying
23519         synaesthesia implementation supports. Still needs to be made
23520         re-entrant.
23521
23522 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23523
23524         * configure.ac:
23525           Fix mpeg2enc configure check (similar to mplex check below).
23526
23527 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
23528
23529         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23530
23531         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23532           Fix for gcc-2.95 (fixes #158221).
23533
23534 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23535
23536         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23537           Re-add clock distribution hack (until new core is released).
23538           Fixes #158125.
23539
23540 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
23541         * configure.ac:
23542           fix mplex configure check segfaulting on some systems (bug #140994)
23543
23544 2004-11-13  Benjamin Otte  <otte@gnome.org>
23545
23546         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
23547           add debugging
23548         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23549           do a wait when we enter the loop func with no data available to
23550           write instead of getting into an 100% CPU loop by just returning and
23551           being called again by the scheduler
23552
23553 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
23554
23555         * configure.ac:
23556         * ext/libvisual/visual.c: (gst_visual_get_type),
23557         (libvisual_log_handler), (gst_visual_getcaps),
23558         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
23559         (plugin_init):
23560           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
23561         * ext/smoothwave/Makefile.am:
23562         * ext/smoothwave/demo-osssrc.c: (main):
23563         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
23564         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
23565         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
23566         (plugin_init):
23567         * ext/smoothwave/gstsmoothwave.h:
23568           Make gstsmoothwave a working element in the 20th century.
23569
23570         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
23571           Fix incorrect link function
23572
23573 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23574
23575         * gst/volume/gstvolume.c:
23576           Allow buffer-frames=0.
23577
23578 2004-11-12 Iain <iaingnome@gmail.com>
23579
23580         * configure.ac: Check for polypaudio
23581
23582         * ext/Makefile.am: Build the polyp dir
23583
23584         * ext/polyp: The polypsink sources.
23585
23586 2004-10-30 Iain <iaingnome@gmail.com>
23587
23588         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
23589         caps to reflect the new number of channels.
23590
23591 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23592
23593         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23594           Fix for negotiation order problem. This would show when the
23595           ALSA loopfuction was called before any other function. ALSA
23596           wouldn't do anything because we're not negotiated yet, leading
23597           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
23598
23599 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23600
23601         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23602
23603         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23604           No warnings (#157986).
23605
23606 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23607
23608         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23609           Prefer apev1/2 and id3v1 (at end of file) over musepack.
23610
23611 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23612
23613         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
23614           Signal no-more-pads (so it works in playbin).
23615
23616 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23617
23618         * ext/musepack/gstmusepackreader.cpp:
23619           Workaround for older core.
23620
23621 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23622
23623         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
23624           Actually test for odd width/height rather than testing whether
23625           a temporary variable that was 0 before we subtracted 1 is now
23626           not equal to zero (which it always is).
23627
23628 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23629
23630         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
23631         Fix compilation if HAVE_XVIDEO is not defined
23632
23633 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23634
23635         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
23636         Fix compilation if HAVE_XVIDEO is not defined
23637
23638 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
23639
23640         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
23641         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
23642         (gst_goom_change_state), (plugin_init):
23643         Use the bytestream adapter so goom doesn't depend on the input
23644         buffer size.
23645         Add a debug category
23646
23647 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23648
23649         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23650           Only set hardware parameters *after* negotiation. Before
23651           negotiation, it will set ANY and that seems to cause crashes
23652           (see e.g. #151288, #153227).
23653
23654 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23655
23656         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
23657           This seems to be antique leftover. It needs to pass error
23658           checking.
23659         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
23660         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
23661         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
23662         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
23663           Fix GstXOverlay implementation (#151059).
23664
23665 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23666
23667         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23668           Don't assert (#157853).
23669
23670 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23671
23672         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23673           Fix bytes/samples confustion.
23674         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
23675           Fix for underrun (#144389).
23676
23677 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23678
23679         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
23680           Disable halfway-seek for pending release (since it needs a new
23681           core release).
23682
23683 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23684
23685         * sys/v4l/gstv4lsrc.c:
23686         * sys/v4l/gstv4lsrc.h:
23687         * sys/v4l/v4lsrc_calls.c:
23688           add autoprobe-fps property so we can separate autoprobing parts
23689
23690 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23691
23692         * sys/v4l/gstv4lsrc.c:
23693         * sys/v4l/v4lsrc_calls.c:
23694         initialise fourcc to catch unset fourcc's, and debug
23695
23696 2004-11-09  Wim Taymans  <wim@fluendo.com>
23697
23698         * gst/playback/README:
23699         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
23700         * gst/playback/gstplaybin.c: (gst_play_bin_init),
23701         (gst_play_bin_dispose), (gst_play_bin_set_property),
23702         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
23703         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23704         (gst_play_bin_get_formats), (gst_play_bin_convert),
23705         (gst_play_bin_get_query_types), (gst_play_bin_query):
23706         Cleanups and some more documentation.
23707
23708 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
23709
23710         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
23711         (gst_cacasink_init), (gst_cacasink_chain):
23712         * ext/libcaca/gstcacasink.h:
23713         Cacasink inherits from VideoSink, so let that store the clock.
23714
23715 2004-11-09  Wim Taymans  <wim@fluendo.com>
23716
23717         * gst/playback/README:
23718         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
23719         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
23720         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
23721         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
23722         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
23723         (setup_sinks):
23724         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
23725         (gst_stream_info_is_mute), (gst_stream_info_set_property):
23726         * gst/playback/gststreaminfo.h:
23727         Updated README.
23728         Only switch groups if all streams have muted (EOSed).
23729         Send Tags in sync with the stream playback instead of in
23730         the playback/preroll phase.
23731         Some cleanups, free the fakesrc elements.
23732
23733 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23734
23735         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
23736           buffer-frames property was missing
23737         * ext/arts/gst_arts.c:
23738           rate missing from sinkcaps
23739         * ext/audiofile/gstafparse.c:
23740         * ext/audiofile/gstafsink.c:
23741         * ext/audiofile/gstafsrc.c:
23742         * ext/swfdec/gstswfdec.c:
23743           int audio doesn't know buffer-frames
23744         * ext/cdparanoia/gstcdparanoia.c:
23745           int audio doesn't know chunksize either
23746         * ext/nas/nassink.c:
23747           it's endianness, not endianess
23748         * gst-libs/gst/audio/audio.h:
23749           make float standard pad template caps really describe float
23750         * gst/law/mulaw.c: (linear_factory):
23751           signed only, please
23752         * gst/mpegstream/gstdvddemux.c:
23753           widths of 20 are not valid
23754
23755 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23756
23757         Submitted by: Luca Ferretti <elle.uca@infinito.it>
23758
23759         * po/LINGUAS:
23760         * po/it.po:
23761           Add Italian
23762
23763 2004-11-08  Wim Taymans  <wim@fluendo.com>
23764
23765         * gst/playback/README:
23766         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
23767         * gst/playback/gstplaybasebin.c: (probe_triggered),
23768         (gst_play_base_bin_change_state):
23769         Updated README, added more comments for fixmes etc..
23770
23771 2004-11-08  Wim Taymans  <wim@fluendo.com>
23772
23773         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23774         We can remove this hack now.
23775
23776 2004-11-08  Wim Taymans  <wim@fluendo.com>
23777
23778         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
23779         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23780         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
23781         Only mix AYUV for maximum quality.
23782
23783 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23784
23785         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
23786         (gst_ogg_demux_push), (gst_ogg_pad_push):
23787           Let's act as if we're synchronized now! :).
23788         * ext/theora/theoradec.c: (theora_dec_chain):
23789           Add some debug.
23790
23791 2004-11-08  Wim Taymans  <wim@fluendo.com>
23792
23793         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23794         (gst_alpha_set_property), (gst_alpha_sink_link),
23795         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
23796         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
23797         (gst_alpha_init_params), (gst_alpha_chain):
23798         Implement alpha functions for AYUV too, this increases
23799         accuracy quite a bit.
23800
23801 2004-11-08  Wim Taymans  <wim@fluendo.com>
23802
23803         * gst/ffmpegcolorspace/avcodec.h:
23804         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23805         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
23806         (gst_ffmpegcsp_avpicture_fill):
23807         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23808         (gst_ffmpegcsp_caps_remove_format_info):
23809         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
23810         (shrink12), (img_get_alpha_info), (deinterlace_line),
23811         (deinterlace_line_inplace):
23812         * gst/ffmpegcolorspace/imgconvert_template.h:
23813         Added AYUV colorspace and handle RGBA a bit more respectful.
23814
23815 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23816
23817         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23818           Actually always send a discont (cornercase when resending the
23819           same serial-tagged chain twice).
23820
23821 2004-11-08  Julien MOUTTE  <julien@moutte.net>
23822
23823         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
23824         (gst_ximagesink_finalize):
23825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
23826         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
23827
23828 2004-11-08  Wim Taymans  <wim@fluendo.com>
23829
23830         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
23831         Don't segfault on NULL data.
23832
23833 2004-11-08  Wim Taymans  <wim@fluendo.com>
23834
23835         * gst/playback/gstdecodebin.c: (unlinked):
23836         * gst/playback/gstplay-marshal.list:
23837         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23838         (gst_play_base_bin_init), (group_create), (get_active_group),
23839         (get_building_group), (group_destroy), (group_commit),
23840         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
23841         (add_element_stream), (no_more_pads), (probe_triggered),
23842         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
23843         (state_change), (setup_source), (gst_play_base_bin_get_property),
23844         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23845         (gst_play_base_bin_link_stream),
23846         (gst_play_base_bin_get_streaminfo):
23847         * gst/playback/gstplaybasebin.h:
23848         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23849         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
23850         Add support for chained ogg files. Prepare for playlist
23851         support. This patch introduces the concept of pad groups, which
23852         together compose one playable media file.
23853
23854 2004-11-07  David Schleef  <ds@schleef.org>
23855
23856         * testsuite/gst-lint: Check for pad templates that aren't statically
23857         scoped.
23858
23859 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23860
23861         * configure.ac:
23862         * ext/Makefile.am:
23863         * ext/musepack/Makefile.am:
23864         * ext/musepack/gstmusepackdec.cpp:
23865         * ext/musepack/gstmusepackdec.h:
23866         * ext/musepack/gstmusepackreader.cpp:
23867         * ext/musepack/gstmusepackreader.h:
23868           Add musepack decoder.
23869         * ext/faad/gstfaad.c: (gst_faad_base_init):
23870           Make pad templates static.
23871         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23872         (plugin_init):
23873           Add musepack typefinder, make mp3 typefinding work halfway stream,
23874           which doesn't actually work yet because id3demux doesn't implement
23875           _get_length().
23876
23877 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23878
23879         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23880         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
23881           Fix interrupt event handling (#144436).
23882
23883 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23884
23885         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
23886           Hide unused glory.
23887
23888 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23889
23890         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23891
23892         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
23893           Fix weird caps (#157548).
23894
23895 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23896
23897         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23898
23899         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
23900           Add missing NULL terminator (#157543).
23901
23902 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23903
23904         * gst/tcp/gsttcp.h:
23905         * gst/tcp/gsttcpclientsink.c:
23906         * gst/tcp/gsttcpclientsrc.c:
23907         * gst/tcp/gsttcpserversink.c:
23908         * gst/tcp/gsttcpserversrc.c:
23909           ports can go up to 65535.  Move common defines to gsttcp.h
23910
23911 2004-11-05  Wim Taymans  <wim@fluendo.com>
23912
23913         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
23914         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
23915         Added two more colorspaces.
23916
23917 2004-11-05  Wim Taymans  <wim@fluendo.com>
23918
23919         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23920         (gst_ffmpegcsp_avpicture_fill):
23921         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
23922         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
23923         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
23924         More stride fixes.
23925
23926 2004-11-05  Wim Taymans  <wim@fluendo.com>
23927
23928         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
23929         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
23930         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
23931         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
23932         (gst_videomixer_loop):
23933         More stride fixes.
23934
23935 2004-11-05  Benjamin Otte  <otte@gnome.org>
23936
23937         * ext/mad/gstmad.c: (gst_mad_chain):
23938           don't overflow data buffer. Flush not needed sync data when syncing
23939           failed.
23940
23941 2004-11-04  Wim Taymans  <wim@fluendo.com>
23942
23943         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23944         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
23945         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
23946         (gst_alpha_init_params), (gst_alpha_chain),
23947         (gst_alpha_change_state):
23948         Updated the chroma keying algorithm with something more
23949         sophisticated.
23950
23951 2004-11-03  Wim Taymans  <wim@fluendo.com>
23952
23953         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
23954         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23955         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
23956         Fix stride issues. Does not completely work for odd
23957         heights.
23958
23959 2004-11-03  Wim Taymans  <wim@fluendo.com>
23960
23961         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23962         (gst_alpha_chroma_key), (gst_alpha_chain):
23963         Fix stride issues. Does not completely work for odd
23964         heights.
23965
23966 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
23967
23968         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23969         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
23970         leak fixes
23971
23972 2004-11-03  Wim Taymans  <wim@fluendo.com>
23973
23974         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23975         (gst_ffmpegcsp_avpicture_fill):
23976         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
23977         (avpicture_alloc):
23978         * gst/ffmpegcolorspace/imgconvert_template.h:
23979         Use correct _fill function to get correct strides.
23980
23981 2004-11-02  David Schleef  <ds@schleef.org>
23982
23983         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23984         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
23985         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
23986         Change all g_print()s to debugging.  Add a bunch of consistency
23987         checks.
23988
23989 2004-11-02  Wim Taymans  <wim@fluendo.com>
23990
23991         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23992         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
23993         (unlinked), (no_more_pads), (close_link):
23994         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23995         (unknown_type), (add_element_stream), (new_decoded_pad),
23996         (removed_decoded_pad), (setup_source):
23997         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
23998         (gst_stream_info_class_init), (gst_stream_info_init),
23999         (gst_stream_info_new), (gst_stream_info_dispose),
24000         (stream_info_mute_pad), (gst_stream_info_set_property),
24001         (gst_stream_info_get_property):
24002         * gst/playback/gststreaminfo.h:
24003         Fix playback of multiple files.
24004         a slightly different approach to handling dynamic pad removals.
24005         This one only looks at pads that we have linked.
24006
24007 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
24008
24009         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
24010         free" warning from libc.
24011
24012 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24013
24014         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24015         (get_unconnected_element), (remove_starting_from), (pad_removed),
24016         (close_link):
24017           Implement support for dynamic pad changing. We listen to "live"
24018           pad removals (i.e. while playing) and re-setup autoplugging
24019           after that. Playbasebin/playbin need some more work for this
24020           to finally work, but decodebin supports (and replugs) chained
24021           ogg now.
24022
24023 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
24024
24025         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
24026         (gst_alsa_finalize):
24027         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
24028         (gst_cdaudio_finalize):
24029         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
24030         (cdparanoia_finalize):
24031         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
24032         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
24033         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
24034         (dvdreadsrc_finalize):
24035         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
24036         (gst_flacdec_finalize):
24037         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
24038         (gst_flacenc_finalize):
24039         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
24040         (gst_gnomevfssink_finalize):
24041         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
24042         (gst_gnomevfssrc_finalize):
24043         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
24044         (gst_fameenc_finalize):
24045         * ext/nas/nassink.c: (gst_nassink_class_init),
24046         (gst_nassink_finalize):
24047         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
24048         (gst_sdlvideosink_class_init):
24049         * ext/sndfile/gstsf.c: (gst_sf_dispose):
24050         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
24051         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
24052         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
24053         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24054         (gst_x_window_listener_dispose):
24055         * gst/audioscale/gstaudioscale.c:
24056         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
24057         (play_on_demand_finalize):
24058         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
24059         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
24060         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
24061         (cdplayer_finalize):
24062         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
24063         (gst_glimagesink_class_init):
24064         * sys/oss/gstosselement.c: (gst_osselement_class_init),
24065         (gst_osselement_finalize):
24066         * sys/oss/gstosssink.c: (gst_osssink_dispose):
24067         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
24068         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
24069           Fixes a bunch of problems with finalize and dispose functions,
24070           either assumptions that dispose is only called once, or not calling
24071           the parent class dispose/finalize function
24072
24073 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
24074
24075         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
24076           added two api precondition guards
24077           use g_strdup with getenv to fix crash when using ENVVAR
24078
24079 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
24080         * ext/esd/esdsink.c: (gst_esdsink_class_init),
24081         (gst_esdsink_finalize):
24082         Use a finalize function, not dispose, and more importantly,
24083         call the parent class finalize function too
24084
24085 2004-11-01  Johan Dahlin  <johan@gnome.org>
24086
24087         * ext/ogg/gstoggdemux.c:
24088         * gst/tags/gstvorbistag.c:
24089         Plug leaks.
24090
24091 2004-10-31  Benjamin Otte  <otte@gnome.org>
24092
24093         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24094           lotsa memleaks today. But they're all small...
24095
24096 2004-10-31  Benjamin Otte  <otte@gnome.org>
24097
24098         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24099           another memleak crushed
24100
24101 2004-10-31  Benjamin Otte  <otte@gnome.org>
24102
24103         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
24104           fix memleak
24105
24106 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24107
24108         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24109           Hack to prevent crash when going to READY inside signal handler
24110           while this function is active.
24111
24112 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24113
24114         * gst/ffmpegcolorspace/Makefile.am:
24115         * gst/ffmpegcolorspace/avcodec.h:
24116         * gst/ffmpegcolorspace/common.h:
24117         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
24118         * gst/ffmpegcolorspace/dsputil.h:
24119         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
24120         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24121         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
24122         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
24123         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
24124         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
24125         (gst_ffmpegcsp_avpicture_fill):
24126         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
24127         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24128         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24129         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
24130         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
24131         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
24132         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24133         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
24134         * gst/ffmpegcolorspace/imgconvert.c:
24135         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
24136         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
24137         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
24138         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
24139         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
24140         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
24141         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
24142         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
24143         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
24144         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
24145         (grow21), (grow22), (grow41), (grow44), (conv411),
24146         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
24147         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
24148         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
24149         (avpicture_free), (is_yuv_planar), (img_convert),
24150         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
24151         (deinterlace_line_inplace), (deinterlace_bottom_field),
24152         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
24153         * gst/ffmpegcolorspace/imgconvert_template.h:
24154         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
24155         * gst/ffmpegcolorspace/mmx.h:
24156         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
24157         (av_fast_realloc), (av_mallocz_static), (av_free_static),
24158         (av_freep), (avcodec_get_context_defaults),
24159         (avcodec_alloc_context), (avcodec_init):
24160           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
24161           handling plus update from ffmpeg CVS. Large clean-up.
24162
24163 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24164
24165         * gst/playback/Makefile.am:
24166           We need the marshallers for decodebin, too.
24167
24168 2004-10-30  David Schleef  <ds@schleef.org>
24169
24170         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
24171           quicktime typefinding work with 64-bit offsets.
24172
24173 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
24174
24175         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
24176           Set EOS on the element when processing an EOS event.
24177         * ext/speex/gstspeexdec.h:
24178         * ext/speex/gstspeexenc.h:
24179           Only keep a const ptr to the mode
24180         * gst-libs/gst/riff/riff-media.c:
24181         (gst_riff_create_audio_caps_with_data),
24182         (gst_riff_create_audio_template_caps):
24183           Allow WMAV3, with up to 6 channels.
24184         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
24185           Don't call gst_pad_set_event_function on a sink pad.
24186         * gst/mpegstream/gstdvddemux.c:
24187         (gst_dvd_demux_get_subpicture_stream),
24188         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
24189           Copy the explicit caps that were set across to the cur_* pads,
24190           instead of trying to use a possibly non-existent negotiated caps.
24191           Reset the type of subpicture pads to UNKNOWN after calling
24192           init_stream, so that the caps get set.
24193
24194 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
24195
24196         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24197
24198         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
24199           Don't touch buffer if it is of size 0 (fixes #151064).
24200
24201 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24202
24203         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
24204           Synchronized discont handling.
24205
24206 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24207
24208         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24209         (gst_ogg_demux_push):
24210           Make seeking sort-of exact again (fixes #156387).
24211
24212 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24213
24214         * gst/playback/gstplaybasebin.c: (unknown_type),
24215         (add_element_stream), (new_decoded_pad),
24216         (gst_play_base_bin_change_state):
24217         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24218         (gst_stream_info_init), (gst_stream_info_new),
24219         (gst_stream_info_dispose), (gst_stream_info_get_property):
24220         * gst/playback/gststreaminfo.h:
24221           Make caps explicitely available. Makes testing for unsupported
24222           types possible. Improves error reporting.
24223
24224 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24225
24226         * gst/audioconvert/gstaudioconvert.c:
24227         (gst_audio_convert_buffer_to_default_format):
24228           Really don't touch read-only buffers (#156563).
24229
24230 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
24231
24232         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24233
24234         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
24235           Fix memleak (#155223).
24236
24237 2004-10-29  Wim Taymans  <wim@fluendo.com>
24238
24239         * gst/tcp/.cvsignore:
24240         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
24241         (gst_multifdsink_class_init), (gst_multifdsink_init),
24242         (gst_multifdsink_add), (gst_multifdsink_remove),
24243         (gst_multifdsink_remove_client_link), (is_sync_frame),
24244         (gst_multifdsink_new_client),
24245         (gst_multifdsink_handle_client_write),
24246         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24247         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24248         (gst_multifdsink_get_property):
24249         * gst/tcp/gstmultifdsink.h:
24250         Added burst on connect sync_method, deprecated sync_clients,
24251         streamlined the sync code some more.
24252
24253 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24254
24255         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
24256         (gst_play_base_bin_change_state):
24257           Improve error reporting.
24258
24259 2004-10-28  Wim Taymans  <wim@fluendo.com>
24260
24261         * gst/tcp/Makefile.am:
24262         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
24263         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
24264         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
24265         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24266         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24267         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24268         (gst_fdset_wait):
24269         Added more locks around fdset structures. Fixed/reworked
24270         the poll array resizing code.
24271         Added stress test for fdset.
24272
24273 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24274
24275         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
24276         fix build
24277
24278 2004-10-28  Benjamin Otte  <otte@gnome.org>
24279
24280         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
24281           fix link function to always query channels and query width for
24282           floats
24283         * configure.ac:
24284           add equalizer dir
24285         * gst/equalizer/Makefile.am:
24286         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
24287         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
24288         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
24289         (arg_to_scale), (setup_filter),
24290         (gst_iir_equalizer_compute_frequencies),
24291         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
24292         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
24293         (plugin_init):
24294           add an equalizer
24295
24296 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24297
24298         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
24299
24300         * po/LINGUAS:
24301         * po/nb.po:
24302           Added Norwegian Bokmaal translation
24303
24304 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24305
24306         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24307           Don't break on options (fixes #156488).
24308
24309 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24310
24311         * configure.ac:
24312         * ext/cdaudio/Makefile.am:
24313         * sys/Makefile.am:
24314           fix build on older automake
24315
24316 2004-10-26  Wim Taymans  <wim@fluendo.com>
24317
24318         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
24319         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
24320         Allow a little margin when negotiating the framerate.
24321
24322 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
24323
24324         * gst/level/gstlevel.c:
24325           synchonised naming of pads and pad-templates
24326
24327 2004-10-26  Wim Taymans  <wim@fluendo.com>
24328
24329         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24330         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
24331         (_find_streams_check), (gst_ogg_demux_push):
24332         Fix EOS again. Needs to be done in a better way. We should not
24333         remove the pad if there is no new chained stream.
24334
24335 2004-10-26 Iain <iaingnome@gmail.com>
24336
24337         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
24338         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
24339         of the caps.
24340         * gst/interleave/interleave.c (interleave_class_init): Hook up release
24341         pad.
24342         (interleave_release_pad): Remove the pad.
24343         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
24344         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
24345         the set device.
24346         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
24347         attrs
24348         (gst_xvimagesink_xcontext_clear): Free the xcontext.
24349         (gst_xvimagesink_finalize): Free the par.
24350
24351 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24352
24353         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
24354         (gst_avimux_stop_file):
24355           First calculate the rate, and only then use it. Hdr.rate is a
24356           multiple and not a derivative of hdr.scale. Scale is not the
24357           same as blockalign but is solely related to rate.
24358
24359 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24360
24361         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
24362         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
24363           Implement seeking.
24364
24365 2004-10-25  James Henstridge  <james@jamesh.id.au>
24366
24367         Reviewed by:  David Schleef  <ds@schleef.org>
24368
24369         * examples/gstplay/player.c: (got_stream_length), (main):
24370         * examples/seeking/cdplayer.c: (update_scale):
24371         * examples/seeking/seek.c: (format_value), (update_scale):
24372         * examples/seeking/spider_seek.c: (format_value), (update_scale),
24373         (stop_seek):
24374         Build fixes on AMD64.
24375
24376 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24377
24378         reviewed by: Ronald Bultje <rbultje at gnome dot org>
24379
24380         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
24381         Fix for some v4l cards which hang in v4lsrc
24382
24383 2004-10-25  Wim Taymans  <wim@fluendo.com>
24384
24385         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
24386         (gst_ogg_demux_push), (gst_ogg_chains_clear):
24387         Make sure to remove the pad when a new chain is
24388         encountered. Set some vars to NULL so we don't try
24389         to reference freed memory.
24390
24391 2004-10-25  Wim Taymans  <wim@fluendo.com>
24392
24393         * examples/seeking/Makefile.am:
24394         * examples/seeking/cdplayer.c: (update_scale):
24395         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
24396         * examples/seeking/playbin.c: (make_playerbin_pipeline),
24397         (format_value), (update_scale), (iterate), (start_seek),
24398         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
24399         (print_usage), (main):
24400         Added some more examples, update others.
24401
24402 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24403
24404         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
24405         * ext/speex/gstspeexdec.c: (speex_dec_chain):
24406         * ext/theora/theoradec.c: (theora_dec_chain):
24407         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24408           Add codec-name metadata.
24409
24410 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
24411
24412         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24413
24414         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24415         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24416         * ext/alsa/gstalsamixertrack.h:
24417         * po/POTFILES.in:
24418           ALSA mixer track label internationalization (#154054).
24419
24420 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24421
24422         * ext/theora/theoradec.c: (theora_dec_chain):
24423           Export bitrate as metadata.
24424
24425 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24426
24427         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24428         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24429         * ext/alsa/gstalsamixertrack.h:
24430           Fix names, fix loop.
24431
24432 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24433
24434         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
24435         (speex_dec_convert):
24436           sinkconvert function so oggdemux can get the file length (totem).
24437
24438 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
24439
24440         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24441
24442         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
24443           Don't push incomplete packets.
24444         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
24445           Fix MPEG-4 audio typefinding.
24446
24447 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24448
24449         * sys/v4l/Makefile.am:
24450         * sys/v4l/gstv4l.c: (plugin_init):
24451         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
24452         (gst_v4lelement_init), (gst_v4lelement_dispose),
24453         (gst_v4lelement_change_state):
24454         * sys/v4l/gstv4lelement.h:
24455         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
24456         (gst_v4l_xoverlay_close), (idle_refresh),
24457         (gst_v4l_xoverlay_set_xwindow_id):
24458         * sys/v4l/gstv4lxoverlay.h:
24459         * sys/v4l/v4l-overlay_calls.c:
24460         * sys/v4l/v4l_calls.h:
24461         * sys/v4l2/Makefile.am:
24462         * sys/v4l2/gstv4l2.c: (plugin_init):
24463         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
24464         (gst_v4l2element_init), (gst_v4l2element_dispose),
24465         (gst_v4l2element_change_state):
24466         * sys/v4l2/gstv4l2element.h:
24467         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
24468         (gst_v4l2_xoverlay_close), (idle_refresh),
24469         (gst_v4l2_xoverlay_set_xwindow_id):
24470         * sys/v4l2/gstv4l2xoverlay.h:
24471         * sys/v4l2/v4l2-overlay_calls.c:
24472         * sys/v4l2/v4l2_calls.h:
24473           Remove client-side overlay handling, use the X-server v4l plugin
24474           for that. Nicer overlay, less code. Also make the plugin
24475           compileable without X (but then without overlay, obviously).
24476           Makes xwindowlistener obsolete, should we remove that?
24477
24478 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24479
24480         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
24481         (gst_osssrc_src_query):
24482         * sys/oss/gstosssrc.h:
24483           OK, so people want offset in DEFAULT. This time, actually fix all
24484           cases.
24485         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24486           Add FPS properly.
24487
24488 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24489
24490         * gst/asfdemux/gstasfmux.c:
24491         * gst/avi/gstavimux.c:
24492           Framerate.
24493
24494 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24495
24496         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
24497           Fix properties (channel, norm, frequency).
24498
24499 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24500
24501         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
24502           Flag typo.
24503         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
24504           No warnings.
24505
24506 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24507
24508         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
24509           Fix hang.
24510
24511 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24512
24513         * sys/v4l2/gstv4l2element.h:
24514           Yet Another Hack (tm) for kernel header borkedness.
24515         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
24516         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
24517         (gst_v4l2src_link), (gst_v4l2src_getcaps),
24518         (gst_v4l2src_change_state):
24519         * sys/v4l2/gstv4l2src.h:
24520         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
24521         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
24522           Fix caps, keep track of state, work.
24523
24524 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24525
24526         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
24527           Quiet.
24528
24529 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24530
24531         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24532           Don't mix bytes and samples.
24533
24534 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24535
24536         * ext/ogg/gstoggmux.c:
24537           Basic pad template which accepts OGM tracks, speex, flac, vorbis
24538           and theora. Any is incorrect.
24539         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
24540           Fix caps.
24541         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
24542         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
24543         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
24544         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
24545         * sys/v4l/gstv4lmjpegsrc.h:
24546         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24547         (gst_v4lsrc_change_state):
24548         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
24549         (gst_v4lmjpegsrc_capture_stop):
24550           Fix caps. Keep track of internal state. Work.
24551
24552 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24553
24554         * ext/Makefile.am:
24555           Fix the build fixes.
24556
24557 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24558
24559         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24560         (gst_ogg_demux_src_event), (_find_chain_seek),
24561         (gst_ogg_pad_push):
24562           Check for pad availability before using it.
24563         * ext/ogg/gstoggdemux.c: (_find_chain_process):
24564           Fix parsing of chained ogg. Needs more work on the decoder side.
24565
24566 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24567
24568         * gst/spectrum/Makefile.am:
24569         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
24570         (idle_func):
24571           Fix demo and reenable it. Yes, I'm currently playing with audio
24572           analysis tools
24573
24574 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24575
24576         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24577           We love it if files that start at zero work too...
24578
24579 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24580
24581         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24582           Handle files with missing EOS headers.
24583
24584 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24585
24586         * gst/tcp/gsttcpserversink.c:
24587         (gst_tcpserversink_handle_server_read),
24588         (gst_tcpserversink_init_send):
24589         Zero some variables first (need for accept not to return EINVAL)
24590
24591 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24592
24593         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24594         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
24595         * ext/theora/theoradec.c: (theora_dec_sink_convert),
24596         (theora_dec_chain):
24597         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
24598         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
24599           Seeking and querying finetune.
24600
24601 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24602
24603         * configure.ac:
24604         * ext/Makefile.am:
24605         * ext/raw1394/Makefile.am:
24606           fix the build
24607
24608 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24609
24610         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24611           Wrong return.
24612         * gst/playback/Makefile.am:
24613         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24614         * gst/playback/gstplay-marshal.list:
24615         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
24616           Fix marshallers.
24617
24618 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24619
24620         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
24621           Silence.
24622
24623 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24624
24625         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24626         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
24627         (gst_ogg_pad_push):
24628           Yay for non-lineair granulepos in theora.
24629
24630 2004-10-18  Wim Taymans  <wim@fluendo.com>
24631
24632         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
24633         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
24634         * ext/dv/gstdvdec.h:
24635         Make sure we renegotiate aspect ratio when the camera switches.
24636
24637 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24638
24639         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24640         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
24641           Start at zero.
24642         * ext/theora/theoradec.c: (theora_dec_chain):
24643           Skip headers. Bad idea for chained ogg, but fixes seeking.
24644
24645 2004-10-18  Wim Taymans  <wim@fluendo.com>
24646
24647         * configure.ac:
24648         I swear, this is the last time I touch this.
24649
24650 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24651
24652         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24653         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
24654         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
24655           Faster seeking.
24656         * ext/theora/theoradec.c: (theora_dec_sink_convert):
24657           Time-to-default conversion.
24658         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24659           Don't error on unknown packets, just skip. We should probably
24660           read them if we want to support chained ogg.
24661
24662 2004-10-18  Wim Taymans  <wim@fluendo.com>
24663
24664         * configure.ac:
24665         Added cdaudio to wrong list.
24666
24667 2004-10-18  Wim Taymans  <wim@fluendo.com>
24668
24669         * configure.ac:
24670         Revive cdaudio.
24671
24672 2004-10-18  Wim Taymans  <wim@fluendo.com>
24673
24674         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
24675         (gst_dvdec_video_link), (gst_dvdec_push):
24676         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
24677         (gst_smokeenc_resync), (gst_smokeenc_chain):
24678         Fix mimetype on smoke encoder.
24679         Add aspect ratio to dvdec. Not sure if these
24680         values are correct though....
24681
24682 2004-10-18  Wim Taymans  <wim@fluendo.com>
24683
24684         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
24685         Fix vorbis property descriptions and ranges.
24686
24687 2004-10-18  Wim Taymans  <wim@fluendo.com>
24688
24689         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24690         Really do nothing when no data is available.
24691         Go to the playing state when the stream is not seekable
24692         instead of failing.
24693
24694 2004-10-18  Wim Taymans  <wim@fluendo.com>
24695
24696         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
24697         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
24698         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
24699         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
24700         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
24701         Added uri handler for cd://
24702         Port to new API.
24703
24704 2004-10-18  Wim Taymans  <wim@fluendo.com>
24705
24706         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24707         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
24708         (try_to_link_1), (no_more_pads), (close_link), (type_found):
24709         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
24710         (remove_prerolls), (unknown_type), (add_element_stream),
24711         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
24712         (gst_play_base_bin_remove_element),
24713         (gst_play_base_bin_link_stream):
24714         * gst/playback/gstplaybin.c: (gen_video_element),
24715         (gen_vis_element), (remove_sinks), (setup_sinks):
24716         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
24717         (gst_stream_info_get_type), (gst_stream_info_class_init),
24718         (gst_stream_info_init), (gst_stream_info_new),
24719         (gst_stream_info_dispose), (stream_info_mute_pad),
24720         (gst_stream_info_set_property), (gst_stream_info_get_property):
24721         * gst/playback/gststreaminfo.h:
24722         Add sink padtemplate to decodebin.
24723         Added some more comments.
24724         Make queue size configurable in playbasebin.
24725         Added possibility to use elements as sinks (ex cdaudio).
24726
24727 2004-10-15  Wim Taymans  <wim@fluendo.com>
24728
24729         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
24730         (gst_speexenc_chain):
24731         Fix speex timestamps so that it gets muxed properly.
24732
24733 2004-10-15  Wim Taymans  <wim@fluendo.com>
24734
24735         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
24736         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
24737         (gst_dv1394src_init), (gst_dv1394src_dispose),
24738         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
24739         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
24740         (gst_dv1394src_event), (gst_dv1394src_get_formats),
24741         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
24742         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
24743         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
24744         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
24745         * ext/raw1394/gstdv1394src.h:
24746         Added conversion/query functions.
24747         Update buffer timestamps,
24748         Added signals.
24749         Added uri dv:// so it might play from the firewire in playbin.
24750         Fix a possible leak.
24751         Added debugging.
24752
24753 2004-10-15  Wim Taymans  <wim@fluendo.com>
24754
24755         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
24756         (gst_dv1394src_init), (gst_dv1394src_set_property),
24757         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
24758         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
24759         * ext/raw1394/gstdv1394src.h:
24760         Added AV/C VTR control support needed for some cameras.
24761         Added automatic port detection.
24762         Added properties for selecting the channel.
24763         The configure.ac script is not yet updated to reflect the
24764         new libavc1394 and librom1394 dependencies.
24765
24766 2004-10-15  Wim Taymans  <wim@fluendo.com>
24767
24768         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24769         (qtdemux_parse), (gst_qtdemux_handle_esds):
24770         An esds box is not a container.
24771         Fix parsing of mp4v boxes.
24772         Do not try to renegotiate fps for each frame. Need to
24773         find a better method. This should fix mp4 playback.
24774
24775 2004-10-14  David Schleef  <ds@schleef.org>
24776
24777         * configure.ac: update for swfdec-0.3 and liboil-0.2
24778         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
24779         * ext/swfdec/gstswfdec.h: same
24780         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
24781         * gst/videotestsrc/videotestsrc.c: same
24782
24783 2004-10-14  Wim Taymans  <wim@fluendo.com>
24784
24785         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24786         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
24787         (is_sync_frame), (gst_multifdsink_new_client),
24788         (gst_multifdsink_handle_client_write),
24789         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24790         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
24791         Turn warnings into info.
24792         Don't allow a state change in the streaming thread.
24793
24794 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24795
24796         * ext/vorbis/oggvorbisenc.c:
24797         * ext/vorbis/vorbisdec.c:
24798           fix template sample rate
24799
24800 2004-10-13  Wim Taymans  <wim@fluendo.com>
24801
24802         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
24803         Decoding the header first fixes some problems in resyncing
24804         in more mp3s.
24805
24806 2004-10-12  Wim Taymans  <wim@fluendo.com>
24807
24808         * gst/playback/gstplaybin.c: (gen_video_element),
24809         (gen_vis_element), (remove_sinks), (setup_sinks):
24810         Added vis plugin support, need to configure the vis
24811         element to activate it.
24812
24813 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24814
24815         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
24816         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
24817           Some debug.
24818         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
24819         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
24820         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
24821         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
24822         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
24823         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
24824         * gst/avi/gstavidemux.h:
24825           Support for openDML-2.0 indx/ix## chunks. Support for broken index
24826           recovery (where, if part of the index is broken, we will still read
24827           the rest of the index and recover the broken part by stream
24828           scanning). More broken media support. EOS workarounds. General AVI
24829           braindamage headache recovery. Aspirin included.
24830
24831 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24832
24833         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
24834         (cdparanoia_event), (cdparanoia_query):
24835           Get rid of hideous lead-in.
24836
24837 2004-10-11  Wim Taymans  <wim@fluendo.com>
24838
24839         * gst/playback/gstplaybasebin.c: (setup_source):
24840         Wrong var used to get g_list_next.
24841
24842 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24843
24844         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
24845         (cdparanoia_get), (cdparanoia_open):
24846           Report discid as metadata, add duration.
24847
24848 2004-10-11  Wim Taymans  <wim@fluendo.com>
24849
24850         * gst/playback/gstplaybasebin.c: (setup_source):
24851         Cleanup the previous pipeline a little earlier for the
24852         case that a source element provides raw data.
24853
24854 2004-10-11  Benjamin Otte  <otte@gnome.org>
24855
24856         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24857           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
24858           consuming the last 128 bytes, even though it was valid mp3 data.
24859
24860 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24861
24862         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24863         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24864         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24865         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
24866
24867 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24868
24869         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
24870         Fix for webcams that support only specific width or height
24871
24872 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24873
24874         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24875
24876         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
24877           Fix wrong discont event setup (fixes #154967).
24878
24879 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
24880
24881         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24882
24883         * gst/auparse/gstauparse.c: (gst_auparse_chain):
24884           Error out on invalid data (fixes #154807).
24885
24886 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24887
24888         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24889
24890         * ext/dvdread/dvdreadsrc.c: (_read):
24891           Make titles > 0 work again (fixes #154834).
24892
24893 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24894
24895         * gst-libs/gst/riff/riff-media.c:
24896         (gst_riff_create_video_template_caps):
24897           WMV3 missing in template caps.
24898
24899 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24900
24901         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
24902           OK, so the original code was too strict. It makes random AVI files
24903           hang for seconds upon opening, which is unacceptable and is far
24904           beyond the original goal of getting multiple chunks for one-chunk
24905           sounc stream files. So now do just that.
24906
24907 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24908
24909         * gst/playback/gstplaybasebin.c: (setup_source),
24910         (gst_play_base_bin_change_state):
24911           Actually clean up streaminfo if output fails. This would trigger
24912           if, for example, there was no CD in the drive. No preroll, so
24913           a streaminfo structure is created, but the subsequent state change
24914           of the thread fails.
24915         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
24916           Don't change state if parent failed.
24917
24918 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24919
24920         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24921         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
24922         (gen_video_element), (remove_sinks):
24923           Add small bits of code for screenshot handling.
24924
24925 2004-10-08  Wim Taymans  <wim@fluendo.com>
24926
24927         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
24928         (gen_video_element), (gen_audio_element), (setup_sinks):
24929         Don't assume the user provided sinks are named "sink"...
24930
24931 2004-10-08  Wim Taymans  <wim@fluendo.com>
24932
24933         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
24934         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
24935         (gst_play_base_bin_link_stream):
24936         Do not try to autoplug sources that generate raw streams like
24937         cdparanoia.
24938         disconnect the preroll overrun signal when we don't need it anymore.
24939
24940 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
24941
24942         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
24943         Added reworked patch from #154903 from milosz derezynski (deadchip).
24944
24945 2004-10-08  Wim Taymans  <wim@fluendo.com>
24946
24947         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
24948         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
24949         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
24950         (cdparanoia_convert), (cdparanoia_uri_get_type),
24951         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
24952         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
24953         * ext/cdparanoia/gstcdparanoia.h:
24954         This adds the cdda://<tracknum> uri.
24955
24956 2004-10-08  Wim Taymans  <wim@fluendo.com>
24957
24958         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24959         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
24960         (try_to_link_1), (no_more_pads), (close_link), (type_found):
24961         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24962         (unknown_type), (gst_play_base_bin_remove_element),
24963         (gst_play_base_bin_link_stream):
24964         * gst/playback/gstplaybasebin.h:
24965         * gst/playback/gstplaybin.c: (gst_play_bin_init),
24966         (gst_play_bin_set_property), (gen_video_element),
24967         (gen_audio_element), (setup_sinks):
24968         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
24969         (gst_stream_info_get_type), (gst_stream_info_class_init),
24970         (gst_stream_info_init), (gst_stream_info_new),
24971         (gst_stream_info_dispose), (stream_info_mute_pad),
24972         (gst_stream_info_set_property), (gst_stream_info_get_property):
24973         * gst/playback/gststreaminfo.h:
24974         Reuse the audio and video bins.
24975         Some internal cleanups in the stream selection code.
24976
24977 2004-10-08  Julien MOUTTE  <julien@moutte.net>
24978
24979         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24980         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
24981         * sys/ximage/ximagesink.h:
24982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24983         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
24984         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
24985         not coming from those elements. Moreover these elements should not keep
24986         the xid they have been given when in NULL state.
24987
24988 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24989
24990         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24991         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
24992         * sys/ximage/ximagesink.h:
24993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24994         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
24995         * sys/xvimage/xvimagesink.h:
24996           Actually only create a new toplevel window if we're not gonna
24997           embed it right after.
24998
24999 2004-10-07  Wim Taymans  <wim@fluendo.com>
25000
25001         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
25002         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
25003         * gst/playback/gstplaybin.c: (setup_sinks):
25004         Implement muting/unmuting of streams, mute streams that are not
25005         used.
25006
25007 2004-10-07  Wim Taymans  <wim@fluendo.com>
25008
25009         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
25010         (plugin_init):
25011         Added lame audio/x-ac3 typefind function.
25012
25013 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25014
25015         * configure.ac:
25016           bump nano to cvs
25017
25018 === release 0.8.5 ===
25019
25020 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25021
25022         * NEWS:
25023         * RELEASE:
25024         * configure.ac:
25025           releasing 0.8.5, "Take You On"
25026
25027 2004-10-06  Wim Taymans  <wim@fluendo.com>
25028
25029         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
25030         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25031         (no_more_pads), (close_link), (type_found):
25032         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
25033         * gst/playback/gstplaybin.c: (gen_video_element):
25034         Do not signal the no_more_pads after the first pad when
25035         we are plugging a non dynamic element with multiple
25036         output pads (like swfdec, dvdec, ...).
25037
25038 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25039
25040         * configure.ac:
25041           bump for prerelease
25042
25043 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25044
25045         * gst/wavparse/gstwavparse.c:
25046           add ATRAC3 to STATIC CAPS to fix a warning
25047
25048         * gst/matroska/ebml-read.c:
25049         * gst-libs/gst/riff/riff-read.c:
25050           fix typos
25051
25052 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25053
25054         * gst-libs/gst/riff/riff-media.c:
25055           generate caps for ATRAC3 audio streams
25056
25057         * gst/realmedia/rmdemux.c:
25058           generate caps for ATRAC3 audio streams
25059
25060 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25061
25062         * gst/wavparse/Makefile.am
25063         * gst/wavparse/riff.h
25064         * gst/wavparse/wavparse.vcproj
25065           riff.h removal (unused and duplication with riff-ids.h)
25066
25067 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25068
25069         * gst/wavparse/gstwavparse.h
25070           remove duplicated defines for audio codec codes
25071
25072         * gst-libs/gst/riff/riff-ids.h
25073         * gst/wavenc/riff.h:
25074           add "4CC" code for ATRAC3 audio streams
25075           add "4CC" code for ITU_G721_ADPCM (unused for now)
25076
25077 2004-10-06  Wim Taymans  <wim@fluendo.com>
25078
25079         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
25080         Actually _do_ negotiation. Pass gdouble as arg instead
25081         of guint64 for the framerate.
25082
25083 2004-10-06  Wim Taymans  <wim@fluendo.com>
25084
25085         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
25086         (find_compatibles), (close_pad_link), (try_to_link_1),
25087         (no_more_pads), (close_link), (type_found):
25088         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
25089         * gst/playback/gstplaybin.c: (gen_video_element),
25090         (gen_audio_element):
25091         Set state on newly added element to READY so that negotiation
25092         can happen ASAP.
25093         Addes some more debug info.
25094         Do not try to plug pads with multiple caps structures or ANY
25095         because it is too dangerous since we do not do dynamic
25096         replugging.
25097
25098 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25099
25100         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
25101
25102         * po/LINGUAS:
25103         * po/or.po:
25104           add Oriya translation
25105
25106 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25107
25108         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25109           Prevent overwrite of size member. Makes audio sound crappy.
25110
25111 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25112
25113         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25114         Add rmvb to the list of known RealMedia extensions
25115
25116 2004-10-05  Wim Taymans  <wim@fluendo.com>
25117
25118         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
25119         (mngdec_openstream), (mngdec_closestream),
25120         (mngdec_handle_sink_event), (mngdec_readdata),
25121         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
25122         (mngdec_getcanvasline), (mngdec_refresh),
25123         (gst_mngdec_change_state):
25124         Set the framerate correctly.
25125
25126 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25127
25128         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25129           There was something wrong with the index massaging.
25130
25131 2004-10-04  Wim Taymans  <wim@fluendo.com>
25132
25133         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
25134         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
25135         (gst_smokedec_chain):
25136         * ext/jpeg/gstsmokedec.h:
25137         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
25138         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
25139         * ext/jpeg/gstsmokeenc.h:
25140         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
25141         (smokecodec_decode_new), (smokecodec_info_free),
25142         (smokecodec_set_quality), (smokecodec_get_quality),
25143         (smokecodec_set_threshold), (smokecodec_get_threshold),
25144         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
25145         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
25146         (smokecodec_encode), (smokecodec_parse_id),
25147         (smokecodec_parse_header), (smokecodec_decode):
25148         * ext/jpeg/smokecodec.h:
25149         * ext/jpeg/smokeformat.h:
25150         Updated smoke, new bitstream, allows embedding in ogg.
25151
25152 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25153
25154         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
25155           Fix seeking in some files. All this code is no longer needed (and
25156           actually breaks stuff) because we now synchronize the full index
25157           right when reading the header.
25158
25159 2004-10-04  Wim Taymans  <wim@fluendo.com>
25160
25161         * configure.ac:
25162         configure update for libmng.
25163
25164 2004-10-04  Wim Taymans  <wim@fluendo.com>
25165
25166         * ext/libmng/Makefile.am:
25167         * ext/libmng/gstmng.c: (plugin_init):
25168         * ext/libmng/gstmng.h:
25169         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
25170         (gst_mngdec_base_init), (gst_mngdec_class_init),
25171         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
25172         (gst_mngdec_loop), (gst_mngdec_get_property),
25173         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
25174         (mngdec_closestream), (mngdec_handle_sink_event),
25175         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
25176         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
25177         (gst_mngdec_change_state):
25178         * ext/libmng/gstmngdec.h:
25179         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
25180         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
25181         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
25182         (gst_mngenc_chain), (gst_mngenc_get_property),
25183         (gst_mngenc_set_property):
25184         * ext/libmng/gstmngenc.h:
25185         Added basic MNG decoder. Needs more work. The encoder does
25186         not work yet.
25187
25188 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25189
25190         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
25191         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
25192         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
25193           Don't hang on length=0 chunks. Some negotiation fixes. Signal
25194           no-more-pads.
25195
25196 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25197
25198         * configure.ac:
25199           you need at least 1.0.4 of speex
25200
25201 2004-10-04 Iain <iaingnome@gmail.com>
25202
25203         * ext/speex/gstspeexdec.h: Revert the includes changes.
25204
25205         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
25206
25207 2004-09-30 Iain <iaingnome@gmail.com>
25208
25209         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
25210         found during init or set as a property instead of hardcoding /dev/audio
25211
25212 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25213
25214         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
25215         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
25216         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
25217         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
25218         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
25219         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
25220         (gst_rmdemux_dump_data):
25221           Use debug category, fix EOS handling. filesrc ! rmdemux now
25222           works.
25223
25224 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25225
25226         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
25227         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
25228         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
25229           Improve allocation, cutting and sorting of the index. How takes a
25230           few seconds instead of minutes.
25231
25232 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
25233
25234         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
25235           fixed compilation
25236
25237 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25238
25239         * gst-libs/gst/riff/riff-media.c:
25240         (gst_riff_create_video_caps_with_data),
25241         (gst_riff_create_video_template_caps):
25242           Add wing commander format mimetype/fourccs.
25243         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25244           Don't crash if some value is 0.
25245
25246 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25247
25248         * gst-libs/gst/riff/riff-media.c:
25249         (gst_riff_create_video_caps_with_data),
25250         (gst_riff_create_video_template_caps):
25251           Add DIB fourcc (raw, palettized 8-bit RGB).
25252         * gst-libs/gst/riff/riff-read.c:
25253         (gst_riff_read_strf_vids_with_data):
25254           Oops, fix strf_data reading bug.
25255         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25256           Use a non-NULL tag.
25257         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25258           Time for hacks. Sorry Dave. At least one quicktime movie (a
25259           trailer) that I've encountered contains multiple video tracks.
25260           One of those is the actual video track, the other are one-frame
25261           tracks (images). Unfortunately, the number of frames according
25262           to the trak header is 1 for each, so that doesn't help. So
25263           instead, I look at the duration and discard tracks with a
25264           duration shorter than 20% of the length of the stream. Better
25265           than nothing.
25266
25267 2004-10-01  Christian Schaller <christian@fluendo.com>
25268
25269         * ext/ivorbis/vorbis.c:
25270           Patch from Phil Blundell (Bug 152341)
25271
25272 2004-10-01  Wim Taymans  <wim@fluendo.com>
25273
25274         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
25275         (speex_dec_get_formats), (speex_dec_convert),
25276         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
25277         (speex_dec_chain), (gst_speexdec_get_property),
25278         (gst_speexdec_set_property):
25279         Small cleanups.
25280
25281 2004-10-01  Wim Taymans  <wim@fluendo.com>
25282
25283         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
25284         (gst_wavparse_stream_init), (gst_wavparse_fmt),
25285         (gst_wavparse_other), (gst_wavparse_loop),
25286         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25287         (gst_wavparse_srcpad_event):
25288         * gst/wavparse/gstwavparse.h:
25289         Added some more debugging info.
25290         Fix the case where the length of the file is 0.
25291         Make sure we seek to sample borders.
25292
25293 2004-10-01  Wim Taymans  <wim@fluendo.com>
25294
25295         * gst/playback/README:
25296         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
25297         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
25298         (try_to_link_1), (no_more_pads), (close_link), (type_found):
25299         Add some debug info to decodebin, update README
25300
25301 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25302
25303         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
25304           Don't use g_print(); use GST_DEBUG().
25305
25306 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25307
25308         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25309         (gst_ogg_mux_queue_pads):
25310           Handle EOS properly.
25311
25312 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
25313
25314         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25315
25316         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
25317         (gst_faad_chain), (gst_faad_change_state):
25318         * ext/faad/gstfaad.h:
25319           Allow playback of raw (unframed) MPEG AAC files (#148993).
25320
25321 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
25322
25323         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25324
25325         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25326           Throw error if we didn't recognize the stream. Fixes #152289.
25327
25328 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25329
25330         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25331           Fix negotiation.
25332
25333 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
25334
25335         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25336
25337         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25338           Fix memleak.
25339
25340 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
25341
25342         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25343
25344         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
25345           Solve #152805.
25346         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
25347           Solve 152806.
25348
25349 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25350
25351         * gst-libs/gst/riff/riff-media.c:
25352         (gst_riff_create_video_caps_with_data),
25353         (gst_riff_create_audio_caps_with_data):
25354           Add codec_data handling (like asfdemux used to do).
25355         * gst/asfdemux/gstasf.c: (plugin_init):
25356         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
25357         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
25358           Use riff-media for caps creation instead of our own (mostly
25359           broken) copy of its functions.
25360
25361 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25362
25363         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
25364           Don't actually error out if we get another return value than
25365           -EINVAL. Opposite to what I first thought, drivers have random
25366           return values for this, although -EINVAL is the expected return
25367           value. Since this is not fatal, we shouldn't use
25368           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
25369
25370 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25371
25372         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
25373         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
25374         (dvdreadsrc_get_property), (_open), (_seek), (_read),
25375         (dvdreadsrc_get), (dvdreadsrc_open_file),
25376         (dvdreadsrc_change_state):
25377           Fix. Don't do one big huge loop around the whole DVD, that will
25378           cache all data and thus eat sizeof(dvd) (several GB) before we
25379           see something.
25380         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25381           Actually NULL'ify event after using it.
25382         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
25383         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
25384         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
25385         (gst_ebml_read_seek), (gst_ebml_read_skip):
25386           Handle events.
25387         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
25388         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
25389         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
25390           Fix timing (this will probably break if I seek using menus, but
25391           I didn't get there yet). VOBs and normal DVDs should now work.
25392           Add a mpeg2-only pad with high rank so this get autoplugged for
25393           MPEG-2 movies.
25394         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
25395         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
25396         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
25397         (gst_mpeg_demux_get_audio_stream),
25398         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
25399         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
25400           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
25401           MPEG-1 but use dvddemux for MPEG-2.
25402         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
25403         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
25404         (gst_mpeg_parse_parse_packhead):
25405           Timing. Only add pad template if it exists. Add sink template from
25406           class and not from ourselves. This means we will always use the
25407           correct sink template even if it is not the one defined in this
25408           file.
25409
25410 2004-09-29  Wim Taymans  <wim@fluendo.com>
25411
25412         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
25413         (gst_mpeg_demux_parse_pes):
25414         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
25415         Fix playback of mpeg again, timestamps where screwed up by
25416         patch 1.61.
25417
25418 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25419
25420         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
25421           Only return true if we actually filled something in. Prevents
25422           player applications from showing a random length for flac files.
25423         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
25424         (gst_riff_read_use_event), (gst_riff_read_handle_event),
25425         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
25426         (gst_riff_read_strf_vids_with_data),
25427         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
25428           OK, ok, so I implemented event handling. Apparently it's normal
25429           that we receive random events at random points without asking
25430           for it.
25431         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
25432         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
25433         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
25434         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
25435         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
25436         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
25437         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
25438         * gst/avi/gstavidemux.h:
25439           Implement non-lineair chunk handling and subchunk processing.
25440           The first solves playback of AVI files where the audio and video
25441           data of individual buffers that we read are not synchronized.
25442           This should not happen according to the wonderful AVI specs, but
25443           of course it does happen in reality. It is also a prerequisite for
25444           the second. Subchunk processing allows us to cut chunks in small
25445           pieces and process each of these pieces separately. This is
25446           required because I've seen several AVI files with incredibly large
25447           audio chunks, even some files with only one audio chunk for the
25448           whole file. This allows for proper playback including seeking.
25449           This patch is supposed to fix all AVI A/V sync issues.
25450         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
25451         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
25452           Work.
25453         * gst/modplug/gstmodplug.cc:
25454           Proper return value setting for the query() function.
25455         * gst/playback/gstplaybasebin.c: (setup_source):
25456           Being in non-playing state (after, e.g., EOS) is not necessarily
25457           a bad thing. Allow for that. This fixes playback of short files.
25458           They don't actually playback fully now, because the clock already
25459           runs. This means that small files (<500kB) with a small length
25460           (<2sec) will still not or barely play. Other files, such as mod
25461           or flx, will work correctly, however.
25462
25463 2004-09-28  Wim Taymans  <wim@fluendo.com>
25464
25465         * ext/speex/gstspeex.c: (plugin_init):
25466         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
25467         (gst_speex_dec_class_init), (speex_dec_get_formats),
25468         (speex_get_event_masks), (speex_get_query_types),
25469         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
25470         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
25471         (gst_speexdec_get_property), (gst_speexdec_set_property),
25472         (speex_dec_change_state):
25473         * ext/speex/gstspeexdec.h:
25474         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
25475         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
25476         (gst_speexenc_base_init), (gst_speexenc_class_init),
25477         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
25478         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
25479         (gst_speexenc_src_query), (gst_speexenc_init),
25480         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
25481         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
25482         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
25483         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
25484         (gst_speexenc_chain), (gst_speexenc_get_property),
25485         (gst_speexenc_set_property), (gst_speexenc_change_state):
25486         * ext/speex/gstspeexenc.h:
25487         Rewrote speex encoder, make sure it can be embedded in ogg.
25488         Implemented speex decoder.
25489
25490 2004-09-28  Christian Schaller <christian@fluendo.com>
25491
25492         * configure.ac:
25493         Remove kioslave plugin. Markey is brewing a new working one
25494         * ext/Makefile.am: Remove kioslave plugin
25495         * ext/kio: remove
25496         * gst-plugins.spec.in: remove kio plugin from spec
25497
25498 2004-09-27  Wim Taymans  <wim@fluendo.com>
25499
25500         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
25501         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
25502         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
25503         (gst_multifdsink_new_client),
25504         (gst_multifdsink_handle_client_write),
25505         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
25506         (gst_multifdsink_handle_clients):
25507         * gst/tcp/gstmultifdsink.h:
25508         Make syncing to keyframes actually work for new clients and lagging
25509         clients.
25510
25511 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25512
25513         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
25514         (gst_navigationtest_handle_src_event), (draw_box_planar411),
25515         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
25516         * gst/debug/gstnavigationtest.h:
25517           make navigationtest display button-press and button-release events
25518
25519 2004-09-26 Iain <iaingnome@gmail.com>
25520
25521         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
25522         the channels have received a new media event.
25523         (interleave_buffered_loop): Compresses a new media event on all
25524         channels into one.
25525
25526 2004-09-26 Iain <iaingnome@gmail.com>
25527
25528         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
25529         call the sinkpad's default event handler and not the srcpads. He also
25530         says this is confusing :)
25531         (gst_wavenc_stop_file): Company says that seek events only go upstream
25532         we should send a discontinuous downstream instead.
25533
25534 2004-09-25  Christian Schaller <christian@fluendo.com>
25535
25536         * Update SPEC file to be usable in conjunction with Fedora Core,
25537           Fedora.us and freshrpms packages
25538         * Fix typo in multifilesrc test Makefile
25539
25540 2004-09-24  Wim Taymans  <wim@fluendo.com>
25541
25542         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
25543         Only signal the no_more_pads signal when we have
25544         added the stream to our list.
25545
25546 2004-09-24  Wim Taymans  <wim@fluendo.com>
25547
25548         * gst/playback/gstplaybasebin.c: (remove_prerolls),
25549         (new_decoded_pad):
25550         * gst/playback/gstplaybasebin.h:
25551         * gst/playback/gstplaybin.c: (setup_sinks):
25552         Don't try to preroll or decode more than one audio/video
25553         track.
25554
25555 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25556
25557         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25558           Throw error if we failed to find a suitable output. This should
25559           throw an error if we successfully set up a pipeline (e.g. because
25560           we recognized a media file) but found no decodable streams in it
25561           (e.g. because it contains only media stream types for which we
25562           have no decoders, or because it's not a media type).
25563
25564 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25565
25566         * ext/dirac/Makefile.am:
25567         * ext/dirac/gstdirac.cc:
25568         * ext/dirac/gstdiracdec.cc:
25569         * ext/dirac/gstdiracdec.h:
25570           Do something. Don't actually know if this works because I don't
25571           have a demuxer yet.
25572         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
25573           Add channels=1 to caps returned from _getcaps().
25574         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
25575         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
25576         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
25577         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
25578         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
25579         (gst_ogm_parse_change_state):
25580           Separate between audio/video so ogmaudioparse actually uses the
25581           audio pad templates. Both audio and video work now, including
25582           autoplugging. Also use sometimes-srcpad hack.
25583         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25584           Handle events better. Don't hang on infinite loops.
25585         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
25586         (gst_avi_demux_init), (gst_avi_demux_reset),
25587         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
25588         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
25589         (gst_avi_demux_change_state):
25590         * gst/avi/gstavidemux.h:
25591           Improve A/V sync. Still not perfect.
25592         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
25593         (gst_ebml_read_skip):
25594           Handle events better.
25595         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25596         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
25597         (qtdemux_audio_caps):
25598           Add IMA4. Improve event handling. Save offset after a seek when
25599           the headers are at the end of the file so that we don't end up in
25600           an infinite loop.
25601         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
25602           Add low-priority typefind support for files with no length.
25603
25604 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25605
25606         * testsuite/multifilesink/Makefile.am:
25607         fix typo
25608
25609 2004-09-22  Julien MOUTTE  <julien@moutte.net>
25610
25611         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
25612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
25613         mistakes from thaytan's patches.
25614
25615 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
25616
25617         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
25618           For completeness, XSync in the destroy function as xvimage does.
25619
25620 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
25621
25622         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
25623            Correct caps negotiation
25624         * gst/volume/gstvolume.c: (volume_chain_float),
25625         (volume_chain_int16):
25626            Modify debug output to be little more informative
25627         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
25628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25629         (gst_xvimagesink_xvimage_destroy):
25630           Add XSync calls after detaching from the shared memory segment to
25631           avoid a crash.
25632
25633 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25634
25635         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25636         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
25637         * ext/vorbis/vorbis.c: (plugin_init):
25638         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25639         (gst_vorbisenc_chain):
25640         * ext/vorbis/vorbisenc.h:
25641         remove explicit newmedia support from oggmux and vorbisenc
25642         add debug category to vorbisenc
25643         * gst/multifilesink/gstmultifilesink.c:
25644         (gst_multifilesink_class_init), (gst_multifilesink_init),
25645         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
25646         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
25647         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
25648         (plugin_init):
25649         * gst/multifilesink/gstmultifilesink.h:
25650         add support for streamheader in multifilesink
25651
25652 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25653
25654         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
25655         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
25656         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
25657           Prevent infinite loops. More correct error reporting.
25658         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25659           Error out if negotiation fails.
25660         * gst/playback/gstplaybasebin.c: (setup_source),
25661         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
25662         (gst_play_base_bin_found_tag):
25663           Error/tag forwarding. Pre-roll fixes for source errors on state
25664           changes (e.g. "file does not exist") to prevent hangs.
25665
25666 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25667
25668         * testsuite/multifilesink/Makefile.am:
25669         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
25670         (gst_newmedia_class_init), (gst_newmedia_init),
25671         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25672         (newfile_signal), (test_signal), (main):
25673         * testsuite/multifilesink/multifilesrc_test.c: (main):
25674         * testsuite/multifilesink/oggtheora_test.c:
25675         (gst_newmedia_base_init), (gst_newmedia_class_init),
25676         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
25677         (test_format), (newfile_signal), (test_signal), (main):
25678         * testsuite/multifilesink/oggvorbis_test.c:
25679         (gst_newmedia_base_init), (gst_newmedia_class_init),
25680         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
25681         (test_format), (newfile_signal), (test_signal), (main):
25682         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
25683         (gst_newmedia_class_init), (gst_newmedia_init),
25684         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25685         (newfile_signal), (test_signal), (main):
25686         New media tests
25687
25688 2004-09-20  Christian Schaller <christian@fluendo.com>
25689
25690         * Fix mikmod license to LGPL as they have relicensed
25691         * Move Dirac and Effectv into LGPL section of README_license
25692
25693 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25694
25695         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
25696         (gst_mad_change_state):
25697           Allow for mp3 rate/channels changes. However, only very
25698           conservatively. Reason that we *have* to enable this is smiply
25699           because the mad find_sync() function is not good enough, it will
25700           regularly sync on random data as valid frames and therefore make
25701           us provide random caps as *final* caps of the stream. The best fix
25702           I could think of is to simply require several of the same stream
25703           changes in a row before we change caps.
25704           The actual testcase that works now is #
25705         * ext/ogg/Makefile.am:
25706         * ext/ogg/gstogg.c: (plugin_init):
25707         * ext/ogg/gstogmparse.c:
25708           OGM support (video only for now; I need an audio sample file).
25709         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
25710         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
25711         (gst_asf_demux_add_video_stream):
25712           WMV extradata.
25713         * gst/playback/gstplaybasebin.c: (unknown_type):
25714           Don't error out on single unknown-types after all. It's wrong.
25715           If we found type of video and audio but not of a subtitle stream,
25716           it will still error out (which is unwanted). Will find a better fix
25717           later on.
25718         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
25719         (ogmaudio_type_find), (plugin_init):
25720           OGM support.
25721
25722 2004-09-20  Johan Dahlin  <johan@gnome.org>
25723
25724         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
25725         after setting caps.
25726
25727 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25728
25729         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
25730         * gst/wavenc/gstwavenc.h:
25731         Added newmedia support to wavenc
25732
25733 2004-09-17  Wim Taymans  <wim@fluendo.com>
25734
25735         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
25736         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
25737         (gst_fdset_fd_can_write), (gst_fdset_wait):
25738         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
25739         (gst_multifdsink_init), (gst_multifdsink_add),
25740         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
25741         (gst_multifdsink_remove_client_link),
25742         (gst_multifdsink_client_queue_buffer),
25743         (gst_multifdsink_handle_client_write),
25744         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
25745         (gst_multifdsink_close), (gst_multifdsink_change_state):
25746         * gst/tcp/gstmultifdsink.h:
25747         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25748         (gst_tcpserversink_removed):
25749         Small cleanups in fdset.c
25750         Use a hastable to map fd to the client structure for faster
25751         lookup in _remove and get_stats.
25752         Added virtual function to close the fds.
25753         Handle clients even when the select/poll call was unblocked because
25754         of a command.
25755         Implement syncing to keyframe in the recovery procedure.
25756
25757 2004-09-16 Iain <iaingnome@gmail.com>
25758
25759         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
25760         try caps.
25761
25762 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25763
25764         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
25765           Caps are only set if the type of the stream is unknown, but this
25766           is initialized in ->init_stream(), so set to UNKNOWN after calling
25767           ->init_stream() so that capsnego starts.
25768
25769 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25770
25771         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25772         (gst_avi_demux_stream_data):
25773           Just hardcode for raw audio then. AVI audio sucks.
25774
25775 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
25776
25777         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25778         * gst/matroska/matroska-mux.c: (audiosink_templ),
25779         (gst_matroska_mux_audio_pad_link):
25780         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
25781         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
25782
25783 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25784
25785         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25786         (gst_avi_demux_stream_data):
25787           Try to fix a/v sync issues.
25788
25789 2004-09-15  David Schleef  <ds@schleef.org>
25790
25791         * configure.ac: remove NASM check, since we don't use it.  Update
25792         dirac check to 0.4
25793         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
25794         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25795         Initialized variables.
25796         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25797         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
25798         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
25799         SVQ3 format
25800
25801 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25802
25803         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25804         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
25805         * gst/avi/gstavidemux.h:
25806           Fix for compressed audio (mp3) timestamp generation. How did this
25807           ever work?
25808
25809 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25810
25811         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
25812           Volume is a double not a float.
25813
25814 2004-09-15  Wim Taymans  <wim@fluendo.com>
25815
25816         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
25817         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
25818         Don't close the fd in multifdsink as we didn't open it in the
25819         first place. Some cleanups.
25820
25821 2004-09-15  Wim Taymans  <wim@fluendo.com>
25822
25823         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
25824         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25825         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
25826         Fix the case where the muxer would mark pages as delta
25827         frames when they are not (vorbis only ogg).
25828
25829 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25830
25831         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
25832         (gst_play_base_bin_change_state):
25833           Handle the case where we failed to setup a clear pipeline. This
25834           will throw an error (or EOS, another nice case) and if you don't
25835           catch that, the app will wait for the signal forever (and thus
25836           hang).
25837
25838 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25839
25840         * ext/gnomevfs/gstgnomevfssink.c:
25841         (gst_gnomevfssink_uri_get_protocols):
25842         * ext/gnomevfs/gstgnomevfssrc.c:
25843         (gst_gnomevfssrc_uri_get_protocols):
25844         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
25845         * ext/gnomevfs/gstgnomevfsuri.h:
25846           Use _uri_new() instead of _open(), so it doesn't take as long and
25847           Christophe's computer won't hang.
25848         * gst/playback/gstplaybasebin.c: (unknown_type):
25849           Throw error on unknown media type, so apps actually display it.
25850
25851 2004-09-14  Brian Cameron  <brian.cameron@sun.com
25852
25853         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
25854           this script to work on Solaris since bash shell handles echo
25855           differenly than bash.
25856
25857 2004-09-17  Wim Taymans  <wim@fluendo.com>
25858
25859         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
25860         (setup_source), (gst_play_base_bin_set_property),
25861         (gst_play_base_bin_add_element):
25862         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
25863         Some more work on making sure seeking pauses the pipeline and
25864         that changing the uri actually does something.
25865
25866 2004-09-17  Wim Taymans  <wim@fluendo.com>
25867
25868         * gst/tcp/gstfdset.c: (gst_fdset_wait):
25869         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
25870         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
25871         (gst_tcpserversink_close):
25872         Be a bit more paranoid when freeing memory.
25873
25874 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25875
25876         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
25877         (qtdemux_parse_trak):
25878           Don't crash by dividing by zero (see sample movie in #126922).
25879
25880 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25881
25882         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25883           Don't touch non-existing data (fixes crash on file in #140147).
25884
25885 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25886
25887         * gst/playback/gstplaybasebin.c:
25888         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
25889           Handle double disposals, and proper change of URIs.
25890
25891 2004-09-13  Martin Eikermann <meiker@upb.de>
25892
25893         * gst/mpegstream/gstmpegparse.c:
25894           fix synchronistation for streams recorded from digital PCR
25895           fixes bug #119376
25896
25897 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25898
25899         * ext/gnomevfs/Makefile.am:
25900         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25901         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
25902         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
25903         (gst_gnomevfssink_uri_get_type),
25904         (gst_gnomevfssink_uri_get_protocols),
25905         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
25906         (gst_gnomevfssink_uri_handler_init),
25907         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
25908         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
25909         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25910         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
25911         (gst_gnomevfssrc_uri_get_type),
25912         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
25913         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
25914         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25915         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
25916         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
25917         * ext/gnomevfs/gstgnomevfsuri.h:
25918           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
25919           of fake URIs to see which this version of Gnome-VFS likes, and
25920           uses that for the Gst-URI interface. Makes playbin support http://
25921           streams. Also fix up some stupid behaviour in gnomevfssrc.
25922
25923 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25924
25925         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
25926         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25927         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
25928         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
25929           Update mixer (to sync with other sessions) if we try to obtain
25930           a new value. This makes alsamixer work accross applications.
25931         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25932           Only call sync functions if we're running, else alsalib asserts.
25933         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
25934           Sometimes fails to compile. Possibly a gcc bug.
25935         * gst/playback/gstplaybin.c: (gen_video_element),
25936         (gen_audio_element):
25937           Add a reference to an application-provided object, because we lose
25938           this same reference if we add it to the bin. If we don't do this,
25939           we can only use this object once and thus crash if we go from
25940           ready to playing, back to ready and back to playing again.
25941           Also add an audioscale element because several cheap soundcards -
25942           like mine - don't support all samplerates.
25943         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25944         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
25945           Fix wrong order or PAR calls. Makes automatically obtained PAR
25946           from the X server atually being used.
25947
25948 2004-09-12  David Schleef  <ds@schleef.org>
25949
25950         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
25951         #151887, #152102, #152247.
25952         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
25953         * examples/seeking/cdparanoia.c: same
25954         * examples/seeking/cdplayer.c: same
25955         * examples/seeking/seek.c: same
25956         * examples/seeking/spider_seek.c: same
25957         * examples/seeking/vorbisfile.c: same
25958         * examples/stats/mp2ogg.c: same
25959         * ext/esd/esdsink.c: (gst_esdsink_class_init),
25960         (gst_esdsink_dispose): Dispose of element properly.
25961         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
25962         fixes.
25963         * ext/nas/nassink.c: (gst_nassink_class_init),
25964         (gst_nassink_dispose): Dispose of element correctly.
25965         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
25966         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25967         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
25968         Fix 64-bit warning.
25969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25970         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
25971         Fix 64-bit warning.
25972
25973 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25974
25975         * configure.ac : change speex detection as 1.1.6 now uses
25976           .pc/pkg-config and they changed their headers location.
25977
25978 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
25979
25980         * gst/matroska/matroska-mux.h:
25981         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
25982         (gst_matroska_mux_start), (gst_matroska_mux_finish),
25983         (gst_matroska_mux_write_data):
25984           Write multiple blocks/frames per cluster.
25985                 Write meta-seek information (seek heads).
25986
25987 2004-09-09  Scott Wheeler <wheeler@kde.org>
25988
25989         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
25990         (gst_play_bin_set_property), (gst_play_bin_get_property),
25991         (gen_audio_element), (gen_audio_element):
25992           Add a volume element / property to the pipeline.
25993
25994 2004-09-07  Wim Taymans  <wim@fluendo.com>
25995
25996         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
25997         Copy timestamps from the master pad to the output buffers.
25998
25999 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26000
26001         * ext/raw1394/gstdv1394src.c:
26002           throw errors when applicable
26003
26004 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
26005
26006         * gst/matroska/ebml-ids.h:
26007         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
26008         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
26009         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
26010           automatically convert unix time <-> ebml time when reading/writing
26011           a date, use gst_ebml_write_uint to write CUETIME,
26012           not gst_ebml_write_date.
26013         * gst/matroska/matroska-ids.h:
26014         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
26015         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
26016         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
26017         (gst_matroska_mux_write_data):
26018           Write track and segment UIDs, write muxing date, write
26019           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
26020           Create cues for audio only files.
26021
26022 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26023
26024         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26025         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
26026           Re-commit ALSA switches.
26027         * gst/adder/gstadder.c: (gst_adder_loop):
26028           64-bit fix (#151416).
26029         * gst/debug/progressreport.c: (gst_progressreport_report):
26030           64-bit fix (#151419).
26031         * gst/matroska/matroska-demux.c:
26032         (gst_matroska_demux_parse_contents):
26033           64-bit fix (#151420).
26034         * gst/playback/test3.c: (update_scale):
26035           64-bit fix (#151421).
26036
26037 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26038
26039         * configure.ac:
26040           bump nano to cvs
26041
26042 === release 0.8.4 ===
26043
26044 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26045
26046         * configure.ac: releasing 0.8.4, "Alias"
26047
26048 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26049
26050         * ext/theora/Makefile.am:
26051           fix makefile.  Fixes #151462.
26052
26053 2004-08-30  Wim Taymans  <wim@fluendo.com>
26054
26055         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
26056         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26057         (gst_multifdsink_remove_client_link),
26058         (gst_multifdsink_client_queue_buffer),
26059         (gst_multifdsink_handle_client_write):
26060         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
26061         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
26062         Fix some memory leaks.
26063
26064 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26065
26066         Patch by: David Schleef
26067
26068         * configure.ac:
26069         * sys/Makefile.am:
26070           rename our detection macro for V4L2.  Fixes #151236.
26071
26072 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26073
26074         Patch by: David Schleef
26075
26076         * configure.ac:
26077           check to define LAMEPRESET.  Fixes #151232.
26078
26079 2004-08-27  David Schleef  <ds@schleef.org>
26080
26081         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
26082         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
26083         (gst_glimagesink_fixate):  Move local variable declarations to
26084         make gcc-2.95 happy.
26085
26086 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26087
26088         * configure.ac:
26089           bump nano for prerelease
26090
26091 2004-08-27  David Schleef  <ds@schleef.org>
26092
26093         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
26094         * sys/sunaudio/gstsunaudiosrc.c:
26095         * sys/sunaudio/gstsunaudiosrc.h:
26096
26097 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
26098
26099         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
26100         handle EOS correctly
26101         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
26102         * gst/matroska/matroska-mux.h:
26103         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
26104         VFW compatibility mode
26105
26106 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26107
26108         patch by: Zaheer Abbas Merali
26109
26110         * ext/ogg/gstoggmux.c:
26111         * ext/vorbis/vorbisenc.c:
26112         * ext/vorbis/vorbisenc.h:
26113           handle NEWMEDIA
26114
26115 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
26116
26117         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
26118         fix byte order reversion on little endian machines.
26119         * gst/matroska/matroska-mux.c: (audiosink_templ),
26120         (gst_matroska_mux_audio_pad_link):
26121         add TTA codec to the list of supported codecs.
26122         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
26123         (gst_matroska_mux_start), (gst_matroska_mux_finish),
26124         (gst_matroska_mux_write_data):
26125         * gst/matroska/matroska-mux.h:
26126         write segment duration correctly, write muxing app string, fixes bugs
26127         #140897 and #140898.
26128         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
26129         wait for all pads to be negotiated before starting to mux.
26130
26131 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26132
26133         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
26134         * ext/lame/gstlame.h:
26135         Added new media support to lame
26136
26137 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
26138
26139         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
26140         send vorbis headers at the beginning of a stream, fixes bug #141554.
26141         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
26142         bug #148950.
26143         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
26144         (gst_matroska_demux_plugin_init):
26145         * gst/matroska/matroska-ids.h:
26146         enable demuxing of TTA audio streams, fixes bug #148951.
26147         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
26148         enable typefinding for TTA audio files, fixes bug #148711.
26149         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
26150         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
26151         fixes playback of packed bitstream and xvid with bframes, bug #135407.
26152
26153 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
26154
26155         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
26156         (gst_riff_read_element_data), (gst_riff_read_seek),
26157         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
26158         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
26159         <teuf@gnome.org>
26160
26161 2004-08-23 Iain <iaingnome@gmail.com>
26162
26163         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
26164         tags. They appear to be handled differently to normal.
26165         (tag_list_to_id3_tag_foreach): Ditto.
26166
26167 2004-08-22  Wim Taymans  <wim@fluendo.com>
26168
26169         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26170         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26171         Make sure we never send -1 granulepos.
26172
26173 2004-08-20  Wim Taymans  <wim@fluendo.com>
26174
26175         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26176         (gst_ogg_mux_loop):
26177         I will accept bitchslappings with non sharp objects.
26178
26179 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26180
26181         * configure.ac:
26182         Clean up the test for lame presets
26183
26184 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26185
26186         * configure.ac:
26187         * ext/lame/Makefile.am:
26188         * ext/lame/gstlame.c: (gst_lame_class_init),
26189         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
26190         Only enable lame presets if version of lame has presets in API
26191
26192 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
26193         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
26194         * gst/udp/gstudpsrc.h:
26195           Don't call gst_pad_push in a get function. Fixes #150449
26196
26197 2004-08-18  Wim Taymans  <wim@fluendo.com>
26198
26199         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
26200         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
26201         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
26202         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26203         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26204         (gst_fdset_wait):
26205         * gst/tcp/gstfdset.h:
26206         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26207         (gst_multifdsink_client_queue_buffer),
26208         (gst_multifdsink_handle_client_write):
26209         * gst/tcp/gstmultifdsink.h:
26210         Some extra checks in gstfdset.
26211         Only use send() when the fd is a socket. Don't try to
26212         read from write only fds.
26213
26214 2004-08-18  Wim Taymans  <wim@fluendo.com>
26215
26216         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
26217         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
26218         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26219         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26220         (gst_fdset_wait):
26221         Add more locking and bounds checking.
26222
26223 2004-08-18  Wim Taymans  <wim@fluendo.com>
26224
26225         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
26226         Realloc test fdset in the lock and right before starting
26227         the poll call. Bump the limit to 4096.
26228
26229 2004-08-17  David Schleef  <ds@schleef.org>
26230
26231         * sys/sunaudio/Makefile.am:
26232         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
26233         of rates and channels.  Make debugging less obnoxious.
26234
26235         Patch from Balamurali Viswanathan implementing a mixer for
26236         Sun audio.  (bug #144091):
26237         * sys/sunaudio/gstsunelement.c:
26238         * sys/sunaudio/gstsunelement.h:
26239         * sys/sunaudio/gstsunmixer.c:
26240         * sys/sunaudio/gstsunmixer.h:
26241
26242 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26243
26244         * gst/audioscale/gstaudioscale.c:
26245         * gst/audioscale/gstaudioscale.h:
26246         made audioscale resample from any sample rate to any sample rate
26247
26248 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26249
26250         * ext/libpng/gstpngdec.c:
26251           error out on unsupported types
26252
26253 2004-08-17  Iain <iaingnome@gmail.com>
26254
26255         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
26256         mid_side and loose_mid_side properties if its a stereo stream.
26257
26258 2004-08-17  Wim Taymans  <wim@fluendo.com>
26259
26260         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26261         (theora_get_formats), (theora_dec_src_convert),
26262         (theora_dec_sink_convert), (theora_dec_src_query),
26263         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
26264         Add a debug line.
26265
26266 2004-08-17  Wim Taymans  <wim@fluendo.com>
26267
26268         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
26269         (gst_ogg_pad_push):
26270         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
26271         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
26272         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
26273         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26274         Mark delta units in the muxer.
26275         Try to decode the packet after an out-of-sync error from
26276         libogg.
26277
26278 2004-08-17  Wim Taymans  <wim@fluendo.com>
26279
26280         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26281         (gst_multifdsink_init), (gst_multifdsink_add),
26282         (gst_multifdsink_client_queue_buffer),
26283         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
26284         * gst/tcp/gstmultifdsink.h:
26285         Added option to send a keyframe to clients as the first buffer.
26286         Make timeout property writable.
26287
26288 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26289
26290         patch by: Wim Taymans
26291
26292         * gst/tcp/gstfdset.c:
26293         * gst/tcp/gstmultifdsink.c:
26294           fix index comparison, should include 0
26295
26296 2004-08-16  Wim Taymans  <wim@fluendo.com>
26297
26298         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
26299         (gst_fdset_add_fd), (gst_fdset_remove_fd),
26300         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26301         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26302         (gst_fdset_wait):
26303           copy when reallocing for poll so the select arguments don't get
26304           changed during the call
26305
26306 2004-08-16  Wim Taymans  <wim@fluendo.com>
26307
26308         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
26309         (gst_theora_enc_class_init), (theora_enc_sink_link),
26310         (theora_buffer_from_packet), (theora_enc_chain):
26311         Fix bug where buffers were not marked as keyframes
26312         correctly.
26313
26314 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26315
26316         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
26317         (gst_lame_preset_get_type), (gst_lame_class_init):
26318         describe the enum values for vbr mode and presets more verbosely
26319
26320 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26321
26322         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
26323         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
26324         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
26325         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
26326         * ext/lame/gstlame.h:
26327         add preset property to lame so it can use lame presets
26328
26329 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26330
26331         * ext/lame/gstlame.c: (gst_lame_get_property):
26332         whoops forgot break, thanks teuf
26333
26334 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26335
26336         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
26337         (gst_lame_class_init), (gst_lame_src_getcaps),
26338         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
26339         (gst_lame_get_property), (gst_lame_setup):
26340         * ext/lame/gstlame.h:
26341         fix lame's broken vbr stuff, allow it to resample if need be, and also
26342         make xing header optional
26343
26344 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26345
26346         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
26347         added getcaps function so samplerate doesnt get fixated to silly values
26348
26349 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26350
26351         * ext/lame/gstlame.c: (gst_lame_src_link):
26352         revert previous fix
26353
26354 2004-08-12  Johan Dahlin  <johan@gnome.org>
26355
26356         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
26357         checks. Doesn't matter what state we are in. Interfaces are a
26358         compile time thing, not runtime. It also broke the python bindings.
26359
26360 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26361
26362         * ext/lame/gstlame.c: (gst_lame_src_link):
26363         made source pad link function check if sinkpad is ok..fixes the problem
26364         where core fixates the output rate of lame stupidly
26365
26366 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26367
26368         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
26369         * sys/v4l/v4l_calls.c:
26370         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
26371           fix fixate function to handle nonsimple caps.
26372           remove bogus check in _link
26373           cleanups
26374
26375 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26376
26377         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
26378         set default compression ratio parameter to 0.0 so bitrate parameter
26379         works :)
26380
26381 2004-08-11  David Schleef  <ds@schleef.org>
26382
26383         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
26384
26385 2004-08-11  David Schleef  <ds@schleef.org>
26386
26387         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
26388         before.
26389
26390 2004-08-11  David Schleef  <ds@schleef.org>
26391
26392         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
26393
26394 2004-08-11  David Schleef  <ds@schleef.org>
26395
26396         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
26397           license field
26398         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
26399         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
26400           LGPL.
26401         * gst/auparse/gstauparse.c: Fix plugin license field.
26402         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
26403         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
26404         * gst/rtp/gstrtp.c: Fix plugin license field.
26405
26406 2004-08-11  Wim Taymans  <wim@fluendo.com>
26407
26408         * gst/tcp/Makefile.am:
26409         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
26410         (ensure_size), (gst_fdset_new), (gst_fdset_free),
26411         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
26412         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
26413         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
26414         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
26415         (gst_fdset_fd_can_write), (gst_fdset_wait):
26416         * gst/tcp/gstfdset.h:
26417         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
26418         (gst_multifdsink_class_init), (gst_multifdsink_init),
26419         (gst_multifdsink_add), (gst_multifdsink_remove),
26420         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
26421         (gst_multifdsink_remove_client_link),
26422         (gst_multifdsink_handle_client_read),
26423         (gst_multifdsink_client_queue_data),
26424         (gst_multifdsink_client_queue_caps),
26425         (gst_multifdsink_client_queue_buffer),
26426         (gst_multifdsink_handle_client_write),
26427         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26428         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
26429         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26430         (gst_multifdsink_close):
26431         * gst/tcp/gstmultifdsink.h:
26432         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26433         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26434         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
26435         (gst_tcpserversink_close):
26436         * gst/tcp/gsttcpserversink.h:
26437         Abstracted away the select call, implemented poll (yes we ran into
26438         the 1024 limit in production).
26439
26440 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
26441
26442         * gst/tcp/gsttcp.c:
26443         * gst/tcp/gsttcpplugin.c:
26444           improve debuggging, remove assert
26445
26446 2004-08-10  Wim Taymans  <wim@fluendo.com>
26447
26448         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
26449         (gst_client_status_get_type), (gst_multifdsink_class_init),
26450         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
26451         (gst_multifdsink_handle_client_read),
26452         (gst_multifdsink_handle_client_write),
26453         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26454         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
26455         (gst_multifdsink_get_property):
26456         * gst/tcp/gstmultifdsink.h:
26457         * gst/tcp/gsttcp-marshal.list:
26458         Starting to prepare for specifying buffer time in other units
26459         than buffers. Expose remove reason in signal.
26460
26461 2004-08-10  Wim Taymans  <wim@fluendo.com>
26462
26463         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26464         (gst_multifdsink_remove), (gst_multifdsink_clear),
26465         (gst_multifdsink_remove_client_link),
26466         (gst_multifdsink_handle_client_read),
26467         (gst_multifdsink_client_queue_data),
26468         (gst_multifdsink_client_queue_buffer),
26469         (gst_multifdsink_handle_client_write),
26470         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
26471         (gst_multifdsink_chain), (gst_multifdsink_close):
26472         * gst/tcp/gstmultifdsink.h:
26473         Added more debugging info. Changed the way clients are
26474         removed from the lists. Fixed a bug where a bad file descriptor
26475         could cause many clients to be removed.
26476
26477 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26478
26479         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
26480           allow all pixel-aspect-ratios, not just 1:1
26481
26482 2004-08-09  David Schleef  <ds@schleef.org>
26483
26484         * sys/glsink/ARB_multitexture.h:  Remove old files.
26485         * sys/glsink/EXT_paletted_texture.h:
26486         * sys/glsink/NV_register_combiners.h:
26487         * sys/glsink/gstgl_nvimage.c:
26488         * sys/glsink/gstgl_pdrimage.c:
26489         * sys/glsink/gstgl_rgbimage.c:
26490         * sys/glsink/gstglsink.c:
26491         * sys/glsink/gstglsink.h:
26492         * sys/glsink/gstglxwindow.c:
26493         * sys/glsink/regcomb_yuvrgb.c:
26494
26495 2004-08-09  David Schleef  <ds@schleef.org>
26496
26497         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
26498         GL sink plugin.  (Bug #147302)
26499
26500         * configure.ac: Test for OpenGL
26501         * sys/Makefile.am: Use test for OpenGL
26502         * sys/glsink/Makefile.am:
26503         * sys/glsink/glimagesink.c: rewrite
26504         * sys/glsink/glimagesink.h: rewrite
26505
26506 2004-08-09  David Schleef  <ds@schleef.org>
26507
26508         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
26509         sane framerates.
26510         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
26511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
26512         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
26513
26514 2004-08-09  Wim Taymans  <wim@fluendo.com>
26515
26516         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26517         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26518         (gst_multifdsink_client_remove),
26519         (gst_multifdsink_handle_client_read),
26520         (gst_multifdsink_handle_client_write),
26521         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26522         Do a bit more logging, make the client_read code more robust.
26523
26524 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26525
26526         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
26527         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
26528         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
26529         (gst_jpegdec_init), (gst_jpegdec_chain):
26530         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
26531         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
26532           cleanups, debugging fixes and memleak plugging
26533
26534 2004-08-09  Wim Taymans  <wim@fluendo.com>
26535
26536         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26537         (theora_get_formats), (theora_dec_src_convert),
26538         (theora_dec_sink_convert), (theora_dec_src_query),
26539         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
26540         (theora_dec_change_state):
26541         Don't crash on missing header packets.
26542
26543 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26544
26545         * po/LINGUAS:
26546         * po/sq.po:
26547           Added Albanian translation (Laurent Dhima)
26548         * po/cs.po:
26549           updated
26550
26551 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26552
26553         * ext/lame/gstlame.c:
26554           fix/add debugging
26555
26556 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26557
26558         * sys/ximage/ximagesink.c:
26559         * sys/xvimage/xvimagesink.c:
26560           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
26561
26562 2004-08-06  Wim Taymans  <wim@fluendo.com>
26563
26564         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26565         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26566         (gst_multifdsink_client_remove),
26567         (gst_multifdsink_handle_client_read),
26568         (gst_multifdsink_handle_client_write),
26569         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26570         Make sure we don't try to read more from a client that what
26571         ioctl says us or we deadlock.
26572
26573 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26574
26575         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
26576         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
26577         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26578           decouple running_time and n_frames so it can handle changing
26579           framerate while running
26580
26581 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26582
26583         * po/nl.po:
26584         * po/sv.po:
26585           updated translations
26586
26587 2004-08-04  Benjamin Otte  <otte@gnome.org>
26588
26589         * gst/videotestsrc/gstvideotestsrc.c:
26590         (gst_videotestsrc_get_capslist), (generate_capslist),
26591         (plugin_init):
26592           generate the list of supported caps at startup and reuse it instead
26593           of always generating it
26594
26595 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26596
26597         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
26598           whoops, last checkin broke normal build
26599
26600 2004-08-03  Benjamin Otte  <otte@gnome.org>
26601
26602         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
26603         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
26604         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
26605         (gst_alsa_mixer_get_option):
26606         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
26607         (dvdnavsrc_print_event):
26608         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
26609         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
26610         (gst_ogg_mux_pad_unlink):
26611         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
26612         (gst_multipart_mux_pad_unlink):
26613         * gst/videofilter/gstvideobalance.c:
26614         (gst_videobalance_colorbalance_set_value):
26615         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
26616         (gst_videomixer_pad_unlink):
26617         * po/uk.po:
26618         * sys/oss/gstossmixer.c:
26619         * sys/v4l/gstv4lcolorbalance.c:
26620         * sys/v4l/gstv4ltuner.c:
26621         * sys/v4l/v4lsrc_calls.c:
26622         * sys/v4l2/gstv4l2colorbalance.c:
26623         * sys/v4l2/gstv4l2tuner.c:
26624           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
26625
26626 2004-08-03  Benjamin Otte  <otte@gnome.org>
26627
26628         * examples/dynparams/filter.c: (ui_control_create):
26629         * examples/gstplay/player.c: (print_tag):
26630         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
26631         * ext/gdk_pixbuf/gstgdkanimation.c:
26632         (gst_gdk_animation_iter_may_advance):
26633         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
26634         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
26635         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
26636         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
26637         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
26638         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
26639         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
26640         * gst/sine/demo-dparams.c: (main):
26641         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
26642         * testsuite/alsa/formats.c: (create_pipeline):
26643         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
26644           fixes for G_DISABLE_ASSERT and friends
26645         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26646         (mp3_type_frame_length_from_header), (mp3_type_find),
26647         (plugin_init):
26648           require mp3 typefinding to have at least MIN_HEADERS valid headers
26649           add typefinding for AAC adts files
26650
26651 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
26652
26653         * sys/ximage/ximagesink.c:
26654         (gst_ximagesink_calculate_pixel_aspect_ratio):
26655         * sys/xvimage/xvimagesink.c:
26656         (gst_xvimagesink_calculate_pixel_aspect_ratio):
26657         Make sure we calculate pixel-aspect-ratio using floating point maths
26658
26659 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26660
26661         * po/uk.po:
26662           updated translation
26663
26664 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26665
26666         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
26668           add debugging for display PAR calculation
26669
26670 2004-08-02  David Schleef  <ds@schleef.org>
26671
26672         * configure.ac: Fix mikmod CFLAGS.
26673
26674 2004-07-27  Benjamin Otte  <otte@gnome.org>
26675
26676         * gst/audioscale/gstaudioscale.c:
26677         - fix templates to only support S16, it's the only format that works
26678         - make caps nego code use try_set_caps_nonfixed and fixation instead
26679         of try_set_caps twice, which is not nice for autopluggers
26680         - change rank to secondary, so autopluggers can pick it up after
26681         audioconvert
26682
26683 2004-08-02  Iain <iain@prettypeople.org>
26684
26685         * gst/interleave/interleave.c (interleave_init),
26686         (interleave_request_new_pad),
26687         (interleave_pad_removed),
26688         (interleave_buffered_loop): Use the real pad count, not the artificial
26689         one.
26690
26691 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26692
26693         * configure.ac: bump nano back to development
26694
26695 === release 0.8.3 ===
26696
26697 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26698
26699         * configure.ac: releasing 0.8.3, "Water"
26700
26701 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26702
26703         * sys/xvimage/xvimagesink.c:
26704         (gst_xvimagesink_calculate_pixel_aspect_ratio),
26705         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
26706         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
26707         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
26708         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26709         * sys/xvimage/xvimagesink.h:
26710           apply similar PAR fixes as to ximagesink
26711
26712 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26713
26714         patch from: Benjamin Otte
26715
26716         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
26717           add link function to lame.  Fixes #148986.
26718
26719 2004-08-02  Johan Dahlin  <johan@gnome.org>
26720
26721         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
26722         fix debugging log
26723
26724 2004-07-30  David Schleef  <ds@schleef.org>
26725
26726         * gst/videomixer/Makefile.am: Fix things that should have been
26727         fixed in the last checkin.
26728
26729 2004-07-30  David Schleef  <ds@schleef.org>
26730
26731         * gst/multipart/Makefile.am: Fix things that should have been
26732         fixed in the last checkin.
26733
26734 2004-07-30  David Schleef  <ds@schleef.org>
26735
26736         * testsuite/multifilesink/Makefile.am: Fix unused variable.
26737
26738 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26739
26740         * configure.ac:
26741           bump nano for prerelease
26742         * po/af.po:
26743         * po/az.po:
26744         * po/cs.po:
26745         * po/en_GB.po:
26746         * po/hu.po:
26747         * po/nl.po:
26748         * po/sr.po:
26749         * po/sv.po:
26750         * po/uk.po:
26751           updates
26752
26753 2004-07-30  Wim Taymans  <wim@fluendo.com>
26754
26755         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26756         (gst_multifdsink_add), (gst_multifdsink_remove),
26757         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
26758         (gst_multifdsink_client_remove),
26759         (gst_multifdsink_handle_client_write),
26760         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26761         * gst/tcp/gstmultifdsink.h:
26762         Recover from a select with a bad file descriptor by removing
26763         the client.
26764
26765 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26766
26767         * configure.ac:
26768           fix requirement of core
26769         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
26770         (gst_play_pipeline_setup):
26771           don't use colorspace element.  do use hermescolorspace element.
26772           make macro to get a colorspace element.
26773           mark strings for translation.
26774         * po/POTFILES.in:
26775           add play.c
26776         * po/af.po:
26777         * po/az.po:
26778         * po/cs.po:
26779         * po/en_GB.po:
26780         * po/hu.po:
26781         * po/nl.po:
26782         * po/sr.po:
26783         * po/sv.po:
26784         * po/uk.po:
26785           update translations
26786
26787 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26788
26789         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
26790         fix default for newmedia flag
26791
26792 2004-07-30  Wim Taymans  <wim@fluendo.com>
26793
26794         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26795         (gst_theora_dec_init), (theora_get_formats),
26796         (theora_dec_src_convert), (theora_dec_sink_convert),
26797         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26798         (theora_dec_chain), (theora_dec_set_property),
26799         (theora_dec_get_property):
26800         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
26801         (gst_theora_enc_class_init), (gst_theora_enc_init),
26802         (theora_enc_sink_link), (theora_enc_chain),
26803         (theora_enc_set_property), (theora_enc_get_property):
26804         Added cropping option to theora decoder.
26805         Added border option to theora encoder.
26806
26807 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26808
26809         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26810         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26811         (gst_pngenc_set_property):
26812         * ext/libpng/gstpngenc.h:
26813         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
26814
26815 2004-07-30  Wim Taymans  <wim@fluendo.com>
26816
26817         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26818         (theora_enc_sink_link), (theora_enc_chain),
26819         (theora_enc_set_property), (theora_enc_get_property):
26820         Fix encoding of non-multiple-of-16 video.
26821
26822 2004-07-29  David Schleef  <ds@schleef.org>
26823
26824         * configure.ac: make test for audiofile more strict
26825
26826 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26827
26828         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26829           give different names to typefind functions
26830
26831 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
26832
26833         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
26834         (gst_ximagesink_calculate_pixel_aspect_ratio),
26835         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
26836         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26837         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
26838         (gst_ximagesink_get_property), (gst_ximagesink_init):
26839         * sys/ximage/ximagesink.h:
26840           allocate PAR's dynamically.
26841           use autodetected PAR if no object-set PAR is given.
26842           add workaround for directfb's X not setting physical size.
26843           fix to xvimagesink will follow tomorrow.
26844
26845 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26846
26847         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
26848         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
26849         (gst_shout2send_get_type), (gst_shout2send_set_clock),
26850         (gst_shout2send_class_init), (gst_shout2send_init),
26851         (set_shout_metadata), (gst_shout2send_set_metadata),
26852         (gst_shout2send_chain), (gst_shout2send_set_property),
26853         (gst_shout2send_get_property), (gst_shout2send_connect),
26854         (gst_shout2send_change_state):
26855         * ext/shout2/gstshout2.h:
26856         - fix for sending mp3 audio to icecast2 server, if pad link function not
26857         called before PAUSED state
26858         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
26859         - added tagging support for mp3 audio broadcasted
26860         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
26861         debug info
26862
26863 2004-07-28  Wim Taymans  <wim@fluendo.com>
26864
26865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
26866         (gst_ogg_demux_push):
26867         Return query failure when we don't know the length of
26868         an ogg stream insteda of returning TRUE with a bogus value.
26869
26870 2004-07-28  Wim Taymans  <wim@fluendo.com>
26871
26872         * ext/theora/theoradec.c: (theora_get_formats),
26873         (theora_dec_src_convert), (theora_dec_sink_convert),
26874         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26875         (theora_dec_chain):
26876         Don't screw up the 1 Chroma for 1 luma sample situation when we
26877         have an odd offset/width by adding a black border in those cases.
26878
26879 2004-07-28  Wim Taymans  <wim@fluendo.com>
26880
26881         * ext/theora/theoradec.c: (theora_get_formats),
26882         (theora_dec_src_convert), (theora_dec_sink_convert),
26883         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26884         (theora_dec_chain):
26885         * ext/theora/theoraenc.c: (theora_enc_sink_link):
26886         Added first attempt at cropping of the image as required by the
26887         theora spec. We need more properties in the caps (offset_x,
26888         offset_y,stride) to implement this correctly.
26889
26890 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
26891
26892         * ext/dvdnav/README:
26893           Update the README to use dvddemux
26894         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
26895           Ensure getcaps returns a subset of the template caps
26896         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
26897         (gst_mpeg2subt_init):
26898           Ensure getcaps returns a subset of the template caps
26899         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26900         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
26901         (gst_dvd_demux_get_subpicture_stream),
26902         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
26903         * gst/mpegstream/gstdvddemux.h:
26904           Set the explicit caps on the current_video pad before pushing
26905           anything
26906         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
26907         (gst_mpeg_demux_get_audio_stream):
26908           Free caps used to gst_pad_set_explicit_caps, which takes a const
26909           GstCaps *
26910
26911 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
26912
26913         * configure.ac: update GStreamer requirement to 0.8.4 because of
26914           GstFraction.
26915
26916 2004-07-28  Wim Taymans  <wim@fluendo.com>
26917
26918         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
26919         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
26920         Add the pad to the element after setting up the caps. This
26921         makes it a lot easier to autoplug.
26922
26923 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
26924
26925         * gst/median/gstmedian.c:
26926         * gst/mpeg2subt/gstmpeg2subt.c:
26927         * gst/mpegaudioparse/gstmpegaudioparse.c:
26928         * gst/mpegstream/gstdvddemux.c:
26929         * gst/mpegstream/gstmpegdemux.c:
26930         * gst/mpegstream/gstmpegpacketize.c:
26931         * gst/rtjpeg/gstrtjpeg.c:
26932         * gst/rtjpeg/gstrtjpegdec.c:
26933         * gst/rtjpeg/gstrtjpegenc.c:
26934         * gst/sine/gstsinesrc.c:
26935         * gst/smooth/gstsmooth.c:
26936         * gst/smpte/gstsmpte.c:
26937         * gst/smpte/gstsmpte.h:
26938         * gst/stereo/gststereo.c:
26939         * gst/videofilter/gstgamma.c:
26940         * gst/videofilter/gstvideobalance.c:
26941         * gst/videofilter/gstvideofilter.c:
26942         * gst/videofilter/gstvideoflip.c:
26943         * gst/videoscale/gstvideoscale.c:
26944         * gst/videoscale/videoscale.c:
26945         * gst/videotestsrc/gstvideotestsrc.c:
26946         * gst/videotestsrc/videotestsrc.c:
26947         * gst/wavenc/gstwavenc.c:
26948         * gst/wavparse/gstwavparse.c:
26949           fix local includes and 64 bits constants
26950
26951 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
26952
26953         * win32/gst.sln:
26954         * gst-libs/gst/*/*.vcproj:
26955         * gst/*/*.vcproj:
26956           more working plugins
26957
26958 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26959
26960         * testsuite/alsa/Makefile.am:
26961         * testsuite/alsa/srcstate.c:
26962         add test for alsasrc changing state
26963
26964 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26965
26966         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
26967         (gst_silence_get):
26968         * gst/silence/gstsilence.h:
26969         fix silence generation for 16bit raw audio
26970
26971 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26972
26973         * gst/matroska/matroska-demux.c:
26974         (gst_matroska_demux_parse_metadata),
26975         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
26976         * gst/mpegaudio/common.c:
26977         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
26978         (gst_videoscale_getcaps), (gst_videoscale_link),
26979         (gst_videoscale_src_fixate), (gst_videoscale_init),
26980         (gst_videoscale_finalize):
26981         * gst/videoscale/gstvideoscale.h:
26982         * gst/videotestsrc/gstvideotestsrc.c:
26983         (gst_videotestsrc_get_capslist):
26984         * gst/wavenc/gstwavenc.c:
26985         * sys/oss/gstossmixer.c: (fill_labels):
26986         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
26987         (gst_ximagesink_handle_xevents),
26988         (gst_ximagesink_calculate_pixel_aspect_ratio),
26989         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
26990         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
26991         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26992         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
26993         (gst_ximagesink_init), (gst_ximagesink_class_init):
26994         * sys/ximage/ximagesink.h:
26995         * sys/xvimage/xvimagesink.c:
26996         (gst_xvimagesink_calculate_pixel_aspect_ratio),
26997         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
26998         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
26999         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
27000         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
27001         * sys/xvimage/xvimagesink.h:
27002           first batch of pixel aspect ratio commits.
27003
27004 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27005
27006         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27007         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
27008         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
27009           handle stride, needs work if we want to move stride handling
27010           upstream, but works correctly for our purposes.
27011
27012 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27013
27014         * gst/videoscale/README:
27015           add testing examples
27016         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
27017         (gst_videoscale_chain):
27018         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27019         (gst_videoscale_get_size):
27020           add get_size function that handles stride like videotestsrc.
27021           fixes conversion for YUV formats for as much as I can test them.
27022
27023 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27024
27025         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
27026         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
27027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27028         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
27029         (gst_xvimagesink_xvimage_put):
27030           further cleanups, logging, error handling and synchronizing
27031
27032 2004-07-27  Wim Taymans  <wim@fluendo.com>
27033
27034         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27035         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
27036         (gst_videomixer_pad_set_property),
27037         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
27038         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27039         (gst_videomixer_class_init), (gst_videomixer_init),
27040         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
27041         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
27042         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
27043         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27044         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27045         (gst_videomixer_loop), (plugin_init):
27046         Be a nicer negotiation citizen and provide a getcaps function on
27047         the srcpad. This also fixes a crash when resizing.
27048
27049 2004-07-27  Julien MOUTTE  <julien@moutte.net>
27050
27051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27052         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
27053
27054 2004-07-27  Wim Taymans  <wim@fluendo.com>
27055
27056         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
27057         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27058         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27059         (gst_pngenc_set_property):
27060         * ext/libpng/gstpngenc.h:
27061         Added snapshot property to pngenc.
27062         removed g_print from pngdec
27063
27064 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
27065
27066         * gst/ac3parse/ac3parse.vcproj
27067         * gst/adder/adder.vcproj
27068         * gst/alpha/alpha.vcproj
27069         * gst/alpha/alphacolor.vcproj
27070         * gst/asfdemux/asf.vcproj
27071         * gst/audioconvert/audioconvert.vcproj
27072         * gst/audiorate/audiorate.vcproj
27073         * gst/audioscale/audioscale.vcproj
27074         * gst/auparse/auparse.vcproj
27075         * gst/avi/avi.vcproj
27076         * gst/cdxaparse/cdxaparse.vcproj
27077         * gst/chart/chart.vcproj
27078         * gst/colorspace/colorspace.vcproj
27079         * gst/cutter/cutter.vcproj
27080         * gst/debug/debug.vcproj
27081         * gst/debug/efence.vcproj
27082         * gst/debug/navigationtest.vcproj
27083         * gst/deinterlace/deinterlace.vcproj
27084         * gst/effectv/effectv.vcproj
27085         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
27086         * gst/filter/filter.vcproj
27087         * gst/flx/flxdec.vcproj
27088         * gst/goom/goom.vcproj
27089         * gst/interleave/interleave.vcproj
27090         * gst/law/alaw.vcproj
27091         * gst/law/mulaw.vcproj
27092         * gst/matroska/matroska.vcproj
27093         * gst/median/median.vcproj
27094         * gst/mixmatrix/mixmatrix.vcproj
27095         * gst/mpeg1sys/mpeg1systemencode.vcproj
27096         * gst/mpeg1videoparse/mp1videoparse.vcproj
27097         * gst/mpeg2sub/mpeg2subt.vcproj
27098         * gst/mpegaudio/mpegaudio.vcproj
27099         * gst/mpegaudioparse/mpegaudioparse.vcproj
27100         * gst/mpegstream/mpegstream.vcproj
27101         * gst/multifilesink/multifilesink.vcproj
27102         * gst/multipart/multipart.vcproj
27103         * gst/oneton/oneton.vcproj
27104         * gst/overlay/overlay.vcproj
27105         * gst/passthrough/passthrough.vcproj
27106         * gst/qtdemux/qtdemux.vcproj
27107         * gst/realmedia/rmdemux.vcproj
27108         * gst/rtjpeg/rtjpeg.vcproj
27109         * gst/rtp/rtp.vcproj
27110         * gst/silence/silence.vcproj
27111         * gst/sine/sinesrc.vcproj
27112         * gst/smooth/smooth.vcproj
27113         * gst/smpte/smpte.vcproj
27114         * gst/spectrum/spectrum.vcproj
27115         * gst/speed/speed.vcproj
27116         * gst/stereo/stereo.vcproj
27117         * gst/switch/switch.vcproj
27118         * gst/tags/tagedit.vcproj
27119         * gst/tcp/tcp.vcproj
27120         * gst/typefind/typefindfunctions.vcproj
27121         * gst/udp/udp.vcproj
27122         * gst/videobox/videobox.vcproj
27123         * gst/videocrop/videocrop.vcproj
27124         * gst/videodrop/videodrop.vcproj
27125         * gst/videofilter/gamma.vcproj
27126         * gst/videofilter/videobalance.vcproj
27127         * gst/videofilter/videofilter.vcproj
27128         * gst/videofilter/videoflip.vcproj
27129         * gst/videoflip/videoflip.vcproj
27130         * gst/videomixer/videomixer.vcproj
27131         * gst/videorate/videorate.vcproj
27132         * gst/videoscale/videoscale.vcproj
27133         * gst/videotestsrc/videotestsrc.vcproj
27134         * gst/virtualdub/virtualdub.vcproj
27135         * gst/volenv/volenv.vcproj
27136         * gst/volume/volume.vcproj
27137         * gst/wavenc/wavenc.vcproj
27138         * gst/wavparse/wavparse.vcproj
27139         * gst/y4m/y4menc.vcproj
27140         * gst-libs/gst/audio/audio.vcproj
27141         * gst-libs/gst/audio/audiofilter.vcproj
27142         * gst-libs/gst/colorbalance/colorbalance.vcproj
27143         * gst-libs/gst/idct/idtc.vcproj
27144         * gst-libs/gst/media-info/media-info.vcproj
27145         * gst-libs/gst/mixer/mixer.vcproj
27146         * gst-libs/gst/navigation/navigation.vcproj
27147         * gst-libs/gst/play/play.vcproj
27148         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
27149         * gst-libs/gst/resample/resample.vcproj
27150         * gst-libs/gst/riff/riff.vcproj
27151         * gst-libs/gst/tuner/tuner.vcproj
27152         * gst-libs/gst/video/video.vcproj
27153         * gst-libs/gst/xoverlay/xoverlay.vcproj
27154           avoid problems with math.h, fix release dependancy
27155           rename GStreamer-0.8.lib to libgstreamer.lib
27156
27157 2004-07-27  Julien MOUTTE  <julien@moutte.net>
27158
27159         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
27160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
27161         the atom is not available we have to unlock the mutex. Fixes #148023
27162
27163 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27164
27165         * gst-libs/gst/media-info/media-info.h:
27166           issue for a vararg macro with MSVC
27167
27168 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27169
27170         * gst/effectv/effectv.vcproj
27171         * gst-libs/gst/idct/idct.vcproj:
27172         * gst-libs/gst/media-info/media-info.vcproj:
27173         * gst-libs/gst/navigation/navigation.vcproj:
27174         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
27175         * gst-libs/gst/video/video.vcproj:
27176         * gst-libs/gst/xoverlay/xoverlay.vcproj:
27177           fixes for build problems
27178
27179 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27180
27181         * gst-libs/gst/audio/audio.def:
27182         * gst-libs/gst/audio/riff.def:
27183           add some definitions needed by plugins
27184
27185 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27186
27187         * gst/asfdemux/gstasfmux.c
27188           Fix some 64 bits constants to be glib friendly
27189
27190 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27191
27192         * gst/ac3parse/gstac3parse.c
27193         * gst/audioscale/gstaudioscale.c
27194         * gst/auparse/gstauparse.c
27195         * gst/colorspace/gstcolorspace.c
27196         * gst/colorspace/yuv2rgb.h
27197           local include fixes
27198
27199 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27200
27201         * win32/gst.sln
27202           add more plugins to the build
27203
27204 2004-07-26  Julien MOUTTE  <julien@moutte.net>
27205
27206         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
27207         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
27208
27209 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27210
27211         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
27212         (gst_level_set_property), (gst_level_get_property),
27213         (gst_level_base_init), (gst_level_class_init):
27214           add debugging categories.  cleanups.
27215
27216 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27217
27218         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27219         (gst_videoscale_planar411), (gst_videoscale_planar400),
27220         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
27221         (gst_videoscale_scale_nearest_str1),
27222         (gst_videoscale_scale_nearest_str2),
27223         (gst_videoscale_scale_nearest_str4),
27224         (gst_videoscale_scale_nearest_16bit),
27225         (gst_videoscale_scale_nearest_24bit):
27226           fixed stride issues
27227           tested with 320x240 -> 321, 322, 324 x240
27228           tested with YV12, I420, YUY2, UYVY
27229           fixed packed422rev (don't think it could have worked before)
27230           by testing with UYVY
27231
27232 2004-07-26  Benjamin Otte  <otte@gnome.org>
27233
27234         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
27235         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
27236         (plugin_init):
27237           add debugging category, add error checks like checking return values
27238           of setup calls, make sure it still works after
27239           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
27240
27241 2004-07-26  Wim Taymans  <wim@fluendo.com>
27242
27243         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
27244         (gst_mpeg_demux_get_audio_stream),
27245         (gst_mpeg_demux_process_private):
27246         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
27247         Check for error codes from the negotiation functions. Make sure
27248         we really set the pad caps when a new pad is created.
27249
27250 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27251
27252         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27253         (gst_ffmpeg_caps_to_pix_fmt):
27254         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27255         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27256         (gst_ffmpegcolorspace_pad_link):
27257           don't make function do two things at the same time without reason.
27258
27259 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27260
27261         * gst/ac3parse/ac3parse.vcproj
27262         * gst/adder/adder.vcproj
27263         * gst/alpha/alpha.vcproj
27264         * gst/alpha/alphacolor.vcproj
27265         * gst/asfdemux/asf.vcproj
27266         * gst/audioconvert/audioconvert.vcproj
27267         * gst/audiorate/audiorate.vcproj
27268         * gst/audioscale/audioscale.vcproj
27269         * gst/auparse/auparse.vcproj
27270         * gst/avi/avi.vcproj
27271         * gst/cdxaparse/cdxaparse.vcproj
27272         * gst/chart/chart.vcproj
27273         * gst/colorspace/colorspace.vcproj
27274         * gst/cutter/cutter.vcproj
27275         * gst/debug/debug.vcproj
27276         * gst/debug/efence.vcproj
27277         * gst/debug/navigationtest.vcproj
27278         * gst/deinterlace/deinterlace.vcproj
27279         * gst/effectv/effectv.vcproj
27280         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
27281         * gst/filter/filter.vcproj
27282         * gst/flx/flxdec.vcproj
27283         * gst/goom/goom.vcproj
27284         * gst/interleave/interleave.vcproj
27285         * gst/law/alaw.vcproj
27286         * gst/law/mulaw.vcproj
27287         * gst/matroska/matroska.vcproj
27288         * gst/median/median.vcproj
27289         * gst/mixmatrix/mixmatrix.vcproj
27290         * gst/mpeg1sys/mpeg1systemencode.vcproj
27291         * gst/mpeg1videoparse/mp1videoparse.vcproj
27292         * gst/mpeg2sub/mpeg2subt.vcproj
27293         * gst/mpegaudio/mpegaudio.vcproj
27294         * gst/mpegaudioparse/mpegaudioparse.vcproj
27295         * gst/mpegstream/mpegstream.vcproj
27296         * gst/multifilesink/multifilesink.vcproj
27297         * gst/multipart/multipart.vcproj
27298         * gst/oneton/oneton.vcproj
27299         * gst/overlay/overlay.vcproj
27300         * gst/passthrough/passthrough.vcproj
27301         * gst/qtdemux/qtdemux.vcproj
27302         * gst/realmedia/rmdemux.vcproj
27303         * gst/rtjpeg/rtjpeg.vcproj
27304         * gst/rtp/rtp.vcproj
27305         * gst/silence/silence.vcproj
27306         * gst/sine/sinesrc.vcproj
27307         * gst/smooth/smooth.vcproj
27308         * gst/smpte/smpte.vcproj
27309         * gst/spectrum/spectrum.vcproj
27310         * gst/speed/speed.vcproj
27311         * gst/stereo/stereo.vcproj
27312         * gst/switch/switch.vcproj
27313         * gst/tags/tagedit.vcproj
27314         * gst/tcp/tcp.vcproj
27315         * gst/typefind/typefindfunctions.vcproj
27316         * gst/udp/udp.vcproj
27317         * gst/videobox/videobox.vcproj
27318         * gst/videocrop/videocrop.vcproj
27319         * gst/videodrop/videodrop.vcproj
27320         * gst/videofilter/gamma.vcproj
27321         * gst/videofilter/videobalance.vcproj
27322         * gst/videofilter/videofilter.vcproj
27323         * gst/videofilter/videoflip.vcproj
27324         * gst/videoflip/videoflip.vcproj
27325         * gst/videomixer/videomixer.vcproj
27326         * gst/videorate/videorate.vcproj
27327         * gst/videoscale/videoscale.vcproj
27328         * gst/videotestsrc/videotestsrc.vcproj
27329         * gst/virtualdub/virtualdub.vcproj
27330         * gst/volenv/volenv.vcproj
27331         * gst/volume/volume.vcproj
27332         * gst/wavenc/wavenc.vcproj
27333         * gst/wavparse/wavparse.vcproj
27334         * gst/y4m/y4menc.vcproj
27335           more plugins supported under windows
27336
27337 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27338
27339         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27340         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
27341         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
27342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27343         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
27344           Add debugging statements.  Use the sizes as returned by the
27345           *CreateImage calls.
27346
27347 2004-07-26  Johan Dahlin  <johan@gnome.org>
27348
27349         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
27350         the pad is negotiated.
27351
27352         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
27353
27354 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27355
27356         * gst-libs/gst/colorbalance/colorbalance.vcproj:
27357         * gst-libs/gst/idct/idct.vcproj:
27358         * gst-libs/gst/media-info/media-info.vcproj:
27359         * gst-libs/gst/mixer/mixer.vcproj:
27360         * gst-libs/gst/navigation/navigation.vcproj:
27361         * gst-libs/gst/play/play.vcproj:
27362         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
27363         * gst-libs/gst/resample/resample.vcproj:
27364         * gst-libs/gst/tuner/tuner.vcproj:
27365         * gst-libs/gst/video/video.vcproj:
27366         * gst-libs/gst/xoverlay/xoverlay.vcproj:
27367           more plugins supported under windows
27368
27369 2004-07-25 Iain <iain@prettypeople.org>
27370
27371         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
27372         pad now rather than when the pad is created because state changes wipe
27373         explicit caps (fixes #148043).
27374
27375 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
27376
27377         reviewed by Benjamin Otte  <otte@gnome.org>
27378
27379         * ext/mad/gstmad.c:
27380           fix mad plugin crashing on Sun (fixes #148289)
27381
27382 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27383
27384         * gst/avi/avi.def:
27385         * gst/avi/avi.vcproj:
27386         * gst/matroska/matroska.def:
27387         * gst/matroska/matroska.vcproj:
27388           remove unused .def files
27389
27390 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27391
27392         * gst-libs/gst/audio/gstaudiofilter.c:
27393           Clean the local include
27394
27395 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27396
27397         * win32/gst.sln:
27398         * gst-libs/gst/audio/audio.def:
27399         * gst-libs/gst/audio/audio.vcproj:
27400         * gst-libs/gst/audio/audiofilter.vcproj:
27401         * gst-libs/gst/audio/riff.def:
27402         * gst-libs/gst/audio/riff.vcproj:
27403         * gst-libs/gst/gst-libs.def:
27404         * gst-libs/gst/gst-libs.vcproj:
27405         * gst/avi/avi.vcproj:
27406         * gst/avi/avi.vcproj:
27407           Copy the files where needed after building, cleaner projects
27408
27409 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27410
27411         * gst/matroska/ebml-write.c:
27412           Fix some 64 bits constants to be glib friendly
27413
27414 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
27415
27416         * win32/gst.sln:
27417         * gst-libs/gst/gst-libs.def:
27418         * gst-libs/gst/gst-libs.vcproj:
27419         * gst/matroska/matroska.def:
27420         * gst/matroska/matroska.vcproj:
27421           Add the preliminary canvas to build plugins on Win32
27422
27423 2004-07-23  Benjamin Otte  <otte@gnome.org>
27424
27425         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27426           don't enfore negotiation from source side, it breaks
27427           sinesrc ! audioconvert ! osssink
27428
27429 2004-07-22  David Schleef  <ds@schleef.org>
27430
27431         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
27432         for ELF files, since they can easily be recognized as audio/mpeg.
27433         (bug #147441)
27434
27435 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27436
27437         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27438         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
27439         (gst_videoscale_scale_nearest_24bit),
27440         (gst_videoscale_scale_nearest_16bit):
27441           fix 16bit and 24bit for stride (24bit might need testing)
27442           don't pretend we do more than one algorithm
27443
27444 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27445
27446         * configure.ac:
27447         * gst/Makefile.am:
27448         * gst/multifilesink/Makefile.am:
27449         * gst/multifilesink/gstmultifilesink.c:
27450         (gst_multifilesink_get_formats),
27451         (gst_multifilesink_get_query_types), (_do_init),
27452         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
27453         (gst_multifilesink_init), (gst_multifilesink_dispose),
27454         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
27455         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
27456         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
27457         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
27458         (gst_multifilesink_chain), (gst_multifilesink_change_state),
27459         (gst_multifilesink_uri_get_type),
27460         (gst_multifilesink_uri_get_protocols),
27461         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
27462         (gst_multifilesink_uri_handler_init), (plugin_init):
27463         * gst/multifilesink/gstmultifilesink.h:
27464         * testsuite/Makefile.am:
27465         * testsuite/multifilesink/Makefile.am:
27466         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
27467         (gst_newmedia_class_init), (gst_newmedia_init),
27468         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
27469         (newfile_signal), (test_signal), (main):
27470         multifilesink plugin for creating new files every time a new media
27471         discontinuity event occurs
27472
27473 2004-07-22  Wim Taymans  <wim@fluendo.com>
27474
27475         * gst/alpha/Makefile.am:
27476         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
27477         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
27478         (gst_alpha_color_init), (gst_alpha_color_set_property),
27479         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
27480         (transform), (gst_alpha_color_chain),
27481         (gst_alpha_color_change_state), (plugin_init):
27482         Stupid plugin to to RGBA to AYUV conversion because none of
27483         the colorspace plugins can handle that yet.
27484
27485 2004-07-22  Wim Taymans  <wim@fluendo.com>
27486
27487         * examples/seeking/seek.c: (update_scale), (main):
27488         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27489         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
27490         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
27491         (gst_decode_bin_init), (gst_decode_bin_dispose),
27492         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27493         (no_more_pads), (close_link), (type_found),
27494         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27495         (plugin_init):
27496         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27497         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27498         (gst_play_base_bin_dispose), (queue_overrun),
27499         (gen_preroll_element), (remove_prerolls), (unknown_type),
27500         (no_more_pads), (new_stream), (setup_source),
27501         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27502         (play_base_eos), (gst_play_base_bin_change_state),
27503         (gst_play_base_bin_add_element),
27504         (gst_play_base_bin_remove_element),
27505         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27506         (gst_play_base_bin_unlink_stream),
27507         (gst_play_base_bin_get_streaminfo):
27508         * gst/playback/gstplaybin.c: (gen_video_element),
27509         (gen_audio_element):
27510         * gst/playback/gststreaminfo.h:
27511         More playback updates, attempt to fix things after the state change
27512         breakage.
27513
27514 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27515
27516         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
27517         (gst_videoscale_scale_nearest_16bit):
27518           comment algorithm
27519
27520 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27521
27522         * gst/videotestsrc/gstvideotestsrc.c:
27523         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
27524         (gst_videotestsrc_init), (gst_videotestsrc_get),
27525         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
27526         (gst_videotestsrc_get_property):
27527         * gst/videotestsrc/gstvideotestsrc.h:
27528         * gst/videotestsrc/videotestsrc.c:
27529         * gst/videotestsrc/videotestsrc.h:
27530           cleanup and commenting
27531
27532 2004-07-21  Wim Taymans  <wim@fluendo.com>
27533
27534         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
27535         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
27536         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
27537         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
27538         (_find_chain_get_unknown_part), (_find_streams_check),
27539         (gst_ogg_demux_push), (gst_ogg_pad_push):
27540         * ext/theora/theoradec.c: (theora_get_formats),
27541         (theora_dec_src_convert), (theora_dec_sink_convert),
27542         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27543         (theora_dec_chain):
27544         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27545         (vorbis_dec_convert), (vorbis_dec_src_query),
27546         (vorbis_dec_src_event), (vorbis_dec_event):
27547         More seeking fixes, oggdemux now supports seeking to time and
27548         uses the downstream element to convert granulepos to time.
27549         Seeking in theora-only ogg files now works.
27550
27551 2004-07-21  Wim Taymans  <wim@fluendo.com>
27552
27553         * ext/theora/theoradec.c: (gst_theora_dec_init),
27554         (theora_get_formats), (theora_get_event_masks),
27555         (theora_get_query_types), (theora_dec_src_convert),
27556         (theora_dec_sink_convert), (theora_dec_src_query),
27557         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
27558         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27559         (vorbis_get_event_masks), (vorbis_get_query_types),
27560         (gst_vorbis_dec_init), (vorbis_dec_convert),
27561         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
27562         Added query/convert/formats functions to vorbis and theora decoders
27563         so that the outside world can use them too. Fixed seeking on an
27564         ogg/theora/vorbis file by disabling the seeking seeking on the
27565         theora srcpad.
27566
27567 2004-07-21  Julien MOUTTE  <julien@moutte.net>
27568
27569         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27570         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
27571         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
27572         images creation for both elements. We don't create the image on caps
27573         nego or renego, we just destroy the internal one if present if it does
27574         not match the needs. The chain function takes care of creating a new
27575         image when needed.
27576         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27577         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
27578         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
27579         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
27580         the image format information. The buffer pool checks for the context
27581         image format and discard images with different formats.
27582         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
27583
27584 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27585
27586         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27587         (gst_ffmpegcolorspace_chain):
27588           no point in doing any chaining if the pad we want to push from
27589           isn't usable.
27590
27591 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27592
27593         * gst-libs/gst/riff/riff-media.c:
27594         (gst_riff_create_audio_caps_with_data):
27595           Fix double end-to-native symbol conversion (#148021).
27596
27597 2004-07-20  David Schleef  <ds@schleef.org>
27598
27599         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
27600         Don't use an Atom that doesn't exist.
27601
27602 2004-07-20  Wim Taymans  <wim@fluendo.com>
27603
27604         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27605         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27606         (gst_multifdsink_client_remove),
27607         (gst_multifdsink_handle_client_write),
27608         (gst_multifdsink_queue_buffer):
27609         * gst/tcp/gstmultifdsink.h:
27610         More multifdsink stats. Avoid deadlock by releasing locks
27611         before sending out a signal.
27612
27613 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27614
27615         * po/LINGUAS:
27616         * po/hu.po:
27617           added Hungarian translation (Laszlo Dvornik)
27618
27619 2004-07-20  Wim Taymans  <wim@fluendo.com>
27620
27621         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27622         (gst_multifdsink_add), (gst_multifdsink_client_remove),
27623         (gst_multifdsink_handle_client_write),
27624         (gst_multifdsink_queue_buffer):
27625         * gst/tcp/gsttcp-marshal.list:
27626         Fixed the stupid marshal definition.
27627
27628 2004-07-20  Wim Taymans  <wim@fluendo.com>
27629
27630         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27631         (gst_multifdsink_init), (gst_multifdsink_add),
27632         (gst_multifdsink_client_remove),
27633         (gst_multifdsink_handle_client_write),
27634         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
27635         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
27636         (gst_multifdsink_init_send):
27637         * gst/tcp/gstmultifdsink.h:
27638         Added more stats, added timeout for a client, fixed some typos
27639         and added some comments.
27640
27641 2004-07-20  Wim Taymans  <wim@fluendo.com>
27642
27643         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27644         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27645         (gst_multifdsink_client_remove),
27646         (gst_multifdsink_handle_client_write):
27647         * gst/tcp/gstmultifdsink.h:
27648         * gst/tcp/gsttcp-marshal.list:
27649         Added get_stats method that returns a GValueArray of
27650         stats values.
27651
27652 2004-07-19  Benjamin Otte  <otte@gnome.org>
27653
27654         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
27655           make sure longname, description and author are valid UTF-8
27656
27657 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27658
27659         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
27660         (gst_ximagesink_set_property):
27661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
27662         (gst_xvimagesink_set_property):
27663           make sure SYNCHRONOUS is respected after getting the X context
27664
27665 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27666
27667         * gst/matroska/matroska-demux.c:
27668         (gst_matroska_demux_handle_src_event),
27669         (gst_matroska_demux_parse_blockgroup):
27670         * gst/matroska/matroska-ids.h:
27671           add BlockReference tag and ignore it to clear out log.
27672           ignore NAVIGATION events to clear out log.
27673
27674 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27675
27676         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
27677         (gst_matroska_demux_add_stream):
27678         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
27679           add debug categories
27680
27681 2004-07-16  Wim Taymans  <wim@fluendo.com>
27682
27683         * ext/libpng/Makefile.am:
27684         * ext/libpng/gstpng.c: (plugin_init):
27685         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
27686         (gst_pngdec_get_type), (gst_pngdec_base_init),
27687         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
27688         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
27689         * ext/libpng/gstpngdec.h:
27690         Added png decoder.
27691
27692 2004-07-16  Julien MOUTTE  <julien@moutte.net>
27693
27694         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
27695         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
27696         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
27697         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
27698         (gst_ximagesink_buffer_alloc):
27699         * sys/ximage/ximagesink.h:
27700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27701         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
27702         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
27703         (gst_xvimagesink_buffer_alloc):
27704         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
27705         again. Using internal data pointer of the x(v)image to store image's
27706         data to be coherent with the buffer alloc mechanism. Investigated the
27707         image destruction code to be sure that everything gets freed correctly.
27708
27709 2004-07-16  Wim Taymans  <wim@fluendo.com>
27710
27711         * gst-libs/gst/riff/riff-read.c:
27712         (gst_riff_read_strf_vids_with_data),
27713         (gst_riff_read_strf_auds_with_data):
27714         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
27715         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
27716         Make sure we don't create 0 sized subbuffers in riff-read.
27717         Signal the no more pads signal after reading the avi header.
27718
27719 2004-07-16  Wim Taymans  <wim@fluendo.com>
27720
27721         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27722         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
27723         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
27724         (gst_decode_bin_init), (gst_decode_bin_dispose),
27725         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27726         (no_more_pads), (close_link), (type_found),
27727         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27728         (gst_decode_bin_change_state), (plugin_init):
27729         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27730         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27731         (gst_play_base_bin_dispose), (queue_overrun),
27732         (gen_preroll_element), (remove_prerolls), (unknown_type),
27733         (no_more_pads), (new_stream), (setup_source),
27734         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27735         (play_base_eos), (gst_play_base_bin_change_state),
27736         (gst_play_base_bin_add_element),
27737         (gst_play_base_bin_remove_element),
27738         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27739         (gst_play_base_bin_unlink_stream),
27740         (gst_play_base_bin_get_streaminfo):
27741         * gst/playback/gstplaybasebin.h:
27742         Better error recovery. Added configurable preroll queue size. Faster
27743         detection of no-more-pads.
27744
27745 2004-07-16  Wim Taymans  <wim@fluendo.com>
27746
27747         * gst-libs/gst/video/video.h:
27748         Added 32 bits RGBA. Not sure if we should use another mime-type
27749         for alpha rgb. Currently the presence of the alpha_mask property
27750         signals an alpha channel.
27751
27752 2004-07-16  Wim Taymans  <wim@fluendo.com>
27753
27754         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
27755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27756         FPS seems to be 0.0 to MAX everywhere else.
27757
27758 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27759
27760         * gst-libs/gst/riff/riff-media.c:
27761         (gst_riff_create_video_caps_with_data):
27762           mp42/mp43 (no caps) exist too.
27763         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
27764           Set pixel_width/height; we've got them in-caps.
27765         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
27766         * gst/wavparse/gstwavparse.c: (plugin_init):
27767           Both are valid primary.
27768         * sys/oss/gstossmixer.c:
27769           Remove i18n hack and enable translations.
27770
27771 2004-07-15  Benjamin Otte  <otte@gnome.org>
27772
27773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27774         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
27775           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
27776
27777 2004-07-15  Benjamin Otte  <otte@gnome.org>
27778
27779         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27780         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
27781         (gst_alsa_close_audio):
27782           disable some of the debugging code for now. Writing debugging to a
27783           buffer is broken in current alsalib releases.
27784
27785 2004-07-12  Benjamin Otte  <otte@gnome.org>
27786
27787         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
27788           use bufferpools
27789
27790 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27791
27792         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
27793         (theora_dec_src_query), (theora_dec_event):
27794         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
27795           add debugging categories.  Remove \n's.
27796
27797 2004-07-13  Johan Dahlin  <johan@gnome.org>
27798
27799         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
27800         (gst_play_bin_get_property): Impl.
27801
27802 2004-07-13  Wim Taymans  <wim@fluendo.com>
27803
27804         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
27805         When trying to find the stream length, seek back N pages
27806         instead of just one, where N is the number of streams in
27807         the current chain.
27808
27809 2004-07-13  Wim Taymans  <wim@fluendo.com>
27810
27811         * gst-libs/gst/riff/riff-media.c:
27812         (gst_riff_create_audio_caps_with_data),
27813         (gst_riff_create_audio_caps),
27814         (gst_riff_create_audio_template_caps):
27815         * gst-libs/gst/riff/riff-media.h:
27816         * gst-libs/gst/riff/riff-read.c:
27817         (gst_riff_read_strf_vids_with_data),
27818         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
27819         * gst-libs/gst/riff/riff-read.h:
27820         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
27821         (gst_avi_demux_add_stream):
27822         Set codec_data on caps for avidemuxer.
27823
27824 2004-07-12  David Schleef  <ds@schleef.org>
27825
27826         * configure.ac: Fix test for Objective C
27827
27828 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
27829         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
27830         (gst_gdk_pixbuf_chain):
27831           Add svg and pcx to template caps, and ensure that getcaps returns a
27832           subset of the template caps.
27833           Copy each row manually for output, as gdkpixbuf may pad the
27834           rowstride to a 32-bit word boundary.
27835
27836 2004-07-12  Wim Taymans  <wim@fluendo.com>
27837
27838         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
27839         (gst_riff_create_video_template_caps):
27840         Fix the template caps to include some more media types.
27841
27842 2004-07-12  Wim Taymans  <wim@fluendo.com>
27843
27844         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27845         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27846         (compare_ranks), (print_feature), (gst_decode_bin_init),
27847         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
27848         (try_to_link_1), (new_pad), (close_link), (type_found),
27849         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27850         (gst_decode_bin_change_state), (plugin_init):
27851         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27852         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27853         (gst_play_base_bin_dispose), (queue_overrun),
27854         (gen_preroll_element), (remove_prerolls), (no_more_pads),
27855         (new_stream), (setup_source), (gst_play_base_bin_set_property),
27856         (gst_play_base_bin_get_property), (play_base_eos),
27857         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
27858         (gst_play_base_bin_remove_element),
27859         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27860         (gst_play_base_bin_unlink_stream),
27861         (gst_play_base_bin_get_streaminfo):
27862         * gst/playback/gstplaybasebin.h:
27863         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27864         (gst_play_bin_class_init), (gst_play_bin_init),
27865         (gst_play_bin_dispose), (gst_play_bin_set_property),
27866         (gst_play_bin_get_property), (gen_video_element),
27867         (gen_audio_element), (remove_sinks), (setup_sinks),
27868         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
27869         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27870         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27871         (gst_play_bin_query), (plugin_init):
27872         * gst/playback/test4.c: (main):
27873         More fixes on reusing of the element.
27874
27875 2004-07-11  Benjamin Otte  <otte@gnome.org>
27876
27877         * ext/mad/gstmad.c: (normal_seek):
27878           allow seeking for other methods than just SET
27879
27880 2004-07-11  Andy Wingo  <wingo@pobox.com>
27881
27882         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
27883         float, "any" caps -> buffer_frames=[0,MAX].
27884
27885         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
27886         doesn't intersect our caps with the template any more. Do it
27887         ourselves.
27888         (interleave_buffered_loop): Use g_newa instead of malloc/free.
27889
27890 2004-07-09  Wim Taymans  <wim@fluendo.com>
27891
27892         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27893         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27894         (compare_ranks), (print_feature), (gst_decode_bin_init),
27895         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
27896         (try_to_link_1), (new_pad), (close_link), (type_found),
27897         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27898         (gst_decode_bin_change_state), (plugin_init):
27899         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27900         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27901         (gst_play_base_bin_dispose), (queue_overrun),
27902         (gen_preroll_element), (remove_prerolls), (no_more_pads),
27903         (new_stream), (setup_source), (gst_play_base_bin_set_property),
27904         (gst_play_base_bin_get_property), (play_base_eos),
27905         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
27906         (gst_play_base_bin_remove_element),
27907         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27908         (gst_play_base_bin_unlink_stream),
27909         (gst_play_base_bin_get_streaminfo):
27910         * gst/playback/gstplaybasebin.h:
27911         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27912         (gst_play_bin_class_init), (gst_play_bin_init),
27913         (gst_play_bin_dispose), (gst_play_bin_set_property),
27914         (gst_play_bin_get_property), (gen_video_element),
27915         (gen_audio_element), (remove_sinks), (setup_sinks),
27916         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
27917         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27918         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27919         (gst_play_bin_query), (plugin_init):
27920         * gst/playback/test4.c: (main):
27921         Work on object reuse and seeking.
27922
27923 2004-07-09  Wim Taymans  <wim@fluendo.com>
27924
27925         * examples/seeking/seek.c: (iterate):
27926         Don't consume all CPU in the idle loop.
27927
27928 2004-07-09  Wim Taymans  <wim@fluendo.com>
27929
27930         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
27931         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
27932         Add pad to element *after* setting the pad functions so that
27933         the scheduler can use the correct ones.
27934
27935 2004-07-09  Wim Taymans  <wim@fluendo.com>
27936
27937         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
27938         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
27939         Sync to keyframe after seek
27940
27941 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27942
27943         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27944         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27945         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
27946         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
27947         * ext/libvisual/visual.c: (gst_visual_change_state):
27948         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
27949         * ext/theora/theoradec.c: (theora_dec_change_state):
27950         * ext/theora/theoraenc.c: (theora_enc_change_state):
27951         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
27952         * gst-libs/gst/navigation/navigation.c:
27953         * gst/adder/gstadder.c: (gst_adder_change_state):
27954         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
27955         (gst_audio_convert_get_buffer):
27956         * gst/multipart/multipartdemux.c:
27957         (gst_multipart_demux_change_state):
27958         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
27959         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27960         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27961         * gst/videoscale/gstvideoscale.c:
27962         (gst_videoscale_handle_src_event):
27963         * gst/volume/gstvolume.c: (volume_chain_int16):
27964           don't assert in state change, this should be done by the base
27965           GstElement class.
27966           various debugging fixes.
27967
27968 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27969
27970         * configure.ac:
27971         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27972         (gst_play_dispose), (gst_play_set_location),
27973         (gst_play_set_data_src), (gst_play_set_video_sink),
27974         (gst_play_set_audio_sink), (gst_play_set_visualization),
27975         (gst_play_connect_visualization), (gst_play_get_sink_element),
27976         (gst_play_get_all_by_interface):
27977         * gst-libs/gst/play/play.h:
27978           add new method to get elements implementing an interface.
27979           add various error logging
27980
27981 2004-07-08  Wim Taymans  <wim@fluendo.com>
27982
27983         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
27984         (make_mpeg_pipeline), (make_mpegnt_pipeline),
27985         (make_playerbin_pipeline), (query_durations_elems),
27986         (query_durations_pads), (query_positions_elems),
27987         (query_positions_pads), (update_scale), (iterate), (stop_seek),
27988         (main):
27989         Added playbin seeking example.
27990
27991 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27992
27993         * gst-libs/gst/play/play.c: (gst_play_set_location),
27994         (gst_play_set_data_src), (gst_play_set_video_sink),
27995         (gst_play_set_audio_sink), (gst_play_set_visualization),
27996         (gst_play_connect_visualization), (gst_play_get_framerate):
27997           use a macro to look up elements from hash table
27998
27999 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28000
28001         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28002         (gst_play_get_length_callback), (gst_play_set_location),
28003         (gst_play_seek_to_time), (gst_play_set_data_src),
28004         (gst_play_set_video_sink), (gst_play_set_audio_sink),
28005         (gst_play_set_visualization), (gst_play_connect_visualization),
28006         (gst_play_get_sink_element):
28007         - add debugging info
28008         - fix looking up sink elements by iterating over complete caps
28009         - put everything except for source and autoplugger in a complete bin
28010
28011 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28012
28013         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
28014         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
28015         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
28016         (gst_alsa_sink_write), (gst_alsa_sink_loop):
28017         * ext/alsa/gstalsasink.h:
28018         - add debugging info
28019         - clean up schizophrenia of data/buffer/event
28020         - fix double event unref error
28021
28022 2004-07-08  Wim Taymans  <wim@fluendo.com>
28023
28024         * gst/playback/Makefile.am:
28025         Add headers to noinst
28026
28027 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28028
28029         * tools/gst-launch-ext-m.m:
28030         * tools/gst-launch-ext.1.in:
28031           convert to the third millenium
28032
28033 2004-07-07  David Schleef  <ds@schleef.org>
28034
28035         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
28036
28037 2004-07-07  Wim Taymans  <wim@fluendo.com>
28038
28039         * gst/playback/Makefile.am:
28040         * gst/playback/README:
28041         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28042         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28043         (compare_ranks), (print_feature), (gst_decode_bin_init),
28044         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
28045         (try_to_link_1), (new_pad), (close_link), (type_found),
28046         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28047         (plugin_init):
28048         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28049         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28050         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
28051         (gen_preroll_element), (no_more_pads), (new_stream),
28052         (setup_source), (gst_play_base_bin_set_property),
28053         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
28054         (gst_play_base_bin_add_element),
28055         (gst_play_base_bin_remove_element),
28056         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28057         (gst_play_base_bin_unlink_stream),
28058         (gst_play_base_bin_get_streaminfo):
28059         * gst/playback/gstplaybasebin.h:
28060         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28061         (gst_play_bin_class_init), (gst_play_bin_init),
28062         (gst_play_bin_dispose), (gst_play_bin_set_property),
28063         (gst_play_bin_get_property), (gen_video_element),
28064         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
28065         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28066         (gst_play_bin_get_formats), (gst_play_bin_convert),
28067         (gst_play_bin_get_query_types), (gst_play_bin_query),
28068         (plugin_init):
28069         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
28070         (gst_stream_info_get_type), (gst_stream_info_class_init),
28071         (gst_stream_info_init), (gst_stream_info_new),
28072         (gst_stream_info_dispose), (gst_stream_info_set_property),
28073         (gst_stream_info_get_property):
28074         * gst/playback/gststreaminfo.h:
28075         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
28076         (main):
28077         * gst/playback/test2.c: (main):
28078         * gst/playback/test3.c: (update_scale), (main):
28079         More playbin fixes. Added README. Do better element filtering.
28080         Added base class to preroll media. Added test apps.
28081
28082 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28083
28084         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
28085         * ext/mpeg2dec/gstmpeg2dec.h:
28086           various debugging improvements.  Reset stream to next picture
28087           instead of sequence header, otherwise seeks cannot work.
28088
28089 2004-07-07  Wim Taymans  <wim@fluendo.com>
28090
28091         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
28092         (gst_video_box_class_init), (gst_video_box_set_property),
28093         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
28094         Use pad_alloc where possible.
28095
28096 2004-07-07  Wim Taymans  <wim@fluendo.com>
28097
28098         * sys/oss/gstosselement.c: (gst_osselement_reset),
28099         (gst_osselement_parse_caps):
28100         * sys/oss/gstosselement.h:
28101         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28102         Fix offset on osssrc.
28103
28104 2004-07-07  Wim Taymans  <wim@fluendo.com>
28105
28106         * ext/theora/theora.c: (plugin_init):
28107         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
28108         (theora_dec_src_query), (theora_dec_chain):
28109         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28110         (theora_enc_sink_link), (theora_buffer_from_packet),
28111         (theora_push_packet), (theora_enc_chain):
28112         Fix theora granulepos calculation.
28113         Fix overflow in duration/position calculation.
28114         Bump rank to PRIMARY for theoradec.
28115         Use granulepos of last packet to calculate position.
28116         Set keyframe flag on buffers when needed.
28117
28118 2004-07-06  David Schleef  <ds@schleef.org>
28119
28120         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
28121         serious?  (Fixed, obviously.)
28122
28123 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28124
28125         * po/LINGUAS:
28126         * po/cs.po:
28127           added Czech translation (Miloslav Trmac)
28128
28129 2004-07-05  Wim Taymans  <wim@fluendo.com>
28130
28131         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28132         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28133         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
28134         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28135         (close_link), (type_found), (gst_decode_bin_set_property),
28136         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
28137         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
28138         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
28139         (gst_decode_bin_query), (plugin_init):
28140         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28141         (gst_play_bin_class_init), (gst_play_bin_init),
28142         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
28143         (get_video_element), (new_pad), (setup_source),
28144         (gst_play_bin_set_property), (gst_play_bin_get_property),
28145         (gst_play_bin_change_state), (gst_play_bin_add_element),
28146         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
28147         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28148         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28149         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
28150         * gst/playback/test.c: (main):
28151         More fixes, cleaned up playbin, make it use decodebin. Added
28152         threaded property to playbin.
28153
28154 2004-07-05  Wim Taymans  <wim@fluendo.com>
28155
28156         * configure.ac:
28157         * gst/playback/Makefile.am:
28158         * gst/playback/decodetest.c: (main):
28159         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28160         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28161         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
28162         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28163         (close_link), (type_found), (gst_decode_bin_set_property),
28164         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
28165         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
28166         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
28167         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
28168         (plugin_init):
28169         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28170         (gst_play_bin_class_init), (gst_play_bin_init),
28171         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
28172         (collect_sink_pads), (find_compatibles), (close_pad_link),
28173         (try_to_link_1), (new_pad), (close_link), (type_found),
28174         (setup_source), (gst_play_bin_set_property),
28175         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
28176         (compare_ranks), (gst_play_bin_collect_factories),
28177         (gst_play_bin_change_state), (gst_play_bin_add_element),
28178         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
28179         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28180         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28181         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
28182         * gst/playback/test.c: (main):
28183         Added some playback helper elements and some test apps, very alpha
28184         still.
28185
28186 2004-07-04  Benjamin Otte  <otte@gnome.org>
28187
28188         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
28189           only restart audio when we indeed have an xrun to fix repeated
28190           xruns. Fix suggested by Giuliano Pochini.
28191
28192 2004-07-03  David Schleef  <ds@schleef.org>
28193
28194         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
28195         call to gst_debug_log() if debugging is disabled (bug #145118)
28196
28197 2004-07-03  Benjamin Otte  <otte@gnome.org>
28198
28199         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
28200           use our own functions for restarting the alsa device.
28201         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28202           I should apply patches myself - use MIN for the third argument, not
28203           the second, this fixes seeking
28204
28205 2004-07-02  David Schleef  <ds@schleef.org>
28206
28207         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28208         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
28209         do with the logic.
28210
28211 2004-07-02  David Schleef  <ds@schleef.org>
28212
28213         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
28214         output buffers.  Fix logic mistake.  (bug #144866)
28215
28216 2004-07-02  David Schleef  <ds@schleef.org>
28217
28218         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
28219         on X.  (bug #144753)
28220
28221 2004-07-02  David Schleef  <ds@schleef.org>
28222
28223         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
28224         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
28225         (bug #144624)
28226         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
28227         (gst_osselement_rate_probe_check): Add another workaround for
28228         buggy drivers (bug #145336)
28229
28230 2004-07-02  David Schleef  <ds@schleef.org>
28231
28232         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
28233         Most systems don't have MSG_NOSIGNAL.
28234
28235 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28236
28237         * Makefile.am:
28238         * gst-libs/gst/colorbalance/Makefile.am:
28239         * gst-libs/gst/mixer/Makefile.am:
28240         * gst-libs/gst/play/Makefile.am:
28241         * gst-libs/gst/tuner/Makefile.am:
28242           (hopefully) fix both install and dist and make error message useful.
28243           needs testing across automakes.
28244
28245 2004-07-02  Benjamin Otte  <otte@gnome.org>
28246
28247         * ext/ogg/gstogg.c: (plugin_init):
28248           we require bytestream now
28249         * ext/ogg/gstoggdemux.c:
28250           huge diff to implement chain setup in a fast and generic way. This
28251           improves tag reading and startup of huge files (read: Theora videos)
28252           quite a bit. It probably contains bugs, too, so please test.
28253           Seeking is not improved to the fast method.
28254
28255 2004-06-29  Wim Taymans  <wim@fluendo.com>
28256
28257         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28258         * ext/ogg/gstoggmux.c:
28259         Fix memleak in oggdemux when running unconnected pads.
28260         doc update in mux, start working on keyframe mode.
28261
28262 2004-06-29  Benjamin Otte  <otte@gnome.org>
28263
28264         * sys/oss/gstosssink.c:
28265         * sys/oss/gstosssrc.c:
28266           advertise correct template caps - we indeed do non-native endianness
28267           and 8bit audio has no endianness
28268         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
28269         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
28270           avoid (wrong) duplications in getcaps function and return
28271           template caps
28272
28273 2004-06-29  Wim Taymans  <wim@fluendo.com>
28274
28275         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28276         (gst_multifdsink_class_init), (gst_multifdsink_add),
28277         (gst_multifdsink_remove), (gst_multifdsink_clear),
28278         (gst_multifdsink_client_remove),
28279         (gst_multifdsink_handle_client_read),
28280         (gst_multifdsink_client_queue_data),
28281         (gst_multifdsink_client_queue_caps),
28282         (gst_multifdsink_client_queue_buffer),
28283         (gst_multifdsink_handle_client_write),
28284         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28285         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28286         (gst_multifdsink_init_send), (gst_multifdsink_close):
28287         Fix wrong GList iteration that could crash the server when
28288         more then 2 clients disconnect at the same time. Read all the
28289         pending commands in one batch to recover from command storms under
28290         very heavy load.
28291
28292 2004-06-28  Wim Taymans  <wim@fluendo.com>
28293
28294         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
28295         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
28296         (gst_videomixer_pad_set_property),
28297         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
28298         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
28299         (gst_videomixer_class_init), (gst_videomixer_init),
28300         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
28301         (pad_zorder_compare), (gst_videomixer_sort_pads),
28302         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28303         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
28304         (gst_videomixer_update_queues), (gst_videomixer_loop),
28305         (plugin_init):
28306         Avoid divide by zero, choose masterpad as the pad with the highest
28307         framerate.
28308
28309 2004-06-27  Julien Moutte  <julien@moutte.net>
28310
28311         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
28312         (gst_ximagesink_xwindow_new):
28313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
28314         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
28315         function directly. We might want to call it from somewhere else one day.
28316
28317 2004-06-27  Julien Moutte  <julien@moutte.net>
28318
28319         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
28320         (gst_ximagesink_xwindow_new):
28321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
28322         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
28323         window decorations.
28324
28325 2004-06-27  Wim Taymans  <wim@fluendo.com>
28326
28327         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
28328         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28329         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
28330         (gst_dvdec_set_property), (gst_dvdec_get_property):
28331         * ext/dv/gstdvdec.h:
28332         Implement drop_factor property to lower the framerate with
28333         a factor.
28334
28335 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28336
28337         * gst-libs/gst/colorbalance/Makefile.am:
28338         * gst-libs/gst/mixer/Makefile.am:
28339         * gst-libs/gst/play/Makefile.am:
28340         * gst-libs/gst/tuner/Makefile.am:
28341           unbreak Company's fix that didn't install the -enum.h files
28342
28343 2004-06-27  Wim Taymans  <wim@fluendo.com>
28344
28345         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
28346         (gst_dvdec_change_state):
28347         * ext/dv/gstdvdec.h:
28348         Fix timestamp, duration and offset of the buffers.
28349
28350 2004-06-27  Wim Taymans  <wim@fluendo.com>
28351
28352         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28353         (gst_multifdsink_class_init), (gst_multifdsink_add),
28354         (gst_multifdsink_remove), (gst_multifdsink_clear),
28355         (gst_multifdsink_client_remove),
28356         (gst_multifdsink_handle_client_read),
28357         (gst_multifdsink_client_queue_data),
28358         (gst_multifdsink_client_queue_caps),
28359         (gst_multifdsink_client_queue_buffer),
28360         (gst_multifdsink_handle_client_write),
28361         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28362         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28363         (gst_multifdsink_init_send), (gst_multifdsink_close):
28364         * gst/tcp/gstmultifdsink.h:
28365         * gst/tcp/gsttcpserversink.c:
28366         (gst_tcpserversink_handle_server_read),
28367         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
28368         More multifdsink fixes, more recovery policy fixes.
28369         Removed stupid g_print
28370
28371 2004-06-26  Wim Taymans  <wim@fluendo.com>
28372
28373         * gst/tcp/Makefile.am:
28374         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28375         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
28376         (gst_multifdsink_class_init), (gst_multifdsink_init),
28377         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
28378         (gst_multifdsink_handle_client_read),
28379         (gst_multifdsink_client_queue_data),
28380         (gst_multifdsink_client_queue_caps),
28381         (gst_multifdsink_client_queue_buffer),
28382         (gst_multifdsink_handle_client_write),
28383         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28384         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28385         (gst_multifdsink_chain), (gst_multifdsink_set_property),
28386         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
28387         (gst_multifdsink_close), (gst_multifdsink_change_state):
28388         * gst/tcp/gstmultifdsink.h:
28389         * gst/tcp/gsttcpplugin.c: (plugin_init):
28390         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
28391         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
28392         (gst_tcpserversink_handle_server_read),
28393         (gst_tcpserversink_handle_select),
28394         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
28395         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
28396         * gst/tcp/gsttcpserversink.h:
28397         Added multifdsink, made tcpserversink a subclass of fdsink, removed
28398         one of the locks, added recovery policy to multifdsink.
28399
28400 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28401
28402         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
28403           fix decision for when getting frames with same timestamp
28404         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28405         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28406         (gst_v4lsrc_get_property):
28407         * sys/v4l/gstv4lsrc.h:
28408           add latency offset property
28409
28410 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28411
28412         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
28413         (plugin_init):
28414           fix debugging. add category.
28415
28416 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28417
28418         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28419           fix wrong offsets
28420
28421 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28422
28423         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28424         (gst_alsa_src_get_time), (gst_alsa_src_loop),
28425         (gst_alsa_src_change_state):
28426           return a time that is in sync with the element's processing
28427
28428 2004-06-25  Wim Taymans  <wim@fluendo.com>
28429
28430         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
28431         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
28432         (gst_tcpserversink_client_remove),
28433         (gst_tcpserversink_handle_client_read),
28434         (gst_tcpserversink_client_queue_data),
28435         (gst_tcpserversink_client_queue_caps),
28436         (gst_tcpserversink_client_queue_buffer),
28437         (gst_tcpserversink_handle_client_write),
28438         (gst_tcpserversink_queue_buffer),
28439         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
28440         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
28441         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
28442         (gst_tcpserversink_close):
28443         * gst/tcp/gsttcpserversink.h:
28444         Serversink rewrite. Really do non blocking writes to clients and
28445         maintain an internal queue to handle slower clients while not
28446         disturbing fast clients.
28447
28448 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28449
28450         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28451           better debug, don't override OFFSET and OFFSET_END
28452
28453 2004-06-25  Iain <iain@prettypeople.org>
28454
28455         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
28456         name=source for the wavparse pipeline.
28457
28458 2004-06-24  Johan Dahlin  <johan@gnome.org>
28459
28460         * ext/theora/theoraenc.c (theora_enc_chain): Call
28461         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
28462         streamheader caps are set correctly.
28463
28464 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28465
28466         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
28467         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
28468           respect minimum bitrate; same could be done for max bitrate
28469
28470 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28471
28472         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
28473         (gst_vorbisenc_setup):
28474           fix sample rate range
28475
28476 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28477
28478         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
28479         (gst_oggvorbisenc_setup):
28480         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
28481         (gst_vorbisenc_setup):
28482           resolve ambiguities in code and description
28483
28484 2004-06-24  Wim Taymans  <wim@fluendo.com>
28485
28486         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
28487         * ext/alsa/gstalsa.h:
28488         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28489         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
28490         Use alsa trigger_tstamp to get the timestamp of the first
28491         sample in the buffer for more precise sync. Some cleanups.
28492
28493 2004-06-24  Wim Taymans  <wim@fluendo.com>
28494
28495         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
28496         (gst_audiorate_init), (gst_audiorate_chain),
28497         (gst_audiorate_set_property), (gst_audiorate_get_property):
28498         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28499         (gst_videorate_chain):
28500         Added some logging, fixed an overflow bug in videorate.
28501
28502 2004-06-24  Benjamin Otte  <otte@gnome.org>
28503
28504         * ext/kio/Makefile.am:
28505           fix for builddir != srcdir and distcheck
28506
28507 2004-06-24  Benjamin Otte  <otte@gnome.org>
28508
28509         * gst-libs/gst/colorbalance/Makefile.am:
28510         * gst-libs/gst/mixer/Makefile.am:
28511         * gst-libs/gst/play/Makefile.am:
28512         * gst-libs/gst/tuner/Makefile.am:
28513         * gst/tcp/Makefile.am:
28514         * sys/dxr3/Makefile.am:
28515           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
28516           tarball.
28517           Also add all *.list files that were missing.
28518         * Makefile.am:
28519           add a distcheck hook to ensure the above doesn't happen again.
28520
28521 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
28522
28523         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
28524
28525 2004-06-23  Colin Walters  <walters@redhat.com>
28526
28527         * m4/Makefile.am: Distribute gst-fionread.m4.
28528
28529 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28530
28531         * configure.ac: back to dev
28532
28533 2004-06-23  Wim Taymans  <wim@fluendo.com>
28534
28535         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28536         (gst_alsa_xrun_recovery):
28537         * ext/alsa/gstalsa.h:
28538         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28539         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
28540         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28541         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
28542         (gst_alsa_src_loop):
28543         Add clock to alsasrc. Take new capture timestamp when
28544         restarting after an overrun. Split up some functions between
28545         alsasrc and alsasink.
28546
28547 === release 0.8.2 ===
28548
28549 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28550
28551         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
28552         (gst_alsa_change_state), (gst_alsa_update_avail),
28553         (gst_alsa_xrun_recovery):
28554         * ext/alsa/gstalsa.h:
28555         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28556           merge back changes from release
28557
28558 2004-06-23  Wim Taymans  <wim@fluendo.com>
28559
28560         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
28561         (gst_audiorate_init), (gst_audiorate_chain),
28562         (gst_audiorate_set_property), (gst_audiorate_get_property):
28563         Implement sample dropping and notify
28564
28565 2004-06-22  Wim Taymans  <wim@fluendo.com>
28566
28567         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28568         (theora_enc_sink_link), (theora_buffer_from_packet),
28569         (theora_push_packet), (theora_enc_chain):
28570         Some cleanups, make sure the timestamps are correct.
28571
28572 2004-06-22  Wim Taymans  <wim@fluendo.com>
28573
28574         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
28575         (gst_alsa_change_state), (gst_alsa_update_avail),
28576         (gst_alsa_xrun_recovery):
28577         * ext/alsa/gstalsa.h:
28578         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28579         Cleanups, take queued samples into account when reporting
28580         the time.
28581
28582 2004-06-22  Wim Taymans  <wim@fluendo.com>
28583
28584         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28585         (gst_videorate_init):
28586         Initialize the property as well.
28587
28588 2004-06-22  Wim Taymans  <wim@fluendo.com>
28589
28590         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28591         (gst_videorate_init), (gst_videorate_chain),
28592         (gst_videorate_set_property), (gst_videorate_get_property):
28593         Add property to make videorate silent.
28594         Add property to prefer new frames over old ones.
28595
28596 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28597
28598         * sys/osxvideo/Makefile.am:
28599         Workaround so that the osxvideo .so file gets linked with the
28600         Cocoa, OpenGL and QuickTime frameworks
28601
28602 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28603
28604         * sys/osxaudio/Makefile.am:
28605         Workaround so that the osxaudio .so file gets linked with the
28606         CoreAudio framework
28607
28608 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28609
28610         * configure.ac:
28611         Whoops, my fault...fixed build issues
28612
28613 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28614
28615         * configure.ac:
28616         Add objective-c support if running in Darwin/Mac OS X
28617         * sys/Makefile.am:
28618         * sys/osxvideo:
28619         * sys/osxvideo/Makefile.am:
28620         * sys/osxvideo/osxvideosink.h:
28621         * sys/osxvideo/osxvideosink.m:
28622         * sys/osxvideo/cocoawindow.h:
28623         * sys/osxvideo/cocoawindow.m:
28624         Add osxvideosink, a cocoa-based osx video sink
28625
28626
28627 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
28628         * ext/dvdnav/gst-dvd:
28629         Grab the gconf key from the right spot
28630         * gst/debug/gstnavseek.c: (gst_navseek_init),
28631         (gst_navseek_segseek), (gst_navseek_handle_src_event),
28632         (gst_navseek_chain):
28633         * gst/debug/gstnavseek.h:
28634           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
28635           and loop parameters of a segment seek.
28636         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
28637         (gst_videotestsrc_get_event_masks),
28638         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
28639         * gst/videotestsrc/gstvideotestsrc.h:
28640           Add seeking support to videotestsrc
28641           Initialise the timestamp_offset variable.
28642
28643 2004-06-18  Wim Taymans  <wim@fluendo.com>
28644
28645         * ext/sidplay/gstsiddec.cc:
28646         Fix negotiation and set correct end offset.
28647
28648 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28649
28650         * configure.ac: branch and prerelease
28651
28652 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28653
28654         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
28655         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
28656         (gst_tcpclientsrc_init_receive):
28657         * gst/tcp/gsttcpclientsrc.h:
28658           read caps when connecting to server for GDP so we set them correctly
28659
28660 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28661
28662         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
28663           notify drops and duplicates
28664         * gst/videoscale/videoscale.c: (videoscale_get_structure):
28665           no good reason to limit ourselves to 100x100
28666
28667 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28668
28669         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28670         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
28671         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28672         (gst_v4lsrc_get_property):
28673         * sys/v4l/gstv4lsrc.h:
28674         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
28675         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
28676         (gst_v4l_set_audio):
28677         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
28678         (gst_v4lsrc_try_capture):
28679         * sys/v4l/v4lsrc_calls.h:
28680           change try_palette to more general try_capture
28681           add autoprobe option so we can turn off autoprobing
28682           various fixes
28683
28684 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28685
28686         * configure.ac:
28687           add videorate
28688         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
28689         (gst_ximagesink_class_init):
28690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
28691         (gst_xvimagesink_class_init):
28692           run them as finalize, not dispose, since dispose can be invoked
28693           multiple times
28694
28695 2004-06-17  Wim Taymans  <wim@fluendo.com>
28696
28697         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
28698         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
28699         * ext/alsa/gstalsa.h:
28700         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
28701         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
28702         (gst_alsa_src_change_state):
28703         * ext/alsa/gstalsasrc.h:
28704         Make the xrun code timestamp and offset the buffers correctly.
28705         moved the clock to the base class, use alsa methods to get time.
28706         Do correct timestamping on outgoing buffers.
28707
28708 2004-06-17  Wim Taymans  <wim@fluendo.com>
28709
28710         * gst/audiorate/Makefile.am:
28711         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
28712         (gst_audiorate_base_init), (gst_audiorate_class_init),
28713         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
28714         (gst_audiorate_set_property), (gst_audiorate_get_property),
28715         (gst_audiorate_change_state), (plugin_init):
28716         Added an audiorate converter that fills in gaps.
28717
28718 2004-06-17  Johan Dahlin  <johan@gnome.org>
28719
28720         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
28721
28722 2004-06-16  Wim Taymans  <wim@fluendo.com>
28723
28724         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
28725         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
28726         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
28727         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28728         (gst_v4lsrc_get_property):
28729         * sys/v4l/gstv4lsrc.h:
28730         Added a copy mode to v4lsrc where it will output a copied version
28731         of its internal hardware buffer.
28732         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
28733         can't | them.
28734
28735 2004-06-16  Wim Taymans  <wim@fluendo.com>
28736
28737         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28738         Timestamp fixes.
28739
28740 2004-06-16  Wim Taymans  <wim@fluendo.com>
28741
28742         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
28743         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
28744         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28745         (gst_v4lsrc_get_property):
28746         * sys/v4l/gstv4lsrc.h:
28747         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
28748         Added a sync mode enum property to control v4lsrc timestamp method
28749         Removed the use-fixed-fps property and moved functionality in
28750         the enum.
28751         Don't error on an error value from v4l-conf, it might not always
28752         be a real error.
28753
28754 2004-06-16  Wim Taymans  <wim@fluendo.com>
28755
28756         * gst/videorate/Makefile.am:
28757         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
28758         (gst_videorate_base_init), (gst_videorate_class_init),
28759         (gst_videorate_getcaps), (gst_videorate_link),
28760         (gst_videorate_init), (gst_videorate_chain),
28761         (gst_videorate_set_property), (gst_videorate_get_property),
28762         (gst_videorate_change_state), (plugin_init):
28763         Added a video timestamp corrector.
28764
28765 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28766
28767         fixed a potential leak with previous commit
28768
28769         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28770
28771 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28772
28773         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28774         Added missing refcount, fixes bug #144425
28775         Cheers Tim for finding the bug
28776
28777 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28778
28779         * sys/v4l/gstv4l.c: (plugin_init):
28780         * sys/v4l/gstv4lcolorbalance.c:
28781         * sys/v4l/gstv4lcolorbalance.h:
28782         * sys/v4l/gstv4lelement.c:
28783         * sys/v4l/gstv4lelement.h:
28784         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28785         * sys/v4l/gstv4lmjpegsink.h:
28786         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28787         * sys/v4l/gstv4lmjpegsrc.h:
28788         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
28789         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
28790         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
28791         * sys/v4l/gstv4lsrc.h:
28792         * sys/v4l/gstv4ltuner.c:
28793         * sys/v4l/gstv4ltuner.h:
28794         * sys/v4l/gstv4lxoverlay.c:
28795         * sys/v4l/gstv4lxoverlay.h:
28796         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28797         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28798         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
28799         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
28800         (gst_v4l_set_audio):
28801         * sys/v4l/v4l_calls.h:
28802         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28803         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
28804         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
28805         (gst_v4lmjpegsink_playback_init),
28806         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
28807         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
28808         (gst_v4lmjpegsink_playback_stop),
28809         (gst_v4lmjpegsink_playback_deinit):
28810         * sys/v4l/v4lmjpegsink_calls.h:
28811         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
28812         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
28813         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28814         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
28815         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
28816         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
28817         * sys/v4l/v4lmjpegsrc_calls.h:
28818         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28819         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
28820         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
28821         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
28822         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
28823         (gst_v4lsrc_try_palette):
28824         * sys/v4l/v4lsrc_calls.h:
28825           bunch of paranoia cleanups
28826
28827 2004-06-14  David Schleef  <ds@schleef.org>
28828
28829         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
28830         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
28831         Send discont events and change timestamps appropriately when
28832         we get a seek event.  (bug #144240)
28833         * ext/cdparanoia/gstcdparanoia.h:
28834
28835 2004-06-14  Benjamin Otte  <otte@gnome.org>
28836
28837         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
28838           snd_pcm_hw_params_set_rate  since the latter fails for no good
28839           reason on some setups.
28840
28841 2004-06-14  David Schleef  <ds@schleef.org>
28842
28843         * gst/volume/demo.c: (value_changed_callback): exp10() is not
28844         standard.  Thank you for playing.
28845
28846 2004-06-14  Wim Taymans  <wim@fluendo.com>
28847
28848         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
28849         Patch 1.3 broke the ordering of the colorspace info and
28850         made the plugin basically work by coincidence, reordered
28851         the info.
28852
28853 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28854
28855         * ext/lame/gstlame.c:
28856         * ext/mad/gstmad.c:
28857           sync caps.  Make sure mad can only output a list of rates, not
28858           a full range.  In the future, have three caps lists for each of the
28859           mpeg versions.  Change mpegversion to a double as well.
28860
28861 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28862
28863         * gst/volume/.cvsignore:
28864         * gst/volume/Makefile.am:
28865         * gst/volume/demo.c: (value_changed_callback), (idler),
28866         (setup_gui), (main):
28867           added small demo app
28868
28869 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
28870         * ext/esd/esdsink.c: (gst_esdsink_change_state):
28871         * ext/esd/esdsink.h:
28872         Close the esd connection on pause, because esd will just wait -
28873         blocking all other esd clients indefinitely.
28874
28875 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
28876
28877         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
28878           previous commit with GST_DEBUG
28879
28880 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28881
28882         * configure.ac:
28883           add a header check for a dvdread header in dvdnav.  Fixes #133002
28884
28885 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28886
28887         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
28888         * gst/tcp/gsttcpclientsink.h:
28889         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
28890         * gst/tcp/gsttcpclientsrc.h:
28891         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
28892         (gst_tcpserversink_handle_server_read),
28893         (gst_tcpserversink_init_send):
28894         * gst/tcp/gsttcpserversink.h:
28895         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
28896         * gst/tcp/gsttcpserversrc.h:
28897         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
28898         version of IP)
28899
28900 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28901
28902         * configure.ac:
28903         Added ogg library so that OSX detects libtheora properly
28904
28905 2004-06-11  Wim Taymans  <wim@fluendo.com>
28906
28907         * ext/theora/theoradec.c: (theora_dec_chain),
28908         (theora_dec_change_state):
28909         Don't try to decode frames before we received a keyframe.
28910
28911 2004-06-11  Wim Taymans  <wim@fluendo.com>
28912
28913         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
28914         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
28915         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
28916         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
28917         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
28918         Added property to set the maximum delay of a page.
28919
28920 2004-06-10  Wim Taymans  <wim@fluendo.com>
28921
28922         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
28923         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
28924         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
28925         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
28926         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
28927         Added max-delay property to control the maximum amount
28928         of data to put in one page.
28929
28930 2004-06-10  Wim Taymans  <wim@fluendo.com>
28931
28932         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28933         (gst_theora_enc_init), (theora_enc_sink_link),
28934         (theora_buffer_from_packet), (theora_enc_set_property),
28935         (theora_enc_get_property):
28936         Set duration on encoded buffer, added some more properties
28937
28938 2004-06-10  Wim Taymans  <wim@fluendo.com>
28939
28940         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28941         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
28942         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
28943         * ext/theora/theoraenc.c: (theora_enc_chain):
28944         Fix refcounting bugs
28945
28946 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28947
28948         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
28949         (gst_asf_demux_loop), (gst_asf_demux_process_file),
28950         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
28951         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
28952         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
28953         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
28954         (gst_asf_demux_change_state):
28955         * gst/asfdemux/gstasfdemux.h:
28956           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
28957           feels like. I think we should set a new requirement for demuxers
28958           from now on to implement sane loop functions, data loops, query
28959           and seek functions before first commit into CVS. And this commit
28960           fixes all of the above.
28961
28962 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
28963
28964         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
28965           vorbis comments are properly encoded in UTF-8 before adding them
28966           to a GstTagList
28967
28968 2004-06-09  Benjamin Otte  <otte@gnome.org>
28969
28970         * ext/alsa/gstalsa.c: (add_channels):
28971           handle min <= max correctly
28972         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
28973         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
28974           add fixation functions so we fixate correctly. No preferring of alaw
28975           anymore because it's the first structure.
28976         * ext/alsa/gstalsa.h:
28977         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
28978         (gst_alsa_hw_params_dump):
28979           add functions to ease debugging in alsalib
28980         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
28981         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
28982         (gst_alsa_start_audio):
28983           only specify hw params if we really setup a format (fixes #134007 -
28984           or at least works around it)
28985
28986 2004-06-09  Wim Taymans  <wim@fluendo.com>
28987
28988         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
28989         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
28990         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
28991         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
28992         (gst_ogg_mux_loop):
28993         Use stream caps to setup the initial pages in the ogg stream.
28994         Correctly set the streamheader caps on the srcpad.
28995
28996 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28997
28998         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
28999         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
29000         (gst_v4lsrc_getcaps):
29001         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
29002         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
29003           add querying of fps lists for webcams.  Negotiating to a framerate
29004           now works.
29005
29006 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29007
29008         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
29009         (theora_push_buffer), (theora_push_packet),
29010         (theora_set_header_on_caps), (theora_enc_chain):
29011           mark buffers and put on streamheader, raw theora streaming
29012           now works too, whee
29013
29014 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29015
29016         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
29017         (gst_tcp_gdp_read_caps):
29018           do a looping read for caps and GDP headers too
29019
29020 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29021
29022         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
29023         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
29024           return EOS instead of NULL in _get
29025
29026 2004-06-08  Wim Taymans  <wim@fluendo.com>
29027
29028         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
29029         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
29030         (gst_tcp_gdp_write_caps):
29031         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
29032         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
29033         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
29034         Memory leak fixes
29035
29036 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29037
29038         * ext/vorbis/Makefile.am:
29039         * ext/vorbis/vorbis.c: (plugin_init):
29040         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
29041         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
29042         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
29043         (vorbis_parse_change_state):
29044         * ext/vorbis/vorbisparse.h:
29045           adding a vorbisparse element that marks the buffers, streaming
29046           raw vorbis using GDP now works, whee
29047
29048 2004-06-08  Wim Taymans  <wim@fluendo.com>
29049
29050         * ext/jpeg/Makefile.am:
29051         * ext/jpeg/README:
29052         * ext/jpeg/gstjpeg.c: (plugin_init):
29053         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
29054         (gst_smokedec_base_init), (gst_smokedec_class_init),
29055         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
29056         * ext/jpeg/gstsmokedec.h:
29057         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
29058         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
29059         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
29060         (gst_smokeenc_resync), (gst_smokeenc_chain),
29061         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
29062         * ext/jpeg/gstsmokeenc.h:
29063         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
29064         (smokecodec_flush_destination), (smokecodec_term_destination),
29065         (smokecodec_init_source), (smokecodec_fill_input_buffer),
29066         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
29067         (smokecodec_term_source), (smokecodec_encode_new),
29068         (smokecodec_decode_new), (smokecodec_info_free),
29069         (smokecodec_set_quality), (smokecodec_get_quality),
29070         (smokecodec_set_threshold), (smokecodec_get_threshold),
29071         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29072         (find_best_size), (abs_diff), (put), (smokecodec_encode),
29073         (smokecodec_parse_header), (smokecodec_decode):
29074         * ext/jpeg/smokecodec.h:
29075         Added a new simple jpeg based codec
29076
29077 2004-06-08  Wim Taymans  <wim@fluendo.com>
29078
29079         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29080         (gst_multipart_mux_loop):
29081         Fix memory leak
29082
29083 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29084
29085         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
29086         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
29087         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
29088         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
29089         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
29090         * gst/tcp/gsttcpserversink.h:
29091           take streamheader into account
29092
29093 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29094
29095         * gst/level/Makefile.am:
29096         * gst/level/gstlevel.c: (gst_level_class_init):
29097           clean up marshal generation
29098
29099 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29100
29101         * gst/tcp/Makefile.am:
29102         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
29103         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
29104         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
29105         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
29106         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
29107         (gst_tcpclientsrc_get_property):
29108         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
29109         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
29110         (gst_tcpserversink_handle_client_read),
29111         (gst_tcpserversink_handle_client_write),
29112         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
29113         * gst/tcp/gsttcpserversink.h:
29114           add signals client-added and client-removed
29115         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
29116         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
29117         (gst_tcpserversrc_get_property):
29118         uniformized, change default protocol to NONE
29119         * gst/tcp/gsttcp-marshal.list: added
29120 2004-06-07  Benjamin Otte  <otte@gnome.org>
29121
29122         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29123           handle discont events if they happen before caps nego
29124
29125 2004-06-07  Wim Taymans  <wim@fluendo.com>
29126
29127         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
29128         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
29129         (gst_multipart_demux_plugin_init):
29130         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29131         (gst_multipart_mux_init), (gst_multipart_mux_loop),
29132         (gst_multipart_mux_change_state):
29133         Small updates, fix a memleak
29134
29135 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29136
29137         * configure.ac: OSS portability
29138         * ext/arts/gst_arts.c: idem
29139         * sys/oss/gstosselement.c: idem
29140         * sys/oss/gstossmixer.c: idem
29141         * sys/oss/gstosssink.c: idem
29142         * sys/oss/gstosssrc.c: idem
29143         * sys/oss/oss_probe.c: idem
29144           - check for soundcard.h in different places for some BSD
29145
29146 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
29147
29148         * AUTHORS:
29149         Add me to the authors file
29150         * configure.ac:
29151         Increase the libdv requirement to >= version 0.100
29152         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
29153         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
29154         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
29155         * ext/dv/gstdvdec.h:
29156         Add support for the new_media flag when sending DISCONT events
29157         Make the querying work when video pad is not linked
29158
29159 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29160
29161         reviewed by Benjamin Otte  <otte@gnome.org>
29162
29163         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
29164           create a NULL-initialized array of pads, so we don't think they
29165           exist already. (fixes #143130)
29166
29167 2004-06-07  Benjamin Otte  <otte@gnome.org>
29168
29169         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
29170         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
29171         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
29172           don't use // coments
29173
29174 2004-06-07  Benjamin Otte  <otte@gnome.org>
29175
29176         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
29177           cast to GstClockTime to get higher granularity
29178         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29179           use gst_element_set_time_delay to get the exact time
29180         * ext/mad/gstmad.c: (gst_mad_chain):
29181           use the negotiated rate instead of the current frame's rate which
29182           might be wrong because of bit errors. This avoids emitting totally
29183           bogus timestamps and screwing sync.
29184         (fixes #143454)
29185
29186 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29187
29188         reviewed by Benjamin Otte  <otte@gnome.org>
29189
29190         * gst/adder/gstadder.c: (gst_adder_loop):
29191           properly error out when no negotiation has happened yet. (fixes
29192           #143032)
29193
29194 2004-06-06  Benjamin Otte  <otte@gnome.org>
29195
29196         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29197           forward correctly transformed offset in discont events. Based on
29198           patch by Arwed v. Merkatz. (fixes #142851)
29199
29200 2004-06-06  David Schleef  <ds@schleef.org>
29201
29202         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
29203         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
29204         problems on several systems.
29205
29206 2004-06-06  Benjamin Otte  <otte@gnome.org>
29207
29208         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
29209           use explicit caps on the srcpad
29210         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29211           properly error out if caps couldn't be set (fixes #142764)
29212
29213 2004-06-06  Benjamin Otte  <otte@gnome.org>
29214
29215         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
29216         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
29217         (gst_alsa_start_audio):
29218           - don't call set_periods_integer anymore, it breaks the
29219           configuration randomly
29220           - call snd_pcm_hw_params_set_access directly instead of using masks
29221           - don't fail if the sw_params can't be set, just use the default
29222           params and hope it works. Alsalib has weird issues when you touch
29223           sw_params and does no proper error reporting about what failed.
29224         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29225         (gst_alsa_close_audio):
29226           make our alsa debugging go via gst debugging and not conditionally
29227           defined
29228         * ext/alsa/gstalsa.h:
29229           add ALSA_DEBUG_FLUSH macro
29230         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
29231         (plugin_init):
29232           wrap alsa errors to be printed via the gst debugging system and not
29233           spammed to stderr
29234
29235 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29236
29237         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
29238         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
29239         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
29240         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
29241         (qtdemux_parse_trak):
29242         * gst/qtdemux/qtdemux.h:
29243           Bitch. Also known as seeking, querying & co.
29244         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29245         (gst_osssink_change_state):
29246         * sys/oss/gstosssink.h:
29247           Resyncing is for weenies, this hack is no longer needed and was
29248           broken anyway (since it - unintendedly - always leaves resync to
29249           TRUE).
29250
29251 2004-06-05  Andrew Turner <zxombie@hotpop.com>
29252
29253         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
29254         * gst/tcp/gsttcpclientsrc.h: idem
29255           - define MSG_NOSIGNAL if not done
29256           - include unistd.h for off_t
29257           (fixes #143749)
29258
29259 2004-06-05  Benjamin Otte  <otte@gnome.org>
29260
29261         * configure.ac:
29262         * ext/kio/Makefile.am:
29263           check for qt's moc preprocessor explicitly and use it
29264
29265 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29266
29267         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
29268           don't get a signal for EPIPE on socket writes
29269           (somebody check if this works on other platforms)
29270
29271 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29272
29273         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
29274         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29275           check error condition on available samples correctly
29276
29277 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29278
29279         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
29280           avoid a segfault
29281         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
29282         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
29283         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
29284         (gst_tcpserversrc_gdp_read_header):
29285          use ssize_t over size_t since the former is signed and thus the
29286          check for error codes can work
29287
29288 2004-06-02  Wim Taymans  <wim@fluendo.com>
29289
29290         reviewed by: Johan
29291
29292         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29293         (gst_multipart_mux_loop):
29294         Oops
29295
29296 2004-06-02  Wim Taymans  <wim@fluendo.com>
29297
29298         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29299         (gst_multipart_mux_init), (gst_multipart_mux_loop),
29300         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
29301         (gst_multipart_mux_change_state):
29302         Added configurable boundary specifier, added the value as a
29303         caps field as well.
29304
29305 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29306
29307         * gst/tcp/gsttcp.c:
29308         * gst/tcp/gsttcpclientsrc.c:
29309         * gst/tcp/gsttcpclientsrc.h:
29310         * gst/tcp/gsttcpserversrc.c:
29311           - portability fix, to compile on OSX
29312             (fixes #143146)
29313
29314         * sys/osxaudio/gstosxaudioelement.c:
29315         * sys/osxaudio/gstosxaudiosink.c:
29316         * sys/osxaudio/gstosxaudiosrc.c:
29317           - compilation warnings on OSX
29318             (fixes #143153)
29319
29320 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29321
29322         * ext/vorbis/vorbisdec.c : sign warning fixes
29323
29324         * gst-libs/gst/mixer/mixertrack.c :
29325           do no use defines which are glib 2.4 specific
29326
29327 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
29328
29329         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
29330           buffer since libflac doesn't expect it (reports a sync error when
29331           it encounters that)
29332
29333
29334 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
29335
29336         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
29337         * gst-libs/gst/mixer/mixertrack.c:
29338         (gst_mixer_track_get_property), (get_mixer_track_init),
29339         (get_mixer_track_get_property): Added property accessors
29340         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
29341         * gst-libs/gst/mixer/mixeroptions.c:
29342         (gst_mixer_options_get_values): Added
29343         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
29344         * gst-libs/gst/mixer/mixer.c: Fixed comment
29345
29346
29347 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29348
29349         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
29350           improve error messages on open
29351
29352
29353 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29354
29355         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29356           check if v4l-conf is in path
29357
29358 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29359
29360         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
29361           change assert to a more readable error message
29362
29363 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29364
29365         * gst-libs/gst/tuner/tunerchannel.h:
29366           - add a freq_multiplicator field to make the conversion
29367             between internal frequency unit and Hz
29368         * sys/v4l/gstv4lelement.c:
29369         * sys/v4l2/gstv4l2element.c:
29370           - change default video device to /dev/video0
29371         * sys/v4l/v4l_calls.c:
29372         * sys/v4l2/v4l2_calls.c:
29373           - we only expose frequency to the user in Hz instead of
29374             bastard v4lX unit (either 62.5kHz or 62.5Hz)
29375
29376 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
29377         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29378           Initialise b_o_s and e_o_s variables
29379         * gst-libs/gst/riff/riff-media.c:
29380         (gst_riff_create_video_caps_with_data):
29381           Add some unusual fourcc's from mplayer avi's
29382         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
29383           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
29384           autoplugging.
29385
29386 2004-05-28  Wim Taymans  <wim@fluendo.com>
29387
29388         * configure.ac:
29389         * gst/alpha/Makefile.am:
29390         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29391         (gst_alpha_get_type), (gst_alpha_base_init),
29392         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29393         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
29394         (gst_alpha_chroma_key), (gst_alpha_chain),
29395         (gst_alpha_change_state), (plugin_init):
29396         A plugin to add an alpha channel to I420 video. Can optionally do
29397         chroma keying.
29398         * gst/multipart/Makefile.am:
29399         * gst/multipart/multipart.c: (plugin_init):
29400         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
29401         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
29402         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
29403         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
29404         (gst_multipart_demux_change_state),
29405         (gst_multipart_demux_plugin_init):
29406         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
29407         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
29408         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
29409         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
29410         (gst_multipart_mux_pad_unlink),
29411         (gst_multipart_mux_request_new_pad),
29412         (gst_multipart_mux_handle_src_event),
29413         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
29414         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
29415         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
29416         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
29417         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
29418         send multipart jpeg images to a browser.
29419         * gst/videobox/Makefile.am:
29420         * gst/videobox/README:
29421         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
29422         (gst_video_box_get_type), (gst_video_box_base_init),
29423         (gst_video_box_class_init), (gst_video_box_init),
29424         (gst_video_box_set_property), (gst_video_box_get_property),
29425         (gst_video_box_sink_link), (gst_video_box_i420),
29426         (gst_video_box_ayuv), (gst_video_box_chain),
29427         (gst_video_box_change_state), (plugin_init):
29428         Crops or adds borders around an image. can do alpha channel
29429         borders as well.
29430         * gst/videomixer/Makefile.am:
29431         * gst/videomixer/README:
29432         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
29433         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
29434         (gst_videomixer_pad_get_sink_event_masks),
29435         (gst_videomixer_pad_get_property),
29436         (gst_videomixer_pad_set_property),
29437         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
29438         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
29439         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
29440         (gst_videomixer_base_init), (gst_videomixer_class_init),
29441         (gst_videomixer_init), (gst_videomixer_request_new_pad),
29442         (gst_videomixer_handle_src_event),
29443         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
29444         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
29445         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
29446         (gst_videomixer_loop), (gst_videomixer_get_property),
29447         (gst_videomixer_set_property), (gst_videomixer_change_state),
29448         (plugin_init):
29449         Generic video mixer plugin, can handle multiple inputs all with
29450         different framerates and video sizes. Is fully alpha channel
29451         aware.
29452
29453 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29454
29455         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29456           Select first track as master track. Not sure how else to handle
29457           that...
29458         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
29459           Discard discont events. Should fix #142962.
29460
29461 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29462
29463         * ext/alsa/Makefile.am:
29464         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
29465         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
29466         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
29467         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
29468         (gst_alsa_mixer_get_option):
29469         * ext/alsa/gstalsamixer.h:
29470         * ext/alsa/gstalsamixeroptions.c:
29471         (gst_alsa_mixer_options_get_type),
29472         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
29473         (gst_alsa_mixer_options_new):
29474         * ext/alsa/gstalsamixeroptions.h:
29475         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29476         * ext/alsa/gstalsamixertrack.h:
29477           Add enumerations (as GstMixerOptions). Make correct distinction
29478           between input/output tracks. Add capture/playback private flag.
29479           Use flag to decide on whether to set capture or playback volumes
29480           or switches. Use playback and record switches.
29481         * gst-libs/gst/mixer/Makefile.am:
29482         * gst-libs/gst/mixer/mixer-marshal.list:
29483         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
29484         (gst_mixer_set_option), (gst_mixer_get_option),
29485         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
29486         (gst_mixer_volume_changed), (gst_mixer_option_changed):
29487         * gst-libs/gst/mixer/mixer.h:
29488         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
29489         (gst_mixer_options_class_init), (gst_mixer_options_init),
29490         (gst_mixer_options_dispose):
29491         * gst-libs/gst/mixer/mixeroptions.h:
29492           Add GstMixerOptions.
29493         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29494           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
29495           broken device detection on computers with multiple OSS sound
29496           cards.
29497
29498 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29499
29500         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
29501           fixate nicely even when the peer is not negotiating
29502
29503 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29504
29505         * gst/audioconvert/gstaudioconvert.c:
29506         (gst_audio_convert_parse_caps):
29507           make sure we don't allow depth > width
29508         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
29509           fixate endianness to G_BYTE_ORDER as default
29510         * gst/audioscale/gstaudioscale.c:
29511           we don't handle another endianness as host-endianness
29512
29513 2004-05-25  David Schleef  <ds@schleef.org>
29514
29515         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
29516
29517 2004-05-24  Benjamin Otte  <otte@gnome.org>
29518
29519         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
29520         (gst_oggvorbisenc_setup):
29521           properly fail when we can't setup the vorbis encoder due to
29522           unsupported settings
29523         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
29524         (gst_vorbisenc_setup):
29525           same
29526         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29527           fix case where warnings occured when one pad was unlinked while the
29528           other's link function was called
29529
29530 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
29531
29532         * gst/tcp/Makefile.am:
29533           use GST_ENABLE_NEW
29534
29535 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29536
29537         * gst-libs/gst/resample/private.h:
29538           don't use optimizations that are #if 0'ed
29539
29540 2004-05-24  Wim Taymans  <wim@fluendo.com>
29541
29542         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
29543         Fix potential division by zero error and hopefully get
29544         the position query right to get correct timestamps on avi
29545         audio.
29546
29547 2004-05-24  Wim Taymans  <wim@fluendo.com>
29548
29549         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
29550         (gst_videoscale_scale_nearest_str2),
29551         (gst_videoscale_scale_nearest_str4),
29552         (gst_videoscale_scale_nearest_32bit),
29553         (gst_videoscale_scale_nearest_24bit),
29554         (gst_videoscale_scale_nearest_16bit):
29555         Fix the scaling algorithm and avoid a buffer overflow.
29556         removed the while loop in the scaling function as it
29557         was used for point sampling only.
29558
29559 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29560
29561         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29562         (gst_id3_tag_class_init), (gst_id3_tag_init),
29563         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
29564         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
29565         (gst_id3_tag_send_tag_event):
29566           lots of fixes to make id3mux work and id3demux work correctly
29567
29568 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29569
29570         * ext/Makefile.am:
29571           add rules to build shout2send (was removed by accident
29572           when this module was no more marked experimental/broken)
29573
29574 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29575
29576         * ext/shout2/gstshout2.c:
29577         * ext/shout2/gstshout2.h:
29578           adding a "connection problem" signal to shout2send
29579           (fixes #142954)
29580
29581 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29582
29583         * ext/kio/kioreceiver.cpp:
29584         * ext/kio/kioreceiver.h:
29585           fix sign comparison issues
29586
29587 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29588
29589         * gst/cdxaparse/gstcdxaparse.c:
29590         * gst/cdxaparse/gstcdxaparse.h:
29591           some renaming
29592           add some checks/sanity
29593           prepare for seek addition
29594
29595         * sys/sunaudio/gstsunaudio.c:
29596           remove exported dupe init function
29597
29598 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
29599
29600         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
29601         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
29602           Fix format conversion and position querying.
29603         * gst/debug/progressreport.c: (gst_progressreport_report):
29604           Don't output a bogus total value that we didn't query.
29605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29606           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
29607           only a blank window after xine has been used.
29608
29609 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29610
29611         * m4/as-arts.m4:
29612           sync with upstream version to fix test on FC2
29613           readd with -ko to preserve Id header
29614
29615 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29616
29617         * configure.ac:
29618           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
29619         * gst/tcp/gsttcpclientsrc.c: idem
29620         * gst/tcp/gsttcpserversink.c: idem
29621         * gst/tcp/gsttcpserversrc.c: idem
29622         * m4/gst-fionread.m4: idem
29623
29624         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
29625
29626         * configure.ac: enable speex plugin for speex 1.1.5+
29627         * ext/speex/gstspeexenc.c: fix cast warning
29628
29629         * ext/esd/README: fix typo
29630
29631 2004-05-20  David Schleef  <ds@schleef.org>
29632
29633         * configure.ac: Minor cosmetic change to convince the buildbot to
29634         reautogen.
29635         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
29636         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
29637         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
29638         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
29639         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
29640         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
29641         More hacking.  Plays audio now.
29642
29643 2004-05-20  David Schleef  <ds@schleef.org>
29644
29645         * configure.ac:
29646         * sys/Makefile.am:
29647
29648 2004-05-20  David Schleef  <ds@schleef.org>
29649
29650         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
29651         * sys/osxaudio/gstosxaudio.c:
29652         * sys/osxaudio/gstosxaudioelement.c:
29653         * sys/osxaudio/gstosxaudioelement.h:
29654         * sys/osxaudio/gstosxaudiosink.c:
29655         * sys/osxaudio/gstosxaudiosink.h:
29656         * sys/osxaudio/gstosxaudiosrc.c:
29657         * sys/osxaudio/gstosxaudiosrc.h:
29658
29659 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29660
29661         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
29662         (gst_vorbisenc_chain):
29663           put the codec headers on the caps as streamheader as well as
29664           pushing them out
29665
29666 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29667
29668         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
29669         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
29670         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
29671         split up push_packet into two functions
29672
29673 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29674
29675         * gst/tcp/.cvsignore:
29676           ignore enums
29677         * gst/tcp/Makefile.am:
29678         * gst/tcp/README:
29679         * gst/tcp/gsttcp.c:
29680         * gst/tcp/gsttcp.h:
29681         * gst/tcp/gsttcpclientsink.c:
29682         * gst/tcp/gsttcpclientsink.h:
29683         * gst/tcp/gsttcpclientsrc.c:
29684         * gst/tcp/gsttcpclientsrc.h:
29685         * gst/tcp/gsttcpplugin.c:
29686         * gst/tcp/gsttcpserversink.c:
29687         * gst/tcp/gsttcpserversink.h:
29688         * gst/tcp/gsttcpserversrc.c:
29689         * gst/tcp/gsttcpserversrc.h:
29690           add new tcp elements
29691
29692 2004-05-19  Wim Taymans  <wim@fluendo.com>
29693
29694         * gst/law/mulaw-conversion.c: (mulaw_encode):
29695         Fix overflow bug in ulaw encoding.
29696
29697 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29698
29699         * ext/mad/gstmad.c: (gst_mad_handle_event):
29700           don't unref the event twice
29701
29702 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29703
29704         * configure.ac:
29705           remove -Wno-sign-compare
29706
29707 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29708
29709         * configure.ac:
29710           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
29711           if you want to work against glib 2.2 and 2.4
29712
29713 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29714
29715         * gst/tcp/Makefile.am:
29716         * gst/tcp/gsttcp.c:
29717         * gst/tcp/gsttcp.h:
29718         * gst/tcp/gsttcpsink.h:
29719         * gst/tcp/gsttcpsrc.h:
29720           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
29721
29722 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29723
29724         * gst/debug/tests.c: (md5_get_value):
29725           fix segfault on gst-inspect
29726
29727 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29728
29729         * gst/debug/testplugin.c:
29730         * gst/debug/tests.c:
29731         * gst/debug/tests.h:
29732           add new extensible and configurable testing element. Current tests
29733           include buffer count, stream length, timestamp/duration matching and
29734           md5.
29735         * gst/debug/Makefile.am:
29736         * gst/debug/gstdebug.c: (plugin_init):
29737           add infrastructure for new element
29738
29739 2004-05-19  Johan Dahlin  <johan@gnome.org>
29740
29741         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
29742         ending of the array. Fixes gst-inspect segfault on ppc.
29743
29744 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29745
29746         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
29747
29748         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
29749
29750 2004-05-18  David Schleef  <ds@schleef.org>
29751
29752         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
29753         warnings (bugs, actually) noticed by gcc but not forte.
29754
29755 2004-05-18  David Schleef  <ds@schleef.org>
29756
29757         * sys/sunaudio/Makefile.am:
29758         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
29759
29760 2004-05-18  David Schleef  <ds@schleef.org>
29761
29762         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
29763         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
29764         to allow qtdemux to use non-seekable streams. (bug #142272)
29765
29766 2004-05-18  David Schleef  <ds@schleef.org>
29767
29768         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
29769         (gst_resample_sinc_ft_float): Remove use of static temporary
29770         buffer.  This code was obviously not supposed to last long, but
29771         it's stuck in our ABI, so it required a little hack to make it
29772         ABI-compatible.  Fixes #142585.
29773         * gst-libs/gst/resample/resample.h: same.
29774
29775 2004-05-18  David Schleef  <ds@schleef.org>
29776
29777         * configure.ac: Add sunaudio
29778         * examples/Makefile.am: make gstplay depend on gconf
29779         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
29780         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
29781         (convert_table_lookup), (img_convert): remove c99-isms
29782         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
29783           unsigned, to fix a warning on Solaris
29784         * gst/mpeg1sys/systems.c: bcopy->memcpy
29785         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
29786         * sys/Makefile.am: Add sunaudio
29787
29788 2004-05-18  Wim Taymans  <wim@fluendo.com>
29789
29790         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
29791         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
29792         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
29793         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
29794         (gst_ogg_mux_loop):
29795         Fix an ugly memleak where the muxer didn't flush enough ogg
29796         pages. This also resulted in badly muxed ogg files.
29797
29798 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29799
29800         * gst/asfdemux/asfheaders.c :
29801         * gst/asfdemux/asfheaders.h :
29802         * gst/asfdemux/gstasfdemux.c :
29803           - fix ASF_OBJ_PADDING guid
29804           - add 3 new object guids (language list, metadata,
29805             extended stream properties)
29806           - add a function to parse extended header objects
29807
29808 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29809
29810         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
29811           remove leftover debugging g_print
29812
29813 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29814
29815         * ext/mad/gstmad.c: (gst_mad_handle_event):
29816           Fix for when the first format in a discont event is not a
29817           byte-based one. Should fix #137710.
29818
29819 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29820
29821         * m4/a52.m4 : fix compilation with -Wall -Werror
29822         * m4/libfame.m4 : idem
29823         * m4/libmikmod.m4 : idem
29824
29825 2004-05-17  Benjamin Otte  <otte@gnome.org>
29826
29827         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29828           signal the new tags before giving up the reference
29829
29830 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29831
29832         * ext/shout2/gstshout2.c:
29833           use application/ogg instead of application/x-ogg (patch by Patrick
29834           Guimond, fixes #142432)
29835         * sys/oss/gstosselement.c: (gst_osselement_reset),
29836         (gst_osselement_sync_parms):
29837           don't set fragment size unless specified (fixes #142493)
29838
29839 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29840
29841         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
29842           fixes #142664
29843
29844 2004-05-17  Benjamin Otte  <otte@gnome.org>
29845
29846         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29847           compute offsets correctly for internal buffers so timestamps are set
29848           correctly when we can't seek. Also handle cases where there are no
29849           offsets. (based on a patch by David Moore, fixes #142507)
29850
29851 2004-05-17  Benjamin Otte  <otte@gnome.org>
29852
29853         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29854           use correct variable when determining amount of data to skip so we
29855           don't skip into the void and segfault
29856
29857 2004-05-16  Benjamin Otte  <otte@gnome.org>
29858
29859         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29860           Hi, I'm a memleak
29861
29862 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29863
29864         * gst/asfdemux/gstasfdemux.c:
29865           - fix a mem leak and always propagate tags
29866           - add WMV3 to known video codecs (but no decoder yet)
29867           - replace "surplus data" at end of audio header for what
29868             it is : codec specific data
29869           - fix a typo
29870
29871 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
29872
29873         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
29874
29875         * gst-libs/gst/audio/audioclock.c:
29876           Fix wrong return type (#142205).
29877
29878 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29879
29880         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
29881           Ignore CRCs by default (fixes #142566).
29882
29883 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29884
29885         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
29886         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
29887         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
29888         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
29889         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
29890         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
29891           Fix for cases where we fail to attach to a mixer.
29892
29893 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29894
29895         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
29896           Don't touch events after not owning them anymore.
29897         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
29898         (gst_wavparse_fmt), (gst_wavparse_other),
29899         (gst_wavparse_handle_seek), (gst_wavparse_loop),
29900         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
29901         (gst_wavparse_srcpad_event):
29902         * gst/wavparse/gstwavparse.h:
29903           Add seeking, fix querying.
29904
29905 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29906
29907         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29908           - process comments even if they don't end with \0\0
29909             g_convert would ignore them if present and works well without them
29910
29911 2004-05-16  Benjamin Otte  <otte@gnome.org>
29912
29913         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
29914           simplify caps
29915
29916 2004-05-16  Benjamin Otte  <otte@gnome.org>
29917
29918         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29919           don't write to memory we might not write to - g_convert does that
29920           for us anyway (fixes #142613)
29921         (gst_asf_demux_audio_caps):
29922           comment out gst_util_dump_mem
29923
29924 2004-05-16  Benjamin Otte  <otte@gnome.org>
29925
29926         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29927           compute correct expected timestamps after seek (broken since
29928           last commit)
29929         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
29930           rename element and debugging category to gdkpixbufscale
29931
29932 2004-05-16  Benjamin Otte  <otte@gnome.org>
29933
29934         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29935           add error checking to snd_pcm_delay and remove duplicate call to
29936           snd_pcm_delay that caused issues (see inline code comments)
29937         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29938           make more readable and fix return value when snd_pcm_delay fails
29939         (fixes #142586)
29940
29941 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
29942         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
29943         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
29944         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
29945         (gst_pixbufscale_link), (gst_pixbufscale_init),
29946         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
29947         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
29948         (gst_pixbufscale_get_property), (pixbufscale_init):
29949         * ext/gdk_pixbuf/pixbufscale.h:
29950         Add these files I forgot earlier
29951
29952 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
29953         * ext/gdk_pixbuf/Makefile.am:
29954         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29955         * ext/gdk_pixbuf/gstgdkpixbuf.h:
29956         Add new pixbufscale element to scale RGB video
29957         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
29958         and HYPER interpolation correctly.
29959         * ext/theora/theoraenc.c: (theora_enc_chain),
29960         Discard buffer and return if explicit caps could not be set
29961         (theora_enc_get_property):
29962         Make _get return kbps for the bitrate consistent with
29963         the _set function.
29964
29965
29966 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29967
29968         * ext/libvisual/visual.c: (gst_visual_chain):
29969           add missing visual_audio_analyze
29970
29971 2004-05-14  David Schleef  <ds@schleef.org>
29972
29973         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
29974         is killed while we're playing.
29975         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
29976         gst_element_no_more_pads().
29977
29978 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29979
29980         * gst-libs/gst/riff/riff-read.c :
29981           - fix INFO tag extraction in RIFF/AVI files
29982             because gst_event_unref (event) also freed taglist
29983           - avoid a mem leak
29984
29985 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29986
29987         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
29988         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
29989
29990         * gst/auparse/gstauparse.c :
29991           - add code (commented for now) to support audio/x-adpcm on src pad
29992             (we have no decoder for those layout yet)
29993
29994         * gst/cdxaparse/gstcdxaparse.c :
29995         * gst/cdxaparse/gstcdxaparse.h :
29996           - partial rewrite using RiffRead (ripped iain's wavparse code)
29997
29998         * gst/rtp/gstrtpL16enc.c : typo
29999         * gst/rtp/gstrtpgsmenc.c : typo
30000
30001 2004-05-13  Benjamin Otte  <otte@gnome.org>
30002
30003         * configure.ac:
30004           check for exact version of libvisual, it's not supposed to be
30005           API/ABI stable yet
30006
30007 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30008
30009         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
30010           signal no-more-pads
30011
30012 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
30013
30014         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
30015         Report which format was used for GST_FORMAT_DEFAULT
30016         * gst/debug/Makefile.am:
30017         * gst/debug/gstdebug.c: (plugin_init):
30018         * gst/debug/progressreport.c: (gst_progressreport_base_init),
30019         (gst_progressreport_class_init), (gst_progressreport_init),
30020         (gst_progressreport_report), (gst_progressreport_set_property),
30021         (gst_progressreport_get_property), (gst_progressreport_chain),
30022         (gst_progressreport_plugin_init):
30023         Add progressreport element for testing.
30024
30025 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30026
30027         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
30028         * sys/v4l/gstv4lsrc.h:
30029         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
30030         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
30031         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
30032         (gst_v4lsrc_grab_frame):
30033           add more debugging
30034           send a discont at start
30035
30036 2004-05-12  Colin Walters  <walters@redhat.com>
30037
30038         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
30039         inflooping if we can't find a chunk.  Or in other words, don't blow
30040         chunks if we don't have a chunk to blow.
30041
30042 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
30043         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
30044         Remove old debug output
30045         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
30046         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
30047         (gst_dvdec_set_property), (gst_dvdec_get_property):
30048         Change the quality setting to an enum, so it works from gst-launch
30049         Don't renegotiate a non-linked pad. Allows audio only decoding.
30050         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
30051         (gst_deinterlace_link), (gst_deinterlace_init):
30052         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30053         (gst_videodrop_link):
30054         Some caps negotiation fixes
30055
30056 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30057
30058         * ext/tarkin/gsttarkin.c :
30059           - Change RANK from NONE to PRIMARY
30060         * ext/gdk_pixbuf/gstgdkpixbuf.c :
30061           - Change RANK from NONE to MARGINAL
30062         * ext/divx/gstdivxenc.c :
30063           - Change RANK from PRIMARY to NONE (encoder/spider issue)
30064
30065 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30066
30067         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
30068         (gst_vorbisenc_push_packet):
30069           copy a function that was added between 1.0 and 1.0.1 until we
30070           depend on worthwhile features of post-1.0
30071
30072 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30073
30074         * configure.ac:
30075           enable shout2 by default
30076         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
30077         (gst_shout2send_base_init), (gst_shout2send_init),
30078         (gst_shout2send_connect), (gst_shout2send_change_state):
30079         * ext/shout2/gstshout2.h:
30080           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
30081           #142262)
30082         * ext/theora/theora.c: (plugin_init):
30083           don't set rank on encoders
30084
30085 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
30086
30087         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30088           Use codec_data property instead of flag1 and flag2 for wma
30089
30090 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30091
30092         * gst/cdxaparse/gstcdxaparse.c :
30093           - Add mpegversion to CAPS to make it link
30094           - Rank is as GST_RANK_SECONDARY instead of NONE
30095         * gst/auparse/gstauparse.c :
30096           - Document all audio encoding we can encounter from Solaris 9
30097             headers and libsndfile information.
30098           - Increase max. rate from 48000 to 192000 (to match other elements)
30099           - Don't try to play junk data between header and samples
30100
30101 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30102
30103         * ext/libvisual/visual.c: (gst_visual_getcaps):
30104           use the right caps depending on endianness (I hope)
30105         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
30106           use GST_RANK_NONE for all non-decoding elements or spider gets
30107           mighty confused
30108
30109 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30110
30111         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
30112           Fix some odd cases and fix BE metadata parsing of unicode16 text.
30113
30114 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30115
30116         * gst/switch/gstswitch.c: (gst_switch_release_pad),
30117         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
30118         (gst_switch_loop), (gst_switch_get_type):
30119           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
30120           HEADERS. Had to be said.
30121
30122 2004-05-10  David Schleef  <ds@schleef.org>
30123
30124         * configure.ac: Add prototype Dirac support.
30125         * ext/Makefile.am:
30126         * ext/dirac/Makefile.am:
30127         * ext/dirac/gstdirac.cc:
30128         * ext/dirac/gstdiracdec.cc:
30129
30130 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30131
30132         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
30133         (gst_auparse_init), (gst_auparse_chain),
30134         (gst_auparse_change_state):
30135           Hack around spider. Remove me some day please.
30136
30137 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30138
30139         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30140           Fix for some uninitialized variables in previous patch, also
30141           makes it work. Fixes #142286 while we're at it.
30142
30143 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30144
30145         * gst/auparse/gstauparse.c:
30146                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
30147                 only unsupported formats are ADPCM/CCITT G.72x
30148                 reviewed by Ronald
30149         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
30150
30151 2004-05-10  Wim Taymans  <wim@fluendo.com>
30152
30153         * ext/vorbis/Makefile.am:
30154         * ext/vorbis/README:
30155         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
30156         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
30157         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
30158         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
30159         (gst_oggvorbisenc_convert_sink),
30160         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
30161         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
30162         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
30163         (get_constraints_string), (update_start_message),
30164         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
30165         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
30166         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
30167         * ext/vorbis/oggvorbisenc.h:
30168         * ext/vorbis/vorbis.c: (plugin_init):
30169         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
30170         (raw_caps_factory), (gst_vorbisenc_class_init),
30171         (gst_vorbisenc_init), (gst_vorbisenc_setup),
30172         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
30173         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
30174         * ext/vorbis/vorbisenc.h:
30175         Added a raw vorbis encoder to be used with the oggmuxer.
30176         We still need the old encoder for some gnome applications,
30177         read the README to find out how that works.
30178         The raw encoder is called "rawvorbisenc" until 0.9.
30179
30180 2004-05-10  Wim Taymans  <wim@fluendo.com>
30181
30182         * ext/ogg/gstogg.c: (plugin_init):
30183         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
30184         (gst_ogg_print):
30185         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
30186         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
30187         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
30188         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
30189         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
30190         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
30191         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
30192         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
30193         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
30194         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
30195         Added an ogg muxer.
30196         Small typo fixes in the demuxer.
30197
30198 2004-05-10  Wim Taymans  <wim@fluendo.com>
30199
30200         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30201         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
30202         (theora_enc_change_state), (theora_enc_set_property),
30203         (theora_enc_get_property):
30204         Mark the last packet with an EOS flag which is not really needed
30205         in gstreamer.
30206         Do some better video framerate initialisation.
30207         Update the buffer timestamp.
30208
30209 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
30210
30211         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
30212         Return the result of the parent state change call
30213
30214 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30215
30216         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
30217         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
30218         * gst/law/alaw-encode.c : (idem)
30219         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
30220         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
30221         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
30222
30223 2004-05-09  Benjamin Otte  <otte@gnome.org>
30224
30225         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30226           don't use a fixed buffer size when writing variable length data to
30227           it. Fixes memory corruption and makes alsasrc work
30228
30229 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30230
30231         * ext/gnomevfs/gstgnomevfssink.c:
30232         (_gst_boolean_allow_overwrite_accumulator),
30233         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
30234           Run glib's default signal handler (??) in RUN_CLEANUP rather than
30235           RUN_LAST, and don't use that to set the accumulator value because
30236           then it's always FALSE.
30237
30238 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30239
30240         * gst-libs/gst/riff/riff-media.c:
30241         (gst_riff_create_video_caps_with_data),
30242         (gst_riff_create_audio_caps),
30243         (gst_riff_create_audio_template_caps):
30244         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
30245           Fix for unaligned RIFF files (i.e. where all the chunks together
30246           in a LIST chunk are not of the same size as the size given in
30247           the LIST chunk header). Fixes several odd WAVE files. Also fix
30248           ADPCM (block_align property) in audio, so that wavparse based
30249           on this works now as it used to stand-alone.
30250
30251 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
30252
30253         reviewed by Benjamin Otte  <otte@gnome.org>
30254
30255         * ext/a52dec/gsta52dec.c:
30256         * ext/divx/gstdivxdec.c:
30257         * ext/divx/gstdivxenc.c:
30258         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
30259         * ext/faac/gstfaac.c: (gst_faac_base_init):
30260         * ext/faad/gstfaad.c: (gst_faad_base_init):
30261         * ext/ivorbis/vorbisfile.c:
30262         * ext/lame/gstlame.c:
30263         * ext/libfame/gstlibfame.c:
30264         * ext/mpeg2enc/gstmpeg2enc.cc:
30265         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
30266         * ext/sidplay/gstsiddec.cc:
30267         * ext/speex/gstspeexdec.c:
30268         * ext/speex/gstspeexenc.c:
30269         * ext/xvid/gstxviddec.c:
30270         * ext/xvid/gstxvidenc.c:
30271           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
30272           (fixes #142193)
30273
30274 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30275
30276         * ext/alsa/gstalsa.c: (device_list),
30277         (gst_alsa_class_probe_devices):
30278         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
30279           Fix alsa oddness in mixer after the combination of using mixer
30280           in source/sink elements and using hw:x,y instead of just hw:x.
30281
30282 2004-05-09  Benjamin Otte  <otte@gnome.org>
30283
30284         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
30285         (gst_wavparse_create_sourcepad):
30286           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
30287           sourcepads
30288
30289 2004-05-09  Benjamin Otte  <otte@gnome.org>
30290
30291         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30292           allow discont events before caps nego
30293
30294 2004-05-08  Benjamin Otte  <otte@gnome.org>
30295
30296         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
30297           don't leak events
30298
30299 2004-05-08  Benjamin Otte  <otte@gnome.org>
30300
30301         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
30302         (gst_level_change_state), (gst_level_init):
30303         * gst/level/gstlevel.h:
30304           figure out if we're initialized directly instead of keeping a
30305           variable that's wrong in 90% of cases
30306           don't initialize pads and then leak them and use a new unitialized
30307           pad. (fixes #142084)
30308           these were bugs so n00bish I didn't find them for an hour :/
30309
30310 2004-05-08 Iain <iain@prettypeople.org>
30311
30312         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
30313         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
30314         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
30315         return the length that was read.
30316         (gst_riff_read_strf_auds): Allow fmt tags as well.
30317
30318 2004-05-07  David Schleef  <ds@schleef.org>
30319
30320         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
30321         signed char assumption in faad.h.
30322
30323 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30324
30325         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
30326           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
30327
30328 2004-05-07  Colin Walters  <walters@redhat.com>
30329
30330         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
30331         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
30332         function.
30333         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
30334         Add dispose function.
30335
30336 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
30337         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
30338           Fix caps nego and pad templates. RGB mode caps should
30339           work now.
30340         * ext/dvdnav/gst-dvd:
30341           Move mpeg2dec inside the thread because otherwise the
30342           queue rejects cap changes mid-stream
30343         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
30344         (gst_mpeg2dec_flush_decoder):
30345           For mpeg2dec > 0.4.0, call the flush function instead of
30346           manually extracting all in-flight frames.
30347         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
30348         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
30349           Change mime type video/dv go video/x-dv to match the
30350           rest of gst-plugins
30351
30352 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30353
30354         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30355         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
30356         (gst_alsa_sink_class_init):
30357         * ext/alsa/gstalsasink.h:
30358         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
30359         (gst_alsa_src_class_init):
30360         * ext/alsa/gstalsasrc.h:
30361           Make alsasink/src a subclass of alsamixer so that mixer stuff
30362           shows up in gst-rec. Needs some finetuning.
30363
30364 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30365
30366         * ext/lame/gstlame.c: (gst_lame_chain):
30367           simplify
30368         * ext/mad/gstmad.c: (gst_mad_handle_event):
30369           fix event leak
30370         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
30371           be able to detect mp3 files < 4096 bytes
30372
30373 2004-05-06  Wim Taymans  <wim@fluendo.com>
30374
30375         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30376         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
30377         (theora_enc_set_property), (theora_enc_get_property):
30378         Also encode the first frame, cleanup some code.
30379
30380 2004-05-06  Wim Taymans  <wim@fluendo.com>
30381
30382         * ext/mpeg2enc/gstmpeg2enc.cc:
30383         Forward events first before deciding that negotiation was
30384         not performed.
30385
30386 2004-05-06  Wim Taymans  <wim@fluendo.com>
30387
30388         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30389         First process the events before deciding that negotiation
30390         was not performed.
30391
30392 2004-05-06  Wim Taymans  <wim@fluendo.com>
30393
30394         * ext/theora/Makefile.am:
30395         * ext/theora/theora.c: (plugin_init):
30396         * ext/theora/theoradec.c: (theora_dec_change_state):
30397         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
30398         (gst_theora_enc_class_init), (gst_theora_enc_init),
30399         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
30400         (theora_enc_chain), (theora_enc_change_state),
30401         (theora_enc_set_property), (theora_enc_get_property):
30402         Added a theora encoder, grouped the encoder and decoder into the
30403         same plugin.
30404
30405 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30406
30407         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30408         (gst_jpegenc_chain):
30409         fix DURATION on outgoing buffers
30410         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
30411         debug using time formats
30412         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30414         (gst_xvimagesink_sink_link):
30415         windows with width/height 0 generate X errors, so don't allow them
30416
30417 2004-05-05  Wim Taymans  <wim@fluendo.com>
30418
30419         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
30420         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
30421         (gst_mpeg2dec_negotiate_format):
30422         * ext/mpeg2dec/gstmpeg2dec.h:
30423           removed the static pad template so that we can add the
30424           more accurate framerate value to the caps.
30425
30426
30427 2004-05-04  Benjamin Otte  <otte@gnome.org>
30428
30429         * configure.ac:
30430           check for kdemacros.h, too (should fix #141821)
30431         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
30432           don't crash if no header was sent, but nicely error out (fixes part
30433           of #141554)
30434
30435 2004-05-04  Wim Taymans  <wim@fluendo.com>
30436
30437         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
30438         parent dispose function to avoid segfault on destroy.
30439
30440 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30441
30442         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30443         (plugin_init):
30444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30445         (gst_xvimagesink_sink_link):
30446         clean up debugging caps
30447         also recreate xvimage when format has changed
30448
30449 2004-05-04  Benjamin Otte  <otte@gnome.org>
30450
30451         * ext/libvisual/Makefile.am:
30452         * ext/libvisual/visual.c: (gst_visual_class_init),
30453         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
30454         (gst_visual_srclink), (gst_visual_chain),
30455         (gst_visual_change_state), (plugin_init):
30456           use a GstAdapter to correctly adapt buffer sizes - allows using a
30457           framerate
30458
30459 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30460
30461         * sys/v4l/gstv4lelement.h:
30462         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30463         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
30464         (gst_v4lsrc_buffer_free):
30465         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
30466         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30467         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
30468         (gst_v4lsrc_requeue_frame):
30469         move some debugging categories around
30470         query for fps index and set accordingly if found
30471
30472 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30473
30474         * ext/lame/gstlame.c:
30475         correct defaults that lame_init puts out of range
30476
30477 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30478
30479         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
30480         (gst_divxenc_class_init):
30481         fix range since -1 is the default
30482         * gst/mpeg1sys/gstmpeg1systemencode.c:
30483         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
30484         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
30485         (gst_rtjpegdec_chain):
30486         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
30487         (gst_rtjpegenc_chain):
30488         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
30489         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
30490         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
30491         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
30492         * sys/v4l/gstv4lsrc.c:
30493         * sys/v4l/v4l_calls.c: (gst_v4l_open):
30494         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
30495         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
30496         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
30497         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
30498           remove gst_info calls
30499
30500 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30501
30502         * Makefile.am:
30503         * po/af.po:
30504         * po/az.po:
30505         * po/en_GB.po:
30506         * po/nl.po:
30507         * po/sr.po:
30508         * po/sv.po:
30509           Updated translations
30510
30511 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30512
30513         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
30514           refactor/comment code
30515
30516 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30517
30518         * gst/asfdemux/Makefile.am:
30519         * gst/asfdemux/asfheaders.c:
30520         * gst/asfdemux/asfheaders.h:
30521         * gst/asfdemux/gstasf.c: (plugin_init):
30522         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
30523         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
30524         (gst_asf_demux_setup_pad):
30525         * gst/asfdemux/gstasfdemux.h:
30526         * gst/asfdemux/gstasfmux.c:
30527         * gst/asfdemux/gstasfmux.h:
30528           Add tagging support to demuxer, split out registration in its own
30529           file instead of in demux (hacky), and prevent having some tables
30530           in our memory multiple times (in asfheaders.h).
30531
30532 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30533
30534         * gst/matroska/matroska-demux.c:
30535         (gst_matroska_demux_parse_metadata):
30536         * gst/matroska/matroska-ids.h:
30537           Basic tag reading support.
30538
30539 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30540
30541         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30542           Really detect ac-3 audio.
30543         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
30544           really detect matroska files (off-by-1).
30545
30546 2004-04-30  David Schleef  <ds@schleef.org>
30547
30548         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30549         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
30550         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
30551         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
30552         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
30553         hackage -- parse a lot more atoms, extract a few tags.  One might even
30554         mistake this for tag support.  Maybe it is.
30555         * gst/qtdemux/qtdemux.h:
30556
30557 2004-04-30  Colin Walters  <walters@verbum.org>
30558
30559         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
30560
30561 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30562
30563         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30564         (gst_ffmpegcolorspace_getcaps):
30565           remove broken nego fix
30566
30567 2004-04-30  Benjamin Otte  <otte@gnome.org>
30568
30569         * configure.ac:
30570         * ext/Makefile.am:
30571         * ext/libvisual/Makefile.am:
30572         * ext/libvisual/visual.c:
30573           add initial support for libvisual (http://libvisual.sourceforge.net)
30574           libvisual is still quite alpha, so expect crashes in there :)
30575
30576 2004-04-29  David Schleef  <ds@schleef.org>
30577
30578         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
30579         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
30580         up qtdemux to make it spit out codec_data.  Do _not_ look at this
30581         code; you will no longer respect me.
30582
30583 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30584
30585         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
30586         * ext/alsa/gstalsa.h :
30587         change alsa pcm device discovery to find more than 1 device
30588         per card. code review by Ronald.
30589
30590 2004-04-29  David Schleef  <ds@schleef.org>
30591
30592         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
30593         Add a check for a driver bug on FreeBSD.  (bug #140565)
30594
30595 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
30596
30597         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
30598         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30599         (gst_jpegenc_getcaps):
30600           move format setting to inner loop
30601         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30602         (gst_ffmpegcolorspace_getcaps):
30603           use GST_PAD_CAPS if available so that we use already negotiated
30604           caps
30605         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30606         (qtdemux_parse_moov), (qtdemux_parse):
30607           extra debugging
30608         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
30609         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
30610           move hardcoded path to DEFINE
30611
30612 2004-04-28  David Schleef  <ds@schleef.org>
30613
30614         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
30615         (bug #140064)
30616
30617 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30618
30619         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30620           Don't probe for playback device if we're a source element. Fixes
30621           #139658.
30622
30623 2004-04-29  Benjamin Otte  <otte@gnome.org>
30624
30625         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30626         (gst_id3_tag_chain):
30627           rewrite buffer offset
30628
30629 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30630
30631         * configure.ac:
30632         * ext/Makefile.am:
30633         * ext/dts/Makefile.am:
30634         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
30635         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
30636         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
30637         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
30638         (gst_dtsdec_loop), (gst_dtsdec_change_state),
30639         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
30640         (plugin_init):
30641         * ext/dts/gstdtsdec.h:
30642           New DTS decoder.
30643         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
30644         (gst_faad_srcconnect):
30645           Add ESDS atom handling (.m4a).
30646
30647 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30648
30649         * ext/divx/gstdivxdec.c: (plugin_init):
30650           Remove comment that makes no sense.
30651         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
30652           Fix for obvious typo that resulted in warnings during gst-register.
30653         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
30654         (gst_xviddec_sink_link):
30655           Fix caps negotiation a bit better.
30656         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30657           We call this 'codec_data', not 'esds'.
30658
30659 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30660
30661         * gst/monoscope/gstmonoscope.c:
30662           make sure we only provide 256x128
30663         * gst/monoscope/monoscope.c: (monoscope_init):
30664           assert size of 256x128
30665
30666 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30667
30668         * Makefile.am:
30669         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
30670         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
30671           fixate to max width and height of device
30672
30673 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30674
30675         * Makefile.am:
30676         * sys/v4l/gstv4l.c:
30677         * sys/v4l/gstv4lsrc.c:
30678         * sys/v4l/v4l_calls.c:
30679         * sys/v4l/v4lsrc_calls.c:
30680           fix for qc-usb driver which fakes having more than one buffer
30681           by handing the same buffer twice, which confused GStreamer's/v4lsrc
30682           buffer_free override
30683           add debugging
30684
30685 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30686
30687         * Makefile.am:
30688         * gst/videotestsrc/gstvideotestsrc.c:
30689         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
30690         (gst_videotestsrc_init), (gst_videotestsrc_get),
30691         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
30692         * gst/videotestsrc/gstvideotestsrc.h:
30693           add num-buffers property
30694
30695         2004-04-26  Benjamin Otte  <otte@gnome.org>
30696
30697         * ext/mad/gstid3tag.c: (plugin_init):
30698           set id3mux rank to NONE so it doesn't confuse spider
30699           require audio/mpeg,mpegversion=1 in id3mux
30700
30701 2004-04-26  Benjamin Otte  <otte@gnome.org>
30702
30703         * configure.ac:
30704           detect faad correctly as non-working if it's indeed non-working
30705
30706 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30707
30708         * Makefile.am:
30709         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30710         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
30711         fix _getcaps so it only negotiates to its supported format
30712
30713 2004-04-25  Benjamin Otte  <otte@gnome.org>
30714
30715         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
30716           fix memleak
30717
30718 2004-04-23  Benjamin Otte  <otte@gnome.org>
30719
30720         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
30721           audio/x-raw-int with height rules! not. Now it's depth.
30722
30723 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30724
30725         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
30726         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30727         (gst_wavparse_loop):
30728           Missing variable initialization. Add handling of DVI ADPCM. Fix
30729           mis-parsing of LIST chunks. This works around a bug where we mis-
30730           parse non-aligning LIST chunks (so LIST chunks where the contents
30731           don't align with the actual LIST size). The correct fix is to use
30732           rifflib, I'm not going to fix wavparse - too much work. All this
30733           fixes #104878.
30734
30735 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30736
30737         reviewed by Benjamin Otte  <otte@gnome.org>
30738
30739         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
30740           fix shoutcast not working (fixes #140844)
30741
30742 2004-04-22  Benjamin Otte  <otte@gnome.org>
30743
30744         * ext/hermes/gsthermescolorspace.c:
30745         (gst_hermes_colorspace_caps_remove_format_info):
30746         * gst/colorspace/gstcolorspace.c:
30747         (gst_colorspace_caps_remove_format_info):
30748         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30749         (gst_ffmpegcolorspace_caps_remove_format_info):
30750           s/gst_caps_simplify/gst_caps_do_simplify/
30751
30752 2004-04-22  Benjamin Otte  <otte@gnome.org>
30753
30754         * gst-libs/gst/riff/riff-media.c:
30755         (gst_riff_create_video_caps_with_data):
30756           mpegversion is an int
30757         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
30758           don't try to create pad templates with NULL caps, use any caps
30759           instead.
30760
30761 2004-04-20  David Schleef  <ds@schleef.org>
30762
30763         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
30764         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
30765         (bug #140384)
30766
30767 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
30768
30769         reviewed by David Schleef
30770
30771         * ext/mad/gstid3tag.c: Add stdlib.h
30772         * gst/rtp/gstrtpgsmenc.c: same
30773         * gst/tags/gstid3tag.c: same
30774         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
30775         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
30776         GST_DISABLE_LOADSAVE use.
30777         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
30778         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
30779         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
30780         atol(3)).
30781         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
30782         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
30783         strtoul(3)).
30784         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
30785         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
30786         $(ID3_CFLAGS).
30787         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
30788         $(LIBFAME_CFLAGS).
30789
30790 2004-04-20  David Schleef  <ds@schleef.org>
30791
30792         * gst/realmedia/rmdemux.c:  This was supposed to part of the
30793         last checkin.  Same idea.
30794
30795 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
30796
30797         reviewed by David Schleef
30798
30799         * configure.ac: bump required gstreamer version to 0.8.1.1
30800         because of following changes [--ds]
30801
30802         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
30803         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
30804         (gst_riff_read_header):  Use GST_READ_UINT*
30805         macros to access possibly unaligned memory.
30806
30807         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
30808         (mp3_type_find):  Use GST_READ_UINT*
30809         macros to access possibly unaligned memory.
30810         (mp3_type_find, mpeg1_parse_header, qt_type_find)
30811         (speex_type_find): Likewise
30812
30813         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
30814
30815         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
30816         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
30817         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
30818         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
30819         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
30820         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
30821         macros to access possibly unaligned memory.
30822
30823         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
30824         Likewise.
30825
30826         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
30827         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
30828
30829         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
30830         Likewise.
30831
30832         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
30833         (gst_mpeg2subt_chain_subtitle): Likewise.
30834
30835         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
30836         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
30837         Likewise.
30838
30839         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
30840         Likewise.
30841
30842         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
30843         Likewise.
30844
30845         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
30846         Likewise.
30847
30848 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30849
30850         * configure.ac:
30851           update required version of GStreamer because of GST_TIME_FORMAT
30852
30853 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30854
30855         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
30856           remove leftover g_print
30857         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30858           don't try setting only a subset of the caps. We don't want to kill
30859           autoplugging on purpose
30860
30861 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30862
30863         * sys/ximage/ximagesink.c: (plugin_init):
30864         * sys/xvimage/xvimagesink.c: (plugin_init):
30865           add debugging categories
30866
30867 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30868
30869         * po/en_GB.po:
30870         * po/LINGUAS:
30871           Adding en_GB translation (Gareth Owen)
30872
30873 2004-04-20  David Schleef  <ds@schleef.org>
30874
30875         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30876         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
30877         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
30878         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
30879         A number of new features and hacks to extract the esds atom and
30880         put it into the caps.  (bug #137724)
30881
30882 2004-04-19  David Schleef  <ds@schleef.org>
30883
30884         * gconf/Makefile.am: Fix for non-GNU make
30885         * gst-libs/gst/Makefile.am: Change directory order to handle
30886         GstPlay linking with gstinterfaces
30887         * gst-libs/gst/audio/make_filter: make use of tr portable
30888         * gst-libs/gst/play/Makefile.am: Add intended \
30889         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
30890         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
30891         function prototype instead of void *.
30892         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
30893         macro.
30894         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30895         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
30896         * gst/videofilter/make_filter: make use of tr portable
30897         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
30898
30899 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30900
30901         * po/LINGUAS:
30902         * po/uk.po:
30903           Added Ukrainian translation (Maxim V. Dziumanenko)
30904
30905 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30906
30907         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
30908         (gst_gsmdec_link), (gst_gsmdec_chain):
30909           Fix capsnego, simplify chain function slightly.
30910         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30911           Add GSM.
30912
30913 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30914
30915         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30916         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
30917         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
30918           Hack to make wavparse work with spider (always -> sometimes pad).
30919           Fixes #135862 && #140411.
30920
30921 2004-04-18  Benjamin Otte  <otte@gnome.org>
30922
30923         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
30924         (gst_osselement_rate_probe_check),
30925         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
30926           get rid of \n in debug output
30927
30928 2004-04-17  Iain <iain@prettypeople.org>
30929
30930         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
30931         not just EOS.
30932
30933 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30934
30935         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
30936         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
30937         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
30938         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
30939         (gst_id3_tag_src_link), (gst_id3_tag_chain),
30940         (gst_id3_tag_change_state), (plugin_init):
30941           deprecate id3tag element and replace with id3demux/id3mux.
30942           great side effect: this ugly file is now even uglier, yay!
30943         * ext/mad/gstmad.h:
30944           remove non-available function
30945           update for new get_type
30946
30947 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30948
30949         * configure.ac:
30950           require mpeg2dec >= 0.4.0
30951
30952 2004-04-17  Benjamin Otte  <otte@gnome.org>
30953
30954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30955         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30956         (gst_xvimagesink_set_xwindow_id):
30957           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
30958           assorted cleanup fixes.
30959
30960 2004-04-16  David Schleef  <ds@schleef.org>
30961
30962         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
30963         * sys/xvimage/xvimagesink.h: same
30964
30965 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30966
30967         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
30968           Fix GST_ELEMENT_ERROR with (NULL)
30969
30970 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30971
30972         * gst-libs/gst/riff/riff-media.c:
30973         (gst_riff_create_video_caps_with_data):
30974           Add div[3456] as fourccs for DivX 3 (fixes #140137).
30975
30976 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30977
30978         * gst-libs/gst/riff/riff-media.c:
30979         (gst_riff_create_video_caps_with_data),
30980         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
30981         (gst_riff_create_video_template_caps),
30982         (gst_riff_create_audio_template_caps):
30983         * gst-libs/gst/riff/riff-media.h:
30984         * gst-libs/gst/riff/riff-read.c:
30985         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
30986         * gst-libs/gst/riff/riff-read.h:
30987         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30988           Add MS RLE support. I added some functions to read out strf chunks
30989           into strf chunks and the data behind it. This is usually color
30990           palettes (as in RLE, but also in 8-bit RGB). Also use those during
30991           caps creation. Lastly, add ADPCM (similar to wavparse - which
30992           should eventually be rifflib based).
30993         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
30994         (gst_matroska_demux_init), (gst_matroska_demux_reset):
30995         * gst/matroska/matroska-demux.h:
30996           Remove placeholders for some prehistoric tagging system. Didn't add
30997           support for any tag system really anyway.
30998         * gst/qtdemux/qtdemux.c:
30999           Add support for audio/x-m4a (MPEG-4) through spider.
31000         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31001         (gst_wavparse_loop):
31002           ADPCM support (#135862). Increase max. buffer size because we
31003           cannot split buffers for ADPCM (screws references) and I've seen
31004           files with 2048 byte chunks. 4096 seems safe for now.
31005
31006 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31007
31008         * configure.ac: bump nano to 1
31009
31010 === release 0.8.1 ===
31011
31012 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31013
31014         * configure.ac: releasing 0.8.1, "Comforting Sounds"
31015
31016 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31017
31018         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
31019           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
31020           Fixes #140058
31021
31022 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31023
31024         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
31025           lower rank of dvddemux so that it's not used for mpeg playback.
31026
31027 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31028
31029         * configure.ac:
31030           save libs correctly when checking mad
31031
31032 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31033
31034         * ext/mad/gstid3tag.c: (plugin_init):
31035           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
31036
31037 2004-04-13  David Schleef  <ds@schleef.org>
31038
31039         * common/m4/gst-feature.m4: Call -config scripts with
31040         --plugin-libs if it is supported.
31041         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
31042         JPEG images are image/jpeg.
31043         * gst/debug/Makefile.am:
31044         * gst/debug/negotiation.c: (gst_negotiation_class_init),
31045         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
31046         (gst_negotiation_update_caps), (gst_negotiation_get_property),
31047         (gst_negotiation_plugin_init): Add a property that acts like
31048         filter caps.
31049         * testsuite/gst-lint:  Move license checking to be a standard
31050         test.
31051
31052 2004-04-13  David Schleef  <ds@schleef.org>
31053
31054         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
31055         patch from Sebastien Cote (bug #139958)
31056
31057 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31058
31059         * examples/gstplay/Makefile.am:
31060         * examples/gstplay/player.c: (main):
31061           make the commandline player example use gconf settings
31062
31063 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31064
31065         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
31066         (gst_cacasink_sinkconnect), (gst_cacasink_init),
31067         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
31068           init/end library during state transition, not object
31069           creation/disposal.  get rid of custom dispose handler.
31070
31071
31072 2004-04-12  Christian Schaller <Uraeus@gnome.org>
31073
31074         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
31075         be a symlink
31076
31077 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31078
31079         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
31080           Handle JUNK chunks inside data section. Prevents warnings.
31081
31082 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31083
31084         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
31085         (gst_riff_create_video_template_caps):
31086           Add MS video v1.
31087         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
31088         (gst_avi_demux_stream_data):
31089           Add support for "rec-list" chunks.
31090
31091 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31092
31093         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
31094           Fix another codecname mismatch.
31095
31096 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31097
31098         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
31099           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
31100           so that MJPEG plays back.
31101
31102 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31103
31104         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31105         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
31106         * gst/mpeg1videoparse/gstmp1videoparse.h:
31107           Fix for some slight mis-cuts in buffer parsing, and for some
31108           potential overflows or faults-causers. Adds disconts. Also fixes
31109           #139105 while we're at it.
31110
31111 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31112
31113         * configure.ac:
31114         * sys/v4l2/gstv4l2element.h:
31115           Workaround for missing struct v4l2_buffer declaration in Suse 9
31116           and Mandrake 10 linux/videodev2.h header file (#135919).
31117
31118 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31119
31120         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
31121           Bail out if no filename was given.
31122
31123 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31124
31125         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
31126         (gst_v4l2_fourcc_from_structure):
31127           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
31128           Y41B somewhere).
31129
31130 2004-04-09  Benjamin Otte  <otte@gnome.org>
31131
31132         * ext/gnomevfs/gstgnomevfssink.c:
31133         (_gst_boolean_allow_overwrite_accumulator),
31134         (gst_gnomevfssink_class_init):
31135           fix erase signal - if any handler returns false the file will not be
31136           overwritten. If no handler is connected, the file will not be
31137           overwritten either.
31138           renamed signal to "allow-overwrite"
31139         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
31140           free string when adding it to ID3 failed
31141         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31142           unref event when done
31143         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
31144           free caps
31145         * gst/typefind/gsttypefindfunctions.c:
31146         (mpeg_video_stream_type_find):
31147           fix invalid read
31148
31149 2004-04-08  David Schleef  <ds@schleef.org>
31150
31151         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31152         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
31153
31154 2004-04-08  David Schleef  <ds@schleef.org>
31155
31156         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
31157         we don't support (bug #139532)
31158
31159 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
31160
31161         * ext/mad/gstmad.c: (gst_mad_handle_event),
31162         (gst_mad_check_caps_reset), (gst_mad_chain),
31163         (gst_mad_change_state):
31164           only set explicit caps if they haven't been set before for
31165           this stream.  MPEG-audio sample rate/channels aren't allowed
31166           to change in-stream.
31167           Fixes #139382
31168
31169 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31170
31171         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
31172         (_gst_boolean_did_something_accumulator),
31173         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
31174         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
31175         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
31176         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
31177         (gst_gnomevfssink_change_state):
31178           Fix erase signal. Don't erase by default. Remove handoff signal.
31179           Remove erase property. Don't segfault. General cleanup.
31180
31181 2004-04-07  Benjamin Otte  <otte@gnome.org>
31182
31183         * gst-libs/gst/gconf/test-gconf.c: (main):
31184           add missing gst_init
31185
31186 2004-04-07  Benjamin Otte  <otte@gnome.org>
31187
31188         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
31189           free the mutexes, too
31190
31191 2004-04-07  Benjamin Otte  <otte@gnome.org>
31192
31193         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
31194           actually free the URI string
31195         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
31196           compute offset correctly when passing discont events
31197         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31198           don't leak discont events
31199         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
31200           add some missing breaks so caps aren't copied randomly
31201         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
31202           if we realloc memory, we better use it
31203
31204 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31205
31206         * ext/mad/gstmad.c: (normal_seek):
31207           fix GST_FORMAT_TIME usage
31208
31209 2004-04-05  David Schleef  <ds@schleef.org>
31210
31211         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
31212         a deprecated function (hack!)
31213
31214 2004-04-05  Benjamin Otte  <otte@gnome.org>
31215
31216         * ext/esd/esdmon.c: (gst_esdmon_get):
31217           fix nonterminated vararg and memleak
31218
31219 2004-04-05  Benjamin Otte  <otte@gnome.org>
31220
31221         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
31222         (gst_ladspa_init), (gst_ladspa_force_src_caps),
31223         (gst_ladspa_set_property), (gst_ladspa_get_property),
31224         (gst_ladspa_instantiate), (gst_ladspa_activate),
31225         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
31226           clean up debugging
31227
31228 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
31229
31230         reviewed by Benjamin Otte  <otte@gnome.org>
31231
31232         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
31233           check for broken LADSPA parameters (fixes #138635)
31234
31235 2004-04-05  Benjamin Otte  <otte@gnome.org>
31236
31237         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
31238           advertise buffer-frames correctly on sinkpads
31239
31240 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31241
31242         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
31243         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
31244         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
31245         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
31246         (gst_mad_check_caps_reset), (gst_mad_chain):
31247         add more debugging, only reset caps when we're not in error state
31248
31249 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31250
31251         * ext/mad/gstmad.c: add debugging category, comment + cleanups
31252
31253 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
31254
31255         reviewed by Benjamin Otte  <otte@gnome.org>
31256
31257         * configure.ac:
31258           fix == in test(1) operator
31259
31260 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
31261
31262         reviewed by Benjamin Otte  <otte@gnome.org>
31263
31264         * configure.ac:
31265           fix --export-symblos-regex to a working regex.
31266
31267 2004-04-04  Benjamin Otte  <otte@gnome.org>
31268
31269         * sys/oss/.cvsignore:
31270           add for oss_probe
31271
31272 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
31273
31274         reviewed by Benjamin Otte  <otte@gnome.org>
31275
31276         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31277           add missing 'new_media' argument (fixes #138168)
31278         * gst/matroska/matroska-demux.c:
31279         (gst_matroska_demux_handle_seek_event):
31280           add vararg terminator (fixes #138169)
31281
31282 2004-04-02  David Schleef  <ds@schleef.org>
31283
31284         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
31285         disted (bug #138914)
31286
31287 2004-04-01  Benjamin Otte  <otte@gnome.org>
31288
31289         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
31290         (gst_alsa_close_audio):
31291           handle case better where a soundcard can't pause
31292         * ext/ogg/gstoggdemux.c:
31293           don't crash when we get events but don't have pads yet
31294
31295 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31296
31297         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
31298           throw an error if we couldn't probe any caps.
31299
31300 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
31301
31302         * ext/dvdnav/gst-dvd:
31303         Add a really simple sample DVD player
31304
31305 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
31306
31307         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
31308         (gst_a52dec_push), (gst_a52dec_handle_event),
31309         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
31310         (gst_a52dec_change_state):
31311         * ext/a52dec/gsta52dec.h:
31312           Use a debug category, Output timestamps correctly
31313           Emit tag info, Handle events, tell liba52dec about cpu
31314           capabilities so it can use MMX etc.
31315         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
31316           Fix a crasher accessing invalid memory
31317         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
31318         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
31319         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31320         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
31321         (dvdnavsrc_query):
31322           Some support for byte-format seeking.
31323           Small fixes for still frames and menu button overlays
31324         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
31325         (gst_mpeg2dec_alloc_buffer):
31326           Use a debug category. Adjust the report level of several items to
31327           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
31328           so it doesn't lose the GstBuffer pointer
31329         * gst/debug/Makefile.am:
31330         * gst/debug/gstdebug.c: (plugin_init):
31331         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
31332         (gst_navseek_base_init), (gst_navseek_class_init),
31333         (gst_navseek_init), (gst_navseek_seek),
31334         (gst_navseek_handle_src_event), (gst_navseek_set_property),
31335         (gst_navseek_get_property), (gst_navseek_chain),
31336         (gst_navseek_plugin_init):
31337         * gst/debug/gstnavseek.h:
31338           Add the navseek debug element for seeking back and forth in a
31339           video stream using arrow keys.
31340         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
31341         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
31342         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
31343         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
31344         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
31345         (gst_mpeg2subt_parse_header), (gst_get_nibble),
31346         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
31347         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
31348         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
31349         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
31350         * gst/mpeg2sub/gstmpeg2subt.h:
31351           Pretty much a complete rewrite. Now a loopbased element. May still
31352           require work to properly synchronise subtitle buffers.
31353         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
31354         (gst_dvd_demux_send_subbuffer):
31355         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
31356           Don't attempt to create subbuffers of size 0
31357           Reduce a couple of error outputs to warnings.
31358         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
31359         (gst_y4mencode_chain):
31360         Output the y4m frame header correctly.
31361
31362 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31363
31364         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
31365           throw errors instead of allowing SIGFPE
31366
31367 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31368
31369         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
31370         (gst_gconf_render_bin_from_key):
31371           leak plugging and style fixing
31372
31373 2004-03-31  David Schleef  <ds@schleef.org>
31374
31375         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
31376         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
31377         (bug #138225)
31378         * gst/debug/Makefile.am:
31379         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
31380         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
31381         plugin.
31382         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
31383         (gst_negotiation_base_init), (gst_negotiation_class_init),
31384         (gst_negotiation_init), (gst_negotiation_getcaps),
31385         (gst_negotiation_pad_link), (gst_negotiation_chain),
31386         (gst_negotiation_set_property), (gst_negotiation_get_property),
31387         (gst_negotiation_plugin_init):  New element to talk about random
31388         negotiation things happening in a pipeline.
31389
31390 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31391
31392         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
31393           fix integer addition with help of Stefan Kost
31394
31395 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31396
31397         * po/nl.po: updated Dutch translation (Elros Cyriatan)
31398
31399 2004-03-30  David Schleef  <ds@schleef.org>
31400
31401         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
31402         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
31403         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
31404         (bug #137504)
31405         * ext/mpeg2dec/gstmpeg2dec.h:
31406
31407 2004-03-30  David Schleef  <ds@schleef.org>
31408
31409         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
31410
31411 2004-03-30  David Schleef  <ds@schleef.org>
31412
31413         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
31414         Michael Petullo) to handle .mov
31415
31416 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31417
31418         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
31419         (gst_osselement_rate_check_rate):
31420           probe caps correctly for sound cards that only support one format
31421
31422 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31423
31424         * ext/kio/kiosrc.cpp: (process_events):
31425           update handling event processing if inside KDE - untested
31426
31427 2004-03-29  David Schleef  <ds@schleef.org>
31428
31429         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
31430         by 2 to not interfere with other colorspaces.
31431         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
31432         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
31433         one to not interfere with ffmpeg_colorspace.
31434
31435 2004-03-29  David Schleef  <ds@schleef.org>
31436
31437         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
31438         aren't in the caps.
31439         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
31440         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
31441
31442 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31443
31444         * gst-libs/gst/riff/riff-media.c:
31445           fail on error, don't try to set stuff on NULL caps
31446
31447 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31448
31449         * configure.ac:
31450         * ext/Makefile.am:
31451         * ext/kio/Makefile.am:
31452         * ext/kio/kioreceiver.cpp:
31453         * ext/kio/kioreceiver.h:
31454         * ext/kio/kiosrc.cpp:
31455         * ext/kio/kiosrc.h:
31456           add experimental kiosrc plugin
31457         * ext/alsa/gstalsaplugin.c: (plugin_init):
31458           initialize debugging category only when we're sure registering the
31459           plugins worked.
31460
31461 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31462
31463         * examples/gstplay/player.c: (main):
31464         * gst-libs/gst/play/play.c: (gst_play_class_init),
31465         (gst_play_set_location), (gst_play_set_data_src),
31466         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31467         (gst_play_set_visualization), (gst_play_connect_visualization):
31468           check return values of element_set_state and return FALSE where
31469           failed
31470
31471 2004-03-29  Benjamin Otte  <otte@gnome.org>
31472
31473         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31474           try harder to check if an event is really a discont
31475
31476 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31477
31478         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
31479         * po/az.po:
31480
31481 2004-03-28  Benjamin Otte  <otte@gnome.org>
31482
31483         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
31484         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31485         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31486           get rid of non-standard "..." ranges in case statements.
31487
31488 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
31489
31490         * gst/mpegstream/gstmpegdemux.c:
31491         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
31492         specific functionality split to the new dvddemux element.
31493         * gst/mpegstream/gstdvddemux.c:
31494         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
31495         streams, derived from mpegdemux.
31496         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
31497         up. SCR based timestamp rewriting can be turned off (will probably
31498         completely disappear soon).
31499         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
31500         hacking. General cleanup. All printf statements replaced by
31501         debugging messages. Almost complete libdvdnav support.
31502         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
31503         by events. New properties for audio and subpicture languages.
31504         (dvdnavsrc_update_highlight): Now uses events.
31505         (dvdnavsrc_user_op): Cleaned up.
31506         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
31507         based). Lots of cleanup, and propper support for most libdvdnav
31508         events.
31509         (dvdnavsrc_make_dvd_event): New function.
31510         (dvdnavsrc_make_dvd_nav_packet_event): New function.
31511         (dvdnavsrc_make_clut_change_event): New function.
31512
31513 2004-03-26  Benjamin Otte  <otte@gnome.org>
31514
31515         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
31516           fix bug where typefinding would claim it's theora whenever less then
31517           7 bytes of data were available
31518
31519 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31520
31521         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
31522         (gst_alawdec_base_init), (gst_alawdec_class_init),
31523         (gst_alawdec_init), (gst_alawdec_chain):
31524         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
31525         (gst_alawenc_base_init), (gst_alawenc_class_init),
31526         (gst_alawenc_init), (gst_alawenc_chain):
31527         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
31528         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
31529         (gst_mulawdec_init), (gst_mulawdec_chain):
31530         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
31531         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
31532         (gst_mulawenc_init), (gst_mulawenc_chain):
31533           Fix capsnego in all four, remove the unused property functions and
31534           simplify the chain functions slightly. I guess we could use macros
31535           or something similar for those, since the code is so similar, but
31536           I'm currently too lazy...
31537
31538 2004-03-24  David Schleef  <ds@schleef.org>
31539
31540         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
31541         (gst_osselement_close_audio), (gst_osselement_probe_caps),
31542         (gst_osselement_get_format_structure),
31543         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
31544         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
31545         (gst_osselement_rate_int_compare): Add code to handle rate probing
31546         (bug #120883)
31547         * sys/oss/gstosselement.h: same
31548         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
31549         Use rate probing provided by osselement.
31550         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
31551
31552 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31553
31554         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
31555         (gst_xvidenc_get_property):
31556           ulong/int mess-up.
31557
31558 2004-03-24  David Schleef  <ds@schleef.org>
31559
31560         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
31561         (gst_speexdec_init):
31562         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
31563         (gst_speexenc_init):  Create the pad template correctly (from
31564         the static pad template, not a NULL pointer.)
31565
31566 2004-03-25  Benjamin Otte  <otte@gnome.org>
31567
31568         * gst/debug/Makefile.am:
31569         * gst/debug/breakmydata.c:
31570           add element that quasi-randomly changes bytes in the stream.
31571           Intended use is robustness checking of demuxers and decoders in
31572           media tests.
31573
31574 2004-03-24  Benjamin Otte  <otte@gnome.org>
31575
31576         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31577         (gst_alsa_probe_hw_params):
31578         * ext/alsa/gstalsa.h:
31579           debugging output fixes
31580
31581 2004-03-24  Benjamin Otte  <otte@gnome.org>
31582
31583         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
31584           don't g_return_if_fail if element is PLAYING, fail silently as every
31585           other element.
31586         * gst/effectv/gstquark.c: (gst_quarktv_chain):
31587           only fix needed for cast lvalue issues in gst-plugins
31588         * gst/volenv/gstvolenv.c: (gst_volenv_init):
31589           add proxy_getcaps
31590
31591 2004-03-24  Benjamin Otte  <otte@gnome.org>
31592
31593         * gst/level/gstlevel.c: (gst_level_init):
31594           add proxying getcaps function, so level doesn't advertise impossible
31595           caps
31596
31597 2004-03-24  David Schleef  <ds@schleef.org>
31598
31599         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31600         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
31601         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
31602         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
31603         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
31604         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
31605         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
31606         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
31607         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
31608         messages.  Divide the chunk size by the compression ratio
31609         (needed for MACE audio)
31610
31611 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31612
31613         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31614           Fix buffer overflow read error.
31615
31616 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31617
31618         * ext/alsa/gstalsa.h:
31619           Remove unused entry.
31620         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
31621           Add cinepak.
31622         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31623         (gst_videodrop_link), (gst_videodrop_chain):
31624           Fix, sort of. Was horribly broken with new capsnego. Bah...
31625
31626 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
31627
31628         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
31629         (plugin_init):
31630         Add a monkeysaudio typefind function
31631
31632 2004-03-23  Johan Dahlin  <johan@gnome.org>
31633
31634         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
31635         (gst_play_video_fixate): Check so the structure has the field
31636         before trying to fixate them, this makes it possible to have
31637         fakesinks for video and audio output without printing errors on
31638         the output console.
31639
31640 2004-03-22  David Schleef  <ds@schleef.org>
31641
31642         * sys/oss/Makefile.am:
31643         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
31644         (check_rate), (add_rate):  Rate probing test app.
31645
31646 2004-03-21  Benjamin Otte  <otte@gnome.org>
31647
31648         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
31649         (_fixate_caps_to_int), (gst_audio_convert_fixate):
31650           add a fixation function that pretty much does the right thing (fixes
31651           #137556)
31652
31653 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
31654
31655         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
31656
31657 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
31658
31659         reviewed by: Benjamin Otte  <otte@gnome.org>
31660
31661         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31662           terminate gst_event_new_discontinuous correctly (fixes parts of
31663           #137711)
31664
31665 2004-03-19  David Schleef  <ds@schleef.org>
31666
31667         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
31668         since it doesn't depend on X, and it's part of our ABI.
31669
31670 2004-03-19  Iain <iain@prettypeople.org>
31671
31672         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
31673         is_int in the structure, not the local variable.
31674
31675 2004-03-19  David Schleef  <ds@schleef.org>
31676
31677         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
31678         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
31679         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
31680         Improvements in caps negotiation.
31681
31682 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31683
31684         * po/LINGUAS:
31685         * po/af.po:
31686           adding Afrikaans (Petri Jooste)
31687
31688 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31689
31690         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31691         (gst_ffmpegcolorspace_chain):
31692         throw error instead of g_critical (#137588)
31693
31694 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31695
31696         * Makefile.am:
31697         * configure.ac:
31698           dist common and m4 correctly
31699         * po/sv.po:
31700
31701 2004-03-17  David Schleef  <ds@schleef.org>
31702
31703         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
31704         (bug #137348)
31705
31706 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31707
31708         * po/LINGUAS:
31709         * po/sv.po:
31710           adding Swedish translation (Christian Rose)
31711
31712 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31713
31714         * Makefile.am: use release.mak
31715
31716 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31717
31718         * common/ChangeLog:
31719         * common/gst-autogen.sh:
31720           add some explanation about the version detection
31721         * configure.ac:
31722           fix X check
31723
31724 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31725
31726         * configure.ac: bump nano to 1
31727
31728 === release 0.8.0 ===
31729
31730 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31731
31732         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
31733
31734 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31735
31736         * configure.ac:
31737           update libtool version
31738         * gst-libs/gst/media-info/Makefile.am:
31739           actually use libtool version
31740
31741 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31742
31743         * configure.ac: fix speex detection to work with 1.0 but not 1.1
31744
31745 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31746
31747         * configure.ac:
31748         * gst-plugins.spec.in:
31749         * pkgconfig/Makefile.am:
31750         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
31751         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31752         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31753         * pkgconfig/gstreamer-libs.pc.in:
31754         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
31755         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31756         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
31757         * pkgconfig/gstreamer-plugins.pc.in:
31758           remove @VERSION@ from some of the pc files since core and plugins
31759           are decoupled.
31760           created gstreamer-plugins.pc as it's a better name, but keeping
31761           -libs around for now to get fixes upstream done first.
31762
31763 2004-03-15  Julien MOUTTE <julien@moutte.net>
31764
31765         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
31766         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
31767         * gst-libs/gst/play/play.h:
31768
31769 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31770
31771         * *.c, *.cc: don't mix tabs and spaces
31772
31773 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31774
31775         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
31776           use the new ffmpegcolorspace
31777         * gst-plugins.spec.in:
31778           package new colorspace and media-info
31779         * configure.ac:
31780         * pkgconfig/Makefile.am:
31781           fix some more disting issues
31782         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
31783         * pkgconfig/gstreamer-media-info.pc.in:
31784           generate media-info pc files
31785
31786 2004-03-15  Johan Dahlin  <johan@gnome.org>
31787
31788         * *.h: Revert indenting
31789
31790 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31791
31792         * configure.ac:
31793           adding ffmpegcolorspace element
31794         * gst/ffmpegcolorspace/Makefile.am:
31795         * gst/ffmpegcolorspace/avcodec.h:
31796         * gst/ffmpegcolorspace/common.h:
31797         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
31798         * gst/ffmpegcolorspace/dsputil.h:
31799         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
31800         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
31801         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
31802         (gst_ffmpeg_caps_to_pix_fmt):
31803         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
31804         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31805         (gst_ffmpegcolorspace_caps_remove_format_info),
31806         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
31807         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
31808         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
31809         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
31810         (gst_ffmpegcolorspace_set_property),
31811         (gst_ffmpegcolorspace_get_property),
31812         (gst_ffmpegcolorspace_register):
31813         * gst/ffmpegcolorspace/imgconvert.c:
31814         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
31815         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
31816         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
31817         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
31818         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
31819         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
31820         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
31821         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
31822         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
31823         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
31824         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
31825         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
31826         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
31827         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
31828         (img_get_alpha_info), (deinterlace_line),
31829         (deinterlace_line_inplace), (deinterlace_bottom_field),
31830         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
31831         * gst/ffmpegcolorspace/imgconvert_template.h:
31832         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
31833         * gst/ffmpegcolorspace/mmx.h:
31834         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
31835           adding ffmpegcolorspace element supplied by Ronald after cleaning
31836           up and pulling in the right bits of upstream source.
31837           I'm sure a better C/compiler wizard could do some cleaning up (for
31838           example use GLIB's malloc stuff), but as a first pass this
31839           works very well
31840
31841 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31842
31843         * ext/alsa/gstalsa.h:
31844           I assume Ronald forgot to commit the change to have cardname
31845           as a struct member.  Expect some public spanking at the next
31846           opportunity.
31847
31848 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31849
31850         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
31851         (gst_alsa_open_audio), (gst_alsa_close_audio):
31852         * ext/alsa/gstalsa.c:
31853           Don't open the device if we're a mixer (= padless).
31854         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
31855         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
31856         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
31857           Open mixer during state change rather than during object
31858           initialization. Also, get a device name. Currently in a somewhat
31859           hackish fashion, but I didn't really find something better.
31860
31861 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31862
31863         * *.c, *.h: run gst-indent
31864
31865 2004-03-14  Benjamin Otte  <otte@gnome.org>
31866
31867         * gst/modplug/gstmodplug.cc:
31868         * gst/modplug/gstmodplug.h:
31869           set correct timestamps on outgoing buffers
31870
31871 2004-03-14  Benjamin Otte  <otte@gnome.org>
31872
31873         * gst/modplug/gstmodplug.cc:
31874           handle events - don't do crap when a discont arrives that's not
31875           necessary
31876           This allows correct loading and playback of mods in Rhythmbox
31877
31878 2004-03-14  Benjamin Otte  <otte@gnome.org>
31879
31880         * configure.ac:
31881         * gst-libs/gst/gconf/Makefile.am:
31882         * pkgconfig/Makefile.am:
31883           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
31884           they get rebuilt properly
31885         * configure.ac:
31886           when checking for vorbis, try pkgconfig first.
31887         * gst/modplug/gstmodplug.cc:
31888           add fixate function
31889
31890 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31891
31892         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
31893           Fix for obvious mistake, where we first shift the offset and then
31894           read a samplesize element assuming the old offset. Note that this
31895           part still has something weird, i.e. my movies containing those
31896           don't actually play well, but at least there's something that looks
31897           like sound now.
31898
31899 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
31900         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
31901         (plugin_init):
31902         Add a typefind function for speex format
31903
31904 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31905
31906         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
31907         (gst_asf_demux_setup_pad):
31908           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
31909           instead of 0. Reason is simple: some elements have a fps range
31910           of 1-max instead of 0-max. So now ASF video actually works.
31911
31912 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31913
31914         * po/LINGUAS:
31915         * po/sr.po:
31916           adding serbian as a language
31917
31918 2004-03-13  Benjamin Otte  <otte@gnome.org>
31919
31920         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31921           return taglist correctly from _get function, don't gst_pad_push it.
31922           (fixes #137042)
31923
31924 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
31925         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
31926
31927 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31928
31929         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
31930         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
31931         (gst_alsa_mixer_track_new):
31932         * ext/alsa/gstalsamixertrack.h:
31933           Fix ancient leftovers... MixerTrack is a GObject.
31934
31935 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31936
31937         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
31938         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
31939           Don't block during probing...
31940
31941 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31942
31943         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
31944         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
31945         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
31946         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
31947         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
31948         (gst_alsa_open_audio), (gst_alsa_close_audio):
31949         * ext/alsa/gstalsa.h:
31950           Add propertyprobe interface implementation, add some device-name
31951           property, all this so that it looks good in gnome-volume-control.
31952
31953 2004-03-12  David Schleef  <ds@schleef.org>
31954
31955         * configure.ac: the Hermes library controls hermescolorspace, not
31956         colorspace.
31957         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
31958         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
31959         not /* */
31960         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
31961         * ext/sdl/sdlvideosink.h: ditto.
31962         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
31963
31964 2004-03-12  Benjamin Otte  <otte@gnome.org>
31965
31966         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
31967         (gst_x_overlay_got_xwindow_id):
31968         * gst-libs/gst/xoverlay/xoverlay.h:
31969           replace XID with unsigned long to get rid of the xlibs dependency in
31970           XOverlay (fixes #137004)
31971
31972 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
31973         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
31974         (gst_agingtv_setup):
31975         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
31976         (gst_dicetv_base_init), (gst_dicetv_class_init),
31977         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
31978         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
31979         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
31980         (gst_edgetv_setup), (gst_edgetv_rgb32):
31981         * gst/effectv/gsteffectv.c:
31982         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
31983         (gst_quarktv_set_property):
31984         * gst/effectv/gstrev.c: (gst_revtv_get_type),
31985         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
31986         (gst_revtv_setup), (gst_revtv_rgb32):
31987         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
31988         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
31989         (gst_shagadelictv_init), (gst_shagadelictv_setup),
31990         (gst_shagadelictv_rgb32):
31991         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
31992         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
31993         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
31994         * gst/effectv/gstwarp.c:
31995         Port everything that can be ported to videofilter and fix up the caps.
31996         Can someone with a big-endian machine please check these?
31997
31998 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31999
32000         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
32001         (gst_osssink_chain), (gst_osssink_change_state):
32002           Latest fixes for A/V sync, audio playback and such. This is about
32003           all... MPEG playback issues are mostly related to the async build-
32004           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
32005
32006 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
32007
32008         patch from: Stephane Loeuillet
32009
32010         * configure.ac:
32011           use pkg-config for some libraries, falling back to the old .m4 way
32012           (fixes #131270)
32013         * m4/libdv.m4:
32014           removed
32015
32016 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
32017
32018         * configure.ac:
32019         * tools/Makefile.am:
32020         * tools/Makefile.in:
32021         * tools/gst-launch-ext-m.m:
32022         * tools/gst-launch-ext.1.in:
32023         * tools/gst-visualise-m.m:
32024         * tools/gst-visualise.1:
32025         * tools/gst-visualise.1.in:
32026           reorganizing generation of script tools
32027
32028 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32029
32030         * ext/divx/gstdivxdec.c:
32031           Downgrade priority. We prefer ffdec_mpeg4.
32032         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
32033         (gst_faad_chain), (gst_faad_change_state):
32034           Fix capsnego. Doesn't work for some sounds because we don't have
32035           a 5:1 to stereo element.
32036         * ext/xvid/gstxvid.c: (plugin_init):
32037           Add priority.
32038         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
32039         (gst_osssink_change_state):
32040           Add discont handling.
32041
32042 2004-03-09  Colin Walters  <walters@verbum.org>
32043
32044         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
32045         conversion.
32046
32047 2004-03-09  Benjamin Otte  <otte@gnome.org>
32048
32049         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
32050           the signals take 2 arguments
32051
32052 2004-03-09  David Schleef  <ds@schleef.org>
32053
32054         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
32055         (gst_alsa_fixate): Add fixate function.  (bug #136686)
32056         * ext/alsa/gstalsa.h:
32057         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
32058
32059 2004-03-09  Benjamin Otte  <otte@gnome.org>
32060
32061         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
32062         (gst_mikmod_change_state):
32063         * ext/mikmod/gstmikmod.h:
32064           make mikmod's loop function not loop infinitely and call
32065           gst_element_yield anymore
32066         * gst/modplug/gstmodplug.cc:
32067           fix pad negotiation (fixes #136590)
32068
32069 2004-03-09  David Schleef  <ds@schleef.org>
32070
32071         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
32072         doesn't conflict with the internal colorspace plugin.
32073         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
32074         satisfy the crappy-ass shell shipped by a certain vendor.
32075         * gst/videofilter/make_filter: same (bug #135299)
32076
32077 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32078
32079         * configure.ac: bump nano to 1
32080
32081 === release 0.7.6 ===
32082
32083 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32084
32085         * configure.in: releasing 0.7.6, "There"
32086
32087 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32088
32089         * pkgconfig/gstreamer-play-uninstalled.pc.in:
32090         * pkgconfig/gstreamer-play.pc.in:
32091           synchronize the two
32092
32093 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32094
32095         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
32096         (cdparanoia_open), (cdparanoia_event):
32097           fix/add error handling
32098         * po/POTFILES.in:
32099           add cdparanoia source
32100         * tools/Makefile.am:
32101           make scripts executable
32102
32103 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32104
32105         * configure.ac:
32106         * ext/vorbis/Makefile.am:
32107         * sys/Makefile.am:
32108           remove id3types, vorbisfile and xvideosink from the build (#133783)
32109
32110 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32111
32112         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32113           Fix metadata read crash (#136537).
32114
32115 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32116
32117         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
32118         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
32119           adding mime types, fixing the one-stop function
32120
32121 2004-03-08  Christian Schaller <Uraeus@gnome.org>
32122
32123         * ext/nas/nassink.c and /ext/nas/nassink.h:
32124         More NAS love from Arwed von Merkatz
32125         So lets all sing 'Can you feel the NAS tonight'
32126
32127 2004-03-08  Christian Schaller <Uraeus@gnome.org>
32128
32129         * tools/gst-launch-ext.in:
32130         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
32131
32132 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32133
32134         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
32135         (gst_mpeg2dec_init):
32136         remove the user_data pad for now, because it is being used in
32137         fixating causing MPEG playback to fixate on 1000 Hz for playback.
32138         If someone knows how to fix this properly, please do.
32139
32140 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32141
32142         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
32143         (gst_osssink_get_time):
32144         add a warning, IMO this won't get triggered anymore, remove later
32145
32146 2004-03-07  David Schleef  <ds@schleef.org>
32147
32148         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
32149         format (bug #136470)
32150
32151 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
32152
32153         * gst-libs/Makefile.am:
32154         * gst-libs/gst/media-info/Makefile.am:
32155         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
32156         (error_callback), (gst_media_info_error_create),
32157         (gst_media_info_error_element), (gmip_init), (gmip_reset),
32158         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
32159         * gst-libs/gst/media-info/media-info-priv.h:
32160         * gst-libs/gst/media-info/media-info-test.c: (main):
32161         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32162         (gst_media_info_class_init), (gst_media_info_instance_init),
32163         (gst_media_info_set_source), (gst_media_info_read_with_idler),
32164         (gst_media_info_read_idler), (gst_media_info_read):
32165         * gst-libs/gst/media-info/media-info.h:
32166         fixed, should work now
32167
32168 2004-03-07  Christian Schaller <Uraeus@gnome.org>
32169
32170         * ext/nas/nassink.c:
32171         A bunch of NAS fixes from Arwed von Merkatz
32172
32173 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32174
32175         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
32176         (qtdemux_parse_trak):
32177           Fix crash (j might be greater than n_samples, in which case we're
32178           writing outside the allocated space for the array) and memleak.
32179
32180 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32181
32182         * sys/oss/gstosssink.c: (gst_osssink_chain):
32183           And another caller that couldn't handle delay < 0 (unsigned
32184           integer overflow). Video now continues playing on an audio
32185           buffer underrun, and the clock continues working. Audio still
32186           stalls.
32187
32188 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32189
32190         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
32191         (gst_osssink_get_time):
32192           get_delay() may return values lower than 0. In those cases, we
32193           should not actually cast to *unsigned* int64, that will break
32194           stuff horribly. In my case, it screwed up A/V sync in movies
32195           in totem rather badly.
32196
32197 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32198
32199         * ext/faac/gstfaac.c: (gst_faac_chain):
32200         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32201         * ext/libpng/gstpngenc.c: (user_write_data):
32202         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32203         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
32204         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
32205         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
32206         Fix several misuse of gst_buffer_merge (it doesn't take ownership
32207         of any buffer), should fix some leaks. I hope I didn't unref buffers
32208         that shouldn't be...
32209
32210 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32211
32212         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32213         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
32214         (error_callback), (gmi_reset), (gmi_seek_to_track),
32215         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
32216         (gmip_find_type_post), (gmip_find_stream_post),
32217         (gmip_find_track_streaminfo_post):
32218         * gst-libs/gst/media-info/media-info-priv.h:
32219         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
32220         (info_print), (main):
32221         * gst-libs/gst/media-info/media-info.c:
32222         (gst_media_info_error_create), (gst_media_info_error_element),
32223         (gst_media_info_instance_init), (gst_media_info_get_property),
32224         (gst_media_info_new), (gst_media_info_set_source),
32225         (gst_media_info_read_idler), (gst_media_info_read):
32226         * gst-libs/gst/media-info/media-info.h:
32227           first pass at making this work again.  This seems to work on
32228           tagged ogg/vorbis and mp3 files.
32229
32230 2004-03-06  Benjamin Otte  <otte@gnome.org>
32231
32232         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
32233           fix huge leak: gst_buffer_merge doesn't unref the first argument
32234           itself.
32235
32236 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32237
32238         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
32239           report layer/mode/emphasis
32240
32241 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32242
32243         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
32244
32245 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32246
32247         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
32248           signal serial
32249
32250 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32251
32252         * ext/vorbis/vorbis.c: (plugin_init):
32253         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32254         (gst_vorbis_dec_init), (vorbis_dec_event):
32255         add debug category
32256         make vorbisdec handle _BYTE and _TIME queries
32257
32258 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32259
32260         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
32261           from the xing header
32262
32263 2004-03-06  Benjamin Otte  <otte@gnome.org>
32264
32265         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
32266         (gst_audio_convert_link), (gst_audio_convert_change_state),
32267         (gst_audio_convert_buffer_from_default_format):
32268           do conversions from/to float correctly, fix some caps nego errors,
32269           export correct supported caps in template and getcaps, use correct
32270           caps in try_set_caps functions
32271
32272 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32273
32274         For some reason, I only committed a ChangeLog entry yesterday and
32275         not the corresponding code...
32276         * ext/mad/gstmad.c: Fix detection of Xing headers
32277         * gst/tags/gstid3tag.c: Changes to support TLEN tags
32278
32279 2004-03-06  Benjamin Otte  <otte@gnome.org>
32280
32281         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
32282         (gst_ogg_demux_src_query):
32283           make sure to handle the case where there's no current chain
32284           gracefully.
32285
32286 2004-03-05  David Schleef  <ds@schleef.org>
32287
32288         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
32289         Add fixate function. (bug #131128)
32290         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
32291         (gst_sdlvideosink_fixate):  Add fixate function.
32292         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32293         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
32294         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
32295         Fix missing break that was causing ulaw to be interpreted as
32296         raw int.
32297
32298 2004-03-05  David Schleef  <ds@schleef.org>
32299
32300         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
32301         Fix code that ignores return value of gst_buffer_merge().
32302         (bug #114560)
32303         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
32304         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
32305         * testsuite/gst-lint:  Check for above.
32306
32307 2004-03-05  David Schleef  <ds@schleef.org>
32308
32309         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
32310         caps and throw an element error.  (bug #136334)
32311
32312 2004-03-05  David Schleef  <ds@schleef.org>
32313
32314         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
32315         (gst_faad_chain): Fix negotiation.
32316         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
32317         key and button events.
32318         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
32319         dung heap of code.
32320         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
32321         depends on gconf
32322         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
32323         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32324         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
32325         function to encourage better negotiation, particularly between
32326         audioconvert and osssink.
32327         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
32328         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
32329         more important.
32330         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
32331         typefinding.
32332         * gst/vbidec/vbiscreen.c:  Add glib header
32333         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
32334
32335 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
32336
32337         * ext/mad/gstmad.c: Fix detection of Xing headers
32338         * gst/tags/gstid3tag.c: Changes to support TLEN tags
32339
32340 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32341
32342         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32343         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
32344           debug updates
32345
32346 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32347
32348         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
32349         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
32350         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
32351         files, and report the parsed length as a GST_TAG_DURATION tag.
32352         * gst/tags/gstid3tag.c: support TLEN (duration) tag
32353
32354 2004-03-05  Benjamin Otte  <otte@gnome.org>
32355
32356         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
32357           convert channels correctly. convert correctly to unsigned.
32358
32359 2004-03-05  Julien MOUTTE <julien@moutte.net>
32360
32361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
32362         we have a window before clearing it.
32363
32364 2004-03-05  Julien MOUTTE <julien@moutte.net>
32365
32366         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
32367         have a window before clearing it.
32368
32369 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32370
32371         * gconf/gstreamer.schemas.in:
32372         * gst-libs/gst/gconf/Makefile.am:
32373           version installation path the same way as for 0.6
32374         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
32375         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
32376         * pkgconfig/gstreamer-play-uninstalled.pc.in:
32377           remove comment that was fixed
32378
32379 2004-03-05  David Schleef  <ds@schleef.org>
32380
32381         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
32382         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
32383         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
32384         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
32385         Add prototype code for handling seeking and querying.
32386
32387 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32388
32389         * examples/gstplay/player.c: (main):
32390           Initialize variables to NULL. Prevents a segfault because the
32391           (uninitialized) variable is not NULL, resulting in a crash on
32392           trying to reach error->message.
32393
32394 2004-03-05  Benjamin Otte  <otte@gnome.org>
32395
32396         * gst/audioconvert/gstaudioconvert.c:
32397         (gst_audio_convert_buffer_to_default_format):
32398         make float=>int conversion work correctly even in cornercases.
32399
32400 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
32401
32402         * debian/README.Debian:
32403         * debian/build-deps:
32404         * debian/changelog:
32405         * debian/control:
32406         * debian/control.in:
32407         * debian/copyright:
32408         * debian/gstreamer-a52dec.files:
32409         * debian/gstreamer-aa.files:
32410         * debian/gstreamer-alsa.files:
32411         * debian/gstreamer-alsa.manpages:
32412         * debian/gstreamer-arts.files:
32413         * debian/gstreamer-artsd.files:
32414         * debian/gstreamer-audiofile.files:
32415         * debian/gstreamer-avifile.files:
32416         * debian/gstreamer-cdparanoia.files:
32417         * debian/gstreamer-colorspace.files:
32418         * debian/gstreamer-doc.files:
32419         * debian/gstreamer-dv.files:
32420         * debian/gstreamer-dvd.files:
32421         * debian/gstreamer-esd.files:
32422         * debian/gstreamer-festival.files:
32423         * debian/gstreamer-flac.files:
32424         * debian/gstreamer-gconf.conffiles:
32425         * debian/gstreamer-gconf.files:
32426         * debian/gstreamer-gconf.postinst:
32427         * debian/gstreamer-gnomevfs.files:
32428         * debian/gstreamer-gsm.files:
32429         * debian/gstreamer-http.files:
32430         * debian/gstreamer-jack.files:
32431         * debian/gstreamer-jpeg.files:
32432         * debian/gstreamer-mad.files:
32433         * debian/gstreamer-mikmod.files:
32434         * debian/gstreamer-misc.files:
32435         * debian/gstreamer-mpeg2dec.files:
32436         * debian/gstreamer-oss.files:
32437         * debian/gstreamer-plugin-apps.files:
32438         * debian/gstreamer-plugin-apps.manpages:
32439         * debian/gstreamer-plugin-libs-dev.files:
32440         * debian/gstreamer-plugin-libs.files:
32441         * debian/gstreamer-plugin-template.postinst:
32442         * debian/gstreamer-plugin-template.postrm:
32443         * debian/gstreamer-sdl.files:
32444         * debian/gstreamer-sid.files:
32445         * debian/gstreamer-vorbis.files:
32446         * debian/gstreamer-x.files:
32447         * debian/mk.control:
32448         * debian/rules:
32449         Debian package info not maintained here.
32450
32451 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
32452
32453         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
32454         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
32455         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
32456         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
32457         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
32458         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
32459         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
32460         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
32461         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
32462         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
32463         * gst-libs/gst/colorbalance/colorbalance.c:
32464         (gst_color_balance_class_init):
32465         * gst-libs/gst/colorbalance/colorbalancechannel.c:
32466         (gst_color_balance_channel_class_init):
32467         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
32468         * gst-libs/gst/play/play.c: (gst_play_class_init):
32469         * gst-libs/gst/propertyprobe/propertyprobe.c:
32470         (gst_property_probe_iface_init):
32471         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
32472         * gst-libs/gst/tuner/tunerchannel.c:
32473         (gst_tuner_channel_class_init):
32474         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
32475         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
32476         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
32477         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
32478         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
32479         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
32480         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
32481         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
32482         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
32483           fix signals to use - instead of _
32484         * ext/libcaca/gstcacasink.h:
32485         * ext/sdl/sdlvideosink.h:
32486           fix header rename
32487
32488 2004-03-04  David Schleef  <ds@schleef.org>
32489
32490         * testsuite/gst-lint:  Add a check for bad signal names.
32491
32492 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
32493
32494         reviewed by David Schleef
32495
32496         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
32497         modified the alpha channel and caused a warning. (bug #136192)
32498
32499 2004-04-03  Christian Schaller <Uraeus@gnome.org>
32500
32501         * gst-plugins.spec.in:
32502         Change names of plugins to actually be correct. Try to keep things
32503         alphabetical to avoid getting beat up by Thomas
32504
32505 2004-03-03  Julien MOUTTE <julien@moutte.net>
32506
32507         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
32508         Using ximagesink as a default if no gconf key found. We should
32509         probably consider using alsasink instead of osssink for the audio
32510         part.
32511
32512 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32513
32514         * configure.ac:
32515           fix --with-plugins, don't think it ever worked before
32516         * gst-plugins.spec.in:
32517           even more updates
32518
32519 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32520
32521         * ext/sdl/sdlvideosink.h:
32522         * sys/ximage/ximagesink.h:
32523         * sys/xvideo/xvideosink.h:
32524         * sys/xvimage/xvimagesink.h:
32525           Fix for move of gstvideosink.h -> videosink.h.
32526
32527 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32528
32529         * gst-libs/gst/xwindowlistener/Makefile.am:
32530           this is a plugin library, not a library
32531
32532 2004-03-01  David Schleef  <ds@schleef.org>
32533
32534         * AUTHORS:  Added some names.  Add yourself if you're still
32535         missing.
32536
32537 2004-03-01  David Schleef  <ds@schleef.org>
32538
32539         * MAINTAINERS: Add
32540
32541 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32542
32543         * gst-plugins.spec.in: clean up spec file
32544
32545 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32546
32547         * gst-libs/gst/video/Makefile.am:
32548         * gst-libs/gst/video/gstvideosink.c:
32549         * gst-libs/gst/video/gstvideosink.h:
32550           rename gstvideosink.h to videosink.h to match other headers
32551         * gst/mixmatrix/Makefile.am:
32552           fix plugin filename
32553         * gst/tags/Makefile.am: fix plugin filename
32554
32555 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32556
32557         * gst/tags/Makefile.am: fix plugin filename
32558
32559 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32560
32561         * examples/gstplay/player.c: (got_time_tick), (main):
32562           add error handler
32563           display time_tick more readably
32564         * gst/mixmatrix/Makefile.am:
32565           fix plugin file name
32566
32567 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
32568
32569         * sys/oss/gstosselement.c: (gst_osselement_probe),
32570         (device_combination_append), (gst_osselement_class_probe_devices):
32571         * sys/oss/gstosselement.h:
32572           Reworked enumeration of oss dsps and mixers so that gst-mixer works
32573           on my system using alsa oss emulation, fixes bug #135597
32574
32575 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32576
32577         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
32578         (gst_videodrop_chain), (gst_videodrop_change_state):
32579         * gst/videodrop/gstvideodrop.h:
32580           Work based on timestamp of input data, not based on the expected
32581           framerate from the input. The consequence is that this element now
32582           not only scales framerates, but also functions as a framerate
32583           corrector or framerate stabilizer/constantizer.
32584
32585 2004-02-27  David Schleef  <ds@schleef.org>
32586
32587         patches from jmmv@menta.net (Julio M. Merino Vidal)
32588
32589         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
32590         GST_ELEMENT_ERROR call (bug #135634)
32591         * gst/interleave/interleave.c: (interleave_buffered_loop),
32592         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
32593         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
32594         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
32595         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
32596         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
32597         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
32598         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
32599         Fix GST_ELEMENT_ERROR call.
32600         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
32601         GST_ELEMENT_ERROR call.
32602
32603 2004-02-27  Benjamin Otte  <otte@gnome.org>
32604
32605         * gst-libs/gst/audio/audio.h:
32606           add macro to make sure header isn't included twice
32607         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
32608           don't use gst_buffer_free
32609         * gst/playondemand/filter.func:
32610           don't use gst_data_free. Free data only once.
32611
32612 2004-02-26  David Schleef  <ds@schleef.org>
32613
32614         * gst-libs/gst/colorbalance/Makefile.am:
32615         * gst-libs/gst/mixer/Makefile.am:
32616         * gst-libs/gst/tuner/Makefile.am:
32617         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
32618         should not be disted, -marshal.h files should not be installed,
32619         and -enum.h files _should_ be installed.  Fix to make this the
32620         case.
32621
32622 === release 0.7.5 ===
32623
32624 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32625
32626         * configure.ac: release 0.7.5, "Under The Sea"
32627
32628 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32629
32630         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
32631         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
32632         * gst/videoscale/gstvideoscale.c:
32633         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
32634           assorted debug/warning fixes
32635
32636 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32637
32638         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
32639         (gst_videoscale_init), (gst_videoscale_chain),
32640         (gst_videoscale_set_property), (plugin_init):
32641         * gst/videoscale/gstvideoscale.h:
32642         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32643         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
32644         (gst_videoscale_planar400), (gst_videoscale_packed422),
32645         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
32646         (gst_videoscale_24bit), (gst_videoscale_16bit),
32647         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
32648         (gst_videoscale_scale_plane_slow),
32649         (gst_videoscale_scale_point_sample),
32650         (gst_videoscale_scale_nearest),
32651         (gst_videoscale_scale_nearest_str2),
32652         (gst_videoscale_scale_nearest_str4),
32653         (gst_videoscale_scale_nearest_32bit),
32654         (gst_videoscale_scale_nearest_24bit),
32655         (gst_videoscale_scale_nearest_16bit):
32656         add debugging category and use it properly
32657         fix use of GST_PTR_FORMAT
32658
32659 2004-02-25  Andy Wingo  <wingo@pobox.com>
32660
32661         * gst/interleave/interleave.c (interleave_buffered_loop): Always
32662         push only when channel->buffer is NULL. Prevents segfaults doing
32663         the state change after a nonlocal exit, like a scheme exception.
32664
32665         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
32666         Handle the case where the intersected caps is empty.
32667
32668 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32669
32670         * gst/law/mulaw-decode.c: (mulawdec_link):
32671         * gst/law/mulaw.c: (plugin_init):
32672           fix mulawdec so it actually works again
32673
32674 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
32675
32676         reviewed by: David Schleef  <ds@schleef.org>
32677
32678         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
32679         (gst_gamma_init), (gst_gamma_set_property),
32680         (gst_gamma_get_property), (gst_gamma_calculate_tables),
32681         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
32682         for RGB, with separate r g and b correction factors. (#131167)
32683
32684 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
32685
32686         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
32687           only signal tags for bitrate if they're > 0 (#134894)
32688
32689 2004-02-24  David Schleef  <ds@schleef.org>
32690
32691         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
32692         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
32693         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
32694         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
32695         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
32696         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
32697         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
32698         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
32699         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
32700         category.  Attempt to fix timestamp calculation.
32701
32702 2004-02-24  Johan Dahlin  <johan@gnome.org>
32703
32704         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
32705
32706 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32707
32708         * configure.ac:
32709         * gconf/Makefile.am:
32710         * gconf/gstreamer.schemas:
32711         * gst-libs/gst/gconf/Makefile.am:
32712         * gst-libs/gst/gconf/gconf.c:
32713           version gconf schemas and install locations
32714
32715 2004-02-23  Benjamin Otte  <otte@gnome.org>
32716
32717         * ext/xine/xineinput.c: (gst_xine_input_dispose):
32718         (gst_xine_input_subclass_init):
32719           call parent dispose.
32720           change pad template for CD reader correctly
32721         * ext/xine/Makefile.am:
32722         * ext/xine/gstxine.h:
32723         * ext/xine/xine.c: (plugin_init):
32724         * ext/xine/xineaudiosink.c:
32725           wrap audio sinks, too
32726         * gst-libs/gst/resample/private.h:
32727         * gst-libs/gst/resample/resample.c: (gst_resample_init),
32728         (gst_resample_reinit), (gst_resample_scale),
32729         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
32730         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
32731         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
32732         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
32733         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
32734         * gst-libs/gst/resample/resample.h:
32735         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
32736         (gst_audioscale_class_init), (gst_audioscale_link),
32737         (gst_audioscale_get_buffer), (gst_audioscale_init),
32738         (gst_audioscale_chain), (gst_audioscale_set_property),
32739         (gst_audioscale_get_property):
32740         * gst/audioscale/gstaudioscale.h:
32741           s/resample_*/gst_resample_*/i to not clobber namespaces
32742
32743 2004-02-23  Julien MOUTTE  <julien@moutte.net>
32744
32745         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
32746         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
32747         (gst_riff_create_video_template_caps),
32748         (gst_riff_create_audio_template_caps),
32749         (gst_riff_create_iavs_template_caps):
32750         * gst-libs/gst/riff/riff-media.h:
32751         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
32752         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
32753         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
32754         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
32755         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
32756         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
32757         (gst_matroska_demux_plugin_init): First batch implementing audio and
32758         video codec tags in demuxers.
32759
32760 2004-02-22  Benjamin Otte  <otte@gnome.org>
32761
32762         * ext/xine/Makefile.am:
32763         * ext/xine/gstxine.h:
32764         * ext/xine/xine.c: (plugin_init):
32765         * ext/xine/xineinput.c:
32766           add input plugin wrapper. Playback from files, http, mms and cdda
32767           works.
32768         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32769           remove leftover G_GNUC_UNUSED
32770         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
32771         (gst_asf_demux_identify_guid):
32772           improve debugging output
32773
32774 2004-02-22  Benjamin Otte  <otte@gnome.org>
32775
32776         reported by: Padraig O'Briain <padraig.obriain@sun.com>
32777
32778         * autogen.sh:
32779           replace test -e with test -x for mkinstalldirs to be more portable.
32780           (fixes #134816)
32781
32782 2004-02-22  Benjamin Otte  <otte@gnome.org>
32783
32784         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
32785
32786         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
32787           set rank to PRIMARY
32788         * gst/volume/gstvolume.c: (plugin_init):
32789           set rank to NONE
32790         fixes #134960
32791
32792 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
32793
32794         reviewed by Benjamin Otte  <otte@gnome.org>
32795
32796         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32797           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
32798
32799 2004-02-22  Benjamin Otte  <otte@gnome.org>
32800
32801         * configure.ac:
32802           export [_]*{gst,Gst,GST}.* symbols from plugins
32803
32804 2004-02-22  Christophe Fergeau <teuf@gnome.org>
32805
32806         reviewed by: Benjamin Otte  <otte@gnome.org>
32807
32808         * ext/lame/gstlame.c: (add_one_tag):
32809         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
32810         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
32811         (gst_vorbisenc_metadata_set1):
32812         * gst/tags/gstid3tag.c:
32813         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
32814           apply fixes from bugs #135042 (lame can't write tags) and #133817
32815           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
32816
32817 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
32818
32819         * configure.ac: Export only gst_plugin_desc from plugins.
32820          Note that this change only makes any effect with Linux using libtool
32821          1.5.2 or higher. Otherwise it is silently ignored, but it would build
32822          fine. And don't try to have several versions of libtool in different
32823          directories.
32824
32825 2004-02-20  Andy Wingo  <wingo@pobox.com>
32826
32827         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
32828         interleave respectively.
32829
32830         * gst/interleave/deinterleave.c: New plugin: deinterleave
32831         (replaces on oneton).
32832         * gst/interleave/interleave.c: New plugin: interleave.
32833         * gst/interleave/plugin.h: Support file.
32834         * gst/interleave/plugin.c: Support file.
32835
32836         * configure.ac: Remove intfloat and oneton, add interleave.
32837
32838         * ext/sndfile/gstsf.c: Handle events better.
32839
32840         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
32841         and float2int operation. int2float has scheduling problems as
32842         noted in in2float_chain.
32843
32844 2004-02-20  Benjamin Otte  <otte@gnome.org>
32845
32846         * ext/xine/Makefile.am:
32847         * ext/xine/gstxine.h:
32848         * ext/xine/xine.c:
32849         * ext/xine/xineaudiodec.c:
32850         * ext/xine/xinecaps.c:
32851           add first version of xine plugin wrapper. Currently only wraps the
32852           QDM2 win32 DLL, and even that only in proof-of-concept quality.
32853         * configure.ac:
32854         * ext/Makefile.am:
32855           add xine plugin wrapper, disabled by default. Use --enable-xine to
32856           build. Note that it'll segfault on gst-register if you don't remove
32857           the goom and tvtime post plugins from xine.
32858         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
32859         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
32860           add extradata parsing for QDM2.
32861           change around debugging prints.
32862
32863 2004-02-19  Benjamin Otte  <otte@gnome.org>
32864
32865         * ext/lame/gstlame.c: (gst_lame_chain):
32866         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32867           use gst_tag_list_insert when you want to insert tags
32868
32869 2004-02-18  David Schleef  <ds@schleef.org>
32870
32871         * configure.ac:  Move massink to gst-rotten
32872         * ext/Makefile.am:
32873         * ext/mas/Makefile.am:
32874         * ext/mas/massink.c:
32875         * ext/mas/massink.h:
32876
32877 2004-02-18  David Schleef  <ds@schleef.org>
32878
32879         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
32880         typefinding, since it seems to be worse than nothing.
32881         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
32882         atom to recognize .mp4 and .m4a files as video/quicktime.
32883
32884 2004-02-18  David Schleef  <ds@schleef.org>
32885
32886         * gst/sine/demo-dparams.c: (quit_live),
32887         (dynparm_log_value_changed), (dynparm_value_changed), (main):
32888         Use double dparams, not float.
32889         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
32890         (gst_sinesrc_init): Change sync default to FALSE, since multiple
32891         sync'd elements don't really work correctly.
32892         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
32893         (volume_update_volume), (volume_get_property):  Change dparam
32894         to double.
32895
32896 2004-02-18  Julien MOUTTE  <julien@moutte.net>
32897
32898         * sys/ximage/ximagesink.c:
32899         (gst_ximagesink_xwindow_update_geometry),
32900         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
32901         (gst_ximagesink_change_state), (gst_ximagesink_expose),
32902         (gst_ximagesink_init): Rework the way software video scaling works. So
32903         now we check on each chain call if the video frames are feeling the
32904         window. If not we try to renegotiate caps. On failure we memorize that
32905         and we won't try again for that PLAYING sessions.
32906         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
32907         failure.
32908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
32909         synchronous flag.
32910
32911 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32912
32913         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
32914           break up _link so we can give a better debug message for errors
32915
32916 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32917
32918         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
32919           set up debug category
32920
32921 2004-02-18  Julien MOUTTE <julien@moutte.net>
32922
32923         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32924         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
32925         the way renegotiation work. The event handling function is not taking
32926         care of external windows and renegotiate method check for pad flags
32927         NEGOTIATING. Should fix : #133209
32928
32929 2004-02-17  Julien MOUTTE  <julien@moutte.net>
32930
32931         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
32932         pad is negotiating before trying renegotiation.
32933
32934 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32935
32936         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
32937           pass on all possible mime types as typefind hints
32938
32939 2004-02-17  Julien MOUTTE <julien@moutte.net>
32940
32941         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
32942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
32943         possible SHM leak if we crash. All other apps using XShm are doing
32944         that.
32945
32946 2004-02-17  Julien MOUTTE  <julien@moutte.net>
32947
32948         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32949         (gst_ximagesink_expose): Renegotiate size on expose.
32950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
32951         size on expose.
32952
32953 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32954
32955         * testsuite/alsa/sinesrc.c:
32956           cosmetic fix to fix compile issue with gcc 2.95.4
32957
32958 2004-02-16  Julien MOUTTE <julien@moutte.net>
32959
32960         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32961         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
32962         failed opening the audio device.
32963         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32964         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
32965         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
32966         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
32967         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
32968         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
32969         (gst_ximagesink_change_state), (gst_ximagesink_chain),
32970         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
32971         Removing some useless g_return_if_fail like wingo suggested.
32972         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32973         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
32974         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
32975         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
32976         (gst_xvimagesink_update_colorbalance),
32977         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
32978         (gst_xvimagesink_xcontext_clear),
32979         (gst_xvimagesink_get_fourcc_from_caps),
32980         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
32981         (gst_xvimagesink_set_xwindow_id),
32982         (gst_xvimagesink_colorbalance_list_channels),
32983         (gst_xvimagesink_colorbalance_set_value),
32984         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
32985         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
32986
32987 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32988
32989         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
32990           throw error when not negotiated instead of asserting
32991
32992 2004-02-15  Julien MOUTTE  <julien@moutte.net>
32993
32994         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
32995         correct data refcounting.
32996
32997 2004-02-15  Julien MOUTTE  <julien@moutte.net>
32998
32999         * gst/switch/gstswitch.c: (gst_switch_change_state),
33000         (gst_switch_class_init): Cleaning the sinkpads correctly on state
33001         change, mostly the EOS flag.
33002
33003 2004-02-15  Julien MOUTTE  <julien@moutte.net>
33004
33005         * examples/gstplay/player.c: (got_eos), (main): Adding some
33006         output for debugging.
33007         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
33008         timeouts if we go to any state different from PLAYING.
33009         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
33010         more EOS bugs in riff lib.
33011
33012 2004-02-14  Julien MOUTTE  <julien@moutte.net>
33013
33014         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
33015         visualization until i find a way to fix switch correctly.
33016         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
33017         EOS arrives.
33018         * gst/switch/gstswitch.c: (gst_switch_release_pad),
33019         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
33020         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
33021         Reworked switch to get a more correct behaviour with events and refing
33022         of data stored in sinkpads.
33023         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
33024         we don't pull from a pad in EOS.
33025
33026 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33027
33028         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
33029           remove v1 tag even if we can't read it (makes sure we don't detect
33030           it again)
33031
33032 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33033
33034         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
33035         (gst_alsa_xrun_recovery):
33036         * ext/alsa/gstalsa.h:
33037           try xrun recovery when wait failed. Make xrun recovery function
33038           return TRUE/FALSE to indicate success. (might fix #134354)
33039
33040 2004-02-13  David Schleef  <ds@schleef.org>
33041
33042         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
33043         (dynparm_value_changed), (main): Convert from float to double.
33044         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
33045
33046 2004-02-13  David Schleef  <ds@schleef.org>
33047
33048         * gst/silence/gstsilence.c: (gst_silence_class_init),
33049         (gst_silence_set_clock), (gst_silence_get),
33050         (gst_silence_set_property), (gst_silence_get_property):
33051         * gst/silence/gstsilence.h: Add sync property.
33052         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
33053         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
33054         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
33055         * gst/sine/gstsinesrc.h: Add sync property.
33056
33057 2004-02-13  David Schleef  <ds@schleef.org>
33058
33059         * gst/intfloat/gstint2float.c: (conv_f32_s16),
33060         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
33061
33062 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
33063
33064         * configure.ac:
33065         * ext/Makefile.am:
33066         * gst-libs/ext/Makefile.am:
33067           move ffmpeg plugin to gst-ffmpeg module
33068
33069 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
33070
33071         * configure.ac: use GST_ARCH to detect architecture
33072
33073 2004-02-12  Julien MOUTTE  <julien@moutte.net>
33074
33075         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
33076
33077 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33078
33079         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33080           classify LADSPA plugins based on number of src/sink pads
33081           (#133663, Stefan Kost)
33082         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
33083           fix dparams registration
33084           (#133528, Stefan Kost)
33085         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
33086           fix use of isprint and use g_ascii_isprint instead
33087           (#133316, Stefan Kost)
33088
33089 2004-02-11  David Schleef  <ds@schleef.org>
33090
33091         Convert a few inner loops to use liboil.  This is currently
33092         optional, and is only enabled if liboil is present (duh!).
33093         * configure.ac: Check for liboil-0.1
33094         * gst/intfloat/Makefile.am:
33095         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
33096         (gst_int2float_chain_gint16):
33097         * gst/videofilter/Makefile.am:
33098         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
33099         (tablelookup_u8), (gst_videobalance_planar411):
33100         * gst/videotestsrc/Makefile.am:
33101         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
33102         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
33103         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
33104         (paint_hline_RGB565), (paint_hline_xRGB1555):
33105
33106 2004-02-11  David Schleef  <ds@schleef.org>
33107
33108         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
33109         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
33110         (gst_colorspace_getcaps), (gst_colorspace_link),
33111         (gst_colorspace_base_init), (gst_colorspace_init),
33112         (gst_colorspace_chain), (gst_colorspace_change_state),
33113         (plugin_init): Merge Ronald's patch (bug #117897) and update
33114         for new caps and negotiation.  Seems to work, although it
33115         shows off bugs in lcs.
33116
33117 2004-02-11  David Schleef  <ds@schleef.org>
33118
33119         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
33120         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
33121
33122 2004-02-11  David Schleef  <ds@schleef.org>
33123
33124         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
33125         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
33126         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
33127         Add server and port properties
33128
33129 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
33130
33131         * m4/a52.m4:
33132         * m4/aalib.m4:
33133         * m4/as-ffmpeg.m4:
33134         * m4/as-liblame.m4:
33135         * m4/as-slurp-ffmpeg.m4:
33136         * m4/check-libheader.m4:
33137         * m4/esd.m4:
33138         * m4/freetype2.m4:
33139         * m4/gconf-2.m4:
33140         * m4/glib.m4:
33141         * m4/gst-alsa.m4:
33142         * m4/gst-artsc.m4:
33143         * m4/gst-ivorbis.m4:
33144         * m4/gst-matroska.m4:
33145         * m4/gst-sdl.m4:
33146         * m4/gst-shout2.m4:
33147         * m4/gst-sid.m4:
33148         * m4/gtk.m4:
33149         * m4/libdv.m4:
33150         * m4/libfame.m4:
33151         * m4/libmikmod.m4:
33152         * m4/ogg.m4:
33153         * m4/vorbis.m4:
33154           fix underquotedness of macros (#133800)
33155         * m4/as-avifile.m4:
33156         * m4/xmms.m4:
33157           removed because no longer used
33158
33159 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
33160
33161         * configure.ac:
33162           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
33163           by autopoint (fixes #132996)
33164
33165 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33166
33167         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
33168         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
33169         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
33170         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
33171           fix memleaks
33172
33173 2004-02-11  David Schleef  <ds@schleef.org>
33174
33175         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33176         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
33177         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
33178         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
33179         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
33180         (gst_jpegenc_class_init), (gst_jpegenc_init),
33181         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
33182         (gst_jpegenc_chain), (gst_jpegenc_set_property),
33183         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
33184         * ext/jpeg/gstjpegenc.h: Fix negotiation.
33185
33186 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33187
33188         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
33189         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
33190         * ext/mikmod/gstmikmod.h:
33191           fix caps negotiation in mikmod
33192         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
33193           output debug information
33194
33195 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33196
33197         * gst-libs/gst/colorbalance/Makefile.am:
33198         * gst-libs/gst/navigation/Makefile.am:
33199         * gst-libs/gst/xoverlay/Makefile.am:
33200           remove unused GST_OPT_CFLAGS from Makefiles
33201           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
33202
33203 2004-02-07  David Schleef  <ds@schleef.org>
33204
33205         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
33206         push events to pads that haven't been created (#133508)
33207
33208 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
33209
33210         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33211         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
33212         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33213         (gst_dvdec_loop), (gst_dvdec_change_state):
33214         Second attempt at committing a working dvdec element.
33215
33216 2004-02-06  David Schleef  <ds@schleef.org>
33217
33218         Build fixes for OS X: (see #129600)
33219         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
33220         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
33221         (gst_riff_read_strf_iavs):
33222         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
33223         (gst_avi_demux_stream_odml):
33224         * gst/playondemand/Makefile.am:
33225         * gst/rtp/rtp-packet.c:
33226
33227 2004-02-05  David Schleef  <ds@schleef.org>
33228
33229         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
33230         last change, because it Just Doesn't Compile.
33231
33232 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33233
33234         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
33235           skip undecodable id3v2 tag instead of keeping it
33236
33237 2004-02-05  David Schleef  <ds@schleef.org>
33238
33239         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
33240         Unref leaked buffer.  (Noticed by Ronald)
33241
33242 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
33243
33244         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
33245         Sync requires with other checks.  >= vs =.
33246
33247 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
33248
33249         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
33250         (gst_dvdec_video_link), (gst_dvdec_loop):
33251         * ext/dv/gstdvdec.h:
33252           rework the caps negotiation so that dvdec works again instead
33253           of just segfaulting.
33254
33255 === release 0.7.4 ===
33256
33257 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33258
33259         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
33260         * configure.ac: changed for release
33261
33262 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
33263
33264         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
33265         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
33266         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
33267         * pkgconfig/gstreamer-play-uninstalled.pc.in:
33268           reworked patch by David Lehn to fix libdir and includedir for
33269           uninstalled libraries
33270           removed play and gconf from gstreamer-libs since they have their
33271           own pkgconfig files
33272
33273 2004-02-04  David Schleef  <ds@schleef.org>
33274
33275         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
33276         memleak.
33277
33278 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33279
33280         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
33281           use correct GST_TAG_ENCODER tag
33282
33283 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33284
33285         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33286           be sure to stop the clock when going to paused
33287         * sys/oss/gstosssink.c: (gst_osssink_change_state):
33288           reset number of transmitted when going to ready.
33289         fixes #132935
33290
33291 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
33292
33293         reviewed by Benjamin Otte
33294
33295         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33296           extract track count (fixes #133410)
33297
33298 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33299
33300         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
33301           that should be !=, not == (fixes #132519)
33302
33303 2004-02-04  David Schleef  <ds@schleef.org>
33304
33305         Make sure set_explicit_caps() is called before adding pad.
33306         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33307         * gst/id3/gstid3types.c: (gst_id3types_loop):
33308         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33309         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33310
33311 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
33312
33313         * configure.ac:
33314           bump nano to 2, first prerelease
33315           put back AM_PROG_LIBTOOL
33316
33317 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
33318
33319         * testsuite/alsa/Makefile.am:
33320           these are user test apps, not automatic testsuite tests
33321
33322 2004-02-04  David Schleef  <ds@schleef.org>
33323
33324         Convert GST_DEBUG_CAPS() to GST_DEBUG():
33325         * gst/mpeg1videoparse/gstmp1videoparse.c:
33326         (mp1videoparse_parse_seq):
33327         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33328         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
33329         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
33330         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33331         (gst_xvideosink_getcaps):
33332         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33333         * testsuite/gst-lint: more tests
33334
33335 2004-02-04  David Schleef  <ds@schleef.org>
33336
33337         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
33338         with the code that they would expand to.
33339         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
33340         (gst_flacdec_get_src_query_types),
33341         (gst_flacdec_get_src_event_masks):
33342         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
33343         (gst_gnomevfssrc_get_query_types),
33344         (gst_gnomevfssrc_get_event_mask):
33345
33346 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33347
33348         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
33349         (gst_sinesrc_dispose):
33350           fix memleak by properly disposing sinesrc
33351
33352 2004-02-04  Julien MOUTTE  <julien@moutte.net>
33353
33354         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
33355         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
33356         an overlay to redraw the image because it has been exposed.
33357         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
33358         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
33359         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
33360         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
33361         interface
33362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
33363         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
33364         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
33365         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
33366         interface
33367
33368 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33369
33370         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
33371           more memleak fixage
33372
33373 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33374
33375         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
33376         * gst/typefind/gsttypefindfunctions.c:
33377           fix memleaks shown by gst-typefind
33378
33379 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33380
33381         * common/glib-gen.mak:
33382           add hack rule to touch .Plo files
33383         * gst-libs/gst/colorbalance/Makefile.am:
33384         * gst-libs/gst/mixer/Makefile.am:
33385         * gst-libs/gst/play/Makefile.am:
33386         * gst-libs/gst/tuner/Makefile.am:
33387           remove glib_root variable
33388
33389 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33390
33391         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
33392           set explicit caps before adding the element, so the autopluggers can
33393           plug correctly.
33394         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
33395         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
33396         (mpeg_video_type_find), (mpeg_video_stream_type_find),
33397         (dv_type_find):
33398           fix memleaks in typefind functions. gst_type_find_suggest takes a const
33399           argument.
33400
33401 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33402
33403         * gst-libs/gst/colorbalance/Makefile.am:
33404         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
33405         * gst-libs/gst/colorbalance/colorbalance.c:
33406         * gst-libs/gst/colorbalance/colorbalance.h:
33407         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
33408         * gst-libs/gst/mixer/Makefile.am:
33409         * gst-libs/gst/mixer/mixer-marshal.list:
33410         * gst-libs/gst/mixer/mixer.c:
33411         * gst-libs/gst/mixer/mixer.h:
33412         * gst-libs/gst/mixer/mixermarshal.list:
33413         * gst-libs/gst/play/Makefile.am:
33414         * gst-libs/gst/play/play.h:
33415         * gst-libs/gst/tuner/Makefile.am:
33416         * gst-libs/gst/tuner/tuner-marshal.list:
33417         * gst-libs/gst/tuner/tuner.c:
33418         * gst-libs/gst/tuner/tuner.h:
33419         * gst-libs/gst/tuner/tunermarshal.list:
33420           use new glib-gen.mak snippet to clean up Makefile.am
33421           fix various bugs in Makefile.am's
33422
33423 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33424
33425         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
33426           handle chain parsing correctly in the multichain case
33427         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
33428         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
33429         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33430         (theora_dec_chain):
33431           handle events and queries correctly
33432
33433 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33434
33435         * .cvsignore:
33436         Ignore generated file _stdint.h.
33437
33438 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33439
33440         * gst-libs/gst/colorbalance/Makefile.am:
33441         * gst-libs/gst/colorbalance/colorbalance.h:
33442         * gst-libs/gst/mixer/Makefile.am:
33443         * gst-libs/gst/mixer/mixer.h:
33444         * gst-libs/gst/play/Makefile.am:
33445         * gst-libs/gst/play/play.h:
33446         * gst-libs/gst/tuner/Makefile.am:
33447         * gst-libs/gst/tuner/tuner.h:
33448         Generate enum type code with glib-mkenums.
33449         * gst-libs/gst/colorbalance/.cvsignore:
33450         * gst-libs/gst/mixer/.cvsignore:
33451         * gst-libs/gst/play/.cvsignore:
33452         * gst-libs/gst/tuner/.cvsignore:
33453         Ignore generated files.
33454
33455 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33456
33457         * gst-libs/gst/audio/.cvsignore:
33458         Ignore generated file.
33459         * gst-libs/gst/audio/Makefile.am:
33460         Do not install example filter.
33461
33462 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33463
33464         * examples/switch/.cvsignore:
33465         Ignore generated file.
33466
33467 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33468
33469         * common/m4/ax_create_stdint_h.m4:
33470         * configure.ac:
33471           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
33472           _stdint.h.
33473         * Makefile.am:
33474           remove generated _stdint.h in DISTCLEANFILES
33475         * ext/a52dec/gsta52dec.c:
33476           include _stdint.h for a52dec. (should fix #133064)
33477
33478 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
33479
33480         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
33481         (gst_tag_to_vorbis_comments):
33482         Add replaygain support to vorbistag
33483
33484 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
33485         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
33486         (gst_ffmpeg_caps_to_extradata):
33487           Fix SVQ3 caps flag properties
33488           Use glib macro for bytes swap
33489
33490 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33491
33492         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
33493         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
33494         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
33495         * ext/sndfile/gstsf.c: (plugin_init):
33496         * gst/avi/gstavi.c: (plugin_init):
33497         * sys/dxr3/dxr3init.c: (plugin_init):
33498         * sys/oss/gstossaudio.c: (plugin_init):
33499         * sys/v4l/gstv4l.c: (plugin_init):
33500         * sys/v4l2/gstv4l2.c: (plugin_init):
33501           remove textdomain calls
33502         * po/nl.po:
33503           update Dutch translation
33504
33505 2004-02-02  Julien MOUTTE  <julien@moutte.net>
33506
33507         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33508         (gst_play_set_audio_sink): Moving volume in the audio thread for
33509         instantaneous volume change. Maybe i will add another volume in front
33510         of visualization later, not sure yet though.
33511
33512 2004-02-02  Julien MOUTTE  <julien@moutte.net>
33513
33514         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
33515         (gst_ximagesink_handle_xevents): Better X events handling, only take
33516         the latest events for configure and motion.
33517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
33518
33519 2004-02-02  Jon Trowbridge  <trow@gnu.org>
33520
33521         reviewed by: David Schleef  <ds@schleef.org>
33522
33523         Fix memory leaks:
33524         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
33525         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
33526
33527 2004-02-02  David Schleef  <ds@schleef.org>
33528
33529         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
33530         of lines.
33531         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
33532         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
33533         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
33534         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33535         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
33536         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
33537         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
33538         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
33539         (gst_float2_2_int_link):
33540         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
33541         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
33542         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
33543         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
33544         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
33545         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
33546         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
33547         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
33548         * testsuite/gst-lint: Add tests for bzero and ;;
33549
33550 2004-02-02  David Schleef  <ds@schleef.org>
33551
33552         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
33553
33554 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33555
33556         * ext/aalib/gstaasink.c: (gst_aasink_open):
33557         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
33558         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33559         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33560         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
33561         (gst_afsink_close_file):
33562         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
33563         (gst_afsrc_close_file):
33564         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
33565         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
33566         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33567         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
33568         * ext/esd/esdmon.c: (gst_esdmon_get):
33569         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
33570         * ext/faac/gstfaac.c: (gst_faac_chain):
33571         * ext/faad/gstfaad.c: (gst_faad_chain):
33572         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
33573         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33574         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
33575         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
33576         (gst_flacdec_loop):
33577         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
33578         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
33579         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
33580         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
33581         (gst_gnomevfssink_close_file):
33582         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
33583         (gst_gnomevfssrc_open_file):
33584         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
33585         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
33586         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
33587         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
33588         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
33589         * ext/mad/gstmad.c: (gst_mad_chain):
33590         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
33591         * ext/mpeg2dec/gstmpeg2dec.c:
33592         * ext/mpeg2enc/gstmpeg2enc.cc:
33593         * ext/mplex/gstmplex.cc:
33594         * ext/mplex/gstmplexibitstream.cc:
33595         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
33596         (gst_ogg_demux_push):
33597         * ext/raw1394/gstdv1394src.c:
33598         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
33599         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
33600         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
33601         (gst_sf_loop):
33602         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
33603         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
33604         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
33605         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
33606         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
33607         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
33608         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
33609         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
33610         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
33611         (gst_riff_read_element_data), (gst_riff_read_seek),
33612         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
33613         * gst/adder/gstadder.c: (gst_adder_loop):
33614         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
33615         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
33616         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
33617         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33618         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
33619         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33620         * gst/goom/gstgoom.c: (gst_goom_chain):
33621         * gst/id3/gstid3types.c: (gst_id3types_loop):
33622         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
33623         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
33624         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
33625         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
33626         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
33627         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
33628         (gst_ebml_read_float), (gst_ebml_read_header):
33629         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
33630         (gst_matroska_demux_parse_blockgroup):
33631         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
33632         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33633         * gst/oneton/gstoneton.c: (gst_oneton_chain):
33634         * gst/silence/gstsilence.c: (gst_silence_get):
33635         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33636         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
33637         * gst/speed/gstspeed.c: (speed_loop):
33638         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
33639         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33640         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
33641         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
33642         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
33643         (gst_wavparse_loop):
33644         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
33645         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
33646         (dxr3audiosink_close):
33647         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
33648         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
33649         (dxr3videosink_close), (dxr3videosink_write_data):
33650         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
33651         * sys/oss/gstosssink.c: (gst_osssink_chain):
33652         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33653         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33654         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
33655         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
33656         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33657         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33658         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
33659         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
33660         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
33661         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
33662         (gst_v4l_set_audio):
33663         * sys/v4l/v4l_calls.h:
33664         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33665         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
33666         (gst_v4lmjpegsink_playback_init),
33667         (gst_v4lmjpegsink_playback_start):
33668         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
33669         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33670         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
33671         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
33672         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
33673         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
33674         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
33675         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
33676         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
33677         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
33678         (gst_v4l2_get_output), (gst_v4l2_set_output),
33679         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
33680         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
33681         (gst_v4l2_set_attribute):
33682         * sys/v4l2/v4l2_calls.h:
33683         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
33684         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
33685         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
33686         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
33687         (gst_v4l2src_capture_stop):
33688         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
33689         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33690         (gst_ximagesink_chain):
33691         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
33692         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
33693         (gst_xvideosink_xwindow_new):
33694         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33695         (gst_xvimagesink_chain):
33696
33697 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33698
33699         * gst/volume/gstvolume.c: (gst_volume_set_volume),
33700         (gst_volume_get_volume), (volume_class_init), (volume_init),
33701         (volume_chain_int16), (volume_update_volume):
33702         * gst/volume/gstvolume.h:
33703           make code more readable by removing magic numbers
33704           make mixer interface export 0-100 range
33705           make it internally map to 0.0-1.0 range so users don't distort
33706           output by putting the sliders at full volume
33707
33708 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33709
33710         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
33711         (gst_play_state_change), (gst_play_seek_to_time):
33712         block the tick callback for 0.5 secs after doing a seek
33713
33714 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33715
33716         * gst-libs/gst/play/play.c: (gst_play_new):
33717           check for GError
33718
33719 2004-02-01  Julien MOUTTE  <julien@moutte.net>
33720
33721         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
33722         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
33723         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
33724         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
33725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
33726         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
33727
33728 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33729
33730         * configure.ac:
33731         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33732           check for a function added in vorbis 1.1
33733
33734 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33735
33736         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33737         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
33738           really start/stop clock only on PLAYING <=> PAUSED
33739         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33740           remove \n from debugging lines
33741         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
33742           make it work when seeking does not
33743         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33744           reset on DISCONT
33745
33746 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33747
33748         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
33749           start clock on PAUSED=>PLAYING, not later
33750         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33751           extract correct time for different discont formats
33752         (gst_alsa_sink_get_time):
33753           don't segfault when no format is negotiated yet, just return 0
33754         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
33755         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
33756         (gst_ogg_pad_push):
33757           handle flush and discont events correctly
33758         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
33759           handle discont events correctly
33760
33761 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
33762
33763         * gst-libs/gst/play/play.c: (gst_play_error_quark),
33764         (gst_play_error_create), (gst_play_error_plugin),
33765         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
33766         * gst-libs/gst/play/play.h:
33767           add error handling during creation
33768         * examples/gstplay/player.c: (main):
33769           use new gst_play_new
33770
33771
33772 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33773
33774         * ext/theora/theoradec.c: (theora_dec_chain):
33775           make comments work
33776         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
33777         (vorbis_dec_src_event), (vorbis_dec_chain):
33778           add encoder tag, fix tag reading to be more error tolerant, change
33779           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
33780           gst_pad_event_default.
33781         * gst/tags/gstvorbistag.c:
33782         (gst_tag_list_from_vorbiscomment_buffer):
33783           undefine function specific define at end of function
33784
33785 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
33786
33787         * ext/flac/gstflac.c: (plugin_init):
33788         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
33789         * ext/flac/gstflacdec.h:
33790         * ext/flac/gstflacenc.h:
33791           Fix typos
33792
33793 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
33794
33795         * examples/gstplay/player.c: s/gstplay.h/play.h/
33796
33797 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33798
33799         * gst-libs/gst/play/Makefile.am:
33800         * gst-libs/gst/play/gstplay.c:
33801         * gst-libs/gst/play/gstplay.h:
33802         * gst-libs/gst/play/play.c:
33803           more surgery, operation complete
33804
33805 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33806
33807         * gst-libs/gst/play/play.old.c:
33808         * gst-libs/gst/play/play.old.h:
33809           after CVS surgery by moving, remove
33810         * gst-libs/gst/play/playpipelines.c:
33811           remove
33812
33813         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
33814           add negotiation error
33815
33816 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33817
33818         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
33819         (gst_ogg_demux_push):
33820           add some seeking debug info
33821           send a flush when seeking
33822
33823 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33824
33825         * configure.ac:
33826           use AC_C_INLINE
33827         * configure.ac:
33828         * ext/Makefile.am:
33829         * ext/theora/Makefile.am:
33830         * ext/theora/theoradec.c:
33831           add theora video decoder. Does just do simple decoding for now and
33832           has been tested against Theora cvs only. It only works when theora
33833           is compiled with --enable-static.
33834         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33835           always reset packetno on DISCONT
33836
33837 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33838
33839         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33840           Fix audio.
33841
33842 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33843
33844         * gst/mpegaudioparse/gstmpegaudioparse.c:
33845         (mp3_type_frame_length_from_header):
33846           Fix header parsing - stolen from ffmpeg (thank you! :) ).
33847
33848 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33849
33850         * ext/esd/esdsink.c: (gst_esdsink_init):
33851           Since we have static pad template caps, we don't need to negotiate;
33852           either the core errors out or we know the format.
33853
33854 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33855
33856         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
33857         (gst_riff_read_seek):
33858         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
33859         (gst_ebml_read_seek):
33860           Fix event handling.
33861
33862 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33863
33864         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33865           removee video/x-theora from vp3 decoder, it doesn't handle raw
33866           theora streams
33867         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
33868           fix bug with finalizing element that never went to PAUSED
33869         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
33870           length and position queries were swapped
33871         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
33872         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
33873         (vorbis_dec_src_event):
33874           implement querying time and bytes
33875
33876 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33877
33878         * just about every source file:
33879           gst_element_error -> GST_ELEMENT_ERROR
33880
33881 2004-01-29  Julien MOUTTE  <julien@moutte.net>
33882
33883         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
33884         emiting FLUSH and even before DISCONT.
33885         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
33886         get the best instant seeking as possible yay!
33887
33888 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33889
33890         * gst/mpeg1videoparse/gstmp1videoparse.c:
33891         (gst_mp1videoparse_real_chain):
33892           Committed wrong version last week... Grr... Didn't notice until now.
33893
33894 2004-01-29  Julien MOUTTE <julien@moutte.net>
33895
33896         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
33897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
33898         have_xwindow_id signal in xwindow_create.
33899
33900 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33901
33902         * ext/ogg/gstoggdemux.c:
33903           lots of changes - mainly support for chained bitstreams, seeking,
33904           querying and bugfixes of course
33905         * ext/vorbis/Makefile.am:
33906         * ext/vorbis/vorbisdec.c:
33907         * ext/vorbis/vorbisdec.h:
33908           add vorbisdec raw vorbis decoder
33909         * ext/vorbis/vorbis.c: (plugin_init):
33910           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
33911         * gst/intfloat/Makefile.am:
33912         * gst/intfloat/float22int.c:
33913         * gst/intfloat/float22int.h:
33914         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
33915           add float2intnew plugin. It converts multichannel interleaved float to
33916           multichannel interleaved int. The name should probably be changed.
33917         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
33918         (plugin_init):
33919           add typefinding for raw theora video so oggdemux can detect it.
33920
33921 2004-01-28  Julien MOUTTE  <julien@moutte.net>
33922
33923         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
33924         sink element first.
33925         * gst/videoscale/gstvideoscale.c:
33926         (gst_videoscale_handle_src_event): Fixing src event handler.
33927
33928 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33929
33930         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33931         (gst_v4lsrc_open), (gst_v4lsrc_close),
33932         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
33933         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
33934         * sys/v4l/gstv4lsrc.h:
33935         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
33936         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
33937           Implement resizing... Hack. But that's why v4l is b0rked...
33938
33939 2004-01-28  Julien MOUTTE <julien@moutte.net>
33940
33941         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
33942         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
33943         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
33944         (gst_ximagesink_xwindow_destroy):
33945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33946         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33947         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
33948         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
33949         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
33950         correctly cleaning the image created to check xshm calls on succes,
33951         added a lot of XSync calls in X11 functions, and fixed a segfault when
33952         no image format was defined before negotiation happened.
33953
33954 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33955
33956         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
33957           use gst_element_get_time to get correct time
33958
33959 2004-01-28  Julien MOUTTE  <julien@moutte.net>
33960
33961         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33962         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
33963         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
33964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
33965         (gst_xvimagesink_check_xshm_calls),
33966         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
33967         X plugins are now able to detect that XShm calls will fail even if the
33968         server claims that it has XShm support (remote displays most of the
33969         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
33970         so that we use non XShm functions. This feature is almost useless for
33971         xvimagesink as Xv is not supported on remote displays anyway, but
33972         it might happen than even on the local display XShm calls fail.
33973
33974 2004-01-27  David Schleef  <ds@schleef.org>
33975
33976         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
33977         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
33978         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
33979         changed esdsink to only use 44100,16,2, since esd sucks at rate
33980         conversion and esdsink has had difficulty negotiating.
33981
33982 2004-01-27  Julien MOUTTE <julien@moutte.net>
33983
33984         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
33985         (gst_play_seek_to_time): Fixing the way to get current position.
33986
33987 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33988
33989         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
33990           use gst_element_get_time to get correct time
33991
33992 2004-01-27  Julien MOUTTE <julien@moutte.net>
33993
33994         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
33995         fix ever... Inverting 2 lines of code make spider autoplug correctly
33996         tagged mp3 !
33997
33998 2004-01-27  David Schleef  <ds@schleef.org>
33999
34000         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34001         Use gst_pad_try_set_caps_nonfixed().
34002
34003 2004-01-27  David Schleef  <ds@schleef.org>
34004
34005         * gst/ac3parse/gstac3parse.c: update to checklist 5
34006         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
34007         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
34008         * gst/audioscale/gstaudioscale.c: same
34009         * gst/auparse/gstauparse.c: same
34010         * gst/avi/gstavidemux.c: same
34011
34012 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34013
34014         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
34015           stop processing after EOS
34016
34017 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34018
34019         * gst/asfdemux/asfheaders.h:
34020         * gst/asfdemux/gstasfdemux.c:
34021         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
34022         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
34023         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
34024           lot's of fixes to make data extraction simpler and get the code
34025           architecture and compiler independant. Add debugging category
34026         * gst/goom/gstgoom.c: (gst_goom_change_state):
34027           reset channel count on PAUSED=>READY, not READY=>PAUSED
34028
34029 2004-01-26  Colin Walters  <walters@verbum.org>
34030
34031         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
34032         code to pull a bigger buffer in iradio mode.  This as a side effect
34033         makes typefinding work.
34034
34035 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
34036
34037         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
34038         Fix SVQ3 decoding on PPC
34039
34040 2004-01-26  Julien MOUTTE <julien@moutte.net>
34041
34042         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
34043         that one managed to stay there... Fixed.
34044
34045 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
34046
34047         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
34048         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
34049         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
34050         (qtdemux_video_caps):
34051         * gst/qtdemux/qtdemux.h:
34052         Add SVQ3 specific flags to qtdemux and ffmpeg
34053
34054 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34055
34056         * gst-libs/gst/audio/audio.h:
34057           remove buffer-frames from audio caps
34058         * gst/audioconvert/gstaudioconvert.c:
34059           fix plugin to really work.
34060
34061 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34062
34063         * gst-libs/gst/mixer/mixer.c:
34064         * gst-libs/gst/propertyprobe/propertyprobe.c:
34065         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
34066         (gst_tuner_find_channel_by_name):
34067         * gst-libs/gst/tuner/tuner.h:
34068           Add gtk-doc style comments. Also fix a function name.
34069
34070 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34071
34072         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
34073         (gst_divxdec_negotiate):
34074           Fix for new capsnego - also fixes gst-player with divxdec.
34075
34076 2004-01-25  Julien MOUTTE  <julien@moutte.net>
34077
34078         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
34079         (gst_play_identity_handoff), (gst_play_set_location),
34080         (gst_play_set_visualization), (gst_play_connect_visualization): Another
34081         try in visualization implementation. Still have an issue with switch
34082         blocking when pulling from video_queue and only audio comes out of
34083         spider.
34084         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34085         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
34086         release method. And check if the pad is usable before pulling.
34087
34088 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34089
34090         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
34091         (gst_videobalance_init),
34092         (gst_videobalance_colorbalance_list_channels),
34093         (gst_videobalance_colorbalance_set_value),
34094         (gst_videobalance_colorbalance_get_value),
34095         (gst_videobalance_update_properties),
34096         (gst_videobalance_update_tables_planar411),
34097         (gst_videobalance_planar411):
34098         * gst/videofilter/gstvideobalance.h:
34099           Implement lookup-tables. +/- 10x faster.
34100
34101 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34102
34103         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
34104         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
34105           The index reading was broken. The rest worked fine, but the whole
34106           goal of my rewrite was to make avidemux readable, and this was
34107           not at all readable. Please use typed variables.
34108
34109 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34110
34111         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
34112           Additional pad usability check.
34113         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
34114         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
34115         (gst_mp1videoparse_real_chain):
34116           Fix MPEG video stream parsing. The original plugin had several
34117           issues, including not timestamping streams where the source was
34118           not timestamped (this happens with PTS values in mpeg system
34119           streams, but MPEG video is also a valid stream on its own so
34120           that needs timestamps too). We use the display time code for that
34121           for now. Also, if one incoming buffer contains multiple valid
34122           frames, we push them all on correctly now, including proper EOS
34123           handling. Lastly, several potential segfaults were fixed, and we
34124           properly sync on new sequence/gop headers to include them in next,
34125           not previous frames (since they're header for the next frame, not
34126           the previous). Also see #119206.
34127         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
34128         (bpf_from_header):
34129           Move caps setting so we only do it after finding several valid
34130           MPEG-1 fraes sequentially, not right after the first one (which
34131           might be coincidental).
34132         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
34133         (mpeg_video_type_find), (mpeg_video_stream_type_find),
34134         (plugin_init):
34135           Add unsynced MPEG video stream typefinding, and change some
34136           probability values so we detect streams rightly. The idea is as
34137           follows: I can have an unsynced system stream which contains
34138           video. In the current code, I would randomly get a type for either
34139           system or video stream type found, because the probabilities are
34140           being calculated rather randomly. I now use fixed values, so we
34141           always prefer system stream if that was found (and that is how it
34142           should be). If no system stream was found, we can still identity                the stream as video-only.
34143
34144 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34145
34146         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
34147         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
34148           don't write to buffer. Extract data without the need of
34149           __attribute__ ((packed))
34150
34151 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34152
34153         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
34154         (mpeg1_sys_type_find):
34155           Fix MPEG-1 stream typefinding.
34156
34157 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34158
34159         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
34160           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
34161
34162 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34163
34164         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
34165         * ext/esd/gstesd.c: (plugin_init):
34166           private debugging, better error reporting
34167
34168 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34169
34170         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
34171         (gst_riff_read_init), (gst_riff_read_change_state):
34172         * gst-libs/gst/riff/riff-read.h:
34173           Remove stuff fromold metadata system.
34174
34175 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34176
34177         * ext/ogg/gstoggdemux.c:
34178           Fix wrong file comment.
34179         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
34180         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
34181           Add metadata reading properly.
34182
34183 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34184
34185         * ext/Makefile.am:
34186           Fix nas DIST_SUBDIRS
34187           Uraeus:
34188           Fix bug where make distcheck doesn't get run on adding stuff to
34189           the build.
34190
34191 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34192
34193         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
34194         * ext/divx/gstdivxdec.h:
34195           Fix divx3 ("msmpeg4") playback using divxdec.
34196
34197 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34198
34199         * gst/typefind/gsttypefindfunctions.c:
34200         (mp3_type_frame_length_from_header): fix bug in length computation
34201         (mp3_type_find): improve debugging output
34202
34203 2004-01-23  Julien MOUTTE  <julien@moutte.net>
34204
34205         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
34206         (gst_play_set_location), (gst_play_seek_to_time),
34207         (gst_play_set_audio_sink), (gst_play_set_visualization),
34208         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
34209         the pipeline from scratch. Visualization is back and switch went out as
34210         i realized it was not possible to use the way i wanted.
34211         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
34212         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
34213         clearing in state change from READY to NULL. So that one can clean the
34214         X ressources keeping the element.
34215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34216         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
34217         (gst_xvimagesink_colorbalance_set_value),
34218         (gst_xvimagesink_colorbalance_get_value),
34219         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
34220         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
34221         change from READY to NULL and fixed some stupid bugs in colorbalance
34222         get/set values. Also added the following feature : when nobody tries to
34223         set some values to the colorbalance levels before the xcontext is
34224         grabbed, then when creating channels list from Xv attributes we set the
34225         internal values to the Xv defaults. This way we handle buggy Xv drivers
34226         that set default hue values far from the middle of the range (Thanks
34227         to Jon Trowbridge for pointing that issue).
34228         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
34229         colorbalance levels have been set before xcontext is grabbed.
34230
34231 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34232
34233         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34234           Fix the ossmixer case where we shouldn't open /dev/dsp* because
34235           it might block operations (which is bad for a mixer).
34236
34237 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
34238
34239         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
34240         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
34241         (gmip_find_type_pre):
34242         * gst-libs/gst/media-info/media-info-priv.h:
34243         * gst-libs/gst/media-info/media-info.c:
34244         (gst_media_info_instance_init), (gst_media_info_read_idler):
34245         add fakesink to get caps on decoder src pad again
34246         fix callback prototype to match new have_type signal signature
34247
34248 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
34249
34250         * gst/adder/gstadder.c: (gst_adder_link):
34251           fix non-compile and cut-n-paste code
34252
34253 2004-01-21  David Schleef  <ds@schleef.org>
34254
34255         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
34256         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
34257         (gst_swfdec_init), (gst_swfdec_change_state):
34258         * ext/swfdec/gstswfdec.h:
34259         Fix negotiation.
34260         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
34261         (gst_adder_request_new_pad): Fix negotiation.
34262         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
34263         Add a fixate function.
34264         * gst/intfloat/gstfloat2int.c:
34265         * gst/intfloat/gstfloat2int.h:
34266         * gst/intfloat/gstint2float.c:
34267         * gst/intfloat/gstint2float.h:
34268         Completely rewrite the negotiation.  Doesn't quite work yet,
34269         due to some buffer-frames problem.
34270
34271 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34272
34273         * ext/gnomevfs/gstgnomevfssrc.c:
34274         * sys/v4l2/v4l2_calls.h:
34275           fix includes for distcheck
34276
34277 2004-01-21  Christian Schaller <uraeus@gnome.org>
34278
34279         * ext/nas/
34280         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
34281         based on earlier patch from Laurent Vivier
34282
34283 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
34284
34285         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
34286         Fix wma caps property
34287         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34288         Fix typo (flags1 and flags2)
34289
34290 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34291
34292         * gst-libs/gst/media-info/media-info-priv.c:
34293         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
34294         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
34295         (gmip_find_stream), (gmip_find_track_metadata),
34296         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
34297         (gmip_find_track_format):
34298         * gst-libs/gst/media-info/media-info-priv.h:
34299         * gst-libs/gst/media-info/media-info-test.c: (main):
34300         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
34301         (gst_media_info_read_idler), (gst_media_info_read):
34302         * gst-libs/gst/media-info/media-info.h:
34303           register debugging category and use it for debugging
34304
34305 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34306
34307         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
34308         (gst_vorbisfile_new_link):
34309           signal streaminfo through tags
34310
34311 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34312
34313         * ext/mplex/gstmplex.cc:
34314         * ext/mplex/gstmplexibitstream.cc:
34315           g++ doesn't like NULL in our i18n/error macros, should be
34316           either (NULL) or ("").
34317
34318 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34319
34320         * sys/dxr3/dxr3audiosink.c:
34321         * sys/dxr3/dxr3init.c:
34322         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
34323         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
34324           Fix more error error error errors (missing includes here).
34325
34326 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34327
34328         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34329           fix thomas' error errors.
34330
34331 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34332
34333         * ext/mpeg2enc/gstmpeg2enc.cc:
34334           fix error errors.
34335
34336 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34337
34338         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
34339         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
34340           Fix for new error system.
34341
34342 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34343
34344         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
34345           fix for new error reporting
34346
34347 2004-01-20  David Schleef  <ds@schleef.org>
34348
34349         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34350         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
34351         (gst_ximagesink_set_xwindow_id): Change to using a framerate
34352         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
34353         and neither is 100+, most likely.
34354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
34355         (gst_xvimagesink_getcaps): same
34356
34357 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34358
34359         * configure.ac:
34360           Up version requirement to 2.0.3 (not yet released) to avoid symbol
34361           clashes with ffmpeg.
34362
34363 2004-01-20  Julien MOUTTE  <julien@moutte.net>
34364
34365         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
34366         (gst_switch_init): Fixed switch element : proxying link and setting
34367         caps from src to sink on request.
34368
34369 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34370
34371         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34372         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
34373         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
34374         fix element_error
34375
34376 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34377
34378         * sys/v4l/v4l_calls.h:
34379         * sys/v4l2/v4l2_calls.h:
34380           element_error fixes
34381
34382 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34383
34384         * gst-libs/gst/gst-i18n-plugin.h:
34385           add locale.h
34386           remove config.h inclusion
34387
34388 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34389
34390         * autogen.sh:
34391           adding autopoint invocation
34392         * Makefile.am:
34393         * configure.ac:
34394         * gst-libs/gst/gettext.h:
34395           adding gettext bits
34396         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
34397         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
34398         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
34399         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
34400         (gst_gnomevfssink_close_file):
34401         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
34402         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
34403         * gst-libs/gst/gst-i18n-plugin.h:
34404         * gst/avi/gstavi.c: (plugin_init):
34405         * sys/dxr3/dxr3init.c: (plugin_init):
34406         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
34407         * sys/oss/gstossaudio.c: (plugin_init):
34408         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34409         * sys/v4l/gstv4l.c: (plugin_init):
34410         * sys/v4l/v4l_calls.c: (gst_v4l_open):
34411         * sys/v4l2/gstv4l2.c: (plugin_init):
34412         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34413         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
34414         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
34415         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
34416         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
34417         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
34418           make sure locale and translation domain are set
34419           fix translated strings
34420         * po/.cvsignore:
34421         * po/LINGUAS:
34422         * po/Makevars:
34423         * po/POTFILES.in:
34424         * po/nl.po:
34425           put translation files into place
34426         * sys/xvideo/imagetest.c: (main):
34427         * ext/dv/demo-play.c: (main):
34428           fix unnecessary translations
34429
34430 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34431
34432         * ext/sndfile/gstsf.c:
34433         * gst/avi/gstavimux.c:
34434         * ext/audiofile/gstafsink.c:
34435         * ext/audiofile/gstafsrc.c:
34436         * ext/gnomevfs/gstgnomevfssink.c:
34437         * ext/gnomevfs/gstgnomevfssrc.c:
34438         * sys/oss/gstosselement.c:
34439         * sys/v4l/v4l_calls.h:
34440           fix i18n include
34441
34442 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34443
34444         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34445         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
34446         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
34447         (gst_v4l2_get_output), (gst_v4l2_set_output),
34448         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
34449         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
34450         (gst_v4l2_set_attribute):
34451         update to new error handling
34452
34453 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34454
34455         * ext/sidplay/gstsiddec.cc:
34456         * gst/modplug/gstmodplug.cc:
34457           parenthese NULL because C++ seems angry about it
34458
34459 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34460
34461         * gst-libs/gst/gst-i18n-plugin.h:
34462           add skeleton i18n stuff, but needs to be further implemented
34463
34464 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34465
34466         * examples/gstplay/player.c: (main):
34467         * ext/aalib/gstaasink.c: (gst_aasink_open):
34468         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
34469         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34470         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34471         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
34472         (gst_afsink_close_file):
34473         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
34474         (gst_afsrc_close_file):
34475         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
34476         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
34477         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
34478         * ext/esd/esdmon.c: (gst_esdmon_get):
34479         * ext/esd/esdsink.c: (gst_esdsink_chain):
34480         * ext/faac/gstfaac.c: (gst_faac_chain):
34481         * ext/faad/gstfaad.c: (gst_faad_chain):
34482         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
34483         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34484         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
34485         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
34486         (gst_flacdec_loop):
34487         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
34488         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
34489         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
34490         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
34491         (gst_gnomevfssink_close_file):
34492         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
34493         (gst_gnomevfssrc_open_file):
34494         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
34495         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
34496         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
34497         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
34498         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
34499         * ext/mad/gstmad.c: (gst_mad_chain):
34500         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
34501         * ext/mpeg2dec/gstmpeg2dec.c:
34502         * ext/mpeg2enc/gstmpeg2enc.cc:
34503         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34504         * ext/mplex/gstmplex.cc:
34505         * ext/mplex/gstmplexibitstream.cc:
34506         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
34507         (gst_ogg_demux_push), (gst_ogg_pad_push):
34508         * ext/raw1394/gstdv1394src.c:
34509         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
34510         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
34511         * ext/sidplay/gstsiddec.cc:
34512         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
34513         (gst_sf_loop):
34514         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
34515         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
34516         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
34517         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
34518         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
34519         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
34520         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
34521         * gst-libs/gst/Makefile.am:
34522         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
34523         (gst_riff_read_element_data), (gst_riff_read_seek),
34524         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
34525         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
34526         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
34527         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
34528         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
34529         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
34530         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
34531         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
34532         * gst/goom/gstgoom.c: (gst_goom_chain):
34533         * gst/id3/gstid3types.c: (gst_id3types_loop):
34534         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
34535         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
34536         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
34537         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
34538         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
34539         (gst_ebml_read_float), (gst_ebml_read_header):
34540         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
34541         (gst_matroska_demux_parse_blockgroup):
34542         * gst/modplug/gstmodplug.cc:
34543         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
34544         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
34545         * gst/oneton/gstoneton.c: (gst_oneton_chain):
34546         * gst/silence/gstsilence.c: (gst_silence_get):
34547         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34548         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
34549         * gst/speed/gstspeed.c: (speed_loop):
34550         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
34551         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34552         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
34553         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
34554         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
34555         (gst_wavparse_loop):
34556         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
34557         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
34558         (dxr3audiosink_close):
34559         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
34560         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
34561         (dxr3videosink_close), (dxr3videosink_write_data):
34562         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34563         * sys/oss/gstosselement.h:
34564         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
34565         (gst_osssink_chain):
34566         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34567         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
34568         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
34569         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
34570         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
34571         (gst_v4l_enable_overlay):
34572         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
34573         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
34574         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
34575         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
34576         (gst_v4l_set_audio):
34577         * sys/v4l/v4l_calls.h:
34578         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34579         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
34580         (gst_v4lmjpegsink_playback_init),
34581         (gst_v4lmjpegsink_playback_start):
34582         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34583         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
34584         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
34585         (gst_v4lmjpegsrc_requeue_frame):
34586         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34587         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
34588         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
34589         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
34590         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
34591         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
34592         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
34593         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
34594         (gst_v4l2src_capture_stop):
34595         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
34596         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
34597         (gst_ximagesink_chain):
34598         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
34599         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
34600         (gst_xvideosink_xwindow_new):
34601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34602         (gst_xvimagesink_chain):
34603         use new error signal, function and categories
34604
34605 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
34606
34607         * configure.ac:
34608         * ext/Makefile.am:
34609         * ext/musicbrainz/gsttrm.c:
34610         * ext/musicbrainz/gsttrm.h:
34611         * ext/musicbrainz/Makefile.am:
34612         Add a trm plugin
34613
34614 2004-01-18  Julien MOUTTE  <julien@moutte.net>
34615
34616         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
34617         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
34618         synchronous property for debugging.
34619         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
34620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34621         (gst_xvimagesink_set_property): Moving a pointer declaration to a
34622         smaller block, fixing indent.
34623
34624 2004-01-16  David Schleef  <ds@schleef.org>
34625
34626         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
34627         property affects the video stream.
34628         * sys/xvimage/xvimagesink.c:
34629         * sys/xvimage/xvimagesink.h:
34630         Add synchronous property for debugging.  Should probably be
34631         disabled in non-CVS builds.  Make sure that the Xv attribute
34632         exists before we set it (crash!).  Fix a silly float bug that
34633         caused colorbalance to just not work.
34634
34635 2004-01-17  Christian Schaller <Uraeus@gnome.org>
34636
34637         * tools/gst-launch-ext.in - update for new plugins
34638
34639 2004-01-16  David Schleef  <ds@schleef.org>
34640
34641         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
34642         already-freed caps.
34643
34644 2994-01-16  Christian Schaller <Uraeus@gnome.org>
34645
34646         * Update spec for new colorspace plugin and libcaca plugin
34647         * Fix compilation of libcaca plugin (clock -> id)
34648
34649 2004-01-16  Julien MOUTTE <julien@moutte.net>
34650
34651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
34652         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
34653         (gst_xvimagesink_set_xwindow_id),
34654         (gst_xvimagesink_colorbalance_set_value),
34655         (gst_xvimagesink_colorbalance_get_value),
34656         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
34657         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
34658         correct colorbalance properties. They can now be set when the element
34659         is still in NULL state. The values will be committed to the Xv Port
34660         when xcontext is initialized.
34661         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
34662         brightness int values in the GstXvImagesink structure.
34663
34664 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34665
34666         * gst-libs/gst/Makefile.am:
34667           restructure so having local patches works easier.
34668
34669 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34670
34671         * ext/mpeg2enc/Makefile.am:
34672         * ext/mpeg2enc/gstmpeg2enc.cc:
34673         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34674           Bugfix with respect to EOS handling.
34675
34676 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34677
34678         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
34679           Link with right caps (else, it segfaults).
34680         * ext/mplex/gstmplexjob.cc:
34681           Fix for slight API change in 1.6.1.93 release of mjpegtools.
34682
34683 2004-01-15  David Schleef  <ds@schleef.org>
34684
34685         * gst-libs/gst/audio/Makefile.am:
34686         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
34687         from the template.
34688         * gst-libs/gst/audio/gstaudiofilter.c:
34689         * gst-libs/gst/audio/gstaudiofilter.h:
34690         Add bytes_per_sample and size and n_samples calculation.
34691         * gst-libs/gst/audio/gstaudiofilterexample.c:
34692         Remove, now autogenerated.
34693         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
34694         Moved from gstaudiofilterexample, object name changed, code added
34695         so that it actually works.
34696         * gst-libs/gst/audio/make_filter:
34697         Script to build an audiofilter subclass from the template.
34698         * gst/colorspace/Makefile.am:
34699         * gst/colorspace/yuv2yuv.c:
34700         Remove file, since it's GPL, and we don't use it.
34701
34702 2004-01-15  Julien MOUTTE  <julien@moutte.net>
34703
34704         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
34706         them use the buffer free function to test how the buffer was allocated.
34707
34708 2004-01-15  David Schleef  <ds@schleef.org>
34709
34710         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
34711         that handles osssink fallback.
34712         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
34713         (gst_audio_convert_getcaps):
34714         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
34715         Add audio/x-qdm2 for QDM2 audio.
34716         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34717         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
34718         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
34719         Decrease minimum size to 16x16.
34720         * gst/wavparse/gstwavparse.c:
34721         Convert disabled pad template caps to new caps.
34722         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34724         (gst_xvimagesink_chain): Throw element error when display cannot
34725         be opened.  Increase minimum framerate to 1.0.  Check the data
34726         free function on a buffer to make sure it is the type we expect
34727         before manipulating it.
34728
34729 2004-01-15  Julien MOUTTE <julien@moutte.net>
34730
34731         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
34732         (gst_videobalance_colorbalance_set_value): Implement passthru if
34733         settings are in the middle.
34734         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
34735
34736 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34737
34738         * gst/videofilter/Makefile.am:
34739         * gst/volume/Makefile.am:
34740           Since we use videofilter symbols, link to it.
34741
34742 2004-01-15  Julien MOUTTE <julien@moutte.net>
34743
34744         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
34745         mixer interface type to HARDWARE.
34746         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
34747         type to SOFTWARE.
34748         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
34749         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
34750         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
34751         (gst_volume_interface_init), (gst_volume_list_tracks),
34752         (gst_volume_set_volume), (gst_volume_get_volume),
34753         (gst_volume_set_mute), (gst_volume_mixer_init),
34754         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
34755         (volume_init): Implementing mixer interface.
34756         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
34757         * sys/oss/gstosselement.c: (gst_osselement_get_type),
34758         (gst_osselement_change_state): Removing some trailing commas in
34759         structures.
34760         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
34761         interface type to HARDWARE.
34762         * sys/v4l/gstv4lcolorbalance.c:
34763         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
34764         type to HARDWARE.
34765         * sys/v4l2/gstv4l2colorbalance.c:
34766         (gst_v4l2_color_balance_interface_init): Setting colorbalance
34767         interface type to HARDWARE.
34768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
34769         same code than ximagesink for event handling.
34770
34771 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34772
34773         * ext/snapshot/Makefile.am:
34774         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
34775         (gst_snapshot_chain):
34776         * ext/snapshot/gstsnapshot.h:
34777           This has to be a joke... Snapshot should be connected to a tee,
34778           colorspace element before it and EOS after that, where the other
34779           src of the tee receives normal data.
34780           The current way is *wrong*.
34781
34782 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34783
34784         * ext/hermes/gsthermescolorspace.c:
34785           Fix another compile error. Same as below.
34786
34787 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34788
34789         * gst/colorspace/gstcolorspace.c:
34790         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
34791         (gst_colorspace_i420_to_yv12):
34792           Fix compiling... Didn't test if it actually works.
34793
34794 2004-01-15  David Schleef  <ds@schleef.org>
34795
34796         * configure.ac:
34797         * gst/colorspace/Makefile.am:
34798         * gst/colorspace/gstcolorspace.c:
34799         * gst/colorspace/gstcolorspace.h:
34800         * gst/colorspace/yuv2rgb.c:
34801         * gst/colorspace/yuv2rgb.h:
34802         Duplicate the ext/hermes colorspace plugin, and remove Hermes
34803         code and GPL code.  Fix for new caps negotiation.  Rewrite
34804         much of the format handling code, and some of the conversion
34805         code.  Basically, rewrote almost everything.  This element
34806         handles I420, YV12 to RGB conversions.
34807         * ext/hermes/Makefile.am:
34808         * ext/hermes/gsthermescolorspace.c:
34809         Rename colorspace to hermescolorspace.  Fix negotiation issues.
34810         Remove non-Hermes related code.  This element handles lots of
34811         RGB to RGB conversions, but no YUV.
34812         * ext/hermes/gstcolorspace.c:
34813         * ext/hermes/gstcolorspace.h:
34814         * ext/hermes/rgb2yuv.c:
34815         * ext/hermes/yuv2rgb.c:
34816         * ext/hermes/yuv2rgb.h:
34817         * ext/hermes/yuv2rgb_mmx16.s:
34818         * ext/hermes/yuv2yuv.c:
34819         * ext/hermes/yuv2yuv.h:
34820         Remove old code.
34821
34822 2004-01-14  Colin Walters  <walters@verbum.org>
34823
34824         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
34825         they've already been.
34826
34827 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34828
34829         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
34830           assume tag mode when pad is not connected
34831
34832 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34833
34834         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34835           Don't update the time of the clock
34836         (gst_alsa_sink_loop):
34837           sync to the clock given to alsasink, not the own clock
34838         * sys/oss/gstosssink.c: (gst_osssink_chain):
34839           sync to the clock
34840         (gst_osssink_change_state):
34841           activate the clock
34842         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
34844           remove bogus code that made DISCONT events unhandled
34845         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
34846           explicitly case to double in _set_simple. (fixes 2nd warning in bug
34847           #131502)
34848         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
34849         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
34850         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
34851           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
34852           2nd warning in bug #131502)
34853
34854 2004-01-14  Julien MOUTTE  <julien@moutte.net>
34855
34856         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
34857         (gst_videobalance_colorbalance_set_value),
34858         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
34859         for colorbalance interface implementation.
34860         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
34861         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
34862         (gst_ximagesink_dispose), (gst_ximagesink_init),
34863         (gst_ximagesink_class_init): Adding DISPLAY property.
34864         * sys/ximage/ximagesink.h: Adding display_name to store display.
34865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34866         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
34867         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
34868         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
34869         properties (they still need polishing though for gst-launch use : no
34870         xcontext yet, i ll do that tomorrow).
34871         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
34872
34873 2004-01-14  Julien MOUTTE  <julien@moutte.net>
34874
34875         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
34876         (gst_play_set_location), (gst_play_set_visualization): Preparing
34877         switch integration, adding videobalance in the pipeline.
34878
34879 2004-01-14  Julien MOUTTE <julien@moutte.net>
34880
34881         * gst-libs/gst/colorbalance/colorbalance.c:
34882         (gst_color_balance_class_init): Adding a default type.
34883         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
34884         the type.
34885         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
34886         (gst_videobalance_dispose), (gst_videobalance_class_init),
34887         (gst_videobalance_init), (gst_videobalance_interface_supported),
34888         (gst_videobalance_interface_init),
34889         (gst_videobalance_colorbalance_list_channels),
34890         (gst_videobalance_colorbalance_set_value),
34891         (gst_videobalance_colorbalance_get_value),
34892         (gst_videobalance_colorbalance_init): Implementing colorbalance
34893         interface.
34894         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
34895         list.
34896         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
34897         bug which was triggering a BadAccess X error when setting an overlay
34898         before pad was really negotiated.
34899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
34900         Using the colorbalance type macro.
34901
34902 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34903
34904         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
34905         (gst_flacenc_chain):
34906           handle tags correctly
34907         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
34908           extract ID3v1 tags correctly
34909
34910 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34911
34912         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
34913         (plugin_init):
34914           Improve matroska typefinding for odd-typed headers...
34915
34916 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34917
34918         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
34919           Fix for using incremental number on padnames.
34920
34921 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34922
34923         * ext/divx/gstdivxdec.c:
34924         * ext/divx/gstdivxenc.c:
34925           Set category to divx4linux instead of divx (too generic).
34926         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34927         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
34928         (gst_wavparse_loop), (gst_wavparse_change_state):
34929         * gst/wavparse/gstwavparse.h:
34930           fix parsing of WAV files with non-standard fmt-tag size and fix
34931           skipping of unrecognized chunks... Someone please fix this thing
34932           to use rifflib so all this is automated.
34933         * sys/v4l/Makefile.am:
34934         * sys/v4l2/Makefile.am:
34935           Add X_CFLAGS because we depend on X (for overlay).
34936
34937 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
34938
34939         * ext/mpeg2dec/gstmpeg2dec.c:
34940           Don't issue a timestamp unless we tagged the frame
34941           with a PTS.
34942
34943 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34944
34945         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
34946           Query the audio element to get the time, not the clock. We're
34947           interested in the element's time here.
34948
34949 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34950
34951         * ext/aalib/gstaasink.c: (gst_aasink_chain):
34952         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34953         * ext/esd/esdsink.c: (gst_esdsink_chain):
34954         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
34955         * ext/mas/massink.c: (gst_massink_chain):
34956         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
34957         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
34958         (gst_matroska_demux_parse_metadata):
34959         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
34960         (gst_mpeg_parse_release_locks):
34961         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
34962         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
34963         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34964         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34965         (gst_osssink_change_state):
34966         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
34967         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34968         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
34969         (gst_xvideosink_release_locks):
34970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
34971           use element time.
34972         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
34973         (gst_alsa_clock_stop):
34974         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
34975         (gst_audio_clock_get_internal_time):
34976           simplify for use with new clocking code.
34977         * testsuite/alsa/Makefile.am:
34978         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
34979           fix testsuite for new caps system
34980
34981 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34982
34983         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
34984         * ext/flac/gstflacenc.c: (add_one_tag):
34985           length is already host endian, no need to convert. Fixes playback of
34986           tagged files on PPC. (bug #128384)
34987
34988 2004-01-13  Julien MOUTTE <julien@moutte.net>
34989
34990         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
34991         colorbalance interface stating if it is hardware based or software
34992         based.
34993         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
34994         Removing a trailing comma.
34995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34996         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
34997         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
34998         the documentation seems to be wrong on the -1000 to 1000 interval.
34999
35000 2004-01-12  David Schleef  <ds@schleef.org>
35001
35002         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
35003         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
35004         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
35005         Fix negotiation.  Add a bufferalloc function for the sink pad,
35006         and generally clean up some of the code.
35007
35008 2004-01-12  Julien MOUTTE <julien@moutte.net>
35009
35010         * gst-libs/gst/colorbalance/colorbalancechannel.c:
35011         (gst_color_balance_channel_dispose): Adding safety check in dispose
35012         method.
35013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35014         (gst_xvimagesink_xcontext_clear),
35015         (gst_xvimagesink_interface_supported),
35016         (gst_xvimagesink_colorbalance_list_channels),
35017         (gst_xvimagesink_colorbalance_set_value),
35018         (gst_xvimagesink_colorbalance_get_value),
35019         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
35020         Adding colorbalance interface support to set XV parameters such as
35021         HUE, BRIGHTNESS, CONTRAST, SATURATION.
35022         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
35023         interface.
35024
35025 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35026
35027         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
35028         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
35029         (gst_audio_convert_init), (gst_audio_convert_set_property),
35030         (gst_audio_convert_get_property), (gst_audio_convert_chain),
35031         (gst_audio_convert_link),
35032         (gst_audio_convert_buffer_to_default_format),
35033         (gst_audio_convert_buffer_from_default_format), (plugin_init):
35034           - implement _getcaps and use it
35035           - improve linking
35036           - remove float caps since no float conversion is actually done
35037           - remove properties and arguments that were to be used for rate
35038             conversion
35039
35040 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35041
35042         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
35043         (gst_audio_structure_set_int):
35044         * gst-libs/gst/audio/audio.h:
35045           add helper functions for _getcaps matching the standard audio
35046           templates
35047
35048 2004-01-12  David Schleef  <ds@schleef.org>
35049
35050         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35051         Test that pad is negotiated before getting its caps.
35052
35053 2004-01-12  Julien MOUTTE <julien@moutte.net>
35054
35055         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
35056         analyzing the pads of an element the bin is mostly in READY state so
35057         no caps were negotiated. This helper function needs to work with
35058         _get_caps directly then. I was not freeing them though, added that to
35059         fix the mem leak.
35060
35061 2004-01-12  Julien MOUTTE <julien@moutte.net>
35062
35063         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
35064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
35065         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
35066         than the free_func.
35067
35068 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35069
35070         * sys/oss/gstossaudio.c: (plugin_init):
35071         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35072         * sys/oss/gstosselement.h:
35073           make an oss debugging category
35074           make failure more descriptive
35075
35076 2004-01-11  David Schleef  <ds@schleef.org>
35077
35078         * ext/ffmpeg/gstffmpeg.c:
35079         * ext/ffmpeg/gstffmpegcodecmap.c:
35080         * ext/ffmpeg/gstffmpegdec.c:
35081         * ext/ffmpeg/gstffmpegenc.c:
35082         * ext/ffmpeg/gstffmpegprotocol.c:
35083         * ext/gdk_pixbuf/gstgdkanimation.c:
35084         * ext/jpeg/gstjpeg.c:
35085         * ext/libpng/gstpng.c:
35086         * ext/mpeg2dec/perftest.c:
35087         * ext/speex/gstspeex.c:
35088         * gst-libs/gst/resample/dtos.c:
35089         * gst/intfloat/gstintfloatconvert.c:
35090         * gst/oneton/gstoneton.c:
35091         * gst/rtjpeg/RTjpeg.c:
35092         * gst/rtp/gstrtp.c:
35093         * sys/dxr3/dxr3init.c:
35094         * sys/glsink/gstgl_nvimage.c:
35095         * sys/glsink/gstgl_pdrimage.c:
35096         * sys/glsink/gstglsink.c:
35097         * testsuite/gst-lint:
35098         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
35099
35100 2004-01-11  David Schleef  <ds@schleef.org>
35101
35102         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
35103         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
35104         * ext/gdk_pixbuf/gstgdkanimation.c:
35105         (gst_gdk_animation_iter_create_pixbuf):
35106         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
35107         (gst_gdk_pixbuf_chain):
35108         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35109         * ext/jack/gstjack.c: (gst_jack_change_state):
35110         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
35111         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
35112         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
35113         * gst/videofilter/gstvideofilter.c:
35114         (gst_videofilter_set_output_size):
35115         Remove all usage of gst_pad_get_caps(), and replace it with
35116         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
35117
35118 2004-01-11  David Schleef  <ds@schleef.org>
35119
35120         * configure.ac:
35121         * ext/Makefile.am: Fixes to make ext/libcaca compile.
35122         * ext/divx/gstdivxdec.c:
35123         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
35124         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
35125         handle images that span multiple buffers.  Now work with both
35126         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
35127         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35128         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
35129         video/video.h changes
35130         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
35131         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35132         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
35133         of GstData free function.
35134         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
35135         same.
35136
35137 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35138
35139         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
35140         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
35141         (gst_v4l2element_get_property):
35142         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
35143           add norm, channel and frequency properties.
35144         * sys/v4l2/gstv4l2tuner.c:
35145           fixes for tuner interface changes
35146         * sys/v4l2/gstv4l2element.h:
35147         * sys/v4l2/gstv4l2src.c:
35148         * sys/v4l2/gstv4l2src.h:
35149         * sys/v4l2/v4l2src_calls.c:
35150         * sys/v4l2/v4l2src_calls.h:
35151           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
35152
35153 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35154
35155         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
35156         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
35157         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
35158         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
35159         * gst-libs/gst/tuner/tuner.h:
35160           GObjects aren't const.
35161           Add find_by_name functions.
35162           Add checks to _changed functions.
35163         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
35164         (gst_v4l_tuner_get_norm):
35165           Fixes for above.
35166
35167 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35168
35169         * gst-libs/gst/video/video.h:
35170           Fix caps template names to be understandable.
35171           Prefix everything with GST_VIDEO.
35172         * ext/aalib/gstaasink.c:
35173         * ext/divx/gstdivxdec.c:
35174         * ext/divx/gstdivxenc.c:
35175         * ext/gdk_pixbuf/gstgdkpixbuf.c:
35176         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
35177         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
35178         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
35179         * ext/libcaca/gstcacasink.c:
35180         * ext/libpng/gstpngenc.c: (raw_caps_factory):
35181         * ext/snapshot/gstsnapshot.c:
35182         * ext/swfdec/gstswfdec.c:
35183         * ext/xvid/gstxviddec.c:
35184         * ext/xvid/gstxvidenc.c:
35185         * gst/chart/gstchart.c:
35186         * gst/deinterlace/gstdeinterlace.c:
35187         * gst/effectv/gsteffectv.c:
35188         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
35189         * gst/goom/gstgoom.c:
35190         * gst/median/gstmedian.c:
35191         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
35192         (gst_monoscope_srcconnect), (gst_monoscope_chain):
35193         * gst/overlay/gstoverlay.c:
35194         * gst/smooth/gstsmooth.c:
35195         * gst/smpte/gstsmpte.c:
35196         * gst/synaesthesia/gstsynaesthesia.c:
35197         * gst/videocrop/gstvideocrop.c:
35198         * gst/videodrop/gstvideodrop.c:
35199         * gst/y4m/gsty4mencode.c:
35200         * sys/qcam/gstqcamsrc.c:
35201         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
35202           Make them work with new video.h file.
35203         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35204         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
35205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35206         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
35207           Make it work with new buffer allocation system.
35208
35209 2004-01-11  Julien MOUTTE  <julien@moutte.net>
35210
35211         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
35212         pad_alloc_buffer implementation to use ->srcpad
35213         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
35214         pad_alloc_buffer implementation to use ->srcpad
35215         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
35216         pad_alloc_buffer implementation to use ->srcpad
35217         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
35218         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
35219         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
35220         a reference to everything we need.
35221         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
35222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
35223         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
35224         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
35225         a reference to everything we need.
35226         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
35227
35228 2004-01-11  David Schleef  <ds@schleef.org>
35229
35230         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
35231         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
35232         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
35233         structure members.
35234         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
35235         value during a resize/renegotiation.
35236         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
35237         gst_pad_alloc_buffer();
35238         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35239         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
35240         structure members.
35241         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
35242         Fix for rename of buffer private structure members.
35243         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35244         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
35245         Fix for rename of buffer private structure members.
35246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35247         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
35248         Fix for rename of buffer private structure members.
35249
35250 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
35251
35252         reviewed by: David Schleef <ds@schleef.org>
35253
35254         * gst/videofilter/Makefile.am:
35255         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
35256         from the patch by ds to fit in with recent make_filter changes.
35257
35258 2004-01-11  Julien MOUTTE  <julien@moutte.net>
35259
35260         * configure.ac: Adding examples/switch/Makefile
35261         * examples/Makefile.am: Adding examples/switch
35262         * examples/switch/Makefile.am: Adding switcher example.
35263         * examples/switch/switcher.c: (got_eos), (idle_iterate),
35264         (switch_timer), (main): Adding an example demonstrating switch usage
35265         with 2 videotestsrc showing different patterns.
35266         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
35267         (gst_switch_init): Fixing switch with the new caps system.
35268
35269 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35270
35271         * gst-libs/gst/video/video.h:
35272           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
35273           They should probably be like
35274           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
35275
35276 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35277
35278         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35279         (qtdemux_parse_trak):
35280           fix audio chunk size/timestamp calculation
35281
35282 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35283
35284         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
35285           fix SVQ3 caps
35286
35287 2004-01-11  Steve Baker  <steve@stevebaker.org>
35288
35289         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
35290         (gst_agingtv_base_init), (gst_agingtv_class_init),
35291         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
35292         (gst_agingtv_set_property), (gst_agingtv_get_property):
35293         Port agingTV to videofilter
35294
35295 2004-01-09  Julien MOUTTE <julien@moutte.net>
35296
35297         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
35298         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35299
35300 2004-01-09  Julien MOUTTE <julien@moutte.net>
35301
35302         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
35303         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35304         * gst-libs/gst/xoverlay/xoverlay.c:
35305         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
35306         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
35307         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35308         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35309         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35310         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35311         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
35312         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
35313         the bufferalloc_function to replace bufferpools, fixing the XOverlay
35314         interface implementation to handle xid being 0 and fix some bugs
35315         triggered by Benjamin's testcase.
35316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35317         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
35318         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
35319         the bufferalloc_function to replace bufferpools, fixing the XOverlay
35320         interface implementation to handle xid being 0 and fix some bugs
35321         triggered by Benjamin's testcase.
35322
35323 2004-01-09  David Schleef  <ds@schleef.org>
35324
35325         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
35326         mouse pointer events.  It works.
35327
35328 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35329
35330         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
35331           Use explicit caps - fix capsnego.
35332         * ext/xvid/gstxviddec.c:
35333         * ext/xvid/gstxvidenc.c:
35334           Remove macro-inside-macro which caused compile errors.
35335         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
35336           Error out if it's not a RIFF file. Else we error out without
35337           gst_element_error() which is not good...
35338
35339 2004-01-08  David Schleef  <ds@schleef.org>
35340
35341         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
35342         Fix pad_link function to handle formats that ffmpeg returns
35343         as multiple caps structures.
35344         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
35345         Only complain if source buffer is _smaller_ than expected.
35346         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
35347         (gst_videoscale_handle_src_event): Resize navigation events
35348         when passing them upstream.
35349         * gst/videotestsrc/gstvideotestsrc.c:
35350         * gst/videotestsrc/gstvideotestsrc.h:
35351         * gst/videotestsrc/videotestsrc.c:
35352         * gst/videotestsrc/videotestsrc.h:
35353         Rewrite many of the buffer painting functions to handle odd
35354         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
35355         been verified to work with my video card.
35356         * testsuite/gst-lint:  Add check for elements calling
35357         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
35358
35359 2004-01-08  David Schleef  <ds@schleef.org>
35360
35361         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35362         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
35363
35364 2004-01-08  Julien MOUTTE  <julien@moutte.net>
35365
35366         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
35367         configure event is not emiting the desired size signal. That fixes
35368         aspect ratio issues with gst-player.
35369
35370 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35371
35372         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
35373           Fix capsnego.
35374
35375 2004-01-08  Julien MOUTTE  <julien@moutte.net>
35376
35377         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
35378         public method to fire size signal.
35379
35380 2004-01-07  Julien MOUTTE  <julien@moutte.net>
35381
35382         * examples/gstplay/Makefile.am: Adding the interface library.
35383         * gst-libs/gst/play/Makefile.am: Adding the interface library.
35384         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
35385         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
35386         GST_IS_X_OVERLAY before signal connect.
35387         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
35388         Removing the have_video_size signal.
35389         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
35390         and associated public method.
35391         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
35392         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
35393         signal.
35394         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
35395         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
35396         signal.
35397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
35398         Using XOverlay public method to fire size signal.
35399
35400 2004-01-07  David Schleef  <ds@schleef.org>
35401
35402         * gst/videofilter/Makefile.am:
35403         * gst/videofilter/gstvideotemplate.c:
35404         * gst/videofilter/make_filter:
35405         Create gstvideoexample.c in a srcdir!=builddir friendly way.
35406         Convert make_filter to /bin/sh script.
35407
35408 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35409
35410         * gst/modplug/gstmodplug.cc: fix element description
35411
35412 2004-01-07  Julien MOUTTE  <julien@moutte.net>
35413
35414         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
35415         (got_video_size): Adding some new lines in g_print calls.
35416         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
35417         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
35418         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
35419         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
35420         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
35421         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
35422         Complete code review, reverting some stuff i disagree with, adding
35423         some fixes : time synchronization on invalid timestamps, renegotiation
35424         of private window.
35425         * sys/ximage/ximagesink.h:
35426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
35427         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
35428         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
35429         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
35430         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
35431         (gst_xvimagesink_buffer_new),
35432         (gst_xvimagesink_navigation_send_event),
35433         (gst_xvimagesink_set_xwindow_id),
35434         (gst_xvimagesink_get_desired_size),
35435         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
35436         stuff i disagree with, adding some fixes : Renegotiation of private
35437         window, implementing get_desired_size.
35438
35439 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35440
35441         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
35442         (gst_afsink_handle_event):
35443         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
35444         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
35445         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
35446         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
35447         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
35448           Fix for instantiate-test (see core). Also remove dead code from
35449           jpegenc (which still needs fixing, but that's lower on my TODO
35450           list...).
35451         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
35452           Never return NULL as caps.
35453
35454 2004-01-07  David Schleef  <ds@schleef.org>
35455
35456         * configure.ac:
35457         * ext/Makefile.am:
35458         * ext/librfb/Makefile.am:
35459         * ext/librfb/gstrfbsrc.c:
35460         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
35461         is the protocol used by VNC.
35462
35463 2004-01-07  David Schleef  <ds@schleef.org>
35464
35465         * gst/videofilter/gstvideotemplate.c:
35466         * gst/videofilter/gstvideotemplate.h:
35467         * gst/videofilter/make_filter:
35468         Merge videotemplate header into source file.
35469         * gst/effectv/Makefile.am:
35470         * gst/effectv/gsteffectv.c: (plugin_init):
35471         * gst/effectv/gstwarp.c:
35472         Make warpTV a subclass of videofilter.
35473
35474 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35475
35476         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
35477           Add guard against invalid utf-8 conversions in mad. Just in case.
35478
35479 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35480
35481         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
35482           Fix for bug shown by poisoning
35483
35484 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35485
35486         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35487         (gst_v4lmjpegsrc_buffer_free):
35488         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
35489         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
35490         (gst_v4lsrc_buffer_free):
35491           Fix for removed bufferpools.
35492
35493 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
35494
35495         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
35496         Fix caps negotiation.
35497
35498         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
35499         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
35500         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
35501         (dvdnavsrc_event):
35502         * ext/mpeg2dec/gstmpeg2dec.c:
35503         * gst-libs/gst/navigation/navigation.c:
35504         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
35505         * gst-libs/gst/navigation/navigation.h:
35506         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
35507         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
35508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
35509         Super-simple first version of mouse and keyboard events. Clicking
35510         on a DVD menu now works, although it may not take you where you
35511         expected.
35512
35513         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
35514         * gst/videotestsrc/gstvideotestsrc.c:
35515         (gst_videotestsrc_src_fixate):
35516         These fixate functions were broken - they never actually
35517         fixated :)
35518
35519 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35520
35521         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
35522         (gst_icecastsend_init):
35523           fix for new caps system.
35524         * gst-libs/gst/mixer/mixertrack.h:
35525         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
35526           Add 'master track' flag (for tools like ACME that only want to
35527           change the main volume).
35528
35529 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
35530
35531         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
35532         (gst_xvid_csp_to_caps):
35533         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
35534         * ext/xvid/gstxvidenc.c:
35535         ifdef out ARGB type when it isn't available
35536         in xvidcore 1.0.0beta2
35537
35538 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35539
35540         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
35541           When we have received a new SCR right in the first buffer after
35542           a seek (so in the same cycle that handles the discont), we should
35543           handle the buffer instead of unreffing it, else we lose data.
35544
35545 2004-01-06  Iain <iain@prettypeople.org>
35546
35547         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
35548           buffer-frames caps too.
35549
35550         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
35551           caps that we need, don't destroy them all and rebuild them. And when
35552           creating src pads, use the src pad template rather than the sink...
35553
35554 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35555
35556         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
35557           Add pad to element *after* setting functions such as event handler.
35558           Without this, the scheduler (opt) will link pads, set the event
35559           handler from the default event function (dispatcher in gstpad.c)
35560           and *after* that, we will set our own event function, which will
35561           thus never be used (and thus mpegdemux doesn't handle events).
35562
35563 2004-01-04  David Schleef  <ds@schleef.org>
35564
35565         Fix the fixate functions to handle new prototype:
35566         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
35567         * gst/videotestsrc/gstvideotestsrc.c:
35568         (gst_videotestsrc_src_fixate):
35569         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
35570         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
35571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
35572
35573 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35574
35575         * sys/ximage/ximagesink.h:
35576         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
35577         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
35578         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
35579         (gst_ximagesink_xoverlay_init):
35580           assorted fixes to make (re)embedding work
35581         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
35582         (gst_ximagesink_get_desired_size):
35583           implement desired size additions to XOverlay
35584
35585 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35586
35587         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
35588         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
35589         (gst_x_overlay_got_desired_size):
35590         * gst-libs/gst/xoverlay/xoverlay.h:
35591           Add optional "desired size" signal and querying.
35592
35593 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35594
35595         * gst/matroska/matroska-demux.c:
35596         (gst_matroska_demux_parse_blockgroup):
35597           Fix EBML-laced block parsing. Diffs are relative to previous
35598           lace, not the first lace. Thanks to Mosu from the Matroska
35599           team for detecting this.
35600         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35601         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
35602         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
35603         (gst_wavparse_change_state):
35604         * gst/wavparse/gstwavparse.h:
35605           Quickfix for capsnego.
35606
35607 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35608
35609         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
35610           Fix indenting, fix pad creation.
35611
35612 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35613
35614         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
35615         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
35616         (gst_xviddec_sink_link):
35617           Implement src_getcaps() so proper size caps is negotiated.
35618
35619 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35620
35621         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
35622           Finish flac decoder on EOS. See #116178.
35623
35624 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35625
35626         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
35627         (gst_matroska_demux_add_stream):
35628         * gst/matroska/matroska-ids.h:
35629           Add getcaps() function to fix capsnego...
35630
35631 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35632
35633         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
35634         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
35635         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
35636           Fix more integer overflows. Again, see #126967.
35637
35638 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35639
35640         * ext/mpeg2dec/gstmpeg2dec.c:
35641           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
35642           #130416.
35643
35644 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35645
35646         * configure.ac:
35647         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
35648         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
35649         * ext/xvid/gstxvid.h:
35650         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
35651         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
35652         (gst_xviddec_src_link), (gst_xviddec_sink_link),
35653         (gst_xviddec_change_state):
35654         * ext/xvid/gstxviddec.h:
35655         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
35656         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
35657         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
35658         (gst_xvidenc_link), (gst_xvidenc_set_property),
35659         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
35660         * ext/xvid/gstxvidenc.h:
35661           Update xvid plugin to latest xvid (1.0.0-beta3) API.
35662
35663 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35664
35665         * gst/rtp/rtp-packet.c:
35666           Add sys/types.h include, since OS X doesn't define in_addr_t
35667           in netinet/in.h, like it does on Linux (see #129600).
35668
35669 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
35670
35671         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35672
35673         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
35674           Correct logic of dispose function (see #129306).
35675
35676 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35677
35678         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
35679         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
35680         (gst_mpeg_parse_init):
35681         * gst/mpegstream/gstmpegparse.h:
35682           Remove clock (which was never provided, i.e. dead code), and
35683           also fix integer overflows at high PTS values (see #126967).
35684
35685 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35686
35687         * ext/flac/gstflacdec.c:
35688         * ext/libpng/gstpngenc.h:
35689         * ext/mikmod/gstmikmod.h:
35690           OS X fixes (see #126628).
35691
35692 2004-01-02  David Schleef  <ds@schleef.org>
35693
35694         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
35695         (gst_alsa_src_base_init): Remove bogus "src" request pad.
35696         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
35697         (gst_mpeg_parse_class_init): Move pad template registration
35698         to class_init, since the derived class (mpegdemux) doesn't
35699         want them.
35700
35701 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35702
35703         * sys/ximage/Makefile.am:
35704         * sys/xvideo/Makefile.am:
35705         * sys/xvimage/Makefile.am:
35706           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
35707           after installation (see #127664).
35708
35709 2004-01-02  David Schleef  <ds@schleef.org>
35710
35711         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
35712         (gst_ffmpegenc_connect):  Negotiation fixes.
35713         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
35714         Remove inappropriate gst_caps_free().
35715         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
35716         Reenable Ronald's internal resize code, since the core handles
35717         it correctly now.
35718
35719 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35720
35721         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
35722         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
35723         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
35724           Fix pad template stuff.
35725
35726 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35727
35728         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
35729         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
35730           fix signed integer reading/writing.
35731
35732 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35733
35734         * ext/alsa/README:
35735           Remove outdated document
35736
35737 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
35738
35739         * gst/cutter/gstcutter.c: (gst_cutter_init):
35740           src pad was being created twice - oops.
35741
35742 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35743
35744         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
35745           Comment out internal resize. It doesn't handle the resulting
35746           XEvent internally, does another try_set_caps() which leads to
35747           a really nice loop.
35748           Real fix will come when Julien and Dave are awake. ;).
35749
35750 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35751
35752         * ext/mpeg2enc/gstmpeg2enc.cc:
35753           fix const/nonconst compile issue.
35754
35755 2004-01-02  David Schleef  <ds@schleef.org>
35756
35757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
35758         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
35759         Add fixate function and a check for bad formats.
35760
35761 2004-01-01  David Schleef  <ds@schleef.org>
35762
35763         Negotiation fixes:
35764         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
35765         (gst_audiofilter_init):
35766         * gst/debug/efence.c: (gst_efence_init):
35767         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
35768         (gst_deinterlace_init):
35769         * gst/volume/gstvolume.c: (volume_connect):
35770
35771 2004-01-01  David Schleef  <ds@schleef.org>
35772
35773         Convert elements to use gst_pad_use_explicit_caps() where
35774         appropriate:
35775         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
35776         * ext/audiofile/gstafparse.c: (gst_afparse_init),
35777         (gst_afparse_open_file):
35778         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
35779         (gst_afsrc_open_file):
35780         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
35781         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
35782         (gst_ffmpegdec_chain):
35783         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
35784         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
35785         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
35786         (gst_gdk_pixbuf_chain):
35787         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
35788         (gst_jpegdec_chain):
35789         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
35790         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
35791         (gst_mikmod_negotiate):
35792         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
35793         (gst_mpeg2dec_negotiate_format):
35794         * ext/mpeg2enc/gstmpeg2enc.cc:
35795         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
35796         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
35797         (gst_speexdec_sinkconnect):
35798         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
35799         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
35800         (gst_vorbisfile_new_link):
35801         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
35802         (gst_ac3parse_chain):
35803         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
35804         (gst_asf_demux_setup_pad):
35805         * gst/auparse/gstauparse.c: (gst_auparse_init),
35806         (gst_auparse_chain):
35807         * gst/id3/gstid3types.c: (gst_id3types_loop):
35808         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
35809         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35810         (mp1videoparse_parse_seq):
35811         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
35812         (bpf_from_header):
35813         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
35814         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
35815         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
35816         (gst_mpeg_parse_send_data):
35817         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35818         (gst_qtdemux_add_stream):
35819         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
35820         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35821         (gst_wavparse_parse_fmt):
35822
35823 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35824
35825         * configure.ac:
35826           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
35827           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
35828           it therefore uses the wrong include paths. Too bad... Note
35829           that 1.6.1.93 is not release yet. ;).
35830           Also add a check for mplex, which is now using the lib'ified
35831           mplex from mjpegtools, too.
35832         * ext/ffmpeg/gstffmpegcodecmap.c:
35833           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
35834           issues. I don't think ffmpeg handles 3ivx correctly, so this
35835           probably won't work. But it won't hurt either.
35836         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
35837         (gst_ffmpegdec_chain):
35838         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
35839         (gst_ffmpegenc_chain_audio):
35840           Fix memleak in audio encoding. Close codec if open fails, this
35841           calls the cleanup routines so we can re-use the context.
35842         * ext/mpeg2enc/gstmpeg2enc.cc:
35843           Fix pad template names/types, fix memory issue with getcaps().
35844         * ext/mpeg2enc/gstmpeg2encoder.cc:
35845         * ext/mpeg2enc/gstmpeg2encoder.hh:
35846           Fix compile issue with new caps system (const thingy).
35847         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
35848         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
35849           We read a first frame right on initing, so that we have a caps
35850           when we init the output. This caps is cached in padprivate and
35851           read as first frame.
35852         * ext/mplex/Makefile.am:
35853         * ext/mplex/gstmplex.cc:
35854         * ext/mplex/gstmplex.h:
35855         * ext/mplex/gstmplex.hh:
35856         * ext/mplex/gstmplexibitstream.cc:
35857         * ext/mplex/gstmplexibitstream.hh:
35858         * ext/mplex/gstmplexjob.cc:
35859         * ext/mplex/gstmplexjob.hh:
35860         * ext/mplex/gstmplexoutputstream.cc:
35861         * ext/mplex/gstmplexoutputstream.hh:
35862           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
35863           had issues, didn't do capsnego, supported only a subset of the
35864           mplex features and required a mplex fork in our local CVS. Plus
35865           that it worked agaist a very old mplex version. Rewriting was
35866           faster than updating it.
35867         * gst-libs/ext/Makefile.am:
35868         * gst-libs/ext/mplex/INSTRUCT:
35869         * gst-libs/ext/mplex/Makefile.am:
35870         * gst-libs/ext/mplex/README:
35871         * gst-libs/ext/mplex/TODO:
35872         * gst-libs/ext/mplex/ac3strm_in.cc:
35873         * gst-libs/ext/mplex/audiostrm.hh:
35874         * gst-libs/ext/mplex/audiostrm_out.cc:
35875         * gst-libs/ext/mplex/aunit.hh:
35876         * gst-libs/ext/mplex/bits.cc:
35877         * gst-libs/ext/mplex/bits.hh:
35878         * gst-libs/ext/mplex/buffer.cc:
35879         * gst-libs/ext/mplex/buffer.hh:
35880         * gst-libs/ext/mplex/fastintfns.h:
35881         * gst-libs/ext/mplex/format_codes.h:
35882         * gst-libs/ext/mplex/inputstrm.cc:
35883         * gst-libs/ext/mplex/inputstrm.hh:
35884         * gst-libs/ext/mplex/lpcmstrm_in.cc:
35885         * gst-libs/ext/mplex/mjpeg_logging.cc:
35886         * gst-libs/ext/mplex/mjpeg_logging.h:
35887         * gst-libs/ext/mplex/mjpeg_types.h:
35888         * gst-libs/ext/mplex/mpastrm_in.cc:
35889         * gst-libs/ext/mplex/mpegconsts.cc:
35890         * gst-libs/ext/mplex/mpegconsts.h:
35891         * gst-libs/ext/mplex/mplexconsts.hh:
35892         * gst-libs/ext/mplex/multplex.cc:
35893         * gst-libs/ext/mplex/outputstream.hh:
35894         * gst-libs/ext/mplex/padstrm.cc:
35895         * gst-libs/ext/mplex/padstrm.hh:
35896         * gst-libs/ext/mplex/stillsstream.cc:
35897         * gst-libs/ext/mplex/stillsstream.hh:
35898         * gst-libs/ext/mplex/systems.cc:
35899         * gst-libs/ext/mplex/systems.hh:
35900         * gst-libs/ext/mplex/vector.cc:
35901         * gst-libs/ext/mplex/vector.hh:
35902         * gst-libs/ext/mplex/videostrm.hh:
35903         * gst-libs/ext/mplex/videostrm_in.cc:
35904         * gst-libs/ext/mplex/videostrm_out.cc:
35905         * gst-libs/ext/mplex/yuv4mpeg.cc:
35906         * gst-libs/ext/mplex/yuv4mpeg.h:
35907         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
35908         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
35909           We don't fork mjpegtools' mplex in our CVS anymore.
35910         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
35911         (gst_avi_demux_add_stream):
35912         * gst/avi/gstavidemux.h:
35913           Add getcaps() function for proper caps nego. This makes some
35914           parts of AVI playback/reading work.
35915         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
35916           Resize window on new capsnego. This is probably wrong, but
35917           I'm still committing it because with current capsnego, the
35918           first successfull capsnego is auto-fixated, therefore rounded
35919           down to the lowest values in the caps. this results in a 16x16
35920           XWindow that is not reized when real capsnego finishes.
35921           Dave, I see more cases of this, do you know a proper solution?
35922         * tools/gst-launch-ext.in:
35923           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
35924
35925 2003-12-31  David Schleef  <ds@schleef.org>
35926
35927         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
35928         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
35929           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
35930
35931 2003-12-30  David Schleef  <ds@schleef.org>
35932
35933         * ext/ffmpeg/gstffmpegcolorspace.c:
35934         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
35935         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
35936         (gst_ffmpegcsp_chain): Negotiation fixes
35937         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
35938         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
35939         (gst_audio_convert_link), (gst_audio_convert_channels):
35940         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
35941         (gst_audioscale_link), (gst_audioscale_get_buffer),
35942         (gst_audioscale_chain): Negotiation fixes
35943         * gst/audioscale/gstaudioscale.h:
35944         * gst/videofilter/gstvideofilter.c:
35945         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
35946         (gst_videofilter_link), (gst_videofilter_init),
35947         (gst_videofilter_set_output_size), (gst_videofilter_setup),
35948         (gst_videofilter_find_format_by_structure):
35949         * gst/videofilter/gstvideofilter.h: Negotiation fixes
35950         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
35951         (gst_videoscale_link):
35952         * gst/videoscale/videoscale.c: (videoscale_get_structure),
35953         (videoscale_find_by_structure), (gst_videoscale_setup):
35954         * gst/videoscale/videoscale.h: Negotiation fixes
35955         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
35956         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
35957         function, restrict resizing to a multiple of 4 (hack until
35958         everyone supports odd sizes correctly).
35959
35960 2003-12-29  Colin Walters  <walters@verbum.org>
35961
35962         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
35963         signed.
35964
35965 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
35966
35967         * ext/sndfile/gstsf.c: (gst_sf_loop):
35968           Fix warning about discarding const qualifier
35969
35970 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
35971
35972         * gst/cutter/gstcutter.c:
35973         * gst/videoscale/gstvideoscale.c:
35974         * gst/volenv/gstvolenv.c:
35975         * gst-libs/gst/audio/audio.c:
35976         * gst-libs/gst/video/video.c:
35977           Fix warnings
35978
35979 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35980
35981         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
35982           Don't send ALSA debugging to stderr.
35983         * ext/alsa/gstalsa.h:
35984           Use GST_WARNING instead of g_warning when ALSA functions fail.
35985
35986 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35987
35988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35989           Free XVAdapterInfo correctly.
35990
35991 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35992
35993         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
35994         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
35995           Make id3tag use correct caps nego.
35996
35997 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
35998
35999         * ext/ivorbis/vorbis.c:
36000         * ext/ivorbis/vorbisenc.h:
36001         * ext/ivorbis/vorbisfile.c:
36002           Modify so that it uses the new caps things
36003
36004 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36005
36006         * testsuite/spider/spider1.c: (main):
36007         * testsuite/spider/spider2.c: (main):
36008         * testsuite/spider/spider3.c: (main):
36009           Make tests compile again. They probably don't work.
36010
36011 2003-12-24  Colin Walters  <walters@verbum.org>
36012
36013         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
36014         we can't fixate the caps anymore.
36015
36016 2003-12-23  David Schleef  <ds@schleef.org>
36017
36018         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
36019         * sys/oss/gstosssink.c: (gst_osssink_init),
36020         (gst_osssink_sink_fixate): Add fixate function.
36021
36022 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36023
36024         * ext/ffmpeg/gstffmpegcodecmap.c:
36025         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
36026         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
36027         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
36028         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
36029         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
36030         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
36031         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
36032           fix typo in RGB masks, and move back to "old" colorspace
36033           capsnego code until whoever wrote this new crap has actually
36034           tested it so that it works.
36035           And yes, this works, keep it that way please.
36036
36037 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36038
36039         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
36040         (gst_divxdec_init), (gst_divxdec_negotiate):
36041         * ext/divx/gstdivxdec.h:
36042         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
36043         (gst_divxenc_init):
36044         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
36045         (gst_faac_sinkconnect), (gst_faac_srcconnect):
36046         * ext/mpeg2enc/gstmpeg2enc.cc:
36047         * ext/mpeg2enc/gstmpeg2encoder.cc:
36048         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
36049         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
36050         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
36051         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
36052         (dxr3spusink_init):
36053         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
36054         (dxr3videosink_init):
36055           Fix caps breakage after Dave's caps branch merge.
36056
36057 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36058
36059         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
36060           Fix for 24bpp display.
36061
36062 2003-12-23  Colin Walters  <walters@verbum.org>
36063
36064         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
36065         a GnomeVFSHandle directly.
36066
36067 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36068
36069         * gst/volume/Makefile.am:
36070         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
36071         (volume_base_init), (volume_init):
36072           Reenable volume element and fix to work with new caps stuff.
36073           Rhythmbox needs this.
36074
36075 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36076
36077         * gst/qtdemux/qtdemux.c: (plugin_init):
36078           qtdemux requires bytestream
36079
36080 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36081
36082         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
36083           Fix remaining caps handling errors due to CAPS merge.
36084
36085 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36086
36087         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
36088         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
36089         (gst_faad_srcconnect):
36090           Port to new caps system.
36091
36092 2003-12-21  Julien MOUTTE  <julien@moutte.net>
36093
36094         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
36095         (got_video_size), (main): using g_print instead of g_message.
36096         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
36097         signal which was not emitted because of "switch" element added to the
36098         bin but not connected. (Removing from the bin temporarily)
36099
36100 2003-12-21  Julien MOUTTE  <julien@moutte.net>
36101
36102         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
36103         find X development files. I don't understand the previous tests and
36104         they fail on my debian/ppc unstable. This one works.
36105         * examples/gstplay/player.c: (main): Set the pipeline to READY before
36106         exiting.
36107         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
36108         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36109         (gst_play_set_visualization): Add some safety checks in set_ methods
36110         and state_change. This was throwing some ugly CRITICAL messages when
36111         pipeline was getting disposed and casts were failing.
36112
36113 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36114
36115         * configure.ac:
36116           Improve mpeg2enc detection. This is for distributions that do
36117           ship mjpegtools, but without mpeg2enc. Also does object check
36118           for might there ever be ABI incompatibility.
36119         * ext/mpeg2enc/gstmpeg2enc.cc:
36120           Add Andrew as second maintainer (he's helping me), and also add
36121           an error if no caps was set. This happens if I pull before capsnego
36122           and that's something I should solve sometime else.
36123         * gst/matroska/matroska-demux.c:
36124         (gst_matroska_demux_parse_blockgroup):
36125           Fix time parsing.
36126         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
36127         (gst_matroska_mux_track_header):
36128           Add caps to templates.
36129         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
36130           Add mpegversion=1 to prevent confusion with MPEG/AAC.
36131         * gst/mpegstream/gstmpegdemux.c:
36132           Remove layer since it causes warnings about unfixed caps.
36133         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
36134           Fix obvious typo (we error out if caps were set, we should of
36135           course error out if *no* caps were set).
36136         * sys/oss/gstosselement.c: (gst_osselement_convert):
36137           Fix format conversion, we confused bits/bytes.
36138         * sys/oss/gstosselement.h:
36139           Improve documentation for 'bps'.
36140         * sys/v4l/TODO:
36141           Remove stuff about plugins that need removing - this was done
36142           ages ago.
36143         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
36144         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
36145         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
36146         (gst_v4lsrc_src_query):
36147         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
36148         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
36149           Add get_query_types(), get_formats() and query() functions.
36150
36151 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
36152
36153         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
36154           * moved CVS to freedesktop.org