autogen.sh: Add -Wno-portability to the automake parameters to stop warnings about...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
2
3         * autogen.sh:
4           Add -Wno-portability to the automake parameters to stop warnings
5           about GNU make extensions being used. We require GNU make in almost
6           every Makefile anyway.
7           
8         * configure.ac:
9           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
10           at the same time is required for per target flags.
11
12 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
13
14         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
15           Post an error message if we can't pull as many bytes as we need
16           for the tag. This makes sure the user gets to see a proper error
17           message if a file with a partial ID3 tag is fed to decodebin, and
18           not a 'no ID3 tag demuxer' error, which would be confusing
19           (see #508138).
20
21 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
22
23         * gst-libs/gst/pbutils/descriptions.c: (formats):
24           Add description strings for ID3, APE, and ICY tags.
25
26 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
27
28         * gst/playback/gstdecodebin.c: (try_to_link_1):
29           Make sure we error out correctly if we can't activate one of
30           the elements we've added.  Fixes #508138.
31           
32 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
33
34         Patch by: Bastien Nocera <hadess at hadess net>
35
36         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
37           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
38           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
39           the volume is the same for all channels. This works around
40           some problem in alsa that leaves us with inconsistent state
41           for some reason (#486840).
42
43 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
44
45         Patch by: Jerone Young <jerone at gmail com>
46
47         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
48           If there's no mixer track by the name of 'Master' or 'Front',
49           check if there's one called 'PCM' before trying the generic
50           fallback logic (fixes #506928, where we pick 'Mic' as master
51           track for the AD1984 card in a Thinkpad T61/X61 laptop).
52
53 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
54
55         * gst/playback/gstplay-enum.c:
56         (register_gst_autoplug_select_result),
57         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
58         (gst_play_flags_get_type):
59         * gst/playback/gstplay-enum.h:
60         Add enums for configuration flags.
61
62         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
63         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
64         (gst_play_bin_get_property), (no_more_pads_cb),
65         (autoplug_select_cb), (gst_play_bin_change_state):
66         Merge mode with flags.
67         Add more property getters/setters, defaults and docs.
68         Add properties to get number of audio/video/text streams.
69         Create sink object in _init so that we can always rely on it being
70         there.
71
72         * gst/playback/gstplaysink.c: (gst_play_sink_init),
73         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
74         (activate_vis), (gst_play_sink_reconfigure),
75         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
76         (gst_play_sink_change_state):
77         * gst/playback/gstplaysink.h:
78         Use flags to configure the sink pipelines.
79         Add tee before audio pipeline so that we can use it for visualisations.
80         Start working on integrating visualisations.
81         Remove mode, we can do everything with the flags now.
82         Add method to configue the sink pipeline.
83
84 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
85
86         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
87           (check_buffer_timestamp), (check_buffer_duration):
88           Turn these functions into macros so we can see right away
89           where the failure occured.
90
91 2008-01-05  Julien Moutte  <julien@fluendo.com>
92
93         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
94         debugging information to understand how X calculates the stride
95         for XvImages.
96
97 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
98
99         * gst/volume/Makefile.am:
100         * gst/volume/gstvolume.c: (volume_choose_func),
101         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
102         (volume_setup):
103         * gst/volume/gstvolume.h:
104         Use GstAudioFilter as base class for the volume element instead of
105         plain GstBaseTransform.
106
107 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
108
109         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
110         Don't set element details for the abstract GstAudioFilter class.
111
112 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
113
114         * gst-libs/gst/audio/gstaudiofilter.c:
115         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
116         Implement get_unit_size() vmethod of GstBaseTransform.
117
118 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
119
120         * gst-libs/gst/pbutils/Makefile.am:
121         * gst-libs/gst/pbutils/pbutils.h:
122         Use glib-enum generator to have a proper enum GType for
123         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
124
125 2007-12-31  David Schleef  <ds@schleef.org>
126
127         * tests/check/Makefile.am:
128         * tests/check/pipelines/theoraenc.c:
129           Reenable theoraenc test, which fails on the buildbot but
130           not locally.
131
132 2007-12-31  David Schleef  <ds@schleef.org>
133
134         * docs/libs/.cvsignore:
135         * docs/plugins/.cvsignore:
136           Add *-undeclared.txt to fix buildbot.
137
138 2007-12-31  David Schleef  <ds@schleef.org>
139
140         * tests/check/Makefile.am:
141           Second attempt at disabling theoraenc test long enough to
142           get buildbot to compile -base.
143
144 2007-12-31  David Schleef  <ds@schleef.org>
145
146         * tests/check/pipelines/theoraenc.c:
147           Disable theoraenc test long enough to get the buildbot to
148           compile a recent -base.
149
150 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
151
152         * tests/examples/seek/seek.c: (stop_cb):
153         Make sure we reset the slider value to 0.0 without racing against a
154         possible g_idle that sets it to something else.
155
156 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
157
158         * sys/ximage/ximagesink.c:
159         fix typo
160
161 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
162
163         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
164         * gst-libs/gst/rtsp/gstrtspdefs.h:
165         Add Location header so that we can start implementing redirects.
166         See #506025.
167
168 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
169
170         * gst/subparse/gstssaparse.c:
171         combine if's
172
173 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
174
175         * gst/subparse/gstssaparse.c:
176         remove duplicate log message
177
178 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
179
180         * ext/libvisual/visual.c: (gst_visual_chain):
181         Fix 'xyz may be used uninitialized' compiler warnings caused
182         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
183         abort() in any case but properly report the error.
184
185 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
186
187         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
188         (gst_play_bin_finalize), (gst_play_bin_set_uri),
189         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
190         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
191         (autoplug_select_cb), (activate_group), (deactivate_group),
192         (setup_next_source), (save_current_group),
193         (gst_play_bin_change_state):
194         Code cleanups.
195         Remove next-uri, we can use the uri property just fine.
196         Fix some crasher.
197         Unref uridecodebin when switching.
198         Fix going to READY.
199
200         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
201         (gst_play_sink_init), (gst_play_sink_dispose),
202         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
203         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
204         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
205         (gst_play_sink_set_property), (gst_play_sink_get_property),
206         (gen_video_chain), (gen_text_element), (gen_audio_chain),
207         (gen_vis_element), (gst_play_sink_get_mode),
208         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
209         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
210         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
211         (gst_play_sink_change_state):
212         * gst/playback/gstplaysink.h:
213         Add some locking to make things threadsafe.
214
215         * gst/playback/test7.c: (about_to_finish_cb):
216         Fix test.
217
218 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
219
220         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
221           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
222           (gst_video_scale_transform):
223           Don't claim to be able to handle/transform caps that can't really
224           be handled by the currently selected scaling method (here: RGB or
225           packed YUV with 4-tap method). Also add locking to method property.
226
227         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
228           (test_basetransform_based):
229           Some test pipelines for the above (not entirely valgrind clean yet
230           apparently).
231
232 2007-12-21  David Schleef  <ds@schleef.org>
233
234         * gst-libs/gst/video/video.c:
235         * gst-libs/gst/video/video.h:
236           Add additional RGBA and RGB-24 video formats.
237
238 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
239
240         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
241           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
242           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
243         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
244           (cddabasesrc_suite):
245           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
246           deprecated in the future (see #498924).
247
248 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
249
250         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
251           Don't leak event.
252
253 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
254
255         * gst-libs/gst/riff/riff-read.c:
256         Use GST_ROUND_UP_2 macro
257
258 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
259
260         * gst/playback/.cvsignore:
261           Ignore more.
262
263 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
264
265         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
266         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
267           (set_active_source):
268         * gst/playback/gstplaybasebin.h:
269         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
270           (setup_sinks), (playbin_set_subtitles_visible):
271           Make switching off of subtitles work. To avoid all kind of
272           problems with unlinking of the subtitle input, we just keep
273           the subtitle inputs linked as they are and tell textoverlay
274           not to render them. Fixes #373011.
275           Other subtitle switching issues (esp. when there are both
276           external and in-stream subtitles) remain. They'll be solved
277           in playbin2.
278
279 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
280
281         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
282         Init the pad segment too.
283
284 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
285
286         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
287         (gst_audioringbuffer_open_device),
288         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
289         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
290         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
291         (gst_audio_sink_create_ringbuffer):
292         Improve debug output.
293
294         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
295         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
296         Prevent some functions from doing things and failing when the
297         ringbuffer is not yet acquired.
298
299 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
300
301         * gst-libs/gst/interfaces/interfaces.h:
302           Also remove interfaces.h from CVS as it is not needed anymore.
303
304 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
305
306         * gst-libs/gst/interfaces/Makefile.am:
307           interfaces.h is not used anymore so remove it from the build
308           process.
309
310 2007-12-17  David Schleef  <ds@schleef.org>
311
312         * gst/videotestsrc/gstvideotestsrc.c:
313         * gst/videotestsrc/gstvideotestsrc.h:
314           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
315           for testing vertical refresh synchronization.
316
317 2007-12-17  David Schleef  <ds@schleef.org>
318
319         * docs/libs/gst-plugins-base-libs-sections.txt:
320         * gst-libs/gst/video/video.c:
321         * gst-libs/gst/video/video.h:
322           Add new GstVideFormat enum and write a bunch of helper functions
323           based around it.
324
325 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
326
327         * Makefile.am:
328           Use new common/win32.mak.
329
330 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
331
332         * gst-libs/gst/audio/gstbaseaudiosrc.c:
333         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
334         Add debug info.
335         When going from PLAYING to PAUSED, pause the ringbuffer before calling
336         the parent state change function, just like the audiosink, because the
337         parent waits for the element to finish its processing before completing
338         the state change. This makes going to PAUSED a lot snappier.
339         When going from READY to PAUSED, don't allow the ringbuffer to start
340         yet.
341
342 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
343
344         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
345         Yet another fix for broken software that produce files with an empty
346         blockalign field. Instead of completely failing, make a second attempt
347         at guessing the width/depth by looking at strf->size.
348
349 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
350
351         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
352           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
353         * gst-libs/gst/pbutils/install-plugins.c:
354           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
355         * gst-libs/gst/pbutils/missing-plugins.c:
356           (gst_missing_plugin_message_get_installer_detail),
357           (gst_missing_encoder_installer_detail_new):
358         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
359         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
360           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
361           avoid compiler warnings (#503930).
362
363 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
364
365         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
366         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
367         for jpeg video streams.
368         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
369         for the above modification.
370
371 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
372
373         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
374           (gst_x_overlay_handle_events):
375           More guards (we don't want klass to end up being NULL).
376
377 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
378
379         * configure.ac:
380         * gst/volume/gstvolume.c: (gst_volume_init):
381           Use new gst_base_transform_set_gap_aware() function as volume
382           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
383           for this.
384
385 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
386
387         * tests/examples/seek/seek.c: (msg_segment_done), (main):
388         Don't go to READY on EOS as this avoids testing of seeking and
389         restarting after EOS, use the stop button when you want to READY.
390         Don't try to do a flushing seek in segment-done, it does not make
391         sense to use this for gapless playback and is not needed.
392
393 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
394
395         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
396         (reset_rate_timer), (update_in_rates), (update_out_rates),
397         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
398         (gst_queue_chain), (gst_queue_loop):
399         Use separate timers for input and output rates.
400         Pause measuring the output rate when we block for more data.
401         See #503262.
402
403 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
404
405         * gst/playback/gstqueue2.c: (gst_queue_chain):
406         Pause the timer to measure the input rate when we block because the
407         queue is filled. See #503262.
408
409 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
410
411         Patch by: Peter Kjellerstedt  <pkj at axis com>
412
413         * gst-libs/gst/rtsp/gstrtspconnection.c:
414         (gst_rtsp_connection_free):
415         Close control sockets. Fixes #503440.
416
417 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
418
419         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
420         Expose the right pad in the right place with the right element.
421
422 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
423
424         * gst-libs/gst/pbutils/descriptions.c: (formats):
425           Add description for 'private' dts caps (who come up with that name?).
426
427 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
428
429         * Makefile.am:
430           Add check-exports target and run it with 'make check'.
431
432         * configure.ac:
433           Be stricter about what we export in our libraries: change regexp so that
434           we only export _gst_foo(), but not __gst_foo().
435
436         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
437         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
438           Change internal functions to __gst_foo so they dont' get exported.
439
440         * win32/common/libgstaudio.def:
441           Add missing symbols.
442
443 2007-12-11  David Schleef  <ds@schleef.org>
444
445         * ChangeLog: remove conflict markers
446
447 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
448
449         * ext/gnomevfs/Makefile.am:
450         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
451           Use gst_tag_freeform_string_to_utf8() here, which also takes
452           into account any character sets specified by the user via
453           environment variables.
454
455 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
456
457         * gst/audioconvert/Makefile.am:
458         Also link to libm.
459
460 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
461
462         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
463         No need for floating point operations here. avoids having to link
464         against the math library too.
465
466 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
467
468         * gst-libs/gst/pbutils/descriptions.c: (formats),
469           (format_info_get_desc):
470         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
471           (GST_START_TEST):
472           Add one or two missing formats.  Generate ADPCM description
473           dynamically depending on layout/format.
474
475 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
476
477         * configure.ac:
478           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
479
480 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
481
482         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
483
484         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
485           Some .srt files start with chunk number 0 and not chunk number 1,
486           recognise and accept those as well (fixes #502497).
487
488         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
489           (test_src):
490           Add unit test for the above.
491
492 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
493
494         * gst/playback/gstplay-enum.c:
495         (register_gst_autoplug_select_result),
496         (gst_autoplug_select_result_get_type):
497         * gst/playback/gstplay-enum.h:
498         Add missing files.
499
500 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
501
502         * gst/playback/Makefile.am:
503         Group decodebin2 and uridecodebin into the same plugin so that they
504         can share the GEnumType.
505
506         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
507         (_gst_select_accumulator), (gst_decode_bin_class_init),
508         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
509         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
510         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
511         Add signal to sort factories instead of the more awkward autoplug-select
512         signal.
513         Modify autoplug_select so that we can try, skip or expose the
514         autopluggin of an element on a pad.
515
516         * gst/playback/gstfactorylists.c: (compare_ranks),
517         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
518         (element_filter), (gst_factory_list_get_elements),
519         (gst_factory_list_debug), (gst_factory_list_filter):
520         * gst/playback/gstfactorylists.h:
521         Simplify the API, allow getting elements based on mask.
522
523         * gst/playback/gstplay-marshal.list:
524         Add some more marshallers.
525
526         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
527         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
528         (autoplug_select_cb), (activate_group):
529         Add support for managing non-raw sinks by providing a custom element and
530         sink list to decodebin2.
531         Try to plug non-raw sinks when decodebin2 using autoplug-select of
532         decodebin2.
533
534         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
535         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
536         * gst/playback/gstplaysink.h:
537         Add support for raw and non-raw sinks. 
538         Add support to force sinks selected by playbin2.
539         Don't plug raw converters for non-raw sinks.
540
541         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
542         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
543         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
544         (plugin_init):
545         Use right accumulators.
546         Proxy new signal.
547
548 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
549
550         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
551         Use runnning time as the base time instead of the timestamp.
552         Spotted by Saur on IRC.
553
554 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
555
556         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
557         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
558
559 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
560
561         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
562         (gst_ogg_demux_read_chain):
563         If we find a new serial number but it does not contain a BOS page, make
564         sure we initialize the chain to NULL because else we will try to scan it
565         and crash. Fixes #500763
566
567 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
568
569         * gst/playback/Makefile.am:
570         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
571         (get_feature_array), (decoders_filter), (sinks_filter),
572         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
573         (gst_factory_list_filter):
574         * gst/playback/gstfactorylists.h:
575         Refactor some common code to filter factories and check caps compat.
576
577         * gst/playback/gstdecodebin.c:
578         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
579         (gst_decode_bin_init), (gst_decode_bin_dispose),
580         (gst_decode_bin_autoplug_continue),
581         (gst_decode_bin_autoplug_factories),
582         (gst_decode_bin_autoplug_select), (analyze_new_pad),
583         (find_compatibles):
584         * gst/playback/gstplaybin.c:
585         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
586         (gst_play_bin_init), (gst_play_bin_finalize),
587         (autoplug_factories_cb), (activate_group):
588         * gst/playback/gstqueue2.c:
589         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
590         (proxy_autoplug_continue_signal),
591         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
592         (proxy_drained_signal):
593         Add some more debug info and use factor filtering code.
594
595 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
596
597         * gst/audiotestsrc/gstaudiotestsrc.c:
598         * gst/volume/gstvolume.c:
599         * gst/volume/gstvolume.h:
600           Add GAP-flag support.
601
602 2007-11-24  Julien MOUTTE  <julien@moutte.net>
603
604         * tests/examples/seek/seek.c: (main): Increase the range of the
605         rate selector as I would like to test QOS behavior at higher
606         forward and reverse playback speed like say 64x.
607
608 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
609
610         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
611         (audioresample_query), (audioresample_query_type),
612         (gst_audioresample_set_property):
613         Implement latency query.
614
615 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
616
617         * gst-libs/gst/audio/gstbaseaudiosink.c:
618         (gst_base_audio_sink_drain):
619         Our EOS time contains the base_time, _wait_eos() expects a running_time
620         so we have to subtract the base_time again before calling the function.
621         This fixes an EOS regression where the base_time was added twice and EOS
622         took longer and longer in certain situations.
623         Fixes #498767.
624
625 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
626
627         * docs/libs/gst-plugins-base-libs-sections.txt:
628         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
629         (gst_base_audio_sink_set_provide_clock),
630         (gst_base_audio_sink_get_provide_clock),
631         (gst_base_audio_sink_set_slave_method),
632         (gst_base_audio_sink_get_slave_method),
633         (gst_base_audio_sink_set_property),
634         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
635         (gst_base_audio_sink_none_slaving),
636         (gst_base_audio_sink_handle_slaving):
637         * gst-libs/gst/audio/gstbaseaudiosink.h:
638         Expose methods for some object properties so that subclasses can more
639         easily configure them.
640         Added slave method none, that completely disables slaving to the
641         internal clock.
642         API: gst_base_audio_sink_set_provide_clock()
643         API: gst_base_audio_sink_get_provide_clock()
644         API: gst_base_audio_sink_set_slave_method()
645         API: gst_base_audio_sink_get_slave_method()
646
647         * gst-libs/gst/audio/gstbaseaudiosrc.c:
648         (gst_base_audio_src_set_provide_clock),
649         (gst_base_audio_src_get_provide_clock),
650         (gst_base_audio_src_set_property),
651         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
652         * gst-libs/gst/audio/gstbaseaudiosrc.h:
653         Expose methods for some object properties so that subclasses can more
654         easily configure them.
655         API: gst_base_audio_src_set_provide_clock()
656         API: gst_base_audio_src_get_provide_clock()
657
658 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
659
660         Patch by: Joe Peterson <lavajoe at gentoo dot org>
661
662         * gst-libs/gst/sdp/gstsdpmessage.c:
663         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
664
665 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
666
667         * tests/check/libs/fft.c: (GST_START_TEST):
668         Fix scaling to really have dB instead of something else.
669
670 2007-11-19  Julien MOUTTE  <julien@moutte.net>
671
672         * tests/examples/seek/seek.c: (main): There's a nice macro to check
673         GTK version, use it.
674
675 2007-11-19  Julien MOUTTE  <julien@moutte.net>
676
677         * tests/examples/seek/seek.c: (main): Try to support stable version
678         of GTK.
679
680 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
681
682         * gst/playback/README:
683         * gst/playback/test7.c:
684           Fix the build + little README update.
685
686 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
687
688         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
689         Add playbin2 seek pipeline.
690
691 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
692
693         * gst/playback/Makefile.am:
694         * gst/playback/gstplayback.c: (plugin_init):
695         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
696         (eos_cb), (about_to_finish_cb), (main):
697         Add playbin2.
698         Added gapless playback example.
699
700         * gst/playback/gstplaybasebin.c:
701         * gst/playback/gstplaybasebin.h:
702         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
703         * gst/playback/gstqueue2.c:
704         * gst/playback/test.c:
705         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
706         (pad_removed_cb):
707         * gst/playback/gststreaminfo.h:
708         Change email.
709
710         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
711         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
712         (gst_play_bin_dispose), (gst_play_bin_set_uri),
713         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
714         (gst_play_bin_get_property), (gst_play_bin_handle_message),
715         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
716         (drained_cb), (unlink_group), (activate_group),
717         (setup_next_source), (gst_play_bin_change_state),
718         (gst_play_bin2_plugin_init):
719         Added raw first version of playbin2. Does chained oggs and gapless
720         playback fine. No support for raw sinks yet. No visualisations or
721         subtitles yet.
722
723         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
724         (gst_play_sink_class_init), (gst_play_sink_init),
725         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
726         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
727         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
728         (gst_play_sink_set_property), (gst_play_sink_get_property),
729         (post_missing_element_message), (free_chain), (add_chain),
730         (activate_chain), (gen_video_chain), (gen_text_element),
731         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
732         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
733         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
734         (gst_play_sink_send_event), (gst_play_sink_change_state):
735         * gst/playback/gstplaysink.h:
736         Added Element that abstracts the sinks and their pipelines for playbin2.
737
738 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
739
740         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
741         (gst_selector_pad_class_init), (gst_selector_pad_init),
742         (gst_selector_pad_finalize), (gst_selector_pad_reset),
743         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
744         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
745         (gst_selector_pad_chain), (gst_stream_selector_get_type),
746         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
747         (gst_stream_selector_init), (gst_stream_selector_set_property),
748         (gst_stream_selector_get_linked_pad),
749         (gst_stream_selector_getcaps),
750         (gst_stream_selector_is_active_sinkpad),
751         (gst_stream_selector_activate_sinkpad),
752         (gst_stream_selector_get_linked_pads),
753         (gst_stream_selector_request_new_pad),
754         (gst_stream_selector_release_pad):
755         * gst/playback/gststreamselector.h:
756         Improve streamselector, make it select and unselect the current pad more
757         intelligently. 
758         Subclass GstPad for the sinkpads of the selector.
759         Handle segments more correctly.
760         Fix caps negotiation.
761         Implement release_pad.
762
763 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
764
765         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
766         (gst_decode_group_check_if_drained), (source_pad_event_probe),
767         (remove_fakesink):
768         Add drained signal fired when decodebin finishes decoding the data.
769         Remove deprecated STATE_DIRTY message.
770
771         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
772         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
773         (analyse_source), (proxy_drained_signal), (make_decoder),
774         (source_new_pad), (value_list_append_structure_list),
775         (handle_redirect_message), (handle_message):
776         Proxy the new drained signal.
777         Handle pad removed from decodebin.
778         Handle redirect messages by sorting multiple redirections based on the
779         connection speed.
780
781 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
782
783         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
784
785         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
786         Fix leaking headers. Fixes #496761.
787
788 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
789
790         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
791
792         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
793         (gst_ximagesink_change_state):
794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
795         Don't leak the PAR on errors. Fixes #496731.
796
797 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
798
799         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
800           (gst_tag_from_id3_user_tag):
801           Add mapping for audio cd discid tags, so we can extract
802           them from tags as well (see #347848). Also compare identifiers
803           in ID3v2 TXXX frames in a case-insensitive way to increase
804           compatibility when reading tags (discid vs. DiscID vs. DiscId).
805
806 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
807
808         * gst-plugins-base.doap:
809         Oops, fix the release name.
810
811 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
812
813         * gst-plugins-base.doap:
814         Add 0.10.15 release
815
816 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
817
818         * configure.ac:
819         Back to CVS
820
821 === release 0.10.15 ===
822
823 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
824
825         * configure.ac:
826           releasing 0.10.15, "No need to argue"
827
828 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
829
830         * win32/vs6/libgstfft.dsp:
831         Convert line endings to DOS.
832
833 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
834
835         * win32/vs6/gst_plugins_base.dsw:
836         * win32/vs6/libgstfft.dsp:
837         * win32/MANIFEST:
838         Add a project file for fft plugin and remove socket
839         based plugin which don't build from the workspace.
840         * win32/vs6/libgstaudio.dsp:
841         * win32/vs6/libgstrtp.dsp:
842         * win32/vs6/libgsttag.dsp:
843         Convert line endings back to DOS.
844         Fixes #496724
845
846 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
847
848         * win32/vs6/libgstinterfaces.dsp:
849         * win32/vs6/libgstrtsp.dsp:
850         Convert line endings back to DOS
851
852 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
853
854         * gst-libs/gst/fft/kiss_fft_f32.h:
855         * gst-libs/gst/fft/kiss_fft_f64.h:
856         * gst-libs/gst/fft/kiss_fft_s16.h:
857         * gst-libs/gst/fft/kiss_fft_s32.h:
858         Don't include malloc.h which doesn't exist on Mac OSX.
859         Instead, pull in glib.h and use g_malloc/g_free for 
860         consistency. Fixes: #496548
861
862 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
863
864         * gst/playback/gstdecodebin2.c:
865           Dont leak ghostpad. Fixes #475451.
866
867 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
868
869         * docs/design/design-decodebin.txt:
870         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
871         Update some more docs and comments.
872
873 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
874
875         Patch by: Sebastien Moutte  <sebastien moutte net>
876
877         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
878           (gst_rtcp_unix_to_ntp):
879         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
880           Fix some C99-isms and and a missing function that some versions of
881           MSVC don't like too much (#494346).
882
883         * win32/vs6/gst_plugins_base.dsw:
884         * win32/vs6/libgstaudio.dsp:
885         * win32/vs6/libgstrtp.dsp:
886         * win32/vs6/libgsttag.dsp:
887           Update vs6 projects files (#494346).
888
889 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
890
891         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
892
893         * win32/common/libgstaudio.def:
894         * win32/common/libgstcdda.def:
895         * win32/common/libgstinterfaces.def:
896         * win32/common/libgstnetbuffer.def:
897         * win32/common/libgstpbutils.def:
898         * win32/common/libgstrtp.def:
899         * win32/common/libgstrtsp.def:
900         * win32/common/libgsttag.def:
901         * win32/common/libgstvideo.def:
902           More missing symbols to export (fixes #493986).
903
904 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
905
906         * docs/libs/gst-plugins-base-libs-sections.txt:
907         * gst-libs/gst/fft/gstfftf32.c:
908         * gst-libs/gst/fft/gstfftf32.h:
909         * gst-libs/gst/fft/gstfftf64.c:
910         * gst-libs/gst/fft/gstfftf64.h:
911         * gst-libs/gst/fft/gstffts16.c:
912         * gst-libs/gst/fft/gstffts16.h:
913         * gst-libs/gst/fft/gstffts32.c:
914         * gst-libs/gst/fft/gstffts32.h:
915         * tests/check/libs/fft.c: (GST_START_TEST):
916         Remove the magnitude and phase calculation functions as these have
917         very special use cases and can't even be used for the spectrum
918         element. Also adjust the docs to mention some properties of the used
919         FFT implemention, i.e. how the values are scaled. Fixes #492098.
920
921 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
922
923         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
924           (finish_source):
925           Avoid crash when there are external subtitles (fixes #491722).
926
927 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
928
929         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
930         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
931           'Could not open resource for writing' is not an acceptable
932           error message when we can't open the audio device (see #492334),
933           even less so when we're trying to open it to record something.
934
935 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
936
937         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
938
939         * win32/common/libgstrtp.def:
940           Add some more missing symbols (#492813).
941
942 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
943
944         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
945
946         * tests/check/elements/audioconvert.c: (verify_convert):
947           Add check to make sure that the out caps have a channel layout
948           set on them where they should have one.
949
950 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
951
952         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
953
954         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
955         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
956           Include our own _stdint.h instead of sys/types.h, makes MingW happy
957           (#492306).
958
959         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
960           Use _pipe directly, GLib doesn't have a pipe() macro any longer
961           (it disappeared in GLib 2.14.0) (#492306).
962
963         * gst-libs/gst/sdp/Makefile.am:
964         * gst-libs/gst/sdp/gstsdpmessage.c:
965           Fix includes and LIBS for win32/Mingw (#492306).
966
967         * tests/examples/dynamic/addstream.c (pause_play_stream):
968           Use more portable g_usleep() instead of sleep() (#492306).
969
970 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
971
972         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
973
974         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
975           (gst_ring_buffer_parse_caps):
976           Return NULL instead of an enum that happens to be 0, fixes warning
977           on MSVC (#492114).
978
979         * gst-libs/gst/audio/gstringbuffer.h:
980           No trailing commas in enum list (for gcc-2.9x).
981
982         * gst/videotestsrc/videotestsrc.c: (random_char):
983           Make information loss explicit instead of implicitly truncating to
984           eight bits via the return value.  Fixes runtime error on MSVC when
985           using the debug CRT (#492114).
986
987         * win32/common/config.h.in:
988           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
989
990         * win32/common/libgstinterfaces.def:
991         * win32/common/libgstrtp.def:
992           Export a few more symbols (#492114).
993
994 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
995
996         * gst-libs/gst/audio/audio.c:
997         * gst-libs/gst/audio/audio.h:
998           Readd the deprecation guards, but preserve compilability.
999
1000 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1001
1002         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
1003           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
1004           Preserve channel layout when fixating the number of channels in the
1005           output caps, or make sure there's a suitable channel position layout
1006           set on the caps if required. Fixes #430677.
1007
1008 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1009
1010         * tests/check/elements/decodebin.c: (test_text_plain_streams):
1011           Make sure the pipeline really operates in push mode as it should
1012           in this case.
1013
1014 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1015
1016         * gst-libs/gst/audio/audio.h:
1017           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
1018           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
1019           (ie. normal cvs builds) will fail.
1020
1021 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
1022
1023         * docs/libs/Makefile.am:
1024         * gst-libs/gst/audio/audio.c:
1025         * gst-libs/gst/audio/audio.h:
1026         * gst-libs/gst/interfaces/mixer.c:
1027           tell gtk-doc about the deprecation guard. Apply more doc fixes.
1028
1029 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
1030
1031         * tests/check/libs/audio.c: (init_value_to_channel_layout),
1032           (test_channel_layout_value_intersect), (audio_suite):
1033           Add simple unit test to make sure GstValue intersection
1034           of channel layouts works the way I think it does.
1035
1036 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
1037
1038         * docs/libs/gst-plugins-base-libs-sections.txt:
1039         * gst-libs/gst/audio/gstaudiofilter.h:
1040         * gst-libs/gst/interfaces/mixer.h:
1041         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1042         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1043         * gst-libs/gst/sdp/gstsdpmessage.c:
1044           Fix the docs according to what gtk-doc complained about.
1045
1046 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
1047
1048         * tests/icles/stress-playbin.c:
1049           Fix the build.
1050
1051 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
1052
1053         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
1054         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1055           Post nice/more useful error message if we don't have a decoder for
1056           the primary type.
1057
1058 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1059
1060         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
1061         Be a bit more useful, unblock the pads after we fired the no-more-pads
1062         signal so that we can use the signal to inspect and connect all pads
1063         without having to keep extra state outside of decodebin.
1064
1065 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1066
1067         * gst/playback/gsturidecodebin.c:
1068         (gst_uri_decode_bin_autoplug_continue),
1069         (gst_uri_decode_bin_class_init), (no_more_pads_full):
1070         Implement default signal handler so that we return TRUE when nothing is
1071         connected.
1072
1073 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1074
1075         * gst-libs/gst/riff/riff-media.c:
1076         (gst_riff_wavext_add_channel_layout),
1077         (gst_riff_wave_add_default_channel_layout),
1078         (gst_riff_wavext_get_default_channel_mask),
1079         (gst_riff_create_audio_caps):
1080         Use the ALSA channel layout as default for wav files without channel
1081         layout information. This fixes playback of chan-id.wav on 5.1 systems
1082         for example. Also refactor the channel layout setting a bit and add
1083         more default channel orders. Fixes #489010.
1084
1085 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1086
1087         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
1088           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
1089           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
1090           instead.
1091
1092 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
1093
1094         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1095         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
1096         (gst_decode_bin_set_subs_encoding),
1097         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
1098         (gst_decode_bin_get_property), (analyze_new_pad):
1099         Move subtitle encoding property to decodebin2 so that it can set the
1100         property value on all elements that it autoplugs and that require it.
1101         Make caps refcounting more consistent in get/set.
1102
1103         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
1104         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1105         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
1106         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
1107         (proxy_autoplug_continue_signal),
1108         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
1109         (make_decoder):
1110         Proxy properties and relevant signals from the internal decodebin.
1111         Make properties MT safe.
1112
1113 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1114
1115         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
1116         * gst-libs/gst/tag/tags.c:
1117           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
1118           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
1119
1120         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
1121           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
1122
1123         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
1124           (gst_tag_to_vorbis_comments):
1125           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
1126           just mapping everything I found in the wild) (#414539).
1127
1128 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
1129
1130         Inspired by patch of: René Stadler <mail at renestadler dot de>
1131
1132         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
1133         (gst_decode_bin_autoplug_continue),
1134         (gst_decode_bin_autoplug_factories),
1135         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
1136         (find_compatibles):
1137         * gst/playback/gstplay-marshal.list:
1138         Remove the autoplug-sort signal and replace it with a binding friendly
1139         autoplug-select signal.
1140         Add an autoplug-factories signal that can be used to generate a list of
1141         factories to try to autoplug.
1142         Add the GstPad to the autoplugging signal args as it might be needed to
1143         make a good factory selection.
1144         Fix up the marshallers for this. Fixes #407282.
1145
1146 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1147
1148         * gst-libs/gst/tag/gsttagdemux.c:
1149           Don't abort with an assertion if we receive a seek event with
1150           a start type of NONE (see launchpad bug #155878).
1151
1152 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1153
1154         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
1155         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
1156         (gst_ximagesink_change_state), (gst_ximagesink_reset):
1157         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
1158         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
1159         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
1160         Make sure that before we clean up the X resources, we shutdown and join
1161         the event thread.
1162         Also make sure the event thread does not shut down immediatly after
1163         startup because the running variable is not yet correctly set.
1164         Fixes #378770. 
1165
1166 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
1167
1168         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
1169         Make the window for a race in typefind and shutting down smaller until
1170         we figure out the right locking here. Avoids #485753 usually.
1171
1172         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
1173         Remove unneeded lock causing a race in typefind and shutting down.
1174         Fixes #485753.
1175
1176         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
1177         Also remove sinks when going to NULL because we might not complete the
1178         state change to PAUSED, causing the PAUSED->READY state change not to
1179         happen.
1180
1181 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
1182
1183         * gst-libs/gst/audio/gstbaseaudiosink.c:
1184         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
1185         Also explicitly release the ringbuffer when going to NULL because it
1186         is required in the setcaps function, before the state change to PAUSED
1187         completes.
1188
1189 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
1190
1191         * tests/icles/.cvsignore:
1192         * tests/icles/Makefile.am:
1193         * tests/icles/stress-playbin.c:
1194           Does what it says on the tin.
1195
1196 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
1197
1198         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
1199         Fix queue negotiation. See #486758.
1200
1201 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
1202
1203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
1204         (gst_xvimagesink_xwindow_new),
1205         (gst_xvimagesink_update_colorbalance),
1206         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
1207
1208         Fix handling of some of the X atoms. If the last parameter is True,
1209         XInternAtom won't create the atom if it doesn't exist, and therefore
1210         might return None. This causes X errors on Xv implementations that
1211         don't provide the colour balance attributes.
1212
1213 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1214
1215         * gst-libs/gst/tag/gstvorbistag.c:
1216         * tests/check/libs/tag.c:
1217           Extract vorbis comment LICENSE tags correctly.
1218
1219 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1220
1221         Patch by: Jason Kivlighn  <jkivlighn gmail com>
1222
1223         * gst-libs/gst/tag/gstid3tag.c:
1224         * tests/check/libs/tag.c:
1225           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
1226
1227 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
1228
1229         * gst-libs/gst/tag/gsttagdemux.c:
1230           Don't error out when a buggy downstream element doesn't
1231           handle the newsegment event we send properly (especially
1232           not without posting a meaningful error message on the
1233           bus). See bug #471370 and launchpad bug #136264.
1234
1235 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
1236
1237         * gst-libs/gst/audio/gstbaseaudiosink.c:
1238         (gst_base_audio_sink_drain):
1239         Use new basesink method to make our EOS drain interruptable.
1240
1241 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
1242
1243         * gst-libs/gst/rtp/gstrtppayloads.c:
1244         Fix silly search-replace oversight.
1245
1246 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
1247
1248         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1249
1250         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
1251         (gst_basertppayload_set_outcaps):
1252         Fix caps memleak. Fixes #484989.
1253
1254
1255 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1256
1257         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1258         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
1259         Fix debug output.
1260
1261 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1262
1263         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1264         (gst_base_audio_src_create):
1265         Also handle the case where there is no clock set on the audio source,
1266         like in the unit tests.
1267
1268 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1269
1270         * gst-libs/gst/rtp/gstrtppayloads.c:
1271         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
1272         to avoid compiler warnings
1273
1274 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1275
1276         * gst/playback/gstdecodebin.c: (type_found),
1277         (gst_decode_bin_change_state):
1278         * gst/playback/gstdecodebin2.c: (type_found),
1279         (gst_decode_bin_change_state):
1280         Don't disconnect the have_type signal because we never reconnect it
1281         later on. Instead keep a variable to see if we already detected a type.
1282
1283 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1284
1285         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
1286         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
1287         (type_found):
1288         Unlink the signal handler when we found the type, we're not going to do
1289         anything sensible with more type_found signals anyway.
1290
1291 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1292
1293         * gst-libs/gst/tag/gsttagdemux.c:
1294           Don't leak caps.
1295
1296 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1297
1298         * gst-libs/gst/tag/Makefile.am:
1299         * gst-libs/gst/tag/gsttagdemux.c:
1300         * gst-libs/gst/tag/gsttagdemux.h:
1301           API: add GstTagDemux base class for simple tag demuxers.
1302
1303         * docs/libs/gst-plugins-base-libs-docs.sgml:
1304         * docs/libs/gst-plugins-base-libs-sections.txt:
1305           Add GstTagDemux to docs.
1306
1307 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
1308
1309         * gst-libs/gst/rtp/gstrtpbuffer.c:
1310         (gst_rtp_buffer_get_payload_subbuffer):
1311         Fix bug introduced with last commit which inverted the logic and
1312         caused all buffers to be dropped. Fixes #483620.
1313         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
1314
1315 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1316
1317         * gst-libs/gst/rtp/gstrtpbuffer.c:
1318           Replace g_return_if_val (as it could be disabled), with regular return
1319           and warning.
1320
1321 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
1322
1323         * tests/check/pipelines/simple-launch-lines.c:
1324           Print message name and not just number.
1325
1326 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
1327
1328         * gst-libs/gst/audio/gstbaseaudiosink.c:
1329         (gst_base_audio_sink_async_play):
1330         When slaved to the clock, don't try to align a sample with the previous
1331         one when going to PLAYING again.
1332
1333 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1334
1335         * tests/examples/snapshot/snapshot.c:
1336           Fix the build.
1337
1338 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1339
1340         * gst-libs/gst/sdp/gstsdpmessage.h:
1341         Add RFC 3556 bandwidth modifiers.
1342
1343 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1344
1345         * docs/libs/gst-plugins-base-libs-docs.sgml:
1346         * docs/libs/gst-plugins-base-libs-sections.txt:
1347         * gst-libs/gst/rtp/gstrtppayloads.c:
1348         Update documentation.
1349
1350 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1351
1352         * gst-libs/gst/rtp/Makefile.am:
1353         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
1354         (gst_rtp_payload_info_for_name):
1355         * gst-libs/gst/rtp/gstrtppayloads.h:
1356         Added new file and header to deal with payload info.
1357
1358         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
1359         (gst_rtp_buffer_default_clock_rate):
1360         * gst-libs/gst/rtp/gstrtpbuffer.h:
1361         Payload specific stuff is move to new headers.
1362         Implement _default_clock rate using the new payload function.
1363
1364         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
1365         (gst_sdp_parse_line):
1366         * gst-libs/gst/sdp/gstsdpmessage.h:
1367         Add some more comments.
1368
1369 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1370
1371         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1372         (sdp_check_header), (sdp_type_find), (plugin_init):
1373         Add typefind function for application/sdp.
1374         Remove some old dirac typefind code that was ifdeffed out.
1375
1376 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
1377
1378         * win32/common/libgstaudio.def:
1379         Add new exported functions.
1380         * win32/vs6/grammar.dsp:
1381         Add autogeneration and copy of some autegenerated files from win32/common
1382         for rtsp library.
1383         * win32/vs6/libgstaudioconvert.dsp:
1384         Add gstaudioquantize.c to the build.
1385         * win32/vs6/libgstinterfaces.dsp:
1386         Add videoorientation.c to the build.
1387         * win32/vs6/libgstriff.dsp:
1388         Add libgsttag to the link libraries list.
1389         * win32/vs6/libgstvolume.dsp:
1390         Add liboil to the link.
1391         * win32/vs6/gst_plugins_base.dsw:
1392         * win32/vs6/libgstrtsp.dsp:
1393         * win32/common/libgstrtsp.def:
1394         Add files to build libgstrtsp library.
1395         
1396 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1397
1398         * tests/examples/snapshot/snapshot.c: (main):
1399         Print error when pipeline failed to construct.
1400
1401 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1402
1403         * configure.ac:
1404         * gst-libs/gst/tag/gstid3tag.c:
1405         * gst-libs/gst/tag/gstvorbistag.c:
1406           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
1407           and ID3v2 tags.
1408
1409 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1410
1411         * gst-libs/gst/floatcast/floatcast.h:
1412           Don't include config.h in an installed public header, this
1413           might break compilation of applications that don't have such
1414           a header and doesn't necessarily do what it's supposed to do
1415           anyway (ie. check for the lrint/lrintf defines) (#442065).
1416           Add docs for the various macros and document how this header
1417           has to be used (link against libm, etc.); add a few FIXMEs;
1418           include math.h for non-c99 code path.  Based on patch by
1419           Jan Schmidt.
1420           
1421 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1422
1423         * configure.ac:
1424         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
1425         of duplicating these macros in configure.ac.
1426
1427 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1428
1429         * po/hu.po:
1430         * po/sv.po:
1431         * po/uk.po:
1432           Updated translations to 0.10.14
1433
1434 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1435
1436         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1437
1438         * po/pl.po:
1439           Added Polish translation.
1440
1441 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1442
1443         translated by: Ilkka Tuohela <hile@iki.fi>
1444
1445         * po/fi.po:
1446           Added Finnish translation.
1447
1448 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1449
1450         translated by: Jorge González González <aloriel@gmail.com>
1451
1452         * po/es.po:
1453           Added Spanish translation.
1454
1455 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1456
1457         translated by: Mogens Jaeger <mogens@jaeger.tf>
1458
1459         * po/da.po:
1460           Added Danish translation.
1461
1462 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1463
1464         translated by: Funda Wang <fundawang@linux.net.cn>
1465
1466         * po/zh_CN.po:
1467           Added Chinese (simplified) translation.
1468
1469 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1470
1471         translated by: Alexander Shopov <ash@contact.bg>
1472
1473         * po/bg.po:
1474           Added Bulgarian translation.
1475
1476 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1477
1478         * gst/playback/gstqueue2.c: (gst_queue_push_one):
1479         Fix compilation wrt printf arguments.
1480
1481 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
1482
1483         * configure.ac:
1484         * tests/examples/Makefile.am:
1485         * tests/examples/snapshot/.cvsignore:
1486         * tests/examples/snapshot/Makefile.am:
1487         * tests/examples/snapshot/snapshot.c: (main):
1488         Add simple snapshot example program using appsink.
1489
1490 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1491
1492         * tests/check/generic/states.c:
1493           Improved state change unit test.
1494
1495 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1496
1497         * docs/plugins/.cvsignore:
1498         * tests/check/.cvsignore:
1499           Ignore registries in any format.
1500
1501 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1502
1503         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1504         (gst_base_rtp_depayload_chain),
1505         (gst_base_rtp_depayload_set_gst_timestamp):
1506         Only copy timestamp on outgoing packets if the depayloader did not set
1507         one.
1508         Also copy duration on outgoing packets.
1509
1510 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1511
1512         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
1513         (gst_basertppayload_set_outcaps):
1514         Fix compilation because of missing %d in printf.
1515         When fixating caps, fixate what we can and throw away all remaining
1516         unfixed caps, subclasses should do something smart if they need to.
1517
1518 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1519
1520         * ext/gnomevfs/gstgnomevfssrc.c:
1521           Improve debug logs a bit and be more verbose if things go wrong.
1522
1523 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1524
1525         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1526         (gst_text_overlay_set_property):
1527         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1528         * gst-libs/gst/audio/gstbaseaudiosink.c:
1529         (gst_base_audio_sink_render):
1530         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
1531         (gst_rtcp_unix_to_ntp):
1532         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
1533         * gst/playback/gstqueue2.c:
1534         * tests/examples/seek/seek.c: (set_scale):
1535         Fix a bunch of compile warnings shown with Forte.
1536
1537         * gst/audiorate/gstaudiorate.c:
1538         Always pull in config.h before including any system headers.
1539
1540 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
1541
1542         * gst/playback/gstqueue2.c: (update_buffering),
1543         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
1544         (gst_queue_handle_sink_event), (gst_queue_chain),
1545         (gst_queue_push_one), (gst_queue_sink_activate_push),
1546         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
1547         Also fix #476514 for queue2.
1548
1549 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1550
1551         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1552         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
1553         (gst_base_rtp_depayload_chain),
1554         (gst_base_rtp_depayload_handle_sink_event),
1555         (gst_base_rtp_depayload_push_full),
1556         (gst_base_rtp_depayload_set_gst_timestamp),
1557         (gst_base_rtp_depayload_change_state):
1558         Remove code to deal with RTP to GST time conversion, we now just copy
1559         the GST timestamp we receive to the outgoing buffers.
1560         Handle segment and flushes correctly.
1561
1562         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
1563         When we have no valid input timestamp, use the previous rtp timestamp on
1564         the outgoing RTP packet instead of the RTP base time.
1565
1566 2007-09-15  David Schleef  <ds@schleef.org>
1567
1568         * ext/alsa/gstalsa.c:
1569         * ext/alsa/gstalsadeviceprobe.c:
1570         * ext/alsa/gstalsamixer.c:
1571         * ext/alsa/gstalsasink.c:
1572         * ext/alsa/gstalsasrc.c:
1573           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
1574
1575 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
1576
1577         * gst-libs/gst/rtp/gstbasertppayload.c:
1578         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
1579         Add some debug info when negotiating caps.
1580
1581 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1582
1583         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
1584         A buffer with an empty payload is also a valid buffer.
1585
1586 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1587
1588         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
1589         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
1590         (gst_basertppayload_change_state):
1591         Make sure we start our RTP timestamp from the random base RTP
1592         timestamp even if the buffer timestamp starts from some random value.
1593
1594 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
1595
1596         * configure.ac:
1597         * tests/examples/Makefile.am:
1598         * tests/examples/dynamic/.cvsignore:
1599         * tests/examples/dynamic/Makefile.am:
1600         * tests/examples/dynamic/addstream.c: (create_stream),
1601         (pause_play_stream), (message_received), (eos_message_received),
1602         (perform_step), (main):
1603         Add simple exmple app to demonstrate starting and pausing live and
1604         non-live bins in a PLAYING pipeline.
1605
1606 2007-09-14  Julien MOUTTE  <julien@moutte.net>
1607
1608         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
1609         typefind for QCP files (RFC #3625)
1610
1611 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1612
1613         * gst-libs/gst/audio/gstbaseaudiosink.c:
1614         (gst_base_audio_sink_init):
1615         Disable pull mode scheduling, we're not ready for it yet and it subtly
1616         breaks a lot of things.
1617
1618 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
1619
1620         * tests/check/elements/libvisual.c:
1621           Test all libvisual plugins, not just the first one; this reproduces
1622           bug #450336 quite easily.  Looks like a problem with the 'jess'
1623           visualisation.
1624
1625 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
1626
1627         * tests/check/Makefile.am:
1628         * tests/check/elements/.cvsignore:
1629         * tests/check/elements/libvisual.c:
1630           Add basic libvisual test case in an attempt to reproduce bug #450336.
1631           Doesn't reproduce that bug, but some other crasher instead (invalid
1632           free), at least with make elements/libvisual.forever and the bumscope
1633           plugin on x86-64/gutsy. Leaving test disabled for now.
1634
1635 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1636
1637         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1638
1639         * gst-libs/gst/rtsp/gstrtspconnection.c:
1640         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
1641         (read_body), (gst_rtsp_connection_receive):
1642         Make sure we can not cancel in the middle of receiving a message.
1643         Fixes #475731.
1644
1645 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
1646
1647         Patch by: Josep Torra Valles <josep@fluendo.com>
1648
1649         * gst/playback/gstplaybasebin.c:
1650           Increase upper limit for audio queue a bit; fixes preroll problem
1651           with playbin and decodebin2 when playing a quicktime trailer with
1652           multichannel audio via http (#464666).
1653
1654 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1655
1656         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1657         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
1658         (gst_base_audio_src_provide_clock),
1659         (gst_base_audio_src_set_property),
1660         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
1661         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1662         Allow othe clocks than the internal clock to be used for the pipeline.
1663         Add property to disable clock provide.
1664         API: GstBaseAudioSrc::provide-clock
1665
1666 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1667
1668         * gst/playback/gstdecodebin2.c:
1669           Don't leak request pads. Fixes #475395.
1670
1671 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
1672
1673         Patch by: René Stadler <mail at renestadler dot de>
1674
1675         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1676         (gst_ximage_buffer_class_init):
1677         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1678         (gst_xvimage_buffer_class_init):
1679         Correctly chain up finalize with the parent class to prevent
1680         memory leaks. Fixes #474880.
1681
1682 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
1683
1684         * gst/volume/gstvolume.c: (volume_choose_func):
1685         * tests/check/elements/volume.c: (GST_START_TEST):
1686         Revert the latest change: floating point samples are allowed to
1687         have any value, not only values in the range [-1,1]. Thanks to Andy
1688         Wingo for noticing.
1689         Also fix processing of int32 samples with volumes > 4 by making the
1690         unity value smaller which prevents overflows.
1691
1692 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1693
1694         * gst-libs/gst/rtp/gstrtpbuffer.c:
1695         * tests/check/libs/rtp.c:
1696           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
1697
1698 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1699
1700         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1701
1702         * gst-libs/gst/rtp/gstrtpbuffer.c:
1703           Fix up GstRTPHeader helper struct so that compilers will not under
1704           any circumstances add padding in between our fields, as currently
1705           happens with MSVC on win32, because that would lead to us sending
1706           out RTP payloads with broken RTP headers (#471194).
1707           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
1708           
1709         * tests/check/Makefile.am:
1710         * tests/check/libs/.cvsignore:
1711         * tests/check/libs/rtp.c:
1712           Add some simple unit tests for GstRTPBuffer. Some are disabled
1713           because the code tested still needs fixing (set_csrc() does not work).
1714
1715 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1716
1717         * win32/MANIFEST:
1718         * win32/common/gstrtsp-enumtypes.c:
1719         * win32/common/gstrtsp-enumtypes.h:
1720         * win32/common/interfaces-enumtypes.c:
1721         * win32/common/interfaces-enumtypes.h:
1722         * win32/common/multichannel-enumtypes.c:
1723           Add rtsp enumtypes (#474384) and update others.
1724
1725 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
1726
1727         * configure.ac:
1728           Fix configure check for HAVE_LIBXML_HTML.
1729
1730 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1731
1732         * tests/check/libs/.cvsignore:
1733           Ignore more, in case the build bots work again one day.
1734
1735 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
1736
1737         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
1738
1739         * configure.ac:
1740         * gst-libs/gst/Makefile.am:
1741         * gst-libs/gst/fft/Makefile.am:
1742         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
1743         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
1744         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
1745         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
1746         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
1747         * gst-libs/gst/fft/gstfft.h:
1748         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
1749         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
1750         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
1751         * gst-libs/gst/fft/gstfftf32.h:
1752         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
1753         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
1754         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
1755         * gst-libs/gst/fft/gstfftf64.h:
1756         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
1757         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
1758         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
1759         * gst-libs/gst/fft/gstffts16.h:
1760         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
1761         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
1762         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
1763         * gst-libs/gst/fft/gstffts32.h:
1764         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
1765         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1766         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
1767         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
1768         * gst-libs/gst/fft/kiss_fft_f32.h:
1769         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
1770         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1771         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
1772         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
1773         * gst-libs/gst/fft/kiss_fft_f64.h:
1774         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
1775         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1776         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
1777         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
1778         * gst-libs/gst/fft/kiss_fft_s16.h:
1779         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
1780         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
1781         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
1782         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
1783         * gst-libs/gst/fft/kiss_fft_s32.h:
1784         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
1785         (kiss_fftr_f32), (kiss_fftri_f32):
1786         * gst-libs/gst/fft/kiss_fftr_f32.h:
1787         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
1788         (kiss_fftr_f64), (kiss_fftri_f64):
1789         * gst-libs/gst/fft/kiss_fftr_f64.h:
1790         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
1791         (kiss_fftr_s16), (kiss_fftri_s16):
1792         * gst-libs/gst/fft/kiss_fftr_s16.h:
1793         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
1794         (kiss_fftr_s32), (kiss_fftri_s32):
1795         * gst-libs/gst/fft/kiss_fftr_s32.h:
1796         * gst-libs/gst/fft/kiss_version:
1797         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1798         * pkgconfig/gstreamer-plugins-base.pc.in:
1799         Add libgstfft, a FFT library based on Kiss FFT which is
1800         BSD licensed. Supported sample formats are int16, int32,
1801         float and double. For those formats a real FFT and IFFT
1802         can be done, different windowing functions can be applied
1803         and functions for extracting the magnitude and phase exist.
1804         Fixes #468619.
1805
1806         * docs/libs/Makefile.am:
1807         * docs/libs/gst-plugins-base-libs-docs.sgml:
1808         * docs/libs/gst-plugins-base-libs-sections.txt:
1809         Integrate libgstfft into the docs.
1810
1811         * tests/check/Makefile.am:
1812         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
1813         Add unit tests for libgstfft, currently only testing the FFT.
1814         Unit tests for IFFT will follow soon.
1815
1816 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
1817
1818         Patch by: Peter Kjellerstedt  <pkj at axis com>
1819
1820         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
1821         (gst_sdp_message_init), (gst_sdp_message_uninit),
1822         (is_multicast_address), (gst_sdp_message_as_text),
1823         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
1824         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
1825         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
1826         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
1827         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
1828         (gst_sdp_media_init), (gst_sdp_media_uninit),
1829         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
1830         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
1831         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
1832         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
1833         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
1834         * gst-libs/gst/sdp/gstsdpmessage.h:
1835         Separate INIT_ARRAY() and related macros into two versions, one for
1836         structures and one for pointers (e.g., INIT_ARRAY() and
1837         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
1838         lists of emails and phone numbers.
1839         Add missing const as appropriate.
1840         Change all gint to guint since they all actually represent unsigned
1841         values.
1842         Do not use time as a variable name as it shadows the global time().
1843         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
1844         Actually implement gst_sdp_message_add_time().
1845         Make gst_sdp_message_add_time() take repeat times as an argument.
1846         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
1847         Corrected the definition of gst_sdp_media_get_bandwidth() (was
1848         misspelled as badwidth).
1849         gst-indented and a little clean up. Fixes #471067.
1850
1851 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
1852
1853         * gst/volume/gstvolume.c: (volume_choose_func),
1854         (volume_process_double), (volume_process_double_clamp),
1855         (volume_process_float_clamp):
1856         Correctly clamp float/double samples in the [-1.0,1.0] range to
1857         prevent weird effects.
1858         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
1859         Add unit tests for all samples types that had none before.
1860
1861 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1862
1863         * gst-libs/gst/rtp/gstrtpbuffer.c:
1864           Need to include stdlib.h for abs() here too.
1865
1866 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1867
1868         * gst/playback/gststreaminfo.c:
1869           Fix build.
1870
1871 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
1872
1873         * gst/playback/gststreaminfo.c:
1874           Clean up some half-disabled code and comment.
1875
1876 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1877
1878         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
1879
1880         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1881         (gst_base_rtp_payload_audio_handle_event):
1882         Return FALSE from the event handler to let the parent class handle the
1883         event. Fixes #446766.
1884
1885         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1886         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
1887         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
1888
1889         * gst-libs/gst/rtp/gstbasertppayload.c:
1890         Bump the MTU to 1400.
1891
1892 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
1893
1894         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
1895         Add an audio/x-nsf typefind function for the nsfdec element.
1896
1897 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
1898         * gst/playback/gstplaybasebin.c:
1899         Included "myth://" on stream_uris list for enable buffering to mythtv files
1900
1901 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
1902
1903         * docs/libs/gst-plugins-base-libs-sections.txt:
1904         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
1905         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
1906         (gst_rtcp_unix_to_ntp):
1907         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1908         Fix parsing of RB blocks.
1909         Fix docs.
1910         Added helper functions to convert to/from UNIX and NTP time.
1911         API: gst_rtcp_ntp_to_unix()
1912         API: gst_rtcp_unix_to_ntp()
1913
1914         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
1915         (gst_rtp_buffer_get_header_len),
1916         (gst_rtp_buffer_get_extension_data),
1917         (gst_rtp_buffer_get_payload_subbuffer),
1918         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
1919         (gst_rtp_buffer_ext_timestamp):
1920         * gst-libs/gst/rtp/gstrtpbuffer.h:
1921         Fix some more docs.
1922         Implement handling of packets with extensions.
1923         Fix padding check in _validate().
1924         Added function to get extension data.
1925         API: gst_rtp_buffer_get_header_len()
1926         API: gst_rtp_buffer_get_extension_data()
1927
1928 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
1929
1930         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1931         (gst_base_rtp_depayload_class_init),
1932         (gst_base_rtp_depayload_set_gst_timestamp):
1933         Add some more docs for the queue-delay property and fix a typo in a
1934         comment.
1935
1936         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
1937         Fix typo.
1938
1939 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
1940
1941         * gst-libs/gst/audio/gstbaseaudiosink.c:
1942         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
1943         (gst_base_audio_sink_change_state):
1944         When skew slaving, try to hover around the middle of a segment so that
1945         we at most drift by half a segment.
1946         If we are aligning in the oposite direction of the clock skew, we don't
1947         have to resync.
1948
1949 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
1950
1951         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1952         (gst_base_rtp_depayload_setcaps),
1953         (gst_base_rtp_depayload_set_gst_timestamp):
1954         Be less silly with the segment start, just apply the clock-base to the
1955         timestamp.
1956
1957 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
1958
1959         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1960         (gst_base_rtp_depayload_class_init),
1961         (gst_base_rtp_depayload_finalize),
1962         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1963         (gst_base_rtp_depayload_handle_sink_event),
1964         (gst_base_rtp_depayload_set_gst_timestamp),
1965         (gst_base_rtp_depayload_change_state):
1966         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1967         Deprecate the queue handling thread thing and remove the code.
1968         Use new method to calculate the extended timestamp.
1969
1970 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
1971
1972         * gst-libs/gst/rtp/gstrtcpbuffer.c:
1973         (gst_rtcp_packet_sdes_copy_entry):
1974         Use g_strndup which does exactly what we want.
1975
1976         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
1977         (gst_rtp_buffer_ext_timestamp):
1978         * gst-libs/gst/rtp/gstrtpbuffer.h:
1979         Add helper function to compare seqnums.
1980         Add helper function to calculate extended timestamps.
1981         API: gst_rtp_buffer_compare_seqnum()
1982         API: gst_rtp_buffer_ext_timestamp()
1983
1984 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
1985
1986         * gst-libs/gst/rtp/gstrtcpbuffer.c:
1987         (gst_rtcp_packet_sdes_get_entry),
1988         (gst_rtcp_packet_sdes_copy_entry):
1989         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1990         Fix and document SDES item data function.
1991         Add new function that makes a proper copy of SDES item data.
1992         API: gst_rtcp_packet_sdes_copy_entry()
1993
1994 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
1995
1996         * configure.ac:
1997         * gst/Makefile.am:
1998           The tcp and subparse plugins are under gst, but not totaly free of
1999           dependencies. Handle selection inconfigure.ac, so that they show up
2000           on the final list of what is build and what is not. Maybe they should
2001           better be moved to ext.
2002
2003 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
2004
2005         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
2006
2007         * configure.ac:
2008         * gst/Makefile.am:
2009           Check if libxml provides HTML parser which subparse needs.
2010           Fixes #451970.
2011
2012 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
2013
2014         * ext/alsa/gstalsa.c:
2015           Fix typo and compilation on big endian systems.
2016
2017 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
2018
2019         * gst/subparse/gstssaparse.c:
2020           Convert SSA newline codes into actual newline characters (#470766).
2021
2022 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
2023
2024         * docs/libs/gst-plugins-base-libs-sections.txt:
2025         * gst-libs/gst/pbutils/install-plugins.c:
2026         * gst-libs/gst/pbutils/install-plugins.h:
2027         * tests/check/libs/pbutils.c:
2028           API: also add gst_install_plugins_supported() while we're at it
2029           (see #470456).
2030
2031 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
2032
2033         * docs/libs/gst-plugins-base-libs-sections.txt:
2034         * gst-libs/gst/pbutils/missing-plugins.c:
2035         * gst-libs/gst/pbutils/missing-plugins.h:
2036         * tests/check/libs/pbutils.c:
2037           API: add gst_missing_*_installer_detail_new() convenience API so
2038           that applications that know exactly what they're missing can request
2039           installer detail strings for those items directly instead of having
2040           to first create a dummy missing-plugin message and then get the
2041           installer detail string from that.  Fixes #470456.
2042
2043 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2044
2045         * gst/playback/gstdecodebin.c: (close_pad_link):
2046         We need to set up delayed-linking whenever the caps are non-fixed,
2047         not just when there are multiple types - use gst_pad_is_fixed()
2048         to test.
2049
2050 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
2051
2052         * gst-libs/gst/pbutils/missing-plugins.c:
2053           (gst_missing_plugin_message_get_installer_detail):
2054           Add missing separator in PID fallback case.
2055
2056 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2057
2058         * ext/alsa/Makefile.am:
2059         There is no GST_PLUGINS_BASE_LIBS defined.
2060         
2061         * ext/alsa/gstalsa.c:
2062         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
2063         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
2064         Add support for ALSA 24-bit formats.
2065         snd_pcm_delay can return an error code, especially
2066         during XRUNS. In that case, the best we can do is assume
2067         delay = 0.
2068
2069         * gst/audioconvert/Makefile.am:
2070         Add flags from -base before any more-remote dependencies.
2071
2072 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
2073
2074         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
2075
2076         * gst/volume/gstvolume.c: (volume_choose_func),
2077         (volume_update_real_volume), (gst_volume_set_volume),
2078         (gst_volume_init), (volume_process_int32),
2079         (volume_process_int32_clamp), (volume_process_int24),
2080         (volume_process_int24_clamp), (volume_process_int16),
2081         (volume_process_int16_clamp), (volume_process_int8),
2082         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
2083         * gst/volume/gstvolume.h:
2084         Add support for int32, int24 and int8 to the volume element.
2085         Fixes #445529.
2086
2087 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
2088
2089         * tests/examples/Makefile.am:
2090           Fix even more.
2091
2092 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
2093
2094         * configure.ac:
2095         * docs/libs/Makefile.am:
2096         * docs/libs/gst-plugins-base-libs-docs.sgml:
2097         * docs/libs/gst-plugins-base-libs-sections.txt:
2098         * ext/gnomevfs/gstgnomevfssrc.c:
2099         * ext/gnomevfs/gstgnomevfssrc.h:
2100         * gst-libs/gst/Makefile.am:
2101         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2102         * pkgconfig/gstreamer-plugins-base.pc.in:
2103         * sys/v4l/v4lsrc_calls.c:
2104         * tests/examples/Makefile.am:
2105         * win32/common/config.h:
2106           Revert unwanted commit. many thanks to moap. I want a fix for 
2107           https://thomas.apestaart.org/moap/trac/ticket/239
2108
2109 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
2110
2111         * gst/volume/gstvolume.c:
2112           Move passthrough below gst_object_sync_values(). Fixes #442654.
2113
2114 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2115
2116         * gst-libs/gst/audio/audio.c:
2117         Clarify the docs a little.
2118
2119 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2120
2121         * gst/volume/gstvolume.c:
2122           Enable liboil for float and add more details about problems with
2123           int16.
2124
2125 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
2126
2127         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
2128         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
2129
2130 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
2131
2132         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
2133         When calculating the first timestamp of the buffers, don't go below 0
2134         and clip the samples because the offset was on the eos page.
2135         Fixes #466717.
2136
2137 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
2138
2139         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
2140         (gst_ogg_demux_collect_chain_info):
2141         Also submit the eos page when trying to find the first timestamp.
2142         See #466717.
2143
2144 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2145
2146         * gst-libs/gst/audio/audio.h:
2147         Use gst_util_uint64_scale() instead of doing the math
2148         with double for GST_FRAMES_TO_CLOCK_TIME() and
2149         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
2150         prevents rounding errors. Fixes #467667.
2151
2152 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2153
2154         * gst-libs/gst/rtsp/gstrtspconnection.c:
2155         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
2156         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
2157         * gst-libs/gst/rtsp/gstrtspconnection.h:
2158         Small cleanups.
2159         On shutdown, don't read the control socket yet.
2160         Set timeout value correctly in all cases.
2161         Add function to check if the server accepts reads or writes.
2162         API: gst_rtsp_connection_poll()
2163
2164         * gst-libs/gst/rtsp/gstrtspdefs.h:
2165         Fix compilation with -pedantic.
2166         Add enum for _poll.
2167
2168 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2169
2170         Patch by: Olivier Crete  <tester at tester ca>
2171
2172         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2173         (gst_basertppayload_getcaps):
2174         * gst-libs/gst/rtp/gstbasertppayload.h:
2175         Add getcaps vfunc to basertppayload. See #465146.
2176
2177 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2178
2179         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
2180         Only post buffering messages when we are a stream.
2181
2182 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
2183
2184         * gst-libs/gst/pbutils/install-plugins.c:
2185         * gst-libs/gst/pbutils/missing-plugins.c:
2186           Small docs fix and addition.
2187
2188 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
2189
2190         * tests/icles/.cvsignore:
2191         * tests/icles/Makefile.am:
2192         * tests/icles/test-textoverlay.c:
2193           Add a dumb little test for textoverlay alignments.
2194
2195 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
2196
2197         Patch by: Dan Williams  <dcbw redhat com>
2198
2199         * ext/pango/gsttextoverlay.c:
2200         * ext/pango/gsttextoverlay.h:
2201           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
2202           "silent" property so there's a Since tag in the API reference.
2203
2204 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2205
2206         * gst-libs/gst/rtp/gstbasertppayload.c:
2207         (gst_basertppayload_set_outcaps):
2208         * gst-libs/gst/rtp/gstbasertppayload.h:
2209         Improve caps negotiation so that downstream elements can confiure
2210         certain RTP properties by fixing them on the caps. See #465146.
2211         Add docs.
2212
2213 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
2214
2215         * docs/libs/gst-plugins-base-libs-sections.txt:
2216         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2217         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2218           Mark as deprecated some macros which were presumably meant to be
2219           private API and accidentally exposed in the public header file.
2220           Also actually _init() lock (only works at the moment because the
2221           struct is zeroed out when created and the initial values in the
2222           mutex struct are zeroes too). (#459585)
2223
2224 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2225
2226         * docs/libs/Makefile.am:
2227           Remove cruft and do some cleanups.
2228
2229         * docs/libs/gst-plugins-base-libs-docs.sgml:
2230           Prepare for comming gtkdoc features (rebase against online docs).
2231
2232 2007-08-10  Michael Smith <msmith@fluendo.com>
2233
2234         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2235           Debug output fixes.
2236         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
2237         (GST_START_TEST):
2238           Change the number of buffers used; 500 is too many and leads to
2239           timeouts.
2240
2241 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
2242
2243         * gst/playback/gstqueue2.c:
2244         * gst/videorate/gstvideorate.c:
2245           Printf format fixes (#465028).
2246
2247 2007-08-09  Michael Smith <msmith@fluendo.com>
2248
2249         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2250           If we have a large (> 1 second) discontinuity, push a series of
2251           smaller buffers rather than a single very large buffer. Avoids
2252           unreasonably large single buffer allocations when encountering a
2253           large gap.
2254         * tests/check/elements/audiorate.c: (GST_START_TEST),
2255         (audiorate_suite):
2256           Add a test for this.
2257
2258 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
2259
2260         * gst/playback/gstplaybasebin.c: (group_commit),
2261         (queue_remove_probe), (queue_threshold_reached):
2262
2263         Patch by: Josep Torra Valles <josep@fluendo.com>
2264         Fixes: #465015
2265         Make sure we remove the check_queues buffer probe from the 
2266         correct queue to avoid racily going back to "buffering 99%" when
2267         buffering is actually complete.
2268
2269         Also, fix the spelling of Josep's surname in the ChangeLog.
2270
2271 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
2272
2273         * ext/ogg/gstoggmux.c:
2274           Do not leak oggmux instance.
2275         
2276         * ext/vorbis/vorbisenc.c:
2277           Also log values.
2278
2279 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2280
2281         * po/hu.po:
2282         * po/it.po:
2283         * po/nl.po:
2284         * po/uk.po:
2285         * po/vi.po:
2286           Updated translations.
2287
2288 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
2289
2290         patch by: Yang Hong <hongyang@redflag-linux.com>
2291
2292         * ext/pango/gsttextoverlay.c:
2293         * ext/pango/gsttextoverlay.h:
2294           Add 'silent' property to GstTimeOverlay. Fixes #462979
2295
2296 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2297
2298         Patch by: Josep Torra Valles <josep@fluendo.com>
2299
2300         * docs/plugins/gst-plugins-base-plugins.args:
2301         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
2302         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
2303         (gst_uri_decode_bin_get_property), (gen_source_element):
2304         Add connection-speed property. Fixes #464690.
2305
2306 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
2307
2308         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2309
2310         * configure.ac:
2311         * gst-libs/gst/rtsp/Makefile.am:
2312         * gst-libs/gst/rtsp/gstrtspconnection.c:
2313         (gst_rtsp_connection_connect):
2314         Fix compilation on windows. Fixes #464320.
2315
2316 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
2317
2318         Patch by: Josep Torra Valles <josep@fluendo.com>
2319
2320         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2321         (gst_play_base_bin_init), (queue_threshold_reached),
2322         (gen_source_element), (setup_substreams),
2323         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
2324         (gst_play_base_bin_get_streaminfo_value_array):
2325         * gst/playback/gstplaybasebin.h:
2326         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2327         (gst_play_bin_set_property), (gst_play_bin_get_property),
2328         (gst_play_bin_handle_redirect_message):
2329         Move connection-speed property from playbin to playbasebin so that we
2330         can also configure it in source elements that have the connection-speed
2331         property. Fixes #464028.
2332         Add some debug info here and there.
2333
2334 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
2335
2336         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
2337         Properly respond to conversion queries. Fixes #464079.
2338
2339 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
2340
2341         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
2342         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
2343         (gst_audio_test_src_init_sine_table),
2344         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
2345         * gst/audiotestsrc/gstaudiotestsrc.h:
2346         Add float/double and int32 support to audiotestsrc. Fixes #460422.
2347         Also set the default volume to the default value specified in the
2348         GParamSpec.
2349
2350 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
2351
2352         Patch by: Jens Granseuer <jensgr at gmx dot net>
2353
2354         * gst/audioconvert/gstaudioquantize.c:
2355         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
2356
2357 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2358
2359         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
2360         Add rdt manager for rdt transport.
2361         Fix parsing of RDT transport.
2362
2363 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
2364
2365         * configure.ac:
2366         Back to CVS
2367
2368 === release 0.10.14 ===
2369
2370 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
2371
2372         * configure.ac:
2373           releasing 0.10.14, "Light Years Ahead"
2374
2375 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2376
2377         * tests/check/libs/audio.c: (GST_START_TEST):
2378         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
2379
2380 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2381
2382         * gst-libs/gst/audio/audio.c:
2383         When clipping a buffer with no timestamp, assume it is
2384         within the segment without warnings.
2385
2386         Fixes: #460978
2387
2388 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2389
2390         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
2391         Fire the signal on the object, not the interface.
2392
2393 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2394
2395         * gst-libs/gst/rtsp/.cvsignore:
2396         Ber. Don't include the full path, idiot.
2397
2398 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2399
2400         * gst-libs/gst/rtsp/.cvsignore:
2401         Ignore generated files.
2402
2403 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2404
2405         * gst-libs/gst/interfaces/Makefile.am:
2406         * gst-libs/gst/interfaces/interfaces-marshal.list:
2407         * gst-libs/gst/interfaces/rtspextension.c:
2408         * gst-libs/gst/interfaces/rtspextension.h:
2409         * gst-libs/gst/rtsp/Makefile.am:
2410         * gst-libs/gst/rtsp/gstrtsp.h:
2411         * gst-libs/gst/rtsp/gstrtspextension.c:
2412         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
2413         (gst_rtsp_extension_detect_server),
2414         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
2415         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
2416         (gst_rtsp_extension_configure_stream),
2417         (gst_rtsp_extension_get_transports),
2418         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2419         * gst-libs/gst/rtsp/gstrtspextension.h:
2420         * gst-libs/gst/rtsp/rtsp-marshal.list:
2421         Move the rtspextension.h interface into gstrtspextension.h
2422         as part of libgstrtsp instead of libgstinterfaces, because it's
2423         only for use within plugins, not applications. 
2424         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
2425         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
2426         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
2427         is abstract.
2428
2429 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2430
2431         * gst-libs/gst/interfaces/Makefile.am:
2432         * gst-libs/gst/interfaces/interfaces-marshal.list:
2433         * gst-libs/gst/interfaces/rtspextension.c:
2434         (gst_rtsp_extension_iface_init),
2435         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2436         * gst-libs/gst/interfaces/rtspextension.h:
2437         Fix marshaller for the send signal.
2438         Add URL to stream selection interface method.
2439
2440 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2441
2442         * gst-libs/gst/riff/Makefile.am:
2443         Pull in our dependencies from -base before those from outside.
2444
2445 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2446
2447         * docs/libs/gst-plugins-base-libs-sections.txt:
2448         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
2449         * gst-libs/gst/rtsp/gstrtspbase64.h:
2450         API: gst_rtsp_base64_decode_ip()
2451         Added function to decode Base64 in-place.
2452
2453 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2454
2455         * tests/check/libs/.cvsignore:
2456         Ignore the mixer test binary.
2457
2458 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
2459
2460         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
2461         Gratuitous comment change to trigger a rebuild on the buildbots.
2462
2463 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2464
2465         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
2466         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
2467         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
2468         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
2469         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
2470         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
2471         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
2472         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
2473         (gst_sdp_media_get_attribute_val):
2474         * gst-libs/gst/sdp/gstsdpmessage.h:
2475         Constify args where we can.
2476
2477 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2478
2479         * gst-libs/gst/interfaces/Makefile.am:
2480         * gst-libs/gst/interfaces/rtspextension.c:
2481         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
2482         (gst_rtsp_extension_detect_server),
2483         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
2484         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
2485         (gst_rtsp_extension_configure_stream),
2486         (gst_rtsp_extension_get_transports),
2487         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
2488         * gst-libs/gst/interfaces/rtspextension.h:
2489         Move interface for RTSP extensions from -good to here.
2490         Added helper methods to invoke interface methods.
2491
2492 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2493
2494         * docs/libs/gst-plugins-base-libs-sections.txt:
2495         * gst-libs/gst/rtsp/gstrtspdefs.h:
2496         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
2497         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
2498         (gst_rtsp_message_init_response),
2499         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
2500         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
2501         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
2502         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
2503         (gst_rtsp_message_get_body), (dump_key_value):
2504         * gst-libs/gst/rtsp/gstrtspmessage.h:
2505         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2506         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2507         (gst_rtsp_range_parse):
2508         * gst-libs/gst/rtsp/gstrtsprange.h:
2509         * gst-libs/gst/rtsp/gstrtsptransport.c:
2510         * gst-libs/gst/rtsp/gstrtspurl.c:
2511         Fix some more RTSP docs.
2512         Add some missing methods for dealing with messages.
2513
2514 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2515
2516         * docs/libs/gst-plugins-base-libs-docs.sgml:
2517         * docs/libs/gst-plugins-base-libs-sections.txt:
2518         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
2519         * gst-libs/gst/rtsp/gstrtspbase64.h:
2520         * gst-libs/gst/rtsp/gstrtspconnection.c:
2521         (gst_rtsp_connection_connect), (add_auth_header),
2522         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
2523         (read_body), (gst_rtsp_connection_receive),
2524         (gst_rtsp_connection_next_timeout),
2525         (gst_rtsp_connection_reset_timeout),
2526         (gst_rtsp_connection_set_auth):
2527         * gst-libs/gst/rtsp/gstrtspconnection.h:
2528         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
2529         * gst-libs/gst/rtsp/gstrtspdefs.h:
2530         * gst-libs/gst/rtsp/gstrtspmessage.h:
2531         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2532         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2533         (gst_rtsp_range_parse):
2534         * gst-libs/gst/rtsp/gstrtspurl.h:
2535         Added beginnings of RTSP documentation.
2536
2537 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2538
2539         * docs/libs/Makefile.am:
2540         * docs/libs/gst-plugins-base-libs-docs.sgml:
2541         * docs/libs/gst-plugins-base-libs-sections.txt:
2542         * gst-libs/gst/sdp/gstsdp.h:
2543         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
2544         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
2545         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
2546         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
2547         (gst_sdp_message_get_attribute_val),
2548         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
2549         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
2550         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
2551         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
2552         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
2553         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
2554         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
2555         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
2556         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
2557         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
2558         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
2559         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
2560         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
2561         (gst_sdp_media_get_attribute_val_n),
2562         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
2563         (print_media), (gst_sdp_message_dump):
2564         * gst-libs/gst/sdp/gstsdpmessage.h:
2565         Document the SDP library.
2566         Add some of the missing SDPMedia methods.
2567
2568 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
2569
2570         * configure.ac:
2571         * gst-libs/gst/Makefile.am:
2572         * gst-libs/gst/rtsp/Makefile.am:
2573         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
2574         * gst-libs/gst/rtsp/gstrtspbase64.h:
2575         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
2576         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
2577         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
2578         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
2579         (parse_response_status), (parse_request_line), (parse_line),
2580         (gst_rtsp_connection_read), (read_body),
2581         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
2582         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
2583         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
2584         (gst_rtsp_connection_set_auth):
2585         * gst-libs/gst/rtsp/gstrtspconnection.h:
2586         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
2587         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
2588         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
2589         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
2590         (gst_rtsp_find_method):
2591         * gst-libs/gst/rtsp/gstrtspdefs.h:
2592         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
2593         (gst_rtsp_message_new), (gst_rtsp_message_init),
2594         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
2595         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
2596         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
2597         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
2598         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
2599         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
2600         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
2601         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
2602         (gst_rtsp_message_dump):
2603         * gst-libs/gst/rtsp/gstrtspmessage.h:
2604         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
2605         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
2606         (gst_rtsp_range_parse), (gst_rtsp_range_free):
2607         * gst-libs/gst/rtsp/gstrtsprange.h:
2608         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
2609         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
2610         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
2611         (range_as_text), (rtsp_transport_mode_as_text),
2612         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
2613         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
2614         (gst_rtsp_transport_free):
2615         * gst-libs/gst/rtsp/gstrtsptransport.h:
2616         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
2617         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
2618         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
2619         * gst-libs/gst/rtsp/gstrtspurl.h:
2620         * gst-libs/gst/sdp/Makefile.am:
2621         * gst-libs/gst/sdp/gstsdp.h:
2622         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
2623         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
2624         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
2625         (gst_sdp_attribute_init), (gst_sdp_message_new),
2626         (gst_sdp_message_init), (gst_sdp_message_uninit),
2627         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
2628         (gst_sdp_media_uninit), (gst_sdp_media_free),
2629         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
2630         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
2631         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
2632         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
2633         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
2634         (gst_sdp_message_get_attribute_val),
2635         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
2636         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
2637         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
2638         (gst_sdp_media_get_attribute_val_n),
2639         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
2640         (read_string), (read_string_del), (gst_sdp_parse_line),
2641         (gst_sdp_message_parse_buffer), (print_media),
2642         (gst_sdp_message_dump):
2643         * gst-libs/gst/sdp/gstsdpmessage.h:
2644         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2645         Move SDP and RTSP from helper objects in -good to a reusable library.
2646         Use a proper gst_ namespace.
2647
2648 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
2649
2650         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2651         (vorbis_dec_flush_decode):
2652         Use the new buffer clipping function from gstaudio here.
2653
2654 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
2655
2656         * docs/libs/gst-plugins-base-libs-sections.txt:
2657         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
2658         * gst-libs/gst/audio/audio.h:
2659         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
2660         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
2661         Also add deprecation guards for gst_audio_structure_set_int() to the
2662         header.
2663
2664 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2665
2666         * docs/libs/gst-plugins-base-libs-sections.txt:
2667           Cleanup the docs.
2668
2669 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2670
2671         Patch by: Dan Williams <dcbw at redhat dot com>
2672
2673         * gst/playback/gstplaybasebin.c:
2674         (gst_play_base_bin_get_streaminfo_value_array):
2675         Don't return NULL when querying the stream info value array but instead
2676         return an empty array. Fixes #459204.
2677
2678 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
2679
2680         * gst/playback/gsturidecodebin.c:
2681           Init debug category before using it.
2682
2683 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
2684
2685         * gst-libs/gst/interfaces/mixer.h:
2686         Add padding vars in place of the signal pointers
2687         when building with DISABLE_DEPRECATED so that the
2688         interface structure doesn't change size.
2689
2690 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
2691
2692         * docs/libs/gst-plugins-base-libs-sections.txt:
2693         * ext/alsa/gstalsamixer.c:
2694         * ext/alsa/gstalsamixer.h:
2695         * ext/alsa/gstalsamixerelement.c:
2696         * ext/alsa/gstalsamixertrack.c:
2697         * gst-libs/gst/interfaces/mixer.c:
2698         * gst-libs/gst/interfaces/mixer.h:
2699         * gst-libs/gst/interfaces/mixeroptions.c:
2700         * gst-libs/gst/interfaces/mixeroptions.h:
2701         * gst-libs/gst/interfaces/mixertrack.c:
2702         * gst-libs/gst/interfaces/mixertrack.h:
2703         * tests/check/Makefile.am:
2704         * tests/check/libs/mixer.c:
2705
2706         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
2707         Fixes: #152864 
2708
2709         Add support for notifying mixer changes on the message bus, and
2710         implement it in alsamixer.
2711
2712         API: gst_mixer_get_mixer_flags
2713         API: gst_mixer_message_parse_mute_toggled
2714         API: gst_mixer_message_parse_record_toggled
2715         API: gst_mixer_message_parse_volume_changed
2716         API: gst_mixer_message_parse_option_changed
2717         API: GstMixerMessageType
2718         API: GstMixerFlags
2719
2720 2007-07-20  Michael Smith <msmith@fluendo.com>
2721
2722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2723         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
2724           xcontext->im_format is only for testing XShm support (as the header
2725           file comments document). Use xvimage->im_format for everything else.
2726           Avoids spurious warnings on buffer allocation before setcaps.
2727
2728 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2729
2730         * tests/examples/volume/Makefile.am:
2731         * tests/icles/Makefile.am:
2732           We should use $(LIBM).
2733
2734 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2735
2736         * tests/icles/Makefile.am:
2737           This needs -lm.
2738
2739 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2740
2741         * gst-libs/gst/rtp/gstbasertppayload.c:
2742         (gst_basertppayload_class_init), (gst_basertppayload_init),
2743         (gst_basertppayload_set_property),
2744         (gst_basertppayload_get_property):
2745         Don't break ABI, restore previous ranges. Keep the default random
2746         selection of timestamp and seqnum offset but as soon as the app sets a
2747         specific value, use that one.
2748
2749 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
2750
2751         Patch by: Bastien Nocera <hadess at hadess dot net>
2752
2753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2754         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2755         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2756         * sys/xvimage/xvimagesink.h:
2757         Add option to turn off double-buffering for debugging purposes.
2758         Fixes #437169.
2759
2760 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
2761
2762         Patch by: Jorn Baayen <jorn at openedhand dot com>
2763
2764         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
2765         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2766         (gst_ximagesink_init), (gst_ximagesink_class_init):
2767         * sys/ximage/ximagesink.h:
2768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
2769         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2770         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2771         * sys/xvimage/xvimagesink.h:
2772         add 'handle-expose' property. Useful for video widgets which may want to
2773         be in control of Expose behaviour. Fixes #380625
2774
2775 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
2776
2777         * gst-libs/gst/rtp/gstbasertppayload.c:
2778         (gst_basertppayload_class_init), (gst_basertppayload_init),
2779         (gst_basertppayload_event), (gst_basertppayload_push),
2780         (gst_basertppayload_set_property),
2781         (gst_basertppayload_get_property),
2782         (gst_basertppayload_change_state):
2783         * gst-libs/gst/rtp/gstbasertppayload.h:
2784         Fix ranges of rtp payloader properties so that the full range can be
2785         used in addition to -1 (random).
2786         Fix wrong seqnum reporting in caps.
2787         Fixes #420326.
2788
2789 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
2790
2791         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
2792         (gst_video_rate_query):
2793         Use boilerplate.
2794         Add latency query, might not be perfect yet but already works a lot
2795         better. Fixes #442557.
2796
2797 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2798
2799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2800         (gst_xvimagesink_setcaps):
2801         * sys/xvimage/xvimagesink.h:
2802         After a caps change, redraw our borders to avoid garbage left there
2803         when the image format changes to a smaller size, like 16:9 -> 4:3
2804         Also, hold the flow_lock a bit longer in the set_caps while we're
2805         fiddling with the xcontext.
2806
2807 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2808
2809         * Makefile.am:
2810         * configure.ac:
2811         * tests/Makefile.am:
2812         Remove bogus check for libcheck, since we check for
2813         gstreamer-check and it pulls in the required info from there, and we
2814         weren't actually _using_ the information for libcheck ourselves
2815         anyway.
2816
2817 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2818
2819         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2820         (gst_ffmpeg_caps_to_pixfmt):
2821         Fix the r_mask test for RGBA32 on little-endian.
2822         Fix a stupid typo that would have obviously broken 
2823         compilation on big-endian, if anyone was testing.
2824
2825 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
2826
2827         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
2828         (paint_hline_str4):
2829         * gst/videotestsrc/videotestsrc.h:
2830         Add alpha to the color struct.
2831         Use a default alpha value of 255 instead of 128.
2832
2833 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
2834
2835         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
2836         (setup_source):
2837         Clear the dynamic pads counter when starting a new uri. This makes
2838         reusing playbin work again.
2839         Fixes #454264.
2840
2841 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2842
2843         * configure.ac:
2844           Use pkg-config to locate check.
2845
2846 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
2847
2848         * configure.ac:
2849         * tests/check/elements/volume.c: (GST_START_TEST):
2850           Fix 'make check' build against core CVS.
2851
2852 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
2853
2854         * gst-libs/gst/interfaces/propertyprobe.c:
2855         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2856         * gst-libs/gst/tag/gstvorbistag.c:
2857           Make gtk-doc happy.
2858
2859 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
2860
2861         * gst-libs/gst/audio/gstbaseaudiosink.c:
2862         (gst_base_audio_sink_callback):
2863           Quick hack to make audiosinks stop at EOS when operating in
2864           pull-mode; needs to be fixed properly some day.
2865
2866 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
2867
2868         * docs/libs/gst-plugins-base-libs-sections.txt:
2869           Fix location of includes in the docs.
2870
2871 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2872
2873         * gst/ffmpegcolorspace/avcodec.h:
2874         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2875         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2876         (gst_ffmpegcsp_avpicture_fill):
2877         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
2878         (img_get_alpha_info):
2879         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
2880         of the existing BGRA32 and RGBA32 formats with the alpha at the other
2881         end of the word. Partially fixes #451908
2882
2883 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2884
2885         * docs/libs/Makefile.am:
2886         * docs/plugins/Makefile.am:
2887           Simplify --extra-dir as gtkdoc scans recursively.
2888
2889 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
2890
2891         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
2892         (gst_adder_request_new_pad):
2893         Make getcaps more robust by not using the proxycaps function. This makes
2894         sure that we don't end up recursively calling getcaps upstream.
2895         See #316248.
2896
2897 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
2898
2899         * gst/audioconvert/audioconvert.c:
2900         Include math.h to fix compilation.
2901
2902 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
2903
2904         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2905         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2906         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
2907         format, as produced by some dc1394 cameras like the iSight.
2908         See http://www.fourcc.org/yuv.php#IYU1
2909
2910 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2911
2912         * gst/audioconvert/Makefile.am:
2913         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2914         (check_default), (audio_convert_prepare_context),
2915         (audio_convert_clean_context), (audio_convert_convert):
2916         * gst/audioconvert/audioconvert.h:
2917         * gst/audioconvert/gstaudioconvert.c:
2918         (gst_audio_convert_dithering_get_type),
2919         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
2920         (gst_audio_convert_init), (gst_audio_convert_set_caps),
2921         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
2922         * gst/audioconvert/gstaudioconvert.h:
2923         * gst/audioconvert/gstaudioquantize.c:
2924         (gst_audio_quantize_setup_noise_shaping),
2925         (gst_audio_quantize_free_noise_shaping),
2926         (gst_audio_quantize_setup_dither),
2927         (gst_audio_quantize_free_dither),
2928         (gst_audio_quantize_setup_quantize_func),
2929         (gst_audio_quantize_setup), (gst_audio_quantize_free):
2930         * gst/audioconvert/gstaudioquantize.h:
2931         Implement dithering and noise shaping in audioconvert. By default now
2932         TPDF dithering (and no noise shaping) will be used when converting
2933         from a higher bit depth to 20 bit depth or smaller, otherwise
2934         everything will be as it is now.
2935         For the last audioconvert in a pipeline it would make sense to
2936         use some kind of noise shaping, enabling it by default for all
2937         conversions would give undesired results though. Fixes #360246.
2938         * tests/check/elements/audioconvert.c: (setup_audioconvert),
2939         (GST_START_TEST):
2940         Adjust unit test for the new audioconvert.
2941
2942 2007-06-28  Wim Taymans  <wim@fluendo.com>
2943
2944         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
2945         Use other metrics as well when estimating the buffer level.
2946
2947 2007-06-28  Wim Taymans  <wim@fluendo.com>
2948
2949         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
2950         Small debug improvement.
2951
2952         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
2953         (plugin_init):
2954         Tweak the rate estimation period.
2955         When calculating the buffer filledness in rate estimation mode, don't
2956         mix it with other metrics.
2957
2958 2007-06-28  Wim Taymans  <wim@fluendo.com>
2959
2960         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
2961         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
2962         When creating the groups, allow for a 5 second, unlimited buffers
2963         preroll phase after which we expose the group.
2964         When the group is exposed, use a small number of buffers up to a 2
2965         second limit. Also disconnect the overrun signal from multiqueue when we
2966         exposed the group because it is not needed anymore.
2967
2968 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
2969
2970         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2971           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
2972           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
2973           (#451707); also, output some debugging info when dealing with
2974           freeform strings.
2975
2976         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
2977           Add unit test for the above.
2978
2979 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
2980
2981         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
2982           Add description for Windows Media RTP caps.
2983
2984         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
2985           Remove RTP fields that don't define the format from caps.
2986
2987 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
2988
2989         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
2990           Skip empty buffers, but not empty header buffers. That way the original
2991           vorbisdec unit test still passes (#451145); also, take into account
2992           that those empty packets might carry a granulepos.
2993
2994         * tests/check/Makefile.am:
2995         * tests/check/elements/vorbisdec.c:
2996         (_create_codebook_header_buffer), (_create_audio_buffer),
2997         (GST_START_TEST), (vorbisdec_suite):
2998           Add unit test that sends an empty packet.
2999
3000 2007-06-27  Wim Taymans  <wim@fluendo.com>
3001
3002         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
3003         Don't error out on 0-sized packets, just emit a warning because this is
3004         not a fatal error. Fixes #451145.
3005
3006 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3007
3008         * docs/plugins/gst-plugins-base-plugins.args:
3009         * docs/plugins/gst-plugins-base-plugins.signals:
3010         * docs/plugins/inspect/plugin-adder.xml:
3011         * docs/plugins/inspect/plugin-alsa.xml:
3012         * docs/plugins/inspect/plugin-audioconvert.xml:
3013         * docs/plugins/inspect/plugin-audiorate.xml:
3014         * docs/plugins/inspect/plugin-audioresample.xml:
3015         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3016         * docs/plugins/inspect/plugin-cdparanoia.xml:
3017         * docs/plugins/inspect/plugin-decodebin.xml:
3018         * docs/plugins/inspect/plugin-decodebin2.xml:
3019         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3020         * docs/plugins/inspect/plugin-gdp.xml:
3021         * docs/plugins/inspect/plugin-gnomevfs.xml:
3022         * docs/plugins/inspect/plugin-libvisual.xml:
3023         * docs/plugins/inspect/plugin-ogg.xml:
3024         * docs/plugins/inspect/plugin-pango.xml:
3025         * docs/plugins/inspect/plugin-playbin.xml:
3026         * docs/plugins/inspect/plugin-subparse.xml:
3027         * docs/plugins/inspect/plugin-tcp.xml:
3028         * docs/plugins/inspect/plugin-theora.xml:
3029         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3030         * docs/plugins/inspect/plugin-video4linux.xml:
3031         * docs/plugins/inspect/plugin-videorate.xml:
3032         * docs/plugins/inspect/plugin-videoscale.xml:
3033         * docs/plugins/inspect/plugin-videotestsrc.xml:
3034         * docs/plugins/inspect/plugin-volume.xml:
3035         * docs/plugins/inspect/plugin-vorbis.xml:
3036         * docs/plugins/inspect/plugin-ximagesink.xml:
3037         * docs/plugins/inspect/plugin-xvimagesink.xml:
3038           Update docs with caps info.
3039
3040 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3041
3042         * po/POTFILES.in:
3043           Add more files with translatable strings (#450875).
3044
3045 2007-06-23  Edward Hervey  <edward@fluendo.com>
3046
3047         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
3048         The chain should be freed if we error out here, else it will leak.
3049         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
3050         (cleanup_decodebin):
3051         Don't forget to *properly* remove the signals, else it will leak.
3052
3053 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3054
3055         * MAINTAINERS:
3056         Updating all the maintainers files
3057
3058 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
3059
3060         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
3061         (main):
3062           Destroy and recreate parse-launch based pipeline after stop to be able
3063           to play again. Reorder some code and add more comments.
3064
3065 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
3066
3067         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
3068         When handling a delayed-caps notification case, mark
3069         the group as dynamic so that the nbdynamic count is
3070         incremented and decremented correctly. Fixes: #449156
3071         Patch by: Wim Taymans <wim@fluendo.com>
3072
3073 2007-06-19  Andy Wingo  <wingo@pobox.com>
3074
3075         * gst-libs/gst/audio/gstbaseaudiosink.c
3076         (gst_base_audio_sink_init): Enable pull-mode operation.
3077
3078 2007-06-19  Michael Smith <msmith@fluendo.com>
3079
3080         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3081           Change minimum rate back to 1000 to allow low-sample-rate wav files
3082           to play back.
3083
3084 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3085
3086         * po/vi.po:
3087           Update translations.
3088
3089 2007-06-15  David Schleef  <ds@schleef.org>
3090
3091         * gst/playback/gstqueue2.c:
3092           Fix compile error from ignored return value.
3093
3094 2007-06-15  Michael Smith <msmith@fluendo.com>
3095
3096         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3097           Update tmpbuf for all neccesary rows, not just one, as is required
3098           when downscaling.
3099           Fixes #402076.
3100
3101 2007-06-15  Michael Smith <msmith@fluendo.com>
3102
3103         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
3104         (eos_buffer_probe):
3105           Add a test that ensures we set DELTA_UNIT on all non-header,
3106           non-video buffers, if we have a video stream.
3107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3108         (gst_ogg_mux_process_best_pad):
3109           Move setting delta_pad to earlier, where we inspect all pads, so
3110           that leading audio pages don't get DELTA_UNIT unset if they come
3111           before the first DELTA_UNIT from video pages. Fixes the newly-added
3112           test. Fixes #385527.
3113
3114 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
3115
3116         * tests/check/pipelines/streamheader.c: (streamheader_suite):
3117           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
3118           fails on the p5-ppc64 build bot and the failure looks like it is due
3119           to the same issue as #348114, ie. a compiler bug.
3120
3121 2007-06-13  Edward Hervey  <edward@fluendo.com>
3122
3123         * gst/playback/gstqueue2.c: (gst_queue_create_read):
3124         Fix build on MacOSX.
3125
3126 2007-06-13  Wim Taymans  <wim@fluendo.com>
3127
3128         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3129         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
3130         Fix compilation on mingw. Fixes #446972.
3131
3132 2007-06-12  Wim Taymans  <wim@fluendo.com>
3133
3134         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3135
3136         * gst/playback/gstqueue2.c: (update_buffering),
3137         (gst_queue_locked_enqueue):
3138         Fix a division by zero when the max percent is <= 0. Fixes #446572.
3139         also update the buffering status when receiving events. Fixes #446551.
3140
3141 2007-06-11  Wim Taymans  <wim@fluendo.com>
3142
3143         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3144
3145         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
3146         (gst_queue_handle_src_query):
3147         Wait for preroll before attempting to forward a duration query upstream.
3148         Fixes #445505.
3149
3150 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
3151
3152         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
3153         (gst_base_rtp_depayload_set_gst_timestamp):
3154         Use G_GINT64_CONSTANT macro for int64 constant.
3155         * win32/common/libgstinterfaces.def:
3156         * win32/common/libgsttag.def:
3157         Add new exported functions.
3158
3159 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
3160
3161         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3162           The BOS page of the first Dirac video stream needs to come before
3163           the BOS page of any Vorbis streams or other audio streams, just like
3164           it is with Theora.
3165
3166 2007-06-07  Wim Taymans  <wim@fluendo.com>
3167
3168         * gst/playback/gstqueue2.c: (gst_queue_get_range):
3169         Fix compilation.
3170
3171 2007-06-06  Wim Taymans  <wim@fluendo.com>
3172
3173         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3174
3175         * gst/playback/gstqueue2.c: (gst_queue_init),
3176         (gst_queue_handle_sink_event), (gst_queue_chain),
3177         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
3178         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
3179         (gst_queue_src_activate_pull):
3180         Add pull based scheduling and fix some deadlocks. Fixes #444523.
3181         Does not yet completely work because duration queries upstream won't
3182         block yet.
3183
3184 2007-06-06  Wim Taymans  <wim@fluendo.com>
3185
3186         * configure.ac:
3187         * gst/playback/gstqueue2.c: (gst_queue_create_read):
3188         Some more fseeko checks.
3189
3190 2007-06-06  Wim Taymans  <wim@fluendo.com>
3191
3192         * configure.ac:
3193         check for large file support.
3194
3195 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3196
3197         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
3198
3199         * gst/subparse/gstsubparse.c: (parse_subrip),
3200         (subviewer_unescape_newlines), (parse_subviewer),
3201         (gst_sub_parse_data_format_autodetect),
3202         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
3203         * gst/subparse/gstsubparse.h:
3204         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
3205         * tests/check/elements/subparse.c: (GST_START_TEST),
3206         (subparse_suite):
3207         Add a unit test for both SubViewer formats.
3208
3209 2007-06-01  Michael Smith <msmith@fluendo.com>
3210
3211         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
3212           Don't overflow intermediate values when seeking to large time values
3213           in audiotestsrc.
3214
3215 2007-06-05  Wim Taymans  <wim@fluendo.com>
3216
3217         * gst/playback/gstqueue2.c: (gst_queue_have_data),
3218         (gst_queue_create_read), (gst_queue_read_item_from_file),
3219         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
3220         Include stdio to define fseeko.
3221
3222 2007-06-05  Wim Taymans  <wim@fluendo.com>
3223
3224         Patch by: Edward Hervey  <edward@fluendo.com>
3225
3226         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
3227         (gst_v4lsrc_query):
3228         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
3229
3230 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3231
3232         * gst-libs/gst/riff/Makefile.am:
3233         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
3234           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3235           our own implementation.
3236
3237 2007-06-05  Wim Taymans  <wim@fluendo.com>
3238
3239         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3240         (gst_base_rtp_depayload_setcaps),
3241         (gst_base_rtp_depayload_set_gst_timestamp),
3242         (gst_base_rtp_depayload_change_state):
3243         Handle timestamp wraparound.
3244
3245 2007-06-05  Wim Taymans  <wim@fluendo.com>
3246
3247         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
3248         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
3249         (gst_uri_decode_bin_change_state):
3250         Make sure we name srcpads uniquely even when using different internal
3251         decodebins.
3252         Signal no-more-pads when no more dynamic elements exist.
3253         Remove pads on cleanup.
3254
3255 2007-06-05  Wim Taymans  <wim@fluendo.com>
3256
3257         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
3258
3259         * gst/playback/gstqueue2.c: (gst_queue_class_init),
3260         (gst_queue_init), (gst_queue_finalize),
3261         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
3262         (gst_queue_create_read), (gst_queue_read_item_from_file),
3263         (gst_queue_open_temp_location_file),
3264         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
3265         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3266         (gst_queue_is_empty), (gst_queue_is_filled),
3267         (gst_queue_change_state), (gst_queue_set_temp_location),
3268         (gst_queue_set_property):
3269         Add support for filebased buffering. Fixes #441264.
3270
3271 2007-06-05  Wim Taymans  <wim@fluendo.com>
3272
3273         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
3274         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
3275         (caps_notify_group_cb), (gst_decode_group_new),
3276         (gst_decode_group_free):
3277         Add support for delayed caps fixation when autoplugging.
3278         Optimize cases where a multiqueue is not needed/wanted, like right after
3279         anything that is not a demuxer.
3280
3281 2007-06-05  Wim Taymans  <wim@fluendo.com>
3282
3283         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
3284         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
3285         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
3286         consideratly speedup ogg chain detection by not trying to find a base
3287         timestamp for skeleton streams. 
3288
3289 2007-06-05  Wim Taymans  <wim@fluendo.com>
3290
3291         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
3292         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
3293         (gst_multi_fd_sink_remove_flush),
3294         (gst_multi_fd_sink_remove_client_link),
3295         (gst_multi_fd_sink_handle_client_write),
3296         (gst_multi_fd_sink_handle_clients):
3297         * gst/tcp/gstmultifdsink.h:
3298         Add support for remove_flush.
3299
3300 2007-06-05  Wim Taymans  <wim@fluendo.com>
3301
3302         * docs/design/draft-keyframe-force.txt:
3303         * ext/theora/theoraenc.c: (theora_enc_sink_event),
3304         (theora_enc_chain):
3305         Add draft design for forcing keyframes in encoders and implement in
3306         theoraenc.
3307
3308 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
3309
3310         * configure.ac:
3311           Back to CVS
3312
3313 === release 0.10.13 ===
3314
3315 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
3316
3317         * configure.ac:
3318           releasing 0.10.13, "What's Going on?"
3319
3320 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
3321
3322         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3323         In riff, the depth is stored in the size field but it just means that
3324         the least significant bits are cleared. We can therefore just play
3325         the sample as if it had a depth == width. Fixes: #440997
3326
3327         Patch by: Wim Taymans <wim@fluendo.com> 
3328         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
3329
3330 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
3331
3332         * gst-libs/gst/floatcast/floatcast.h:
3333         Define inline when needed on win32 builds. Fixes: #441295
3334         Patch by: Sebastien Moutte  <sebastien@moutte.net>
3335
3336 2007-05-29  Wim Taymans  <wim@fluendo.com>
3337
3338         * gst/playback/gstplaybasebin.c: (queue_overrun),
3339         (no_more_pads_full):
3340         Stop buffering when the group is commited because the queues filled up.
3341         Fixes #442024.
3342
3343 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3344
3345         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3346         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
3347         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
3348         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
3349         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
3350         * ext/alsa/gstalsamixer.h:
3351         * ext/alsa/gstalsamixerelement.c:
3352         (gst_alsa_mixer_element_interface_supported),
3353         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
3354         (gst_alsa_mixer_element_set_property),
3355         (gst_alsa_mixer_element_get_property),
3356         (gst_alsa_mixer_element_change_state):
3357         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
3358         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
3359         (gst_mixer_option_changed):
3360         * gst-libs/gst/interfaces/mixer.h:
3361         Revert commits towards #152864 made so far. We'll pick it up again
3362         after the 0.10.13 release.
3363
3364 2007-05-24  Wim Taymans  <wim@fluendo.com>
3365
3366         * gst-libs/gst/audio/gstbaseaudiosink.c:
3367         (gst_base_audio_sink_render):
3368         After an interrupt (PAUSED/flush) assume that the next sample should not
3369         be aligned to the previous sample. Fixes #417992.
3370
3371 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3372
3373         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3374           Don't add channels and rate fields to the template caps for
3375           audio/x-dts, as wavparse might not always be able to set them,
3376           which would then lead to 'caps are not a real subset of the
3377           template caps' warnings.
3378
3379 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
3380
3381         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
3382         Handle unknown or invalid pads without crashing, as might occur if
3383         a media file like an mp3 is specified as a subtitle file.
3384         Fixes: #410039
3385
3386 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
3387
3388         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
3389         (setup_sinks):
3390         Block the subtitle bin output queue before ghosting it and linking,
3391         then unblock after. This avoids spurious not-linked errors caused 
3392         by the queue starting up (because it gets linked when it is ghosted). 
3393         Fixes: #350299
3394
3395 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
3396
3397         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
3398         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
3399         file. Avoids flukes where the input gets typefound to some valid but
3400         useless type.
3401
3402 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3403
3404         * tests/check/Makefile.am:
3405         * tests/check/elements/.cvsignore:
3406         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
3407         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
3408           Add unit test for gnomevfssink seeking and position reporting for
3409           file:// URIs.
3410
3411 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3412
3413         Patch by: Mark Nauwelaerts <manauw at skynet be>
3414
3415         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
3416         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
3417         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
3418         * ext/gnomevfs/gstgnomevfssink.h:
3419           Fix position reporting, especially after a seek (from upstream),
3420           see #412648.
3421
3422 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
3423
3424         * ext/cdparanoia/gstcdparanoiasrc.c:
3425           Repair umlaut.
3426
3427 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
3428
3429         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3430         Specify the full valid range for MP3 samplerates. Fixes a regression
3431         caused by extra header checks since the last release.
3432
3433 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
3434
3435         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3436         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3437         Fix a locking-order bug I introduced with my changes the other day.
3438         Patch by Mike Smith.
3439
3440 2007-05-21  Michael Smith <msmith@fluendo.com>
3441
3442         * ext/theora/theoradec.c: (theora_handle_data_packet):
3443           Don't look inside 0-length packets (which indicate duplicated
3444           frames)
3445
3446 2007-05-21  Wim Taymans  <wim@fluendo.com>
3447
3448         * ext/cdparanoia/gstcdparanoiasrc.c:
3449         (gst_cd_paranoia_src_read_sector):
3450         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3451         (gst_base_audio_src_create):
3452         Small cleanups.
3453
3454         * ext/theora/theoradec.c: (theora_dec_sink_event):
3455         Fix typo.
3456
3457         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3458         (gst_base_rtp_depayload_set_gst_timestamp):
3459         Add some FIXME
3460
3461         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
3462         And some debug info when a FIXME path is hit.
3463
3464 2007-05-21  Wim Taymans  <wim@fluendo.com>
3465
3466         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3467         (gst_base_rtp_audio_payload_class_init),
3468         (gst_base_rtp_audio_payload_init),
3469         (gst_base_rtp_audio_payload_finalize),
3470         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
3471         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
3472         (gst_base_rtp_payload_audio_handle_event):
3473         Some cleanups, remove minptime property as it is now in the parent
3474         class.
3475         Override parent class event function.
3476
3477         * gst-libs/gst/rtp/gstbasertppayload.c:
3478         (gst_basertppayload_class_init), (gst_basertppayload_init),
3479         (gst_basertppayload_event), (gst_basertppayload_set_property),
3480         (gst_basertppayload_get_property):
3481         * gst-libs/gst/rtp/gstbasertppayload.h:
3482         Add min-ptime property.
3483         Add handle-event vmethod. Fixes #415001.
3484
3485 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
3486
3487         * gst-libs/gst/audio/gstbaseaudiosink.c
3488           (gst_base_audio_sink_change_state):
3489           Fix typo in comment.
3490
3491         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
3492           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
3493           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
3494           close_link):
3495         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
3496           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
3497           Remove trailing whitespaces in comments.
3498
3499         * gst/volume/Makefile.am:
3500           Fix tabs.
3501
3502 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
3503
3504         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
3505
3506         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
3507           set_option, get_option, _gst_reserved):
3508           Revert reordering functions (keep ABI).
3509
3510 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
3511
3512         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3513         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
3514         (gst_ximagesink_show_frame):
3515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3516         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
3517         (gst_xvimagesink_show_frame):
3518         When we create our own window, indicate that we handle the 
3519         WM_DELETE client message from the window manager, so that it won't 
3520         kill our window (and our app) along with it. Handle ClientMessage,
3521         post an error on the bus, and close the window. Further buffers
3522         arriving will result in a FlowError because the window has been
3523         destroyed.
3524
3525         Fixes: #393975
3526
3527         Clean up the X event handling loop and make them the same for
3528         both xvimagesink and ximagesink while I'm at it.
3529
3530 2007-05-17  Wim Taymans  <wim@fluendo.com>
3531
3532         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
3533         Make decodebin2 autoplug depayloaders too.
3534
3535         * gst/playback/gsturidecodebin.c: (source_new_pad):
3536         Set the newly created decoder in a usable state when autoplugging a
3537         dynamic source such as RTSP.
3538
3539 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
3540
3541         * gst/playback/gststreaminfo.c: (cb_probe):
3542           Ignore video-codec tag for audio streams and ignore audio-codec tags
3543           for video streams. Should make codec name collection a bit more
3544           robust against sloppy demuxers that send tag events containing both
3545           tags down each pad.
3546
3547 2007-05-17  Wim Taymans  <wim@fluendo.com>
3548
3549         * gst/playback/gstqueue2.c: (update_rates):
3550         Tweak the buffering thresholds a little.
3551         Update the buffer size with the previously calculate rate instead of
3552         only when we calculate a new rate so that we get smoother buffering
3553         updates.
3554
3555         * gst/playback/Makefile.am:
3556         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
3557         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3558         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
3559         (gst_uri_decode_bin_get_property), (unknown_type),
3560         (add_element_stream), (no_more_pads_full), (no_more_pads),
3561         (source_no_more_pads), (new_decoded_pad), (array_has_value),
3562         (gen_source_element), (has_all_raw_caps), (analyse_source),
3563         (remove_decoders), (make_decoder), (remove_source),
3564         (source_new_pad), (setup_source), (decoder_query_init),
3565         (decoder_query_duration_fold), (decoder_query_duration_done),
3566         (decoder_query_position_fold), (decoder_query_position_done),
3567         (decoder_query_latency_fold), (decoder_query_latency_done),
3568         (decoder_query_seeking_fold), (decoder_query_seeking_done),
3569         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
3570         (gst_uri_decode_bin_change_state), (plugin_init):
3571         New element that intergrates a source, optional buffering element and
3572         decodebin.
3573
3574 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
3575
3576         * configure.ac:
3577           Bump libtheora requirement to 1.0alpha5 for the pixformat check
3578           (also has a .pc file, so we don't need the fallback check any
3579           longer). Fixes #438840.
3580
3581 2007-05-17  Wim Taymans  <wim@fluendo.com>
3582
3583         * gst/playback/gstqueue2.c: (gst_queue_get_type),
3584         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
3585         (apply_segment), (apply_buffer), (update_buffering),
3586         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
3587         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3588         (gst_queue_handle_sink_event), (gst_queue_is_filled),
3589         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
3590         (plugin_init):
3591         fix build.
3592
3593 2007-05-17  Wim Taymans  <wim@fluendo.com>
3594
3595         * gst/playback/Makefile.am:
3596         * gst/playback/gstqueue2.c: (gst_queue_get_type),
3597         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
3598         (gst_queue_getcaps), (gst_queue_bufferalloc),
3599         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
3600         (apply_buffer), (update_buffering), (reset_rate_timer),
3601         (update_rates), (gst_queue_locked_flush),
3602         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
3603         (gst_queue_handle_sink_event), (gst_queue_is_empty),
3604         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
3605         (gst_queue_loop), (gst_queue_handle_src_event),
3606         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
3607         (gst_queue_src_activate_push), (gst_queue_change_state),
3608         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
3609         On our way to playbin2 this is the new network queue that does buffering
3610         all by itself using high and low watermarks. It can also measure up and
3611         downstream bandwidth to optimally size the queue.
3612
3613 2007-05-17  Michael Smith <msmith@fluendo.com>
3614
3615         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
3616         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
3617           Use the segment->last_stop value to calculate the next timestamp to
3618           generate after a seek; not the segment->start value.
3619
3620 2007-05-15  David Schleef  <ds@schleef.org>
3621
3622         * docs/Makefile.am: Install docs even when --disable-gtk-doc
3623           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
3624
3625 2007-05-15  Wim Taymans  <wim@fluendo.com>
3626
3627         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3628         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
3629         Some more chained streaming ogg timestamp fixes.
3630
3631 2007-05-15  Wim Taymans  <wim@fluendo.com>
3632
3633         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3634         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3635         (gst_ogg_demux_handle_page):
3636         Add some FIXMEs.
3637         Fix chain start/stop segment handling based on patch by
3638         <ahalda at cs dot mcgill dot ca> see #320984.
3639
3640 2007-05-15  Michael Smith <msmith@fluendo.com>
3641
3642         * configure.ac:
3643           We don't require a C++ compiler. So don't require one.
3644
3645 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3646
3647         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
3648           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
3649           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
3650           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
3651           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
3652           gst_alsa_mixer_update_track):
3653           Apply some of the cleanup Tim suggested in #152864 afterwards.
3654
3655 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3656
3657         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
3658
3659         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
3660           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
3661           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
3662           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
3663           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
3664           gst_alsa_mixer_handle_source_callback,
3665           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
3666           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
3667           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
3668           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
3669           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
3670           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
3671         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
3672         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
3673           gst_alsa_mixer_element_interface_supported,
3674           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
3675           gst_alsa_mixer_element_set_property,
3676           gst_alsa_mixer_element_get_property,
3677           gst_alsa_mixer_element_change_state):
3678         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
3679         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
3680           gst_mixer_option_changed):
3681         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
3682           volume_changed, option_changed, _gst_reserved):
3683           Implement notification for alsamixer. Fixes #152864
3684
3685 2007-05-14  David Schleef  <ds@schleef.org>
3686
3687         * gst/videotestsrc/videotestsrc.c:
3688         * gst/videotestsrc/videotestsrc.h:
3689           Add support for video/x-raw-bayer.
3690
3691 2007-05-12  David Schleef  <ds@schleef.org>
3692
3693         * sys/xvimage/xvimagesink.c:
3694           Add some sanity checking for the XVImage size returned by X.
3695           Related to #377400.
3696
3697 2007-05-12  Wim Taymans  <wim@fluendo.com>
3698
3699         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3700         (gst_base_rtp_depayload_setcaps),
3701         (gst_base_rtp_depayload_set_gst_timestamp):
3702         Parse and use additional caps fields as described in updated
3703         application/x-rtp caps spec.
3704
3705 2007-05-12  Wim Taymans  <wim@fluendo.com>
3706
3707         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3708         (gst_ogg_demux_collect_chain_info):
3709         If there is a stream in a chain without any data packets, ignore the
3710         stream in the total length calculations. Might be related to #436820.
3711
3712 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
3713
3714         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
3715         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
3716         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
3717         (mpeg_video_type_find), (mpeg_video_stream_type_find),
3718         (plugin_init):
3719
3720         Consolidate and re-work our mpeg system stream detection to probe
3721         more packets and produce a higher confidence result. Fixes a
3722         regression caused by lowering the typefind probability last year
3723         - related to bug #397810. Remove the redundant MPEG-1 specific 
3724         typefind function, as the new one detects both MPEG-1 & MPEG-2
3725         happily.
3726
3727         Also cleanup the MPEG elementary and MPEG-TS detection functions a
3728         little. 
3729
3730         Tested against my media test directory, with some improvements and
3731         no regressions.
3732
3733 2007-05-10  Wim Taymans  <wim@fluendo.com>
3734
3735         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
3736         (queue_out_of_data):
3737         Connect to the new queue "pushing" signal instead of the broken
3738         "running" one.
3739
3740 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3741
3742         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3743         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
3744         Move variable declaration before the first instruction.
3745         * gst/videotestsrc/videotestsrc.c:
3746         Define M_PI if it's not defined yet.
3747         * win32/common/libgstrtp.def:
3748         Add new exported functions.
3749
3750 2007-05-09  Michael Smith <msmith@fluendo.com>
3751
3752         * ext/theora/theoradec.c: (theora_handle_type_packet):
3753           gst_pad_push_event() does not return a GstFlowReturn!
3754
3755 2007-05-09  Wim Taymans  <wim@fluendo.com>
3756
3757         * tests/examples/seek/scrubby.c: (stop_cb), (main):
3758         * tests/examples/seek/seek.c: (do_seek):
3759         Some small cosmetic changes.
3760
3761 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
3762
3763         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
3764           gst_adder_change_state):
3765         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
3766           segment_pending, segment_position, segment_rate):
3767           Handle playback-rate on adder.
3768
3769 2007-05-07  Michael Smith <msmith@fluendo.com>
3770
3771         * ext/theora/gsttheoradec.h:
3772         * ext/theora/theoradec.c: (gst_theora_dec_reset),
3773         (theora_dec_sink_event), (theora_handle_comment_packet),
3774         (theora_handle_type_packet), (theora_dec_change_state):
3775           Don't push events (newsegment, tags) before initialising the
3776           decoder.
3777           This is neccesary for seeking to work correctly in gnonlin.
3778
3779 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
3780
3781         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3782         * gst/adder/gstadder.c:
3783         * gst/audiotestsrc/gstaudiotestsrc.c
3784           (gst_audio_test_src_create_white_noise):
3785         * gst/videotestsrc/gstvideotestsrc.c:
3786         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
3787           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
3788           volume_sink_template, volume_src_template, gst_volume_init,
3789           volume_process_double, volume_process_int16,
3790           volume_process_int16_clamp):
3791           Doc fixes and formatting.
3792
3793 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
3794
3795         * tests/check/Makefile.am:
3796         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
3797           Minimal check for volume's GstController usability; also another
3798           test for #422295.
3799
3800 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
3801
3802         * gst-libs/gst/cdda/gstcddabasesrc.c:
3803         (gst_cdda_base_src_add_track):
3804           Fix it so that it (a) makes sense and (b) doesn't break
3805           everything cdda-related including the unit test.
3806
3807 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
3808
3809         * gst-libs/gst/cdda/gstcddabasesrc.c:
3810         (gst_cdda_base_src_add_track):
3811           Fix build when disabling asserts.
3812
3813 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
3814
3815         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
3816           When XShm is not available, we might get row strides that are not
3817           rounded up to multiples of four; this is bad, because virtually
3818           every RGB-processing element in GStreamer assumes rowstrides are
3819           rounded up to multiples of four, so let's allocate at least enough
3820           memory to avoid crashes in this case. The image will still be
3821           displayed distorted though if this happens, so that still needs
3822           fixing (maybe by allocating a bigger image with an 'even' width
3823           and then clipping it appropriately when rendering - something for
3824           Xlib aficionados in any case).
3825
3826 2007-05-03  Michael Smith <msmith@fluendo.com>
3827
3828         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3829           If a buffer doesn't have a timestamp, assume it's contiguous with
3830           the previous buffer, and synthesise timestamps appropriately.
3831
3832 2007-05-03  Edward Hervey  <edward@fluendo.com>
3833
3834         * tests/check/elements/videorate.c: (GST_START_TEST):
3835         Set buffer timestamp to a valid value in order to test the buffer
3836         really does stay in videorate.
3837
3838 2007-05-03  Edward Hervey  <edward@fluendo.com>
3839
3840         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
3841         There is no sensible way to handle incoming buffers which don't have a
3842         valid timestamp. We therefore discard them and wait for the next one.
3843
3844 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
3845
3846         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
3847         * gst/playback/gstdecodebin2.c: (plugin_init):
3848           Better error message for text files.
3849
3850 2007-04-29  Wim Taymans  <wim@fluendo.com>
3851
3852         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
3853         Fix offset bug in generation RR packets.
3854
3855 2007-04-27  Julien MOUTTE  <julien@moutte.net>
3856
3857         * ext/theora/theoradec.c: (_theora_granule_time),
3858         (theora_dec_push_forward), (theora_handle_data_packet),
3859         (theora_dec_decode_buffer): Calculate buffer duration correctly
3860         to generate a perfect stream (#433888).
3861         * gst/audioresample/gstaudioresample.c:
3862         (audioresample_check_discont): Glib provides ABS.
3863
3864 2007-04-27  Wim Taymans  <wim@fluendo.com>
3865
3866         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
3867         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
3868         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
3869         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
3870         (gst_rtcp_packet_bye_set_reason):
3871         * gst-libs/gst/rtp/gstrtcpbuffer.h:
3872         Fix RB block parsing and writing.
3873         Add support for constructing BYE packets.
3874
3875 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
3876
3877         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
3878         (gst_base_audio_src_create):
3879         * po/POTFILES.in:
3880           When posting a warning message because samples were dropped, post
3881           something more intelligible than he default error message for clock
3882           errors which is just confusing in this context (#432984).
3883
3884 2007-04-25  Wim Taymans  <wim@fluendo.com>
3885
3886         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
3887         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
3888         (read_packet_header), (gst_rtcp_packet_move_to_next),
3889         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
3890         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
3891         (gst_rtcp_packet_sdes_get_item_count),
3892         (gst_rtcp_packet_sdes_first_item),
3893         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
3894         (gst_rtcp_packet_sdes_first_entry),
3895         (gst_rtcp_packet_sdes_next_entry),
3896         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
3897         (gst_rtcp_packet_sdes_add_entry):
3898         * gst-libs/gst/rtp/gstrtcpbuffer.h:
3899         Implement code to write SR, RR and SDES packets.
3900
3901 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3902
3903         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
3904
3905         * sys/ximage/ximagesink.c:
3906           Fix build if XShm is not available (#432362).
3907
3908 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
3909
3910         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
3911         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
3912         pointers to random memory which are passed to g_free() when
3913         audio_convert_prepare_context() is called the first time.
3914
3915 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
3916
3917         Patch by: Dan Williams <dcbw redhat com>
3918
3919         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
3920           Don't leak incoming buffer if gst_pad_push() returns a
3921           non-OK flow. Fixes #432755.
3922          
3923         * tests/check/elements/videorate.c: (GST_START_TEST),
3924         (videorate_suite):
3925           Unit test for the above by Yours Truly.
3926
3927 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
3928
3929         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
3930         (gst_adder_sink_event), (gst_adder_collected):
3931           Fix non-flushing segmented seeks, Fixes #340060 for me
3932
3933 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3934
3935         Patch by: Olivier Crete  <tester at tester ca>
3936
3937         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3938         (gst_base_rtp_audio_payload_class_init),
3939         (gst_base_rtp_audio_payload_init),
3940         (gst_base_rtp_audio_payload_dispose):
3941           Chain up to parent class in dispose function; get rid of
3942           unnecessary 'diposed' flag in private structure (#415001).
3943
3944 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3945
3946         * docs/libs/gst-plugins-base-libs.types:
3947         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3948         (gst_base_rtp_audio_payload_class_init):
3949         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3950         * gst-libs/gst/rtp/gstbasertppayload.c:
3951           Some minor docs fixes and additions; also add missing 'Since' bits.
3952
3953 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3954
3955         Patch by: Zeeshan Ali  <zeenix gmail com>
3956
3957         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3958         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
3959         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
3960         (gst_base_rtp_audio_payload_push):
3961         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3962           The recently-added gst_base_rtp_audio_payload_push() should take an
3963           object of type GstBaseRTPAudioPayload as first argument (#431672).
3964
3965 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3966
3967         * gst/audioresample/gstaudioresample.c:
3968           Make more functions static, just because we can.
3969
3970 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
3971
3972         * tests/check/elements/audioresample.c:
3973           Add unit test for audioresample shutdown crasher (#420106).
3974
3975 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
3976
3977         * gst/subparse/gstsubparse.c:
3978         * gst/subparse/samiparse.c:
3979           Use GST_DISABLE_XML here
3980
3981         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3982         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
3983         (gst_xvimagesink_buffer_alloc),
3984         (gst_xvimagesink_navigation_send_event):
3985         * sys/xvimage/xvimagesink.h:
3986           Include stdlib.h when using atoi.
3987           
3988         * tests/check/elements/playbin.c: (playbin_suite):
3989           Use GST_DISABLE_REGISTRY here
3990
3991 2007-04-19  Michael Smith  <msmith@fluendo.com>
3992
3993         * ext/theora/gsttheoraenc.h:
3994         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3995         (theora_enc_sink_event), (theora_enc_change_state):
3996           Track initialisation state; don't try to use encoder state if we're
3997           not initialised (it'll segfault).
3998
3999 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
4000
4001         * tests/check/pipelines/.cvsignore:
4002         Fix build.
4003
4004 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4005
4006         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4007         Allow random depths between 1 and 32 instead of only multiplies of 8.
4008
4009 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4010
4011         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4012         Set the maximum number of channels for PCM and float in the correct
4013         place to have it also used when creating the template caps.
4014
4015 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4016
4017         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4018         Correctly support 4, 6 and 8 channels with normal PCM and float
4019         wav files.
4020
4021         Fix the depth and signedness calculation in extensible wav files and
4022         also handle 1, 2, 4, 6, 8 channels here when a file without channel
4023         mask is found.
4024
4025         Add support for float, alaw and mulaw in extensible wav files.
4026
4027         This allows correct playback of all but 5 files from
4028         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
4029         
4030         (gst_riff_create_audio_template_caps):
4031         Add voxware and float formats to the template caps.     
4032
4033 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4034
4035         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4036
4037         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
4038         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
4039
4040         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4041         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
4042         Use the correct format strings for integer formats.
4043
4044 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4045
4046         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
4047           Don't use pad_alloc_buffer_and_set_caps to create a small header
4048           packet, or, worse, to create a big temporary video buffer using the
4049           src pad.
4050
4051 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4052
4053         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
4054         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
4055           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
4056           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
4057
4058 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4059
4060         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
4061           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
4062           streamheader_suite):
4063           Add another test set up for failure
4064
4065 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4066
4067         * tests/check/Makefile.am:
4068         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
4069           GST_START_TEST, streamheader_suite, main):
4070           Add a test for the streamheader bug Wim fixed.
4071
4072 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
4073
4074         * ext/theora/theoradec.c: (theora_dec_sink_event):
4075         Fix misleading comment.
4076
4077 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4078
4079         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4080           More sanity checks for the header fields.
4081
4082 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4083
4084         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
4085           Try encodings from all environment variables, not just those in the
4086           first environment variable that is set.
4087
4088 2007-04-12  Wim Taymans  <wim@fluendo.com>
4089
4090         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
4091         (gst_video_rate_chain):
4092         Add some debug.
4093
4094         * tests/check/elements/videorate.c: (GST_START_TEST),
4095         (videorate_suite):
4096         Added check for videorate changing caps handling. Closes #421834.
4097
4098 2007-04-12  Michael Smith  <msmith@fluendo.com>
4099
4100         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4101           Use scale functions to avoid overflow when calculating duration of 
4102           vorbis buffers.
4103
4104 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4105
4106         * docs/libs/gst-plugins-base-libs-sections.txt:
4107         * gst-libs/gst/tag/tag.h:
4108         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
4109           API: add gst_tag_freeform_string_to_utf8() (#405072).
4110
4111         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
4112           Use gst_tag_freeform_string_to_utf8() here.
4113
4114 2007-04-12  Wim Taymans  <wim@fluendo.com>
4115
4116         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
4117         (gst_gdp_pay_sink_event):
4118         Make sure we set the IN_CAPS flag correctly.
4119
4120         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
4121         Get the IN_CAPS flag before we call functions that mess with the flags.
4122
4123 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4124
4125         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
4126           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
4127           Only stamp buffers with offset/offset_end right before they get
4128           pushed.  This ensures offset continuity, which was not the case
4129           before as shown by
4130           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
4131
4132 2007-04-06  Wim Taymans  <wim@fluendo.com>
4133
4134         * gst/playback/gstplaybin.c: (add_sink),
4135         (gst_play_bin_change_state):
4136         Activate sync in playbin, we are ready to handle it for live streams.
4137
4138 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4139
4140         * tests/check/elements/playbin.c:
4141         (test_sink_usage_video_only_stream), (playbin_suite):
4142           Add small test for stream-info-value-array code paths.
4143
4144 2007-04-05  Wim Taymans  <wim@fluendo.com>
4145
4146         * gst-libs/gst/audio/gstbaseaudiosink.c:
4147         (gst_base_audio_sink_skew_slaving):
4148         Don't try to create invalid calibration parameters by making the
4149         internal time go backwards, instead make external time go forward.
4150
4151 2007-04-05  Wim Taymans  <wim@fluendo.com>
4152
4153         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4154
4155         * gst/playback/gstplaybasebin.c: (add_stream):
4156         Fix leak in add_stream(), when g_value_set_object() increases the
4157         refcount of streaminfo object. Fixes #426250.
4158
4159 2007-04-03  David Schleef  <ds@schleef.org>
4160
4161         * gst/videotestsrc/gstvideotestsrc.c:
4162         * gst/videotestsrc/gstvideotestsrc.h:
4163         * gst/videotestsrc/videotestsrc.c:
4164         * gst/videotestsrc/videotestsrc.h:
4165           Add a test pattern called "circular", which has concentric
4166           rings with varying radial frequency.  The main purpose of this
4167           pattern is to test fidelity loss in a filter or scaler element.
4168           Notably, this pattern is scale invariant, and is optimally viewed
4169           with a width (and height) of 400.
4170
4171 2007-04-03  Wim Taymans  <wim@fluendo.com>
4172
4173         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4174
4175         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
4176         (deactivate_free_recursive):
4177         Decodebin2 doesn't unref pads it obtains in some occasions:
4178         - multiqueue src pads, when either connecting further or exposing
4179         - sink pads of new autoplugged elements
4180         - peer pads when recursively freeing elements
4181         Fixes #425455.
4182
4183 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4184
4185         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4186         Add audio/x-raw-float support, now that audioconvert support
4187         non-native endianness floats.
4188
4189 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4190
4191         * docs/libs/gst-plugins-base-libs-docs.sgml:
4192           gstreamer-plugins-base.pc doesn't exist, it's
4193           gstreamer-plugins-base-0.10.pc.
4194
4195 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4196
4197         Patch by: René Stadler <mail at renestadler dot de>
4198         with some minor changes
4199
4200         * gst-libs/gst/floatcast/floatcast.h:
4201         Use more efficient float endianness conversion functions that don't
4202         involve 2 function calls per value.
4203         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
4204         (check_default), (audio_convert_prepare_context):
4205         * gst/audioconvert/gstaudioconvert.c:
4206         (gst_audio_convert_parse_caps), (make_lossless_changes):
4207         Support non-native endianness floats as input and output.
4208         Fixes #339838.
4209         * tests/check/elements/audioconvert.c: (verify_convert),
4210         (GST_START_TEST):
4211         Add unit tests for the non-native endianness float conversions.
4212
4213 2007-03-29  Wim Taymans  <wim@fluendo.com>
4214
4215         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4216         (gst_base_rtp_depayload_base_init),
4217         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4218         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
4219         (gst_base_rtp_depayload_set_gst_timestamp),
4220         (gst_base_rtp_depayload_change_state),
4221         (gst_base_rtp_depayload_set_property),
4222         (gst_base_rtp_depayload_get_property):
4223         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4224         Add Private structure.
4225         Bring element code to 2007.
4226         Parse clock-base caps param and use it when generating the
4227         newsegment.
4228         Reset variables before going to PAUSED.
4229         Fix some docs.
4230
4231 2007-03-29  Wim Taymans  <wim@fluendo.com>
4232
4233         * docs/libs/gst-plugins-base-libs-docs.sgml:
4234         * docs/libs/gst-plugins-base-libs-sections.txt:
4235         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4236         (gst_base_rtp_audio_payload_get_adapter):
4237         Add RTCP docs.
4238         Fix some more docs.
4239
4240         * gst-libs/gst/rtp/Makefile.am:
4241         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4242         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
4243         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
4244         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
4245         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
4246         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
4247         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
4248         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
4249         (gst_rtcp_packet_sr_get_sender_info),
4250         (gst_rtcp_packet_sr_set_sender_info),
4251         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
4252         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
4253         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
4254         (gst_rtcp_packet_sdes_get_chunk_count),
4255         (gst_rtcp_packet_sdes_first_chunk),
4256         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
4257         (gst_rtcp_packet_sdes_first_item),
4258         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
4259         (gst_rtcp_packet_bye_get_ssrc_count),
4260         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
4261         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
4262         (gst_rtcp_packet_bye_get_reason_len),
4263         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
4264         * gst-libs/gst/rtp/gstrtcpbuffer.h:
4265         Add new helper object for parsing and creating RTCP messages.
4266
4267 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4268
4269         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4270         PCM samples with width=8 must be always unsigned, no matter what
4271         depth they have.
4272
4273 2007-03-29  Andy Wingo  <wingo@pobox.com>
4274
4275         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
4276         perfect offsets also, not just timestamps.
4277
4278         * tests/check/elements/videorate.c (test_more): Test that given
4279         any incoming offsets, that videorate produces perfect offsets.
4280
4281 2007-03-29  Wim Taymans  <wim@fluendo.com>
4282
4283         * gst-libs/gst/riff/riff-ids.h:
4284         Add some more RIFF formats.
4285
4286 2007-03-29  Wim Taymans  <wim@fluendo.com>
4287
4288         * gst-libs/gst/rtp/gstrtpbuffer.c:
4289         (gst_rtp_buffer_default_clock_rate):
4290         * gst-libs/gst/rtp/gstrtpbuffer.h:
4291         Fix fixed payload names and docs.
4292         Added method to get the default clock rates of fixed payload types.
4293         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
4294
4295 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4296
4297         * tests/check/pipelines/.cvsignore:
4298         Add new vorbisdec test to cvsignore.
4299
4300 2007-03-28  Wim Taymans  <wim@fluendo.com>
4301
4302         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
4303         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4304         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
4305         (gst_base_audio_sink_set_property),
4306         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
4307         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
4308         (gst_base_audio_sink_skew_slaving),
4309         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
4310         (gst_base_audio_sink_async_play):
4311         * gst-libs/gst/audio/gstbaseaudiosink.h:
4312         Store private stuff in GstBaseAudioSinkPrivate.
4313         Add configurable clock slaving modes property.
4314         API:: GstBaseAudioSink::slave-method property
4315         Some more latency reporting tweaks.
4316         Added skew based clock slaving correction and make it the default until
4317         the resampling method is more robust.
4318
4319 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
4320
4321         * gst/audioconvert/audioconvert.c:
4322         Add docs to the integer pack functions and implement proper
4323         rounding. Before we had rounding towards negative infinity, i.e.
4324         always the smaller number was taken. Now we use natural rounding,
4325         i.e. rounding to the nearest integer and to the one with the largest
4326         absolute value for X.5. The old rounding introduced some minor
4327         distortions. Fixes #420079
4328         * tests/check/elements/audioconvert.c: (GST_START_TEST):
4329         Fix one unit test that assumed the old rounding and added unit tests
4330         for checking signed/unsigned int16 <-> signed/unsigned int16 with
4331         depth 8, one for signed int16 <-> unsigned int16 and one for the new
4332         rounding from signed int32 to signed/unsigned int16.
4333
4334 2007-03-27  Michael Smith  <msmith@fluendo.com>
4335
4336         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
4337         (gst_audio_convert_transform_caps):
4338           Fix typo in debug line introduced recently, as pointed out on irc.
4339
4340 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4341
4342         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4343         * tests/check/libs/tag.c: (GST_START_TEST):
4344           Make sure we parse floating-point numbers in vorbis comments
4345           correctly with either '.' or ',' as separator, no matter what
4346           the current locale is. Add unit test for this too.
4347
4348 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
4349
4350         Patch by: René Stadler  <mail at renestadler de>
4351
4352         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
4353           When writing out floating-point numbers to vorbis comment tags, always
4354           use the same character as separator no matter what the current locale is
4355           (fixes #423051).
4356
4357         * tests/check/libs/tag.c: (GST_START_TEST):
4358           Add unit tests for replaygain tags in vorbis comments (closes #423055).
4359
4360 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4361
4362         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
4363           vorbis_handle_data_packet):
4364           Correctly set DURATION to generate a timestamp-continuous stream.
4365           One bug left at the end; see
4366           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
4367         * tests/check/Makefile.am:
4368         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
4369           Add a test to check this.  Without the above patch this test fails.
4370
4371 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
4372
4373         * gst-libs/gst/rtp/Makefile.am:
4374         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
4375
4376 2007-03-23  Michael Smith  <msmith@fluendo.com>
4377
4378         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
4379         (gst_video_rate_reset), (gst_video_rate_chain):
4380           If videorate changes caps, we can no longer use the old buffer
4381           (which may have a different size, incompatible with our caps).
4382           So don't do that; just duplicate the new frame more times.
4383
4384 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
4385
4386         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4387         Remove playbin's override of the set_clock vmethod. It's irrelevant
4388         after Wim's commit on the 19th.
4389
4390 2007-03-22  Wim Taymans  <wim@fluendo.com>
4391
4392         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
4393         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
4394         * ext/gnomevfs/gstgnomevfssrc.h:
4395         Don't cache file sizes. Fixes #341078.
4396
4397 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4398
4399         * gst/playback/gstplaybin.c: (add_sink):
4400           Use GST_PTR_FORMAT to log caps. 
4401
4402 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4403
4404         Patch by: Young-Ho Cha <ganadist at chollian net>
4405
4406         * gst/subparse/samiparse.c: (handle_start_font):
4407           Special-case some more colour names that pango doesn't handle by
4408           default. Fixes #420578.
4409
4410 2007-03-20  Michael Smith  <msmith@fluendo.com>
4411
4412         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
4413           If we get a zero-sized input buffer, don't pass it to libvorbis, as
4414           that marks EOS internally. After that, libvorbis will buffer all
4415           input data, and encode none of it, eventually leading to memory
4416           exhaustion.
4417
4418 2007-03-19  Wim Taymans  <wim@fluendo.com>
4419
4420         * gst/playback/gstdecodebin.c: (remove_fakesink):
4421         Don't post STATE_DIRTY anymore.
4422
4423         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
4424         (gst_play_bin_change_state):
4425         Remove stream_time reset in seek handling, core does that now.
4426         Disable clocking for live pipelines by forcing a NULL clock to the
4427         complete pipeline, core is too smart now for our previous hack.
4428         We can always autoplug in PAUSED now.
4429
4430 2007-03-17  David Schleef  <ds@schleef.org>
4431
4432         * REQUIREMENTS:  Update this file, change the formatting to make
4433         it more consistent, plus more machine readable.
4434
4435 2007-03-16  Michael Smith  <msmith@fluendo.com>
4436
4437         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4438         (strip_width_64), (append_with_other_format):
4439           Previous fix was too simplistic, and broke the tests. Use a better
4440           approach; only strip 64 from widths for integer audio.
4441
4442 2007-03-16  Michael Smith  <msmith@fluendo.com>
4443
4444         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4445         (gst_audio_convert_transform_caps):
4446           We don't support 64 bit integer audio, so don't try to claim we can.
4447           Stops us producing caps don't match our template caps.
4448           Update comments.
4449
4450 2007-03-15  Michael Smith  <msmith@fluendo.com>
4451
4452         * gst/audioresample/gstaudioresample.c:
4453         (audioresample_check_discont), (audioresample_transform):
4454           Don't trigger discontinuities for very small imperfections; a filter
4455           flush will sound bad, and many plugins have rounding errors leading
4456           to these.
4457
4458 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4459
4460         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
4461
4462         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4463         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4464         API: add "min-ptime" property to RTP base audio payloader.
4465         API: add gst_base_rtp_audio_payload_push().
4466         API: add gst_base_rtp_audio_payload_get_adapter().
4467         Fixes #415001
4468         Indentation/whitespace/documentation fixes.
4469
4470 2007-03-14  Julien MOUTTE  <julien@moutte.net>
4471
4472         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
4473         (audioresample_transform_size), (audioresample_do_output),
4474         (audioresample_transform), (audioresample_pushthrough): Handle
4475         discontinuous streams.
4476         * gst/audioresample/gstaudioresample.h:
4477         * tests/check/elements/audioresample.c:
4478         (test_discont_stream_instance), (GST_START_TEST),
4479         (audioresample_suite): Add a test for discontinuous streams.
4480         * win32/common/config.h: Updated.
4481
4482 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4483
4484         * po/af.po:
4485         * po/az.po:
4486         * po/cs.po:
4487         * po/en_GB.po:
4488         * po/it.po:
4489         * po/nb.po:
4490         * po/nl.po:
4491         * po/or.po:
4492         * po/sq.po:
4493         * po/sr.po:
4494         * po/sv.po:
4495         * po/uk.po:
4496         * po/vi.po:
4497           Update translations from translation project.
4498
4499 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4500
4501         * gst/audioresample/debug.h:
4502         * gst/audioresample/resample.c: (resample_init):
4503           Since I really am not interested in a debug line for each sample
4504           being processed, move the library's debugging to its own category,
4505           libaudioresample
4506
4507 2007-03-13  Michael Smith  <msmith@fluendo.com>
4508
4509         * ext/theora/theoradec.c: (theora_handle_type_packet):
4510           Since the plugin doesn't support anything other than 4:2:0 right
4511           now, post an error and fail if we get something else. Won't matter
4512           until libtheora supports the other pixel formats, but hopefully
4513           that'll be soon...
4514
4515 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4516
4517         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
4518         Use gst_guint64_to_gdouble for conversion.
4519         * win32/MANIFEST:
4520         Add new files to the win32 MANIFEST.
4521         * win32/common/libgstaudio.def:
4522         * win32/common/libgstpbutils.def:
4523         Add new exported functions.
4524         * win32/vs6/gst_plugins_base.dsw:
4525         * win32/vs6/libgstdecodebin.dsp:
4526         * win32/vs6/libgstplaybin.dsp:
4527         Change the link to libgstpbutils.lib.
4528         * win32/vs6/libgstdecodebin2.dsp:
4529         Add a new project for decodebin2.
4530         * win32/vs6/libgstpbutils.dsp:
4531         Add a new project for pbutils.
4532
4533 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4534
4535         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4536           Also accept partial dates with only year and month,
4537           like 1999-12-00 (fixes #410396 even more).
4538
4539         * tests/check/libs/tag.c: (GST_START_TEST):
4540           Add unit test for the above.
4541
4542 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4543
4544         * tests/check/elements/subparse.c: (GST_START_TEST),
4545         (subparse_suite):
4546           Add unit test for MPL2 subtitle format (#413799).
4547
4548 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4549
4550         Patch by: Kamil Pawlowski  <kamilpe gmail com>
4551
4552         * gst/subparse/Makefile.am:
4553         * gst/subparse/gstsubparse.c:
4554         (gst_sub_parse_data_format_autodetect),
4555         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
4556         (gst_subparse_type_find):
4557         * gst/subparse/gstsubparse.h:
4558         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
4559         * gst/subparse/mpl2parse.h:
4560           Add support for MPL2 subtitle format (#413799).
4561
4562 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4563
4564         * configure.ac:
4565           We require core CVS for the new buffer metadata copy functions.
4566
4567 2007-03-09  Wim Taymans  <wim@fluendo.com>
4568
4569         * gst-libs/gst/tag/gstid3tag.c:
4570         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4571         Fixes #414496.
4572
4573         Patch by: Alex Lancaster <alexl at users sourceforge net>
4574
4575 2007-03-09  Wim Taymans  <wim@fluendo.com>
4576
4577         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
4578         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
4579         Improve adapter usage and comments.
4580
4581 2007-03-09  Wim Taymans  <wim@fluendo.com>
4582
4583         * ext/pango/gsttextrender.c: (gst_text_render_chain):
4584         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
4585         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
4586         Use new metadata copy function.
4587
4588         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4589         (gst_ffmpegcsp_transform):
4590         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
4591         Basetransform copied the metadata for us.
4592
4593 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4594
4595         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
4596         (gst_text_overlay_video_event):
4597           Some more logging. Only accept newsegment events in TIME format and
4598           send a WARNING message if they are not in TIME format.
4599
4600         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4601         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
4602         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
4603         * gst/subparse/gstsubparse.h:
4604           No need to allocate GstSegment structure dynamically, just put it
4605           into the instance structure; ignore newsegment events in BYTE
4606           format and in particular don't let it overwrite our saved TIME
4607           segment from the last seek.
4608
4609 2007-03-09  Michael Smith  <msmith@fluendo.com>
4610
4611         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
4612           Replace AC3 typefinder with one that isn't terrible, and actually
4613           works usefully.
4614
4615 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4616
4617         * gst/audioconvert/gstaudioconvert.c:
4618         (gst_audio_convert_transform):
4619           fix error category and translatable string
4620           
4621
4622 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4623
4624         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4625         * pkgconfig/gstreamer-plugins-base.pc.in:
4626           Fix up utils => pbutils here too.
4627
4628 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4629
4630         * gst/subparse/gstsubparse.c: (handle_buffer):
4631           Break out of loop in chain function as soon as possible if we get
4632           a non-OK flow return.
4633
4634 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4635
4636         * tests/check/elements/alsa.c: (GST_START_TEST):
4637         Unref the mixer if the state change fails too (if the
4638         alsa devices are inaccessible, for example)
4639
4640 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4641
4642         * tests/check/Makefile.am:
4643         Don't test libvisual elements in the states check, because libvisual
4644         seems to leak internally.
4645
4646         Re-enable the alsa and states tests now that there's new suppressions
4647         in gst.supp.
4648
4649         * tests/check/elements/alsa.c: (GST_START_TEST):
4650         Don't leak the alsamixer we instantiated.
4651
4652 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4653
4654         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
4655         (gst_ximagesink_change_state), (gst_ximagesink_reset),
4656         (gst_ximagesink_finalize):
4657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
4658         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
4659         Move some cleanup stuff from the state change handler into a _reset()
4660         function that can be called from _finalize(). This ensures that things
4661         get freed even if (for some reason) the NULL->READY state transition
4662         fails in the parent class.
4663         Even if a parent state change fails, process our downward state change
4664         logic instead of bailing out early.
4665         Free the correct xcontext pointer in ximagesink's xcontext_clear.
4666
4667 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4668
4669         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4670         Extra log line.
4671
4672         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
4673         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
4674         Use pango_font_description_set_family_static instead of 
4675         pango_font_description_set_family to save a string copy (it was
4676         leaking due to the strdup anyway)
4677
4678         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
4679         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
4680         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
4681         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
4682         Chain up in finalize.
4683
4684 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
4685
4686         * gst-libs/gst/interfaces/mixertrack.c:
4687         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
4688         (gst_mixer_track_set_property):
4689           API: add "untranslated-label" property which should be set by
4690           implementations at construct time (#414645).
4691
4692         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
4693         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4694           Set "untranslated-label" when constructing mixer track objects.
4695
4696         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
4697           Unit test to check the above.
4698
4699 2007-03-07  Wim Taymans  <wim@fluendo.com>
4700
4701         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
4702         Fix confusing debug message.
4703
4704 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4705
4706         * gst-plugins-base.doap:
4707         update doap file with new version
4708
4709 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4710
4711         * configure.ac:
4712         Back to CVS
4713
4714 === release 0.10.12 ===
4715
4716 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
4717
4718         * configure.ac:
4719           releasing 0.10.12, "Zombie Horde"
4720
4721 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4722
4723         * configure.ac:
4724         Bump version to 0.10.11.4 pre-release
4725
4726 2007-03-06  Wim Taymans  <wim@fluendo.com>
4727
4728         * gst-libs/gst/audio/gstbaseaudiosink.c:
4729         (gst_base_audio_sink_async_play):
4730         Fix regression that made GStreamer skip the first samples of audio.
4731         Fixes #414684.
4732
4733 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4734
4735         * configure.ac:
4736         Bump version to 0.10.11.3 pre-release
4737
4738 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4739
4740         * po/POTFILES.in:
4741           Update paths for the rename from utils to pbutils to fix the build.
4742
4743 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
4744
4745         * gst-libs/gst/pbutils/Makefile.am:
4746           Change directory to install headers in from gst/utils to gst/pbutils
4747           as well.
4748
4749 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4750
4751         * configure.ac:
4752         * docs/libs/gst-plugins-base-libs-docs.sgml:
4753         * docs/libs/gst-plugins-base-libs-sections.txt:
4754         * gst-libs/gst/Makefile.am:
4755         * gst-libs/gst/interfaces/mixer.c:
4756         * gst-libs/gst/pbutils/Makefile.am:
4757         * gst-libs/gst/pbutils/descriptions.c:
4758         (gst_pb_utils_get_source_description),
4759         (gst_pb_utils_get_sink_description),
4760         (gst_pb_utils_get_decoder_description),
4761         (gst_pb_utils_get_encoder_description),
4762         (gst_pb_utils_get_element_description),
4763         (gst_pb_utils_add_codec_description_to_tag_list),
4764         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
4765         * gst-libs/gst/pbutils/descriptions.h:
4766         * gst-libs/gst/pbutils/install-plugins.c:
4767         * gst-libs/gst/pbutils/install-plugins.h:
4768         * gst-libs/gst/pbutils/missing-plugins.c:
4769         (gst_missing_uri_source_message_new),
4770         (gst_missing_uri_sink_message_new),
4771         (gst_missing_element_message_new),
4772         (gst_missing_decoder_message_new),
4773         (gst_missing_encoder_message_new),
4774         (gst_missing_plugin_message_get_description):
4775         * gst-libs/gst/pbutils/missing-plugins.h:
4776         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
4777         * gst-libs/gst/pbutils/pbutils.h:
4778         * gst-libs/gst/utils/Makefile.am:
4779         * gst-libs/gst/utils/base-utils.c:
4780         * gst-libs/gst/utils/base-utils.h:
4781         * gst-libs/gst/utils/descriptions.c:
4782         * gst-libs/gst/utils/descriptions.h:
4783         * gst-libs/gst/utils/install-plugins.c:
4784         * gst-libs/gst/utils/install-plugins.h:
4785         * gst-libs/gst/utils/missing-plugins.c:
4786         * gst-libs/gst/utils/missing-plugins.h:
4787         * gst-plugins-base.spec.in:
4788         * gst/playback/Makefile.am:
4789         * gst/playback/gstdecodebin.c:
4790         * gst/playback/gstdecodebin2.c:
4791         * gst/playback/gstplaybasebin.c: (setup_subtitle),
4792         (gen_source_element):
4793         * gst/playback/gstplaybin.c: (plugin_init):
4794         * tests/check/Makefile.am:
4795         * tests/check/libs/pbutils.c: (GST_START_TEST),
4796         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
4797         * tests/check/libs/utils.c:
4798           rename utils to pbutils
4799
4800 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
4801
4802         * docs/plugins/Makefile.am:
4803         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4804         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4805         * docs/plugins/inspect/plugin-decodebin2.xml:
4806         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4807         Add documentation for decodebin2 that indicates that the API
4808         is still unstable.
4809
4810 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
4811
4812         * configure.ac:
4813         Update to 0.10.11.2 (0.10.12 pre-release)
4814
4815 2007-03-01  Wim Taymans  <wim@fluendo.com>
4816
4817         * gst-libs/gst/audio/gstbaseaudiosink.c:
4818         (gst_base_audio_sink_async_play):
4819         base time is irrelevant here.
4820
4821 2007-03-01  Wim Taymans  <wim@fluendo.com>
4822
4823         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
4824         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
4825         Improve debugging.
4826
4827         * gst-libs/gst/audio/gstbaseaudiosink.c:
4828         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
4829         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
4830         Improve latency and clock slaving calculations.
4831         Improve slave clock calibration.
4832
4833         * gst-libs/gst/audio/gstringbuffer.c:
4834         (gst_ring_buffer_commit_full):
4835         When we are asked to render N sample to 0 bytes, return N.
4836
4837 2007-03-01  Wim Taymans  <wim@fluendo.com>
4838
4839         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4840         (gst_alsasink_write), (gst_alsasink_reset):
4841         * ext/alsa/gstalsasink.h:
4842         Remove unused dispose function.
4843         Rename lock to not interfere with alsasrc lock.
4844
4845         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
4846         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
4847         (gst_alsasrc_read), (gst_alsasrc_reset):
4848         * ext/alsa/gstalsasrc.h:
4849         Implement finalize function.
4850         Use lock to protect alsa access.
4851         Implement _reset.
4852         Fine tune sw params.
4853
4854 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4855
4856         * configure.ac:
4857           Convert to new AG_GST style.
4858
4859 2007-02-28  Wim Taymans  <wim@fluendo.com>
4860
4861         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4862
4863         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
4864         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
4865         Fix race condition when rapidly switching visualisations in playbin.
4866         Fixes #401029.
4867
4868 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
4869
4870         * tests/check/Makefile.am:
4871         Include local stuff before system installed things in LDFLAGS and
4872         CFLAGS.
4873
4874 2007-02-28  Wim Taymans  <wim@fluendo.com>
4875
4876         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
4877         Improve debugging.
4878
4879 2007-02-28  Wim Taymans  <wim@fluendo.com>
4880
4881         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4882         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
4883         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
4884         Fix duration and timestamping, taking latency into account.
4885         Implement latency query.
4886
4887 2007-02-28  Wim Taymans  <wim@fluendo.com>
4888
4889         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
4890         (gst_audio_clock_new):
4891         Fix clock name.
4892
4893         * gst-libs/gst/audio/gstbaseaudiosink.c:
4894         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
4895         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
4896         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
4897         (gst_base_audio_src_create):
4898         Improve latency query code.
4899         Use proper clock names.
4900
4901 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4902
4903         * tests/check/generic/states.c: (GST_START_TEST):
4904           Copy the states.c test from core again
4905         * tests/check/Makefile.am:
4906           ignore cdio and cdparanoiasrc
4907
4908 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
4909
4910         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4911         (double_hq), (audio_convert_get_func_index), (check_default),
4912         (audio_convert_prepare_context), (audio_convert_convert):
4913           Also make valgrind happy and avoid copying data in some cases.
4914
4915 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
4916
4917         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
4918         (double_hq), (audio_convert_get_func_index),
4919         (audio_convert_prepare_context), (audio_convert_convert):
4920         * gst/audioconvert/gstaudioconvert.c:
4921         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
4922         (gst_audio_convert_transform_caps):
4923         * tests/check/elements/audioconvert.c: (GST_START_TEST),
4924         (audioconvert_suite):
4925           Don't run inplace if that overwrites source data as we go. Add more
4926           tests. Fixes #339837 even more.
4927
4928 2007-02-27  Julien MOUTTE  <julien@moutte.net>
4929
4930         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
4931         (msg_segment_done): Fix various seeking bugs (Slider was not
4932         updating when doing a non flushing seek, Reverse playback 
4933         on segment seek was wrong).
4934
4935 2007-02-26  Wim Taymans  <wim@fluendo.com>
4936
4937         * tests/examples/seek/seek.c: (stop_seek):
4938         When we stop scrubbing, don't leave the pipeline PLAYING when we
4939         requested a PAUSED state.
4940
4941 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
4942
4943         Patch by: René Stadler <mail at renestadler de>
4944
4945         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
4946           Parse date strings in vorbis comments that have an invalid (zero)
4947           month or day (#410396).
4948
4949         * tests/check/libs/tag.c: (GST_START_TEST):
4950           Test case for the above.
4951
4952 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
4953
4954         Patch by: Loïc Minier <lool+gnome at via ecp fr>
4955
4956         * configure.ac:
4957         * ext/alsa/Makefile.am:
4958         * gst/audiotestsrc/Makefile.am:
4959           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
4960
4961 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4962
4963         * gst/playback/gstplaybin.c:
4964           Improve docs: point out that the application needs to assist playbin
4965           with buffering.
4966
4967 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4968
4969         * gst-libs/gst/utils/install-plugins.c:
4970         * gst-libs/gst/utils/missing-plugins.c:
4971         * tests/check/libs/utils.c: (missing_msg_check_getters):
4972           Change GStreamer marker prefix in detail string from 'gstreamer.net'
4973           to just 'gstreamer'. Document the caps string component of the
4974           decoder/encoder detail a bit better, since not everyone will be
4975           familiar with the GStreamer media type/caps system (but they better
4976           enjoy nested itemized lists).
4977
4978 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
4979
4980         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4981         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
4982           Fix copying of GstNetBuffer (would crash before, or at least lead to
4983           invalid memory access, #410772), for now by copying the GstBuffer copy
4984           code from the core over here so we can copy the GstBuffer fields on a
4985           provided buffer instance (of type GstNetBuffer in this case). Would be
4986           better to fix this with some support by the core though (and in the long
4987           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
4988
4989         * tests/check/Makefile.am:
4990           Enable unit test for GstNetBuffer.
4991
4992 2007-02-22  Andy Wingo  <wingo@pobox.com>
4993
4994         * gst-libs/gst/audio/gstbaseaudiosink.c
4995         (gst_base_audio_sink_init): Disable pull-mode activation until we
4996         figure out how to make audio sinks go to PLAYING.
4997
4998 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
4999
5000         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
5001         (double_hq), (audio_convert_get_func_index),
5002         (audio_convert_prepare_context), (audio_convert_convert):
5003         * gst/audioconvert/audioconvert.h:
5004         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
5005         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
5006         * gst/audioconvert/gstchannelmix.h:
5007         * tests/check/elements/audioconvert.c: (GST_START_TEST):
5008           Add float as an intermediate format, as well as float mixing. Enable
5009           test that was failing before. Fixes #339837
5010
5011 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
5012
5013         * tests/examples/seek/seek.c: (do_seek):
5014         Undo the previous commit: -1 as a stop time implies that the stop
5015         time is the end of file, clearing any previously configured segment.
5016
5017 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
5018
5019         * tests/examples/seek/seek.c: (do_seek):
5020         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
5021
5022 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5023
5024         * gst/volume/gstvolume.c: (volume_process_int16),
5025         (volume_process_int16_clamp), (volume_set_caps):
5026           Unbreak volume, value remains gint.
5027
5028 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5029
5030         * gst/volume/gstvolume.c: (volume_choose_func),
5031         (volume_update_real_volume), (gst_volume_set_volume),
5032         (gst_volume_init), (volume_process_double), (volume_process_float),
5033         (volume_process_int16), (volume_process_int16_clamp),
5034         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
5035         * gst/volume/gstvolume.h:
5036           Extend float audio support (double) and some int->uint cleanups.
5037
5038 2007-02-20  Edward Hervey  <edward@fluendo.com>
5039
5040         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
5041         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
5042         (sort_end_pads), (gst_decode_group_expose),
5043         (gst_decode_group_hide):
5044         Don't free groups from the streaming threads. Just put them aside and
5045         free them in dispose.
5046
5047 2007-02-20  Edward Hervey  <edward@fluendo.com>
5048
5049         * gst/playback/gstdecodebin2.c: (connect_element),
5050         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
5051         (sort_end_pads), (gst_decode_group_expose):
5052         Handle dynamic pads within groups.
5053         Sort pads before exposing them in order to make playbin happy.
5054         There still is a race with the multiqueue filling up. This should be
5055         solved separately.
5056         Fixes #398721
5057
5058 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5059
5060         * gst-libs/gst/utils/base-utils.c:
5061         * gst-libs/gst/utils/descriptions.c:
5062         * gst-libs/gst/utils/install-plugins.c:
5063         * gst-libs/gst/utils/missing-plugins.c:
5064           Some more docs (and descriptions for two subtitle formats).
5065
5066 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5067
5068         * gst-libs/gst/audio/audio.c:
5069           Fix documentation.
5070
5071 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5072
5073         Patch by: Yves Lefebvre  <ivanohe abacom com>
5074
5075         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
5076           Don't leak caps. Fixes #408278.
5077
5078 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
5079
5080         * ext/cdparanoia/gstcdparanoiasrc.h:
5081         * ext/ogg/gstoggdemux.h:
5082         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
5083         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
5084         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
5085         * gst-libs/gst/audio/audio.h:
5086         * gst-libs/gst/audio/gstaudiofilter.h:
5087         * gst-libs/gst/interfaces/videoorientation.h:
5088         * gst/adder/gstadder.h:
5089           More docs coverage and some ChangeLog surgery (add missing names)
5090
5091 2007-02-15  Wim Taymans  <wim@fluendo.com>
5092
5093         * sys/ximage/ximagesink.c:
5094         (gst_ximagesink_calculate_pixel_aspect_ratio):
5095         * sys/xvimage/xvimagesink.c:
5096         (gst_xvimagesink_calculate_pixel_aspect_ratio):
5097         Small constifications.
5098
5099 2007-02-15  Wim Taymans  <wim@fluendo.com>
5100
5101         * gst-libs/gst/audio/gstbaseaudiosink.c:
5102         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
5103         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
5104         (gst_base_audio_sink_async_play),
5105         (gst_base_audio_sink_change_state):
5106         Answer latency query.
5107         Use configured latency when syncing.
5108         Fix clock slaving.
5109
5110         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5111         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
5112         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
5113         Fix possible memleak.
5114         Implement latency query.
5115         Small cleanups.
5116
5117 2007-02-15  Wim Taymans  <wim@fluendo.com>
5118
5119         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5120         Ignore errors in reset, these are not fatal. They also grab the element
5121         lock which is already taking when this function is called. Fixes
5122         #405451.
5123
5124 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5125
5126         * configure.ac:
5127           Remove 'tests/examples/xerror/Makefile' from output files again.
5128
5129 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5130
5131         * configure.ac:
5132         * docs/plugins/Makefile.am:
5133           Also crossref against gst-plugins-base-libs.
5134
5135 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5136
5137         * configure.ac:
5138         * docs/libs/Makefile.am:
5139         * docs/plugins/Makefile.am:
5140           Add crossreferences to glib/gobject/gstream docs.
5141
5142         * gst-libs/gst/audio/audio.h:
5143           Source formatting.
5144
5145         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
5146           Add own debug category.
5147
5148 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5149
5150         Patch by: René Stadler <mail at renestadler de>
5151
5152         * gst-libs/gst/tag/gstvorbistag.c:
5153           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
5154           (#403597).
5155
5156 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
5157
5158         * gst/playback/gstplaybasebin.c: (setup_source):
5159           When we have external subtitles and wait for the subtitle decodebin
5160           to get up and running, we set up a (sync) bus handler for the
5161           subtitle decodebin, so we can stop waiting when it posts an error
5162           message. However, we should do that before we set the subtitle
5163           decodebin's state to playing, otherwise things are racy and we might
5164           miss error messages posted before we had a chance to set up the bus.
5165           This should finally fix totem hanging on .txt pseudo-subtitle files.
5166           
5167 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
5168
5169         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
5170           Use gst_gdouble_to_guint64 for conversions.
5171         * win32/common/config.h.in:
5172           Add a define for GST_INSTALL_PLUGINS_HELPER
5173         * win32/common/libgstaudio.def:
5174         * win32/common/libgstcdda.def:
5175         * win32/common/libgstnetbuffer.def:
5176         * win32/common/libgstrtp.def:
5177         * win32/common/libgutils.def:
5178           Add new exported functions.
5179         * win32/vs6/gst_plugins_base.dsw:
5180         * win32/vs6/libgstdecodebin.dsp:
5181         * win32/vs6/libgstnetbuffer.dsp:
5182         * win32/vs6/libgstplaybin.dsp:
5183         * win32/vs6/libgstrtp.dsp:
5184         * win32/vs6/libgstvorbis.dsp:
5185         * win32/vs6/libgstcdda.dsp:
5186         * win32/vs6/libgstgdp.dsp:
5187         * win32/vs6/libgstutils.dsp:
5188           Update and add new project files.
5189
5190 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
5191
5192         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
5193         (subrip_remove_unhandled_tags), (parse_subrip):
5194           For SubRip (.srt) subtitles, ignore all markup tags we don't
5195           handle (like font tags, for example).
5196
5197         * tests/check/elements/subparse.c:
5198           Add test for this.
5199
5200 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5201
5202         * gst/playback/gstdecodebin.c: (add_fakesink),
5203         (gst_decode_bin_change_state):
5204         * gst/playback/gstdecodebin2.c: (add_fakesink),
5205         (gst_decode_bin_change_state):
5206           Don't error out if there is no fakesink in the NULL to READY state
5207           change, since when decodebin is re-used, we're only adding the
5208           fakesink element in READY to PAUSED.
5209
5210         * tests/check/elements/decodebin.c:
5211         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
5212         (decodebin_suite):
5213           Minimal unit test to make sure we can use the same decodebin
5214           instance twice (at least with audiotestsrc input).
5215
5216 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5217
5218         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
5219           Try to get devic-name from device string first, and from handle only
5220           as fallback (seems to yield better results and is more robust
5221           against buggy probing code on the application side).
5222
5223 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5224
5225         Based on patch by: Julien Puydt <julien.puydt at laposte net>
5226
5227         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
5228         (gst_alsa_find_device_name):
5229         * ext/alsa/gstalsa.h:
5230         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
5231         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
5232           Improve device-name detection a bit, especially in the case where
5233           the device is not actually open (#405020, #405024). Move common code
5234           into gstalsa.c instead of duplicating it.
5235
5236 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5237
5238         * gst/audioconvert/gstaudioconvert.c:
5239           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
5240
5241 2007-02-06  Julien MOUTTE  <julien@moutte.net>
5242
5243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
5244         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
5245         (gst_xvimagesink_interface_supported),
5246         (gst_xvimagesink_probe_get_properties),
5247         (gst_xvimagesink_probe_probe_property),
5248         (gst_xvimagesink_probe_needs_probe),
5249         (gst_xvimagesink_probe_get_values),
5250         (gst_xvimagesink_property_probe_interface_init),
5251         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
5252         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
5253         (gst_xvimagesink_get_type):
5254         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
5255         for XVAdaptors so that one can choose the adaptor to use with 
5256         gstreamer-properties.
5257
5258 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
5259
5260         * gst/audioconvert/gstaudioconvert.c:
5261           Also mention that a conversion from double to float is suboptimal still.
5262
5263 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5264
5265         * gst-libs/gst/audio/gstaudiofilter.c:
5266         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
5267           Clear our formats structure and free the caps contained in it when
5268           shutting down.
5269
5270 2007-02-05  Andy Wingo  <wingo@pobox.com>
5271
5272         * gst-libs/gst/audio/gstbaseaudiosink.c
5273         (gst_base_audio_sink_callback): Update basesink->offset so that we
5274         pull monotonically increasing offsets instead of, um, seeking back
5275         to 0 each time. Fixes alsasrc ! alsasink!
5276
5277 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
5278
5279         * gst/videoscale/gstvideoscale.c:
5280           A width and height of 1 makes us crash, so increase minimum size to
5281           2x2 pixels until someone feels like fixing this (#404512).
5282
5283 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5284
5285         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
5286           Add small test to make sure request pads are cleaned up properly
5287           even if oggmux never changes state out of NULL.
5288
5289 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5290
5291         * tests/check/libs/utils.c: (GST_START_TEST):
5292           Fix unit test. Turns out things work much better when you
5293           NULL-terminate string arrays. Should make p5 build bot happy again.
5294
5295 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5296
5297         * gst-libs/gst/audio/Makefile.am:
5298         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5299         (gst_audio_filter_template_base_init),
5300         (gst_audio_filter_template_class_init),
5301         (gst_audio_filter_template_init),
5302         (gst_audio_filter_template_set_property),
5303         (gst_audio_filter_template_get_property),
5304         (gst_audio_filter_template_setup),
5305         (gst_audio_filter_template_filter),
5306         (gst_audio_filter_template_filter_inplace), (plugin_init):
5307           Oops, forgot to commit fixed-up example.
5308
5309 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5310
5311         * docs/libs/gst-plugins-base-libs-sections.txt:
5312         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
5313         (gst_audio_filter_class_init), (gst_audio_filter_init),
5314         (gst_audio_filter_set_caps),
5315         (gst_audio_filter_class_add_pad_templates):
5316         * gst-libs/gst/audio/gstaudiofilter.h:
5317           Port GstAudioFilter to 0.10. This change technically breaks
5318           API and ABI (and thus also every library developer's heart),
5319           but seems justifiable on the grounds that the base class was
5320           completely unusable before (ie. would crash immediately when
5321           actually used). Fixes #403963 (and eventually also #403572).
5322           Also document all of this a bit.
5323
5324 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5325
5326         * gst-libs/gst/utils/install-plugins.c:
5327         (gst_install_plugins_spawn_child):
5328         * tests/check/libs/utils.c:
5329         (test_base_utils_install_plugins_do_callout):
5330           Lowering log level to see why things fail on the p5 build bot;
5331           fix some typos in unit test messages.
5332
5333 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5334
5335         * tests/check/libs/utils.c:
5336         (test_base_utils_install_plugins_do_callout):
5337           Don't hard-code temp directory for test helper; use GLib functions
5338           to write out file and do error checking etc.
5339
5340 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5341
5342         * gst-libs/gst/utils/Makefile.am:
5343         * gst-libs/gst/utils/base-utils.h:
5344         * gst-libs/gst/utils/install-plugins.c:
5345         (gst_install_plugins_context_set_xid),
5346         (gst_install_plugins_context_new),
5347         (gst_install_plugins_context_free),
5348         (gst_install_plugins_get_helper),
5349         (gst_install_plugins_spawn_child),
5350         (gst_install_plugins_return_from_status),
5351         (gst_install_plugins_installer_exited),
5352         (gst_install_plugins_async), (gst_install_plugins_sync),
5353         (gst_install_plugins_return_get_name),
5354         (gst_install_plugins_installation_in_progress):
5355         * gst-libs/gst/utils/install-plugins.h:
5356           API: add API for applications to initiate installation of missing
5357           plugins, ie. gst_install_plugins_async() primarily.
5358           Based on libgimme-codec by Ryan Lortie.
5359
5360         * configure.ac:
5361           Add --with-install-plugins-helper configure option so distros can specify
5362           the path of the helper script or program to call when plugin installation
5363           is requested (distros: please do any argument munging in this helper
5364           script instead of patching GStreamer to pass arguments differently
5365           to another program directly).
5366
5367         * docs/libs/gst-plugins-base-libs-docs.sgml:
5368         * docs/libs/gst-plugins-base-libs-sections.txt:
5369           Build and document new API.
5370
5371         * tests/check/libs/utils.c: (result_cb),
5372         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
5373         (libgstbaseutils_suite):
5374           Some simple checks for the new API.
5375
5376 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5377
5378         * tests/check/elements/audioconvert.c: (test_float_conversion):
5379           Add small test for 32bit float <=> 64bit float conversion (works
5380           only one way so far, 32=>64 produces structured noise).
5381
5382 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5383
5384         * gst/audioconvert/gstaudioconvert.c:
5385         (set_structure_widths_32_and_64), (make_lossless_changes):
5386           We don't support floats with a width of 40, 48 or 56 bits.
5387
5388 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
5389
5390         * gst/audioconvert/audioconvert.c: (float), (double),
5391         (audio_convert_get_func_index):
5392         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
5393         (make_lossless_changes):
5394           Support for 64-bit float audio in audioconvert (#339837)
5395
5396 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5397
5398         Patch by: Holger Wansing  <linux wansing-online de>
5399
5400         * po/LINGUAS:
5401         * po/de.po:
5402           Add German translation (#352069).
5403
5404 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
5405
5406         reviewed by: Wim Taymans <wim@fluendo.com>
5407
5408         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
5409         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
5410         Use newly added GstCollectPads API to free the allocated resources in
5411         the GstOggPad structures (#402393).
5412
5413 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
5414
5415         * gst/playback/gstplaybin.c: (gen_vis_element):
5416           Add audioresample+audioconvert in front of the visualisation
5417           element, so that elements like libvisual 0.4 that don't support all
5418           samplerates can work.
5419
5420           Fixes: #402505
5421
5422 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5423
5424         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
5425         (gst_play_base_bin_get_streaminfo_value_array):
5426           Take some locks and make a copy of the streaminfo value array we
5427           maintain while holding the lock, so that the application can
5428           retrieve the stream-info as a value array in a thread-safe way.
5429
5430 2007-01-30  Wim Taymans  <wim@fluendo.com>
5431
5432         * gst/audioconvert/gstaudioconvert.c:
5433         Don't fail on 0 sized buffers. Fixes #396835.
5434
5435 2007-01-29  David Schleef  <ds@schleef.org>
5436
5437         * gst/typefind/gsttypefindfunctions.c:
5438           Detect BBCD as video/x-dirac, so we can play raw dirac
5439           streams.
5440
5441 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
5442
5443         * ext/theora/theoraenc.c: (theora_enc_chain):
5444           Check return value of theora_encode_header(), or we might try to
5445           allocate a random number of bytes. theora_encode_header() can fail
5446           if libtheora has been compiled with encoding support disabled.
5447           Fixes #398110.
5448
5449 2007-01-29  Wim Taymans  <wim@fluendo.com>
5450
5451         * tests/check/gst/.cvsignore:
5452         Do as buildbot says.
5453
5454 2007-01-29  Wim Taymans  <wim@fluendo.com>
5455
5456         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
5457         Fix strides in libvisual. Gst uses X strides.
5458         Inspired by: <ed at catmur dot co dot uk> and 
5459         <tim at centricular dot net>
5460         Fixes #401118.
5461
5462 2007-01-27  Wim Taymans  <wim@fluendo.com>
5463
5464         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
5465         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5466         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
5467         (gst_ogg_demux_perform_seek),
5468         (gst_ogg_demux_bisect_forward_serialno),
5469         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5470         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
5471         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
5472         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
5473         * ext/ogg/gstoggdemux.h:
5474         Properly propagate streaming errors when we are scanning the file for
5475         chains so that we don't crash when shut down. Might fix some crashers
5476         when quickly switching oggs in RB such as #332503 and #378436.
5477
5478 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
5479
5480         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
5481           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
5482           error code as well.
5483
5484 2007-01-25  Wim Taymans  <wim@fluendo.com>
5485
5486         * gst/playback/gstplaybasebin.c: (remove_source):
5487         Don't try to disconnect a signal from a finalized object.
5488
5489 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5490
5491         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
5492           Cast lock macro parameters to make sure we're actually accessing the
5493           lock member at the right class level. Free list itself in _dispose()
5494           as well and NULL it in case dispose gets called multiple times.
5495
5496 2007-01-25  Edward Hervey  <edward@fluendo.com>
5497
5498         * gst/playback/gstdecodebin2.c:
5499         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
5500         Free GstDecodeGroups no longer used.
5501         (gst_decode_group_expose):
5502         Don't unlock too many times !
5503         (deactivate_free_recursive):
5504         Free iterator once we're done with it.
5505         Fix for recursively deactivating elements (stop at ghostpads).
5506
5507 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5508
5509         * gst/playback/gstplaybin.c: (handoff):
5510           Fix up caps on the frame buffer before we save it and potentially
5511           make it accessible to other threads via g_object_get; also use
5512           gst_buffer_replace() instead of gst_mini_object_replace().
5513
5514 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
5515
5516         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
5517           Make getting the current frame thread-safe.
5518
5519 2007-01-25  Edward Hervey  <edward@fluendo.com>
5520
5521         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
5522         (gst_decode_group_new), (gst_decode_group_free):
5523         Set queues to bigger sizes to cope with HD contents.
5524         Fix some mutex freeing and add comment about MT safe methods.
5525
5526 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
5527
5528         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5529         (gst_text_overlay_text_event):
5530           Don't unnecessarily ref (and then leak) upstream events if the text
5531           pad is not linked. Fixes #399948.
5532
5533         * tests/check/gst-plugins-base.supp:
5534           Add suppression for pango on edgy/x86 for textoverlay test.
5535
5536 2007-01-24  Wim Taymans  <wim@fluendo.com>
5537
5538         * gst-libs/gst/rtp/gstrtpbuffer.h:
5539         Add some more fixed payloads.
5540
5541 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
5542
5543         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
5544           Error out properly if we get an error from libogg while reading the
5545           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
5546
5547 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
5548
5549         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
5550           Don't leak mutex.
5551
5552         * tests/check/elements/playbin.c:
5553         (test_sink_usage_video_only_stream),
5554         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5555         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
5556         (test_missing_suburisource_handler),
5557         (test_missing_primary_decoder), (playbin_suite):
5558           Run all tests once with decodebin and once with decodebin2.
5559           One test does not pass yet with decodebin2.
5560
5561 2007-01-23  Edward Hervey  <edward@fluendo.com>
5562
5563         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
5564         Fix the cases where oggmux doesn't properly figure out that all
5565         sinkpads have gone EOS, and therefore doesn't push out the remaining
5566         buffers and the final EOS event.
5567         Fixes #363379
5568
5569 2007-01-23  Julien MOUTTE  <julien@moutte.net>
5570
5571         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5573         Don't lock on navigation event push, just on keysym to string.
5574         Fixes #397673 again.
5575
5576 2007-01-22  Edward Hervey  <edward@fluendo.com>
5577
5578         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
5579         (get_current_group), (group_demuxer_event_probe),
5580         (gst_decode_group_expose), (deactivate_free_recursive),
5581         (gst_decode_group_free):
5582         Cleanups.
5583         Don't forget to emit 'no-more-pads' once a group is exposed.
5584         Cleanup elements from a DecodeGroup once we remove it.
5585         Protect call to gst_decode_group_expose() with the decodebin lock.
5586
5587 2007-01-22  Julien MOUTTE  <julien@moutte.net>
5588
5589         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5591         Looking at Xorg code i can't figure out if that XKeysymToString
5592         function is thread sensible or not. Lock it just in case as
5593         recommended by Radek Doulik <rodo at ximian dot com>.
5594
5595 2007-01-22  Julien MOUTTE  <julien@moutte.net>
5596
5597         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
5598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
5599         Lock that X Call as well. Fixes #397673.
5600
5601 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5602
5603         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
5604           Don't go into an endless loop if the file starts with 00 00 01 2X,
5605           like quicktime redirect files might. Fixes #396042.
5606
5607         * tests/check/Makefile.am:
5608         * tests/check/gst/.cvsignore:
5609         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
5610         (typefindfunctions_suite):
5611           Add unit test for the above.
5612
5613 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5614
5615         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5616           On second thought, use "depth" field rather than "bpp" field.
5617
5618 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5619
5620         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5621           Camtasia caps apparently need a bpp field (#398875).
5622
5623 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5624
5625         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5626         (gen_source_element), (gst_play_base_bin_change_state):
5627           Attempt at a better error message in case we don't have the required
5628           URI handler installed; post missing-plugin message also when we're
5629           missing an URI handler for the subtitle URI; clean up properly also
5630           when an error occurs and we never made it to PAUSED state.
5631
5632         * tests/check/elements/playbin.c: (GST_START_TEST),
5633         (playbin_suite):
5634           Check that we're also getting a missing-plugin messsage for a
5635           missing subtitle URI handler (and clean up properly).
5636
5637 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5638
5639         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
5640           Plug a few reference leaks.
5641
5642 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5643
5644         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
5645           Lower probability a bit if the marker isn't right at the start,
5646           to decrease the chance of false positives.
5647
5648 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5649
5650         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
5651           Small mpeg2 system stream typefinding improvement: make typefinder
5652           probe a bit into the stream instead of just looking for a marker
5653           at the beginning. Fixes #397810.
5654
5655 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5656
5657         * gst/audioconvert/gstchannelmix.c:
5658           Remove compatibility cruft for prehistoric GLib versions.
5659
5660 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5661
5662         * gst/playback/Makefile.am:
5663         * gst/playback/gstdecodebin.c: (close_pad_link):
5664         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5665         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5666         (gst_play_base_bin_handle_message_func), (unknown_type):
5667           Let decodebin be the element to post missing-plugin messages for
5668           missing decoders (rather than playbin); make playbin implement
5669           GstBin::handle_message so we can suppress missing-plugin messages
5670           for types we're not handling on purpose (don't want to bring up an
5671           installer in those cases).
5672
5673 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
5674
5675         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5676         * gst-libs/gst/tag/gstvorbistag.c:
5677         (gst_tag_list_to_vorbiscomment_buffer):
5678         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
5679           Fix potentially unaligned access (#397207).
5680
5681 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5682
5683         * tests/examples/seek/seek.c: (set_scale), (update_scale),
5684         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
5685         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
5686         (main):
5687           Allow to toggle looping while it plays. Fix callback prototype. Clean
5688           up code a bit more. Add copyright header.
5689
5690 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
5691
5692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5693           Red and blue mask was swapped (spotted by Dan Williams).
5694
5695 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
5696
5697         * gst-libs/gst/tag/gstid3tag.c:
5698         * gst-libs/gst/tag/gstvorbistag.c:
5699           Use new beats-per-minute tag from core.
5700
5701 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
5702
5703         * po/POTFILES.in:
5704           Add new files with translatable strings, so they actually make it
5705           into the template file one day.
5706
5707 2007-01-12  Andy Wingo  <wingo@pobox.com>
5708
5709         * gst-libs/gst/audio/gstbaseaudiosink.c
5710         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
5711         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
5712         stuff, as the base class handles this now. Actually tell the ring
5713         buffer to start.
5714         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
5715         How did this work before? Maybe I'm not as awesome a programmer as
5716         I think.
5717
5718         * gst-libs/gst/audio/gstbaseaudiosrc.c
5719         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
5720         of a pad function.
5721
5722 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5723
5724         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
5725           Remove more fields so that the application can better blacklist
5726           formats that have been tried before.
5727
5728 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5729
5730         * gst-libs/gst/audio/mixerutils.h:
5731           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
5732           used when compiling with c++ compilers as well.
5733
5734 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
5735
5736         * gst/typefind/gsttypefindfunctions.c:
5737           Fix comment.
5738
5739 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5740
5741         * gst/playback/gstplaybin.c: (post_missing_element_message),
5742         (gen_video_element), (gen_text_element), (gen_audio_element),
5743         (gen_vis_element):
5744           Post missing-plugin messages also when we error out because
5745           converters, textoverlay or auto*sinks are missing (#161922).
5746
5747 2007-01-10  Wim Taymans  <wim@fluendo.com>
5748
5749         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
5750         (is_demuxer_element), (new_caps):
5751         * gst/playback/gstplaybasebin.c: (source_new_pad):
5752         Fix the case where we try to ref a NULL element when we delay a link
5753         because of unfixed caps.
5754         Set the state of autoplugged decodebins to PAUSED.
5755         RTSP now works in playbin, we can remove it from the blacklist.
5756
5757 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5758
5759         * gst/playback/Makefile.am:
5760         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
5761         (unknown_type), (setup_subtitle), (gen_source_element):
5762         * gst/playback/gstplaybin.c: (plugin_init):
5763           Post missing-plugin messages on the bus for missing sources and
5764           missing decoders/demuxers/depayloaders; fix error code used when
5765           we're missing an URI handler source; for media types that we are not
5766           handling on purpose at the moment, don't print "don't know how to
5767           handle xyz" messages to the terminal or post missing-plugin
5768           messages on the bus.
5769
5770         * tests/check/elements/playbin.c: (create_playbin),
5771         (GST_START_TEST), (gst_codec_src_uri_get_type),
5772         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
5773         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
5774         (gst_codec_src_init_type), (gst_codec_src_base_init),
5775         (gst_codec_src_create), (gst_codec_src_class_init),
5776         (gst_codec_src_init), (plugin_init), (playbin_suite):
5777           Add some tests for the missing-plugin stuff.
5778
5779 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5780
5781         * configure.ac:
5782         * gst-libs/gst/Makefile.am:
5783         * gst-libs/gst/utils/Makefile.am:
5784         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
5785         * gst-libs/gst/utils/base-utils.h:
5786         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
5787         (find_format_info), (caps_are_rtp_caps),
5788         (gst_base_utils_get_source_description),
5789         (gst_base_utils_get_sink_description),
5790         (gst_base_utils_get_decoder_description),
5791         (gst_base_utils_get_encoder_description),
5792         (gst_base_utils_get_element_description),
5793         (gst_base_utils_add_codec_description_to_tag_list),
5794         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
5795         * gst-libs/gst/utils/descriptions.h:
5796         * gst-libs/gst/utils/missing-plugins.c:
5797         (missing_structure_get_type), (copy_and_clean_caps),
5798         (gst_missing_uri_source_message_new),
5799         (gst_missing_uri_sink_message_new),
5800         (gst_missing_element_message_new),
5801         (gst_missing_decoder_message_new),
5802         (gst_missing_encoder_message_new),
5803         (missing_structure_get_string_detail),
5804         (missing_structure_get_caps_detail),
5805         (gst_missing_plugin_message_get_installer_detail),
5806         (gst_missing_plugin_message_get_description),
5807         (gst_is_missing_plugin_message):
5808         * gst-libs/gst/utils/missing-plugins.h:
5809           API: add new libgstbaseutils library with functions
5810           - to create and parse missing-plugins messages
5811           - that provide (translated) descriptions for caps/decoders/sources/etc.
5812           Closes #392393.
5813
5814         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5815         * pkgconfig/gstreamer-plugins-base.pc.in:
5816           Add new lib.
5817
5818         * docs/libs/gst-plugins-base-libs-docs.sgml:
5819         * docs/libs/gst-plugins-base-libs-sections.txt:
5820           Generate docs for new lib and API.
5821
5822         * tests/check/Makefile.am:
5823         * tests/check/libs/.cvsignore:
5824         * tests/check/libs/utils.c: (missing_msg_check_getters),
5825         (GST_START_TEST), (libgstbaseutils_suite):
5826           Add some basic unit tests.
5827
5828 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5829
5830         * ext/ogg/Makefile.am:
5831           Dist gstoggdemux.h to fix 'make distcheck'.
5832
5833         * sys/v4l/Makefile.am:
5834           Fix 'make distcheck' even more.
5835
5836 2007-01-09  Wim Taymans  <wim@fluendo.com>
5837
5838         * docs/plugins/Makefile.am:
5839         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5840         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5841         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
5842         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
5843         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
5844         (gst_ogg_demux_perform_seek):
5845         * ext/ogg/gstoggdemux.h:
5846         Added docs.
5847         Add some more comments.
5848         Small cleanups.
5849
5850 2007-01-09  Wim Taymans  <wim@fluendo.com>
5851
5852         * ext/theora/theoradec.c:
5853         * ext/vorbis/vorbisdec.c:
5854         * gst-libs/gst/audio/gstringbuffer.c:
5855         (gst_ring_buffer_commit_full):
5856         * gst-libs/gst/audio/gstringbuffer.h:
5857         * gst-libs/gst/rtp/gstrtpbuffer.c:
5858         * gst-libs/gst/tag/gstvorbistag.c:
5859         Small documentation updates/fixes
5860
5861 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5862
5863         * configure.ac:
5864           Require core CVS HEAD for Andy's basesrc/sink API additions.
5865
5866 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5867
5868         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
5869
5870         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
5871         (plugin_init):
5872           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
5873           on flac.sf.net (there appear to be other versions of the first
5874           ogg page in the wild) (#391365).
5875
5876 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5877
5878         * configure.ac:
5879           Check if localtime_r() is available.
5880
5881         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
5882           If localtime_r() is not available, fall back to localtime(). Should
5883           fix build on MingW (#393310).
5884
5885 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5886
5887         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
5888         * gst/subparse/gstsubparse.h:
5889           Remove spurious 1000 subtrahend when calculating the timestamp from
5890           the frame number and the frame rate . Also, use the frames/second
5891           value specified in the first line of the file, if one is specified
5892           there. Should fix #357503.
5893
5894         * tests/check/elements/subparse.c: (do_test),
5895         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
5896         (subparse_suite):
5897           Add some basic unit tests for the microdvd subtitle format.
5898
5899 2007-01-07  Julien MOUTTE  <julien@moutte.net>
5900
5901         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5902
5903         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5904         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
5905         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
5906         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
5907         (gst_xvimagesink_set_xwindow_id),
5908         (gst_xvimagesink_set_event_handling),
5909         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
5910         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5911         Fixes: #390076.
5912         Add an adaptor property to select a specific XV adaptor.
5913         * sys/xvimage/xvimagesink.h:
5914
5915 2007-01-07  Julien MOUTTE  <julien@moutte.net>
5916
5917         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5918         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
5919         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
5920         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
5921         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
5922         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
5923         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5924         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
5925         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
5926         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
5927         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
5928         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
5929         Use flow_lock much more to protect every access to xwindow.
5930         Try to catch erros while creating images in case some drivers are
5931         just generating an XError when the requested image is too big.
5932         Should fix : #354698, #384008, #384060.
5933         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
5934         Implement some stress testing of setting window xid.
5935
5936 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
5937
5938         * win32/common/libgsaudio.def:
5939           Add new exported function.
5940         * win32/common/libgstogg.dsp:
5941           Add gstoggaviparse.c to the build.
5942         * win32/common/libgstvideoscale.dsp:
5943           Add vs_4tap.c to the build.
5944         * win32/common/libgstvorbis.dsp:
5945           Add vorbistag.c to the build.
5946         
5947 2007-01-06  Andy Wingo  <wingo@pobox.com>
5948
5949         * gst-libs/gst/audio/gstbaseaudiosink.c
5950         (gst_base_audio_sink_class_init)
5951         (gst_base_audio_sink_init): 
5952         (gst_base_audio_sink_activate_pull): Add an activate_pull function
5953         to baseaudiosink, and tell basesink that we can work in pull mode.
5954         This way the ring buffer thread drives the pipeline directly, if
5955         pull mode is possible. There is some lingering nastiness regarding
5956         capsnego, however.
5957         (gst_base_audio_sink_callback): Implement the callback to pull
5958         data. This interface is a bit light, though -- it should get a
5959         GstFlowReturn return value at least.
5960
5961 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5962
5963         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
5964         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5965         * gst/playback/gstdecodebin2.c:
5966         (gst_decode_group_check_if_blocked):
5967           Printf format and missing argument fixes.
5968
5969 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
5970
5971         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
5972         (gst_ogm_parse_change_state):
5973         Activate pads before adding them to the element.
5974
5975 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5976
5977         * tests/examples/seek/scrubby.c: (main):
5978         * tests/examples/seek/seek.c: (main):
5979           Call g_thread_init() first thing in main() (see #391278).
5980
5981 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5982
5983         * tests/check/Makefile.am:
5984         * tests/check/libs/.cvsignore:
5985         * tests/check/libs/netbuffer.c: (GST_START_TEST),
5986         (netbuffer_suite):
5987           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
5988           for the time being, since it's broken, see #393099.
5989
5990 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
5991
5992         * tests/check/Makefile.am:
5993           Update to use GST_PLUGINS_BASE_CFLAGS as well.
5994
5995 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5996
5997         * configure.ac:
5998           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
5999           so that GST_BASE_CFLAGS can go inbetween them, making sure
6000           we use uninstalled gst-libs headers
6001         * docs/libs/Makefile.am:
6002         * ext/alsa/Makefile.am:
6003         * ext/cdparanoia/Makefile.am:
6004         * ext/gnomevfs/Makefile.am:
6005         * ext/libvisual/Makefile.am:
6006         * ext/ogg/Makefile.am:
6007         * ext/theora/Makefile.am:
6008         * ext/vorbis/Makefile.am:
6009         * gst-libs/gst/audio/Makefile.am:
6010         * gst-libs/gst/cdda/Makefile.am:
6011         * gst-libs/gst/interfaces/Makefile.am:
6012         * gst-libs/gst/riff/Makefile.am:
6013         * gst-libs/gst/rtp/Makefile.am:
6014         * gst-libs/gst/tag/Makefile.am:
6015         * gst/adder/Makefile.am:
6016         * gst/audioconvert/Makefile.am:
6017         * gst/audiorate/Makefile.am:
6018         * gst/audioresample/Makefile.am:
6019         * gst/playback/Makefile.am:
6020         * gst/tcp/Makefile.am:
6021         * gst/videoscale/Makefile.am:
6022         * gst/volume/Makefile.am:
6023         * sys/ximage/Makefile.am:
6024         * sys/xvimage/Makefile.am:
6025         * tests/icles/Makefile.am:
6026           adapt
6027
6028 2007-01-04  Julien MOUTTE  <julien@moutte.net>
6029
6030         * gst-libs/gst/interfaces/xoverlay.c:
6031         (gst_x_overlay_handle_events):
6032         * gst-libs/gst/interfaces/xoverlay.h:
6033         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6034         (gst_ximagesink_set_xwindow_id),
6035         (gst_ximagesink_set_event_handling),
6036         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
6037         (gst_ximagesink_get_property), (gst_ximagesink_init),
6038         (gst_ximagesink_class_init):
6039         * sys/ximage/ximagesink.h:
6040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
6041         (gst_xvimagesink_set_xwindow_id),
6042         (gst_xvimagesink_set_event_handling),
6043         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
6044         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
6045         (gst_xvimagesink_class_init):
6046         * sys/xvimage/xvimagesink.h:
6047         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
6048         Add a method to the XOverlay interface to allow disabling of 
6049         event handling in x[v]imagesink elements. This will let X events
6050         propagate to parent windows which can be usefull in some cases.
6051         Be carefull that the application is then responsible of pushing
6052         navigation events and expose events to the video sink.
6053         Fixes: #387138.
6054
6055 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
6056
6057         * gst-libs/gst/tag/gstvorbistag.c:
6058         * tests/check/libs/tag.c: (GST_START_TEST):
6059           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
6060           (fixes #392070).
6061
6062 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
6063
6064         * configure.ac:
6065         * docs/Makefile.am:
6066         * docs/design/Makefile.am:
6067           Dist design docs.
6068
6069 2006-12-27  Julien MOUTTE  <julien@moutte.net>
6070
6071         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
6072         typo. Fixes: #390063.
6073
6074 2006-12-27  Julien MOUTTE  <julien@moutte.net>
6075
6076         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
6077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
6078         caps leak.
6079         * win32/common/config.h: Updated.
6080
6081 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6082
6083         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
6084         (setup_gdpdepay_streamheader):
6085         * tests/check/elements/gdppay.c: (cleanup_gdppay),
6086         (setup_gdppay_streamheader):
6087           Fix the dp tests, but activating the pads for the streamheader tests
6088           too and cleaning up conditionaly
6089
6090 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
6091
6092         * gst/ffmpegcolorspace/avcodec.h:
6093         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6094         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6095         (gst_ffmpegcsp_avpicture_fill):
6096         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
6097         (img_get_alpha_info):
6098         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
6099         other end of the word. Fixes: #387073.
6100
6101         Add some inconsequential branch hints in a couple of places.
6102
6103 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
6104
6105         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6106         (gst_ffmpeg_caps_to_smpfmt):
6107           The "signed" field in raw audio caps is of boolean type, trying to
6108           extract the value with _get_int() will fail (fix to keep in sync with
6109           the copy in gst-ffmpeg)
6110
6111 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6112
6113         * tests/check/elements/audioresample.c: (cleanup_audioresample):
6114         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
6115         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
6116         (cleanup_gdpdepay):
6117         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
6118         * tests/check/elements/subparse.c: (teardown_subparse):
6119         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
6120         * tests/check/elements/videorate.c: (cleanup_videorate):
6121         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
6122         * tests/check/elements/volume.c: (cleanup_volume):
6123         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
6124         (cleanup_vorbisdec):
6125         * tests/check/elements/vorbistag.c: (setup_vorbistag),
6126         (cleanup_vorbistag):
6127           consistent pad (de)activation
6128
6129 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
6130
6131         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6132           Forgot to register the extensions.
6133
6134 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
6135
6136         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
6137         (plugin_init):
6138           Add typefinder for VIVO files (my christmas present to the 90s).
6139
6140 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6141
6142         * gst/playback/gstdecodebin.c: (type_found):
6143           Special-case the text/plain media type: we only want to recognise it
6144           as a 'raw' decoded media type if it comes from a demuxer or subtitle
6145           parser, but not if the entire stream is of text/plain type. If the
6146           entire stream is text/plain, we should just error out.
6147
6148           This fixes playback of audio files with lyrics in totem. Totem can't
6149           distinguish between text files and subtitle files and passes any
6150           .txt file with the same basename as the main file to playbin as
6151           suburi, and playbin will then throw a 'subtitle found, but no video
6152           stream' error, which isn't entirely helpful. See #380342.
6153
6154           Also, with this change we'll show a slightly more correct error
6155           message in case totem passes a playlist file to us (although a
6156           custom error message wording instead of the default text would
6157           probably not be a bad idea either).
6158
6159           Same problem also needs to be fixed for playbin+decodebin2.
6160
6161         * tests/check/Makefile.am:
6162         * tests/check/elements/decodebin.c: (src_handoff_cb),
6163         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
6164         (decodebin_suite):
6165           Add simple unit test for decodebin for the above.
6166
6167 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6168
6169         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
6170         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
6171           Refuse to change state to READY when we failed to create any of the
6172           required elements in our instance init function.
6173
6174 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
6175
6176         * docs/libs/gst-plugins-base-libs-sections.txt:
6177           Small docs fixes/updates.
6178
6179         * gst-libs/gst/video/gstvideosink.h:
6180           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
6181           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
6182           removed from the base sink API between 0.9.6 and 0.9.7).
6183           API: add GST_VIDEO_SINK_CAST and use it for the height/width
6184           accessor macros, so we don't do a runtime GObject type check every
6185           time we use them.
6186
6187 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6188
6189         * Makefile.am:
6190         * gst-plugins-base.doap:
6191         * gst-plugins-base.spec.in:
6192           add doap file
6193
6194 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6195
6196         Patch by: Jens Granseuer <jensgr at gmx net>
6197
6198         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6199         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6200         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
6201         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
6202         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
6203           Declare variables at the beginning of a block. Fixes #383195.
6204
6205 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
6206
6207         * configure.ac:
6208         Bump version nano - back to CVS.
6209
6210
6211 === release 0.10.11 ===
6212
6213 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
6214
6215         * configure.ac:
6216           releasing 0.10.11, "Dumb things"
6217
6218 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
6219
6220         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
6221         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
6222         Handle the case where an element has multiple pads with 
6223         unfixed caps as well as still possibly producing more dynamic 
6224         pads by storing each case as a distinct entry in the dynamic list.
6225         Fixes #38223 again.
6226
6227 2006-12-04  Wim Taymans  <wim@fluendo.com>
6228
6229         * gst/playback/gstdecodebin.c: (close_pad_link):
6230         Fix #382223, add more dynamic caps handling.
6231
6232 2006-12-04  Wim Taymans  <wim@fluendo.com>
6233
6234         * gst-libs/gst/audio/gstringbuffer.h:
6235         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
6236         (gst_netaddress_set_ip4_interface),
6237         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
6238         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
6239         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
6240         (gst_netaddress_get_ttl):
6241         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6242         * gst/playback/gstdecodebin.c: (close_pad_link):
6243         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
6244         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
6245         * win32/common/config.h:
6246
6247 2006-12-01  Michael Smith  <msmith@fluendo.com>
6248
6249         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6250           Delete bad debug code.
6251           Fixes #381219
6252
6253 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6254
6255         * gst/videoscale/vs_4tap.c:
6256         * win32/MANIFEST:
6257         * win32/common/config.h:
6258         * win32/vs8/libgstvideoscale.vcproj:
6259         Fix compilation on win32 under VS8
6260         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6261         Partially fixes #381175
6262
6263 2006-11-30  Michael Smith  <msmith@fluendo.com>
6264
6265         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
6266         (GST_START_TEST):
6267           It would be very bad if, after a discont buffer, we thought every
6268           single following buffer was also discont. So, add to the test to
6269           ensure that this isn't the case.
6270           
6271         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
6272           ... it was the case. So fix it.
6273
6274 2006-11-28  Wim Taymans  <wim@fluendo.com>
6275
6276         * gst/playback/gstplaybasebin.c: (check_queue_event):
6277         Improve debug.
6278
6279         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
6280         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
6281         padtemplate caps. Refixes #357577.
6282
6283 2006-11-28  Wim Taymans  <wim@fluendo.com>
6284
6285         * gst/playback/gstplaybasebin.c: (check_queue_event),
6286         (queue_threshold_reached), (queue_out_of_data),
6287         (gen_preroll_element):
6288         Add event probe to see when EOS is in a queue and we can disable the
6289         underrun signals. Fixes #357577.
6290
6291 2006-11-28  Edward Hervey  <edward@fluendo.com>
6292
6293         * gst/playback/Makefile.am:
6294         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
6295         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
6296         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
6297         (gst_decode_bin_init), (gst_decode_bin_dispose),
6298         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
6299         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
6300         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
6301         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
6302         (connect_element), (expose_pad), (type_found),
6303         (pad_added_group_cb), (pad_removed_group_cb),
6304         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
6305         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
6306         (are_raw_caps), (multi_queue_overrun_cb),
6307         (multi_queue_underrun_cb), (gst_decode_group_new),
6308         (get_current_group), (group_demuxer_event_probe),
6309         (gst_decode_group_control_demuxer_pad),
6310         (gst_decode_group_control_source_pad),
6311         (gst_decode_group_check_if_blocked),
6312         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
6313         (gst_decode_group_hide), (gst_decode_group_free),
6314         (gst_decode_group_set_complete), (source_pad_blocked_cb),
6315         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
6316         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
6317         (plugin_init):
6318         New decodebin2 element.
6319         Closes #370092
6320         * gst/playback/gstplay-marshal.list:
6321         Added marshallers for new signals in decodebin2
6322         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
6323         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
6324         is set.
6325
6326 2006-11-28  Wim Taymans  <wim@fluendo.com>
6327
6328         * gst/playback/gstplaybasebin.c: (setup_source),
6329         (gst_play_base_bin_change_state):
6330         Disable rtsp:// uris for the release, it's not good enough yet.
6331         Remove unused var.
6332
6333 2006-11-26  Wim Taymans  <wim@fluendo.com>
6334
6335         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6336         (theora_dec_push_forward), (theora_dec_push_reverse),
6337         (theora_handle_data_packet), (theora_dec_decode_buffer),
6338         (theora_dec_flush_decode), (theora_dec_chain_reverse),
6339         (theora_dec_chain_forward), (theora_dec_chain):
6340         Implement reverse playback.
6341
6342         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
6343         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
6344         (vorbis_dec_chain_forward):
6345         Clear buffers used for reverse playback in _reset.
6346         No need to set the eos flag, we clip samples using the segment.
6347
6348 2006-11-24  Wim Taymans  <wim@fluendo.com>
6349
6350         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
6351         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
6352         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
6353         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
6354         Some cleanups.
6355         Handle continued pages in reverse mode.
6356
6357 2006-11-24  Wim Taymans  <wim@fluendo.com>
6358
6359         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
6360         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
6361         (vorbis_dec_flush_decode):
6362         Small cleanups.
6363         Don't try to add invalid timestamps.
6364         Clipping will unref the buffer.
6365
6366 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6367
6368         * gst/adder/gstadder.h:
6369         * gst/audiotestsrc/gstaudiotestsrc.h:
6370           remove obsolete _factory_init protos
6371
6372 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6373
6374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
6375           Fix spacing in debug message.
6376
6377 2006-11-23  Wim Taymans  <wim@fluendo.com>
6378
6379         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
6380         (gst_ogg_demux_chain):
6381         Don't just ignore return values from _pad_push().
6382         Small debug improvements.
6383
6384 2006-11-23  Michael Smith  <msmith@fluendo.com>
6385
6386         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
6387           If our incoming buffer is marked as DISCONT, then increment the page
6388           number (so that the discontinuity is marked in the final ogg
6389           bitstream) and flush the previous page.
6390
6391 2006-11-22  Michael Smith  <msmith@fluendo.com>
6392
6393         * ext/theora/gsttheoraenc.h:
6394         * ext/theora/theoraenc.c: (gst_theora_enc_init),
6395         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
6396         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
6397         (theora_enc_chain), (theora_enc_change_state):
6398           Mark discontinuities of > 3/4 of a frame, reinit encoder.
6399
6400         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
6401         (GST_START_TEST), (theoraenc_suite):
6402           Enable discontinuity test, fix it.
6403
6404 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
6405
6406         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6407         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
6408         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
6409         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
6410         (gst_text_overlay_change_state):
6411         * ext/pango/gsttextoverlay.h:
6412           Some textoverlay fixes: for one, in the video chain function,
6413           actually wait for a text buffer to come in if there is none at the
6414           moment and there should be one; also, deal more gracefully with
6415           incoming buffers that do not have a timestamp or duration; discard
6416           text buffer when not needed any longer. Fixes #341681.
6417
6418         * tests/check/Makefile.am:
6419         * tests/check/elements/.cvsignore:
6420         * tests/check/elements/textoverlay.c:
6421         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
6422         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
6423         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
6424         (test_video_waits_for_text_send_text_newsegment_thread),
6425         (test_video_waits_for_text_shutdown_element),
6426         (test_render_continuity_push_video_buffers_thread),
6427         (textoverlay_suite):
6428           Add some unit tests for textoverlay.
6429
6430 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
6431
6432         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6433           Avoid integer underflow when the found probability for mp3 is
6434           smaller than the 'penalty' we subtract if there's not a clean
6435           mp3 header sync at offset 0.
6436
6437 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
6438
6439         * docs/libs/gst-plugins-base-libs-sections.txt:
6440           Add some new symbols to the docs
6441
6442 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
6443
6444         * tests/check/Makefile.am:
6445         * tests/check/elements/ffmpegcolorspace.c:
6446         (ffmpegcolorspace_suite):
6447           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
6448           (for now not for valgrinding though, since it takes too long).
6449
6450 2006-11-20  Wim Taymans  <wim@fluendo.com>
6451
6452         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6453         (gst_ffmpeg_pixfmt_to_caps):
6454         Fix RGBA32 caps. Fixes #357038.
6455
6456 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
6457
6458         * gst-libs/gst/interfaces/mixertrack.h:
6459           Add FIXME so we can add some padding here in 0.11
6460
6461 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6462
6463         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
6464           Fix GstBaseRTPAudioPayload structure so the whole GObject
6465           inheritance business actually works (parent class instance structure
6466           must always come first in the derived class instance structure).
6467
6468 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6469
6470         * gst/videotestsrc/Makefile.am:
6471         * tests/check/Makefile.am:
6472           Make sure our checks and the videotestsrc plugin link against the
6473           local uninstalled gst libs and not any installed gst libs that
6474           might happen to exist as well.
6475
6476         * tests/check/elements/adder.c: (message_received),
6477         (test_event_message_received), (test_play_twice_message_received):
6478         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
6479           Fix compiler warnings when compiling against core with disabled
6480           debugging system.
6481
6482 2006-11-16  Michael Smith  <msmith@fluendo.com>
6483
6484         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6485         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
6486           Fix audiorate, so that it accurately sets offsets and timestamps.
6487           Doesn't change the fundamental algorithmic decisions; so should be
6488           safe.
6489
6490         * tests/check/Makefile.am:
6491           Enable audiorate test now that it passes.
6492
6493 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
6494
6495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
6496           clear xv when going to NULL, remove // commented non-existant proto
6497
6498         * tests/examples/seek/seek.c: (main):
6499           add missing tooltip description for scrub and play_scrub
6500
6501 2006-11-14  David Schleef  <ds@schleef.org>
6502
6503         * configure.ac:
6504           Bump liboil requirement to 0.3.8.
6505         * gst-libs/gst/riff/riff-media.c:
6506           Add Dirac fourcc.
6507         * gst/videoscale/vs_image.h:
6508         * gst/videoscale/vs_scanline.h:
6509           Use liboil's stdint.h.
6510         * gst/videotestsrc/videotestsrc.c:
6511           Remove liboil related ifdef's, since they aren't needed now, and
6512           won't work with future versions.
6513
6514 2006-11-14  David Schleef  <ds@schleef.org>
6515
6516         * gst/videoscale/Makefile.am:
6517         * gst/videoscale/gstvideoscale.c:
6518         * gst/videoscale/gstvideoscale.h:
6519         * gst/videoscale/vs_4tap.c:
6520         * gst/videoscale/vs_4tap.h:
6521         * gst/videoscale/vs_image.c:
6522         * gst/videoscale/vs_image.h:
6523         * gst/videoscale/vs_scanline.c:
6524         * gst/videoscale/vs_scanline.h:
6525           Add a 4-tap image scaler.  Theoretically looks much prettier.
6526           The tap calculation could use some improvement.
6527
6528 2006-11-14  Wim Taymans  <wim@fluendo.com>
6529
6530         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
6531
6532         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
6533         (gst_riff_parse_strf_iavs):
6534         * gst/subparse/gstsubparse.c: (convert_encoding):
6535         * gst/tcp/gstmultifdsink.c:
6536         (gst_multi_fd_sink_handle_client_write):
6537         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
6538         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
6539         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
6540         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
6541         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
6542         (gst_ximagesink_ximage_new):
6543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
6544         Various gsize and gssize printf fixes. Fixes #372507.
6545
6546 2006-11-13  Wim Taymans  <wim@fluendo.com>
6547
6548         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6549         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
6550         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
6551         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
6552         (vorbis_dec_chain_forward), (vorbis_dec_chain):
6553         * ext/vorbis/vorbisdec.h:
6554         First stab at vorbis reverse playback.
6555
6556 2006-11-13  Wim Taymans  <wim@fluendo.com>
6557
6558         * gst-libs/gst/audio/gstbaseaudiosink.c:
6559         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6560         * gst-libs/gst/audio/gstbaseaudiosink.h:
6561         Make the clock sync code more accurate wrt resampling and playback
6562         at different rates.
6563         
6564         * gst-libs/gst/audio/gstringbuffer.c:
6565         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
6566         * gst-libs/gst/audio/gstringbuffer.h:
6567         Use better algorithm to interpolate sample rates. 
6568
6569 2006-11-13  Michael Smith  <msmith@fluendo.com>
6570
6571         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
6572           Improve a debug line slightly.
6573
6574         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
6575           Call gst_riff_init() in plugin_init, to avoid getting errors from
6576           the debug system (unrelated changes to another plugin made this turn
6577           up; not sure why).
6578
6579 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6580
6581         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
6582
6583         * win32/common/libgsttag.def:
6584           Add missing symbol (#366492).
6585
6586 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
6587
6588         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
6589           Don't unref a NULL pad.
6590
6591 2006-11-09  Wim Taymans  <wim@fluendo.com>
6592
6593         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
6594         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
6595         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
6596         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
6597         (gst_ogg_demux_loop):
6598         Implement first stab at reverse playback.
6599
6600 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
6601
6602         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6603         (gst_riff_create_video_template_caps):
6604           add h263/h264 variants to the caps, Fixes #363118
6605
6606 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6607
6608         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
6609         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
6610           Use g_strerror instead of strerror so we get UTF-8.
6611
6612 2006-11-03  David Schleef  <ds@schleef.org>
6613
6614         * ext/ogg/gstoggdemux.c:
6615         * ext/ogg/gstoggmux.c:
6616           Add/remove KW-DIRAC header here, since it is ogg-specific.
6617
6618 2006-11-03  Michael Smith  <msmith@fluendo.com>
6619
6620         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
6621           Recognise more mpeg4 elementary video streams.
6622
6623 2006-11-02  Edward Hervey  <edward@fluendo.com>
6624
6625         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6626         Lower the probability of mp3 typefinding functions if we don't find a
6627         valid mp3 header at the start of the file.
6628         Closes #369482
6629
6630 2006-11-02  Wim Taymans  <wim@fluendo.com>
6631
6632         * ext/theora/gsttheoradec.h:
6633         * ext/theora/theoradec.c: (gst_theora_dec_init),
6634         (theora_dec_sink_event), (theora_dec_chain_forward),
6635         (theora_dec_flush_decode), (theora_dec_chain_reverse),
6636         (theora_dec_chain):
6637         Document and partially implement an algorithm for doing reverse playback
6638         of theora video.
6639
6640 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6641
6642         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6643
6644         * win32/common/config.h:
6645         * win32/common/interfaces-enumtypes.c:
6646         * win32/common/libgsttag.def:
6647         * win32/vs8/gst-plugins-base.sln:
6648         * win32/vs8/libgstaudioresample.vcproj:
6649         * win32/vs8/libgstinterfaces.vcproj:
6650         * win32/vs8/libgstogg.vcproj:
6651         * win32/vs8/libgstriff.vcproj:
6652         * win32/vs8/libgsttag.vcproj:
6653         * win32/vs8/libgsttheora.vcproj:
6654         * win32/vs8/libgstvideoscale.vcproj:
6655         * win32/vs8/libgstvorbis.vcproj:
6656           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
6657           to libgsttag.def; add missing dependencies for some vs8 projects;
6658           re-arrange placement of .def files in vs8 projects (#366334).
6659
6660 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6661
6662         * ext/ogg/gstogg.c:
6663           Remove unused variable.
6664
6665         * ext/ogg/gstoggdemux.c:
6666           Fix Wim's surname in plugin description.
6667
6668 2006-10-31  Wim Taymans  <wim@fluendo.com>
6669
6670         * gst-plugins-base.spec.in:
6671         spec new .h file. Fixes #368310.
6672
6673 2006-10-31  Michael Smith  <msmith@fluendo.com>
6674
6675         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
6676         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
6677         (gst_multi_fd_sink_get_stats),
6678         (gst_multi_fd_sink_remove_client_link),
6679         (gst_multi_fd_sink_queue_buffer),
6680         (gst_multi_fd_sink_handle_clients):
6681         * gst/tcp/gstmultifdsink.h:
6682           Make using the remove or clear signals threadsafe.
6683           Make calling get-stats with an invalid fd not segfault.
6684           Fixes 368273.
6685
6686 2006-10-31  Wim Taymans  <wim@fluendo.com>
6687
6688         * gst-libs/gst/rtp/Makefile.am:
6689         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6690         (gst_base_rtp_audio_payload_init):
6691         Fix and activate base audio payloader.
6692
6693 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
6694
6695         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
6696         (plugin_init):
6697           Add typefinder for QuickTime Image Files (see #366156).
6698
6699 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
6700
6701         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
6702           Another typo fix (#366212).
6703
6704 2006-10-27  Wim Taymans  <wim@fluendo.com>
6705
6706         * gst/volume/gstvolume.c: (volume_transform_ip):
6707         Use stream time to synchronize volume property instead of rather random
6708         timestamps. This is needed when gnonlin does its time shifting.
6709
6710 2006-10-27  Wim Taymans  <wim@fluendo.com>
6711
6712         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
6713
6714         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
6715         Remove the pad from the element in release_pad. Fixes #364812.
6716
6717 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
6718
6719         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
6720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
6721           Explicitly create our custom buffer classes at a thread-safe
6722           location as well, since g_type_class_ref() doesn't seem to be
6723           entirely thread-safe either (#365501; also see #349410).
6724
6725 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6726
6727         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
6728         (gst_riff_parse_info):
6729           If strings in INFO chunk are not UTF-8, do something similar to
6730           what we do for ID3v1 tags: check a number of environment variables
6731           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
6732           character sets to try, otherwise try the current locale and/or fall
6733           back on ISO-8859-1. Fixes #360552.
6734
6735 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6736
6737         * gst/videotestsrc/gstvideotestsrc.c:
6738         (gst_video_test_src_pattern_get_type),
6739         (gst_video_test_src_set_pattern):
6740         * gst/videotestsrc/gstvideotestsrc.h:
6741         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
6742         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
6743         (gst_video_test_src_checkers8):
6744         * gst/videotestsrc/videotestsrc.h:
6745           Add a bunch of exciting new checkers patterns.
6746
6747 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6748
6749         * gst/subparse/Makefile.am:
6750         * gst/subparse/gstsubparse.c:
6751         (gst_sub_parse_data_format_autodetect),
6752         (gst_sub_parse_format_autodetect), (handle_buffer),
6753         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
6754         * gst/subparse/gstsubparse.h:
6755         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
6756         (parse_tmplayer):
6757         * gst/subparse/tmplayerparse.h:
6758           Add support for TMPlayer-type subtitles (#362845).
6759
6760         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
6761         (GST_START_TEST), (subparse_suite):
6762           Add some basic unit tests for the above.
6763
6764 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6765
6766         * tests/check/elements/audiorate.c: (test_injector_base_init),
6767         (test_injector_class_init), (test_injector_chain),
6768         (test_injector_init), (probe_cb), (do_perfect_stream_test),
6769         (GST_START_TEST), (audiorate_suite):
6770           More tests for audiorate: inject buffers to check behaviour when
6771           buffers overlap.
6772
6773 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
6774
6775         * tests/check/Makefile.am:
6776         * tests/check/elements/.cvsignore:
6777         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
6778         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
6779           Add some basic unit tests for audiorate. Disabled at the moment
6780           since it doesn't pass yet (see bug #363119).
6781
6782 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6783
6784         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
6785         (parse_subrip), (handle_buffer):
6786           Add missing closing tags for markup and fix broken markup,
6787           otherwise pango won't render anything (fixes #357531). Also,
6788           make sure the text we send out is always NUL-terminated
6789           (better safe than sorry etc.).
6790
6791         * tests/check/elements/subparse.c: (test_srt_do_test),
6792         (test_srt):
6793           Some more tests for .srt incl. tests for the above stuff.
6794
6795 2006-10-20  Julien MOUTTE  <julien@moutte.net>
6796
6797         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6799         Patch by: Stefan Kost  <ensonic@users.sf.net>
6800         Try to redraw borders only when needed. Apparently this consumes
6801         resources on small devices... :-O (#363607)
6802
6803 2006-10-20  Michael Smith  <msmith@fluendo.com>
6804
6805         * gst/tcp/gstmultifdsink.c:
6806         (gst_multi_fd_sink_client_queue_buffer):
6807           If caps change, then update the client's idea of the caps so that we
6808           don't end up re-sending streamheaders for every single buffer after
6809           the caps change.
6810
6811 2006-10-20  Michael Smith  <msmith@fluendo.com>
6812
6813         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
6814         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
6815           Set caps on pushed buffers; fix up refcounting of caps objects.
6816
6817 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6818
6819         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
6820         (plugin_init):
6821           Typefind mmsh header data packet to application/x-mmsh (#362625).
6822
6823 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6824
6825         * tests/check/Makefile.am:
6826         * tests/check/elements/.cvsignore:
6827         * tests/check/elements/subparse.c: (buffer_from_static_string),
6828         (setup_subparse), (teardown_subparse), (test_srt_do_test),
6829         (GST_START_TEST), (subparse_suite):
6830           Add very simple unit test for subparse.
6831
6832 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6833
6834         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
6835         (parse_subrip):
6836           Strip trailing newlines from subtitle text output.
6837
6838 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6839
6840         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
6841         (gst_sub_parse_change_state):
6842           Fix memleak; clear subparse->textbuf n state change function.
6843
6844 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6845
6846         * gst/subparse/gstsubparse.c:
6847         (gst_sub_parse_data_format_autodetect):
6848           Don't require subrip (.srt) files to start with a chunk number of 1.
6849
6850 2006-10-18  Wim Taymans  <wim@fluendo.com>
6851
6852         * gst-libs/gst/audio/gstbaseaudiosink.c:
6853         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6854         * gst-libs/gst/audio/gstbaseaudiosink.h:
6855         Extract rate from the NEWSEGMENT event.
6856         Use commit_full to also take rate adjustment into account when writing
6857         samples to the ringbuffer.
6858         
6859         * gst-libs/gst/audio/gstringbuffer.c:
6860         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
6861         (gst_ring_buffer_read):
6862         * gst-libs/gst/audio/gstringbuffer.h:
6863         Added _commit_full() to also take rate into account.
6864         Use simple interpolation algorithm to resample audio.
6865         API: gst_ring_buffer_commit_full()
6866
6867         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
6868         * tests/examples/seek/seek.c: (segment_done):
6869         Don't try to seek with 0.0 rate, just pause instead.
6870         Remove bogus debug line.
6871
6872 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6873
6874         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
6875         (setup_source):
6876           Catch async errors when starting up the subtitle bin, so we can
6877           stop waiting and continue with the main film instead of hanging
6878           forever. Fixes #339366.
6879
6880         * tests/check/elements/playbin.c: (playbin_suite):
6881           Enable unit test for the above.
6882
6883 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6884
6885         * tests/check/Makefile.am:
6886         * tests/check/elements/.cvsignore:
6887         * tests/check/elements/playbin.c: (GST_START_TEST),
6888         (gst_red_video_src_uri_get_type),
6889         (gst_red_video_src_uri_get_protocols),
6890         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
6891         (gst_red_video_src_uri_handler_init),
6892         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
6893         (gst_red_video_src_create), (gst_red_video_src_class_init),
6894         (gst_red_video_src_init), (plugin_init), (playbin_suite):
6895           Some small and basic unit tests for playbin; not very useful yet,
6896           but at least a start.
6897
6898 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6899
6900         * gst/playback/gstplaybin.c: (setup_sinks):
6901           The old pad activation spiel.
6902
6903 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
6904
6905         * gst/playback/gstplaybasebin.c: (setup_source):
6906           Don't hang forever if the subbin already fails to start up in 
6907           the state change to PAUSED (#339366).
6908
6909 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6910
6911         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
6912         (gst_tuner_set_channel), (gst_tuner_get_channel),
6913         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
6914         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
6915         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
6916         (gst_tuner_find_channel_by_name):
6917           Fix some function guards, add some more function guards.
6918
6919 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
6920
6921         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
6922         (remove_element_chain):
6923         Don't return a pad from get_our_ghost_pad unless it is actually the
6924         one we want.
6925         Change a cast in remove_element_chain slightly.
6926
6927 2006-10-13  Julien MOUTTE  <julien@moutte.net>
6928
6929         * tests/examples/seek/seek.c: (do_seek), (start_seek),
6930         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
6931         Segment seeking needs to use the rate and set stop to -1.
6932
6933 2006-10-13  Wim Taymans  <wim@fluendo.com>
6934
6935         * gst-libs/gst/audio/gstbaseaudiosink.c:
6936         (gst_base_audio_sink_setcaps):
6937         Don't crash when ringbuffer is not yet created.
6938         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
6939         Fixes #361634.
6940
6941         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
6942         * gst/playback/gststreamselector.c:
6943         (gst_stream_selector_request_new_pad):
6944         Activate pads befre adding them to running elements.
6945
6946 2006-10-13  Julien MOUTTE  <julien@moutte.net>
6947
6948         * tests/examples/seek/seek.c: (do_seek), (start_seek),
6949         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
6950         updater when we start grabing the slider. Don't wait for the
6951         pipeline to be PAUSED.
6952
6953 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6954
6955         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
6956         (gst_mixer_set_volume), (gst_mixer_get_volume),
6957         (gst_mixer_set_mute), (gst_mixer_set_option),
6958         (gst_mixer_get_option), (gst_mixer_mute_toggled),
6959         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
6960         (gst_mixer_option_changed):
6961           Guard mixer interface functions against bogus arguments.
6962
6963 2006-10-12  Julien MOUTTE  <julien@moutte.net>
6964
6965         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
6966         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
6967         (msg_state_changed), (main): Use state-changed messages to trigger
6968         start/stop of scale update timer. Indeed the scale slider was
6969         jumping here and there because the update timer was activated 
6970         before seek completed. This fixes instant applying of rate changes
6971         by pressing the spinbutton like a crazy man !
6972
6973 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
6974
6975         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
6976
6977         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6978         (gst_basertppayload_finalize):
6979           Fix two small memory leaks (#361456).
6980
6981 2006-10-10  Julien MOUTTE  <julien@moutte.net>
6982
6983         * tests/examples/seek/seek.c: (do_seek),
6984         (rate_spinbutton_changed_cb): When changing spinbutton we try
6985         to change the rate on the fly.
6986
6987 2006-10-10  Wim Taymans  <wim@fluendo.com>
6988
6989         * gst-libs/gst/riff/riff-ids.h:
6990         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6991         (gst_riff_create_audio_template_caps):
6992         Add WMS caps.
6993
6994 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6995
6996         Patch by: Josep Torra Valles <josep@fluendo.com>
6997
6998         * ext/gnomevfs/gstgnomevfssink.c:
6999         * ext/gnomevfs/gstgnomevfssrc.c:
7000         Fix URI interface implementation return type.
7001         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
7002         Fix what looks like a copy/paste issue when assigning values.
7003         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7004         (gst_audio_filter_template_get_type):
7005         Cast to prevent Forte warnings.
7006         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7007         Fix URI interface implementation return type.
7008         gst_pad_query_position requires a signed integer pointer as
7009         3rd parameter, GstClockTime is unsigned.
7010         * gst/audioconvert/audioconvert.c:
7011         Fix integer overflow when treated as signed.
7012         * gst/audioresample/resample.c: (resample_add_input_data):
7013         Cast to prevent warnings on Forte.
7014         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
7015         Fix integer overflow when treated as signed.
7016         * gst/ffmpegcolorspace/imgconvert_template.h:
7017         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
7018         * gst/playback/gstdecodebin.c: (queue_filled_cb),
7019         (cleanup_decodebin):
7020         Who initialises a guint to -1!
7021         Cast function pointers to prevent warnings on Forte.
7022         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
7023         (queue_threshold_reached):
7024         Cast function pointers correctly to prevent warnings on Forte.
7025         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
7026         Cast function pointers correctly to prevent warnings on Forte.
7027         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
7028         Obvious change to unsigned, 0xEF > max signed char.
7029         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
7030         GstClockTime is unsigned, initialise correctly.
7031         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
7032         Cast so pointer arithemetic doesn't cause warnings on Forte.
7033         * gst/videorate/gstvideorate.c:
7034         Use correct return value.
7035         * tests/examples/seek/scrubby.c:
7036         GstClockTime is unsigned, initialise correctly.
7037
7038 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7039
7040         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
7041
7042         * gst/typefind/gsttypefindfunctions.c:
7043           Recognise XML files and XML-like files shorter than 256 bytes as
7044           well (fixes #359237).
7045
7046 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
7047
7048         Patch by: Renato Filho <renato.filho@indt.org.br>
7049         
7050         * gst/typefind/gsttypefindfunctions.c:
7051         Added typefind functions to video/x-nuv media.
7052         
7053 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
7054
7055         * gst-libs/gst/interfaces/xoverlay.c:
7056         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
7057           Some more guards against invalid input.
7058
7059 2006-10-07  Julien MOUTTE  <julien@moutte.net>
7060
7061         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
7062         Useless goto.
7063         * tests/examples/seek/seek.c: (do_seek),
7064         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
7065         seek example to experiment with rates != 1.0 (reverse playback !)
7066
7067 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
7068
7069         * gst-libs/gst/interfaces/xoverlay.c:
7070           Unref message in doc-example (spotted by Robert McQueen)
7071
7072 2006-10-06  Wim Taymans  <wim@fluendo.com>
7073
7074         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7075         (mpeg1_parse_header), (mpeg1_sys_type_find):
7076         printf fix.
7077
7078 2006-10-06  Wim Taymans  <wim@fluendo.com>
7079
7080         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7081         (close_pad_link):
7082         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
7083         Activate dynamic pads before adding them to the element.
7084
7085 2006-10-06  Michael Smith  <msmith@fluendo.com>
7086
7087         * gst-libs/gst/floatcast/floatcast.h:
7088           Fix obviously-bogus macros; use the correct types.
7089
7090 2006-10-06  Wim Taymans  <wim@fluendo.com>
7091
7092         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7093         (gst_base_rtp_depayload_change_state):
7094         Also call parent state change function to activate pads.
7095
7096         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7097         (mpeg1_parse_header), (mpeg1_sys_type_find):
7098         Add some more debug info in mpeg typefinding.
7099
7100 2006-10-06  Michael Smith  <msmith@fluendo.com>
7101
7102         * ext/theora/theoradec.c: (theora_dec_chain):
7103           Zero byte theora packets are valid and well-defined; don't warn on
7104           them.
7105
7106 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7107
7108         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
7109         (gst_multi_fd_sink_get_stats), (find_limits),
7110         (gst_multi_fd_sink_queue_buffer):
7111           API: add dropped_buffers to the get-stats GValueArray
7112
7113 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7114
7115         * ext/alsa/gstalsadeviceprobe.c:
7116         (gst_alsa_device_property_probe_get_values):
7117         * ext/alsa/gstalsasink.c: (set_hwparams):
7118         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
7119         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
7120         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
7121         (gst_ogg_mux_process_best_pad):
7122         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
7123         (gst_ogg_parse_chain):
7124         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
7125         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7126         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
7127         (gst_vorbis_enc_buffer_check_discontinuous):
7128         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
7129         * gst-libs/gst/audio/gstbaseaudiosink.c:
7130         (gst_base_audio_sink_render):
7131         * gst-libs/gst/cdda/gstcddabasesrc.c:
7132         (gst_cdda_base_src_handle_track_seek):
7133         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7134         (gst_base_rtp_depayload_push_full):
7135         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7136         * gst/audioresample/resample.c: (resample_input_pushthrough):
7137         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
7138         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
7139         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7140         (wavpack_type_find):
7141         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
7142         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7143         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7144         * tests/check/elements/volume.c: (GST_START_TEST):
7145           Printf format fixes.
7146
7147 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7148
7149         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
7150           Fix a simple mistake (see the docs)
7151           Fixes #359580
7152
7153 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7154
7155         * docs/plugins/Makefile.am:
7156         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7157         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7158         * docs/plugins/gst-plugins-base-plugins.args:
7159         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7160         * docs/plugins/inspect/plugin-adder.xml:
7161         * docs/plugins/inspect/plugin-alsa.xml:
7162         * docs/plugins/inspect/plugin-audioconvert.xml:
7163         * docs/plugins/inspect/plugin-audiorate.xml:
7164         * docs/plugins/inspect/plugin-audioresample.xml:
7165         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7166         * docs/plugins/inspect/plugin-cdparanoia.xml:
7167         * docs/plugins/inspect/plugin-decodebin.xml:
7168         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7169         * docs/plugins/inspect/plugin-gdp.xml:
7170         * docs/plugins/inspect/plugin-gnomevfs.xml:
7171         * docs/plugins/inspect/plugin-libvisual.xml:
7172         * docs/plugins/inspect/plugin-ogg.xml:
7173         * docs/plugins/inspect/plugin-pango.xml:
7174         * docs/plugins/inspect/plugin-playbin.xml:
7175         * docs/plugins/inspect/plugin-subparse.xml:
7176         * docs/plugins/inspect/plugin-tcp.xml:
7177         * docs/plugins/inspect/plugin-theora.xml:
7178         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7179         * docs/plugins/inspect/plugin-video4linux.xml:
7180         * docs/plugins/inspect/plugin-videorate.xml:
7181         * docs/plugins/inspect/plugin-videoscale.xml:
7182         * docs/plugins/inspect/plugin-videotestsrc.xml:
7183         * docs/plugins/inspect/plugin-volume.xml:
7184         * docs/plugins/inspect/plugin-vorbis.xml:
7185         * docs/plugins/inspect/plugin-ximagesink.xml:
7186         * docs/plugins/inspect/plugin-xvimagesink.xml:
7187           Add vorbistag element to docs; update version numbers to 0.10.10.1.
7188
7189 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7190
7191         Patch by: James "Doc" Livingston <doclivingston at gmail com>
7192
7193         * ext/vorbis/Makefile.am:
7194         * ext/vorbis/vorbis.c: (plugin_init):
7195         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
7196         (vorbis_parse_parse_packet), (vorbis_parse_chain):
7197         * ext/vorbis/vorbisparse.h:
7198         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
7199         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
7200         (gst_vorbis_tag_parse_packet):
7201         * ext/vorbis/vorbistag.h:
7202           Add new vorbistag element which derives from vorbisparse
7203           and is essentially the same as well, only that it implements
7204           the GstTagSetter interface and can modify the stream's
7205           vorbiscomment on the fly (#335635).
7206
7207         * tests/check/Makefile.am:
7208         * tests/check/elements/.cvsignore:
7209         * tests/check/elements/vorbistag.c: (setup_vorbistag),
7210         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
7211         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
7212         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
7213           Add unit test for new vorbistag element.
7214
7215 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
7216
7217         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
7218         (vorbis_parse_push_headers), (vorbis_parse_chain):
7219           Set BOS flag in packet structure to fix 'jump depends
7220           on unitialized value' errors in valgrind; various minor
7221           clean-ups.
7222
7223 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
7224
7225         * gst/playback/gstdecodebin.c: (close_pad_link):
7226         Fix typo in a debug statement.
7227
7228         * gst/playback/gstplaybasebin.c: (probe_triggered),
7229         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
7230         (gen_source_element), (source_new_pad), (analyse_source),
7231         (setup_source):
7232         When handling no_more_pads in new_decoded_pad, make sure to treat
7233         subtitle pads correctly. Fixes playback with subtitle files.
7234
7235         Move a recurring message to LOG level.
7236
7237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
7238         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
7239         which ends up as -1 when cast to an int. Make the logic handle the
7240         max value as an unsigned mask and only change the colorkey when it's
7241         a value we recognise.
7242
7243 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7244
7245         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7246         Removed empty * between paragraphs
7247
7248 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7249
7250         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7251         * gst-libs/gst/rtp/README:
7252         Moved some documentation into .c file
7253
7254 2006-09-29  Wim Taymans  <wim@fluendo.com>
7255
7256         * gst/playback/gstdecodebin.c: (no_more_pads):
7257         Fix compilation.
7258
7259 2006-09-29  Wim Taymans  <wim@fluendo.com>
7260
7261         * gst/playback/gstdecodebin.c: (new_caps):
7262         Remove g_print
7263
7264         * gst/playback/gstplaybin.c:
7265         Add some docs.
7266
7267 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7268
7269         * tests/check/Makefile.am:
7270           Re-enable cddabasesrc test to see if it works again
7271           now.
7272
7273 2006-09-29  Wim Taymans  <wim@fluendo.com>
7274
7275         * gst/playback/gstplaybasebin.c: (setup_subtitle),
7276         (gen_source_element):
7277         Handle invalid URIs a bit more gracefully.
7278
7279 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7280
7281         * tests/check/pipelines/oggmux.c:
7282           Remove obsolete comment.
7283
7284 2006-09-29  Michael Smith  <msmith@fluendo.com>
7285
7286         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
7287         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
7288         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
7289         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
7290         (gst_ogg_mux_collected):
7291           Commit patch from James "Doc" Livingston, adds proper EOS handling
7292           in oggmux. GStreamer can, for the first time ever, create a valid
7293           Ogg file! Yay!
7294
7295         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
7296         (oggmux_suite):
7297           Reenable tests now that they pass.
7298
7299 2006-09-29  Wim Taymans  <wim@fluendo.com>
7300
7301         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
7302         Stop reading commands when EOF (we read 0) as well.
7303
7304 2006-09-28  Wim Taymans  <wim@fluendo.com>
7305
7306         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
7307         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
7308         (find_dynamic), (unlinked), (close_link):
7309         Implement delayed caps linking needed for element with a lot of
7310         different caps on the src pads that get fixed at runtime.
7311         Improve management of dynamic elements.
7312
7313         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7314         (group_destroy), (group_commit), (check_queue), (queue_overrun),
7315         (gen_preroll_element), (remove_groups), (unknown_type),
7316         (add_element_stream), (no_more_pads_full), (no_more_pads),
7317         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
7318         (new_decoded_pad), (setup_subtitle), (array_has_value),
7319         (gen_source_element), (source_new_pad), (has_all_raw_caps),
7320         (analyse_source), (remove_decoders), (make_decoder),
7321         (remove_source), (setup_source), (finish_source), (prepare_output),
7322         (gst_play_base_bin_change_state):
7323         * gst/playback/gstplaybasebin.h:
7324         Use more _CAST instead of full type checking casts.
7325         Small cleanups, plug some leaks.
7326         Handle dynamic sources.
7327         Add some helper functions to create lists of strings used for
7328         blacklisting and other stuff.
7329         Refactor some code dealing with analysing the source.
7330         Re-enable sources without pads (like cd:// or other selfcontained
7331         elements).
7332
7333 2006-09-28  Wim Taymans  <wim@fluendo.com>
7334
7335         * gst-libs/gst/audio/gstbaseaudiosink.c:
7336         (gst_base_audio_sink_render):
7337         When we have a timestamp, we can still perform clipping.
7338         When we have no clock, we must play the sample ASAP.
7339
7340 2006-09-28  Wim Taymans  <wim@fluendo.com>
7341
7342         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7343         Set caps on outgoing buffers.
7344
7345         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7346         (gst_video_rate_event), (gst_video_rate_chain):
7347         * gst/videorate/gstvideorate.h:
7348         Fix videorate some more. Fixes #357977
7349
7350 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
7351
7352         * tests/check/elements/adder.c: (adder_suite):
7353           Don't set timeout to 6 seconds when we're running
7354           in valgrind ... (and how is 6 seconds longer than
7355           the default anyway?)
7356
7357 2006-09-28  Wim Taymans  <wim@fluendo.com>
7358
7359         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
7360         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
7361         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
7362         Keep sink and src segment to keep track of time and support more
7363         input formats.
7364         Fix bogus next_offset and run_time calculation, don't understand how
7365         this could have worked before. Fixes #357976.
7366         Remove some unneeded vars.
7367
7368 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
7369
7370         * gst/playback/gstplaybin.c: (remove_sinks):
7371           Only remove visualisation from visbin if there is a visbin (or:
7372           don't throw warnings when closing totem without playing a file).
7373
7374 2006-09-27  Wim Taymans  <wim@fluendo.com>
7375
7376         * gst-libs/gst/audio/gstbaseaudiosink.c:
7377         (gst_base_audio_sink_render):
7378         Add some more info in a WARNING.
7379
7380         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7381         (gst_base_audio_src_create):
7382         Handle PAUSE in create function, use new -core addition to
7383         wait for playing. Fixes pausing and resuming capture from an
7384         audiosrc.
7385
7386         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
7387         (gst_ring_buffer_read):
7388         Constify some more.
7389         Caller supports interrupted reads now.
7390
7391 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7392
7393         * tests/check/Makefile.am:
7394           Another attempt to make the gen64 buildbot happy.
7395
7396 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
7397
7398         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
7399
7400         * ext/libvisual/visual.c: (gst_visual_clear_actors),
7401         (gst_visual_chain), (gst_visual_change_state):
7402           Libvisual plugin was not passing audio data to libvisual 0.4.0 
7403           correctly. Fixes #357800
7404
7405 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7406
7407         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
7408           Add timeout to _get_state() so we see which pipeline it is
7409           that causes trouble on the gen64 build bot.
7410
7411 2006-09-27  Wim Taymans  <wim@fluendo.com>
7412
7413         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7414         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
7415         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
7416         (gst_base_rtp_depayload_set_gst_timestamp):
7417         the source pad always uses fixed caps.
7418
7419 2006-09-27  Wim Taymans  <wim@fluendo.com>
7420
7421         * docs/libs/gst-plugins-base-libs-docs.sgml:
7422         * docs/libs/gst-plugins-base-libs-sections.txt:
7423         * gst-libs/gst/audio/gstaudioclock.c:
7424         * gst-libs/gst/audio/gstaudioclock.h:
7425         * gst-libs/gst/audio/gstaudiosink.c:
7426         * gst-libs/gst/audio/gstaudiosink.h:
7427         * gst-libs/gst/audio/gstaudiosrc.c:
7428         * gst-libs/gst/audio/gstbaseaudiosink.c:
7429         (gst_base_audio_sink_render):
7430         * gst-libs/gst/audio/gstbaseaudiosink.h:
7431         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
7432         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7433         * gst-libs/gst/audio/gstringbuffer.h:
7434         Added docs for the audio libs.
7435
7436 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7437
7438         * tests/check/Makefile.am:
7439           Temporarily disable test that fails on the bots for unknown reasons.
7440
7441 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7442
7443         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7444         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7445         Moved AudioCodecType into priv
7446         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
7447
7448 2006-09-25  Wim Taymans  <wim@fluendo.com>
7449
7450         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
7451         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
7452         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
7453         (new_pad):
7454         Cleanups and small leak fixes.
7455         Added Depayloaders to valid list of autopluggable elements.
7456
7457 2006-09-25  Wim Taymans  <wim@fluendo.com>
7458
7459         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7460         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
7461         (gen_video_element), (gen_text_element), (gen_audio_element),
7462         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
7463         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
7464         Detect NO_PREROLL state change returns and disable clock distribution to
7465         the sinks so that sync is disabled.
7466         Avoid some type checking and do simple casts instead.
7467         Small cleanups, fix some FIXMEs.
7468         Be more robust when linking user specified elements, catch an report
7469         errors. Fixes #357404.
7470         Fix some leaks in the error paths.
7471
7472 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
7473
7474         * ChangeLog:
7475           ChangeLog surgery for missing bug-number
7476
7477 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7478
7479         Patch by: Peter Kjellerstedt  <pkj at axis com>
7480
7481         * gst/playback/test.c:
7482           Fix compilation with uClibc and -Werror (#357591).
7483
7484 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7485
7486         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7487           Parse dates that are followed by a time as well (#357532).
7488
7489         * tests/check/libs/tag.c: (test_vorbis_tags):
7490           Add unit test for this.
7491
7492 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7493
7494         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7495         (gst_audio_convert_transform_caps):
7496         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
7497         * gst/videotestsrc/videotestsrc.h:
7498           A few array const-ifications.
7499
7500 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7501
7502         * tests/check/Makefile.am:
7503           See if this makes the build bots happy.
7504
7505         * tests/check/libs/cddabasesrc.c:
7506           UTF8-ise my name.
7507
7508 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7509
7510         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7511
7512         * gst/subparse/samiparse.c: (handle_start_font),
7513         (fix_invalid_entities):
7514           More case-insensitivity for certain tags; recognise entities with
7515           decimal codes as special entities as well (#357330).
7516
7517 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7518
7519         * gst-libs/gst/Makefile.am:
7520           Need to build tag directory before cdda.
7521
7522 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
7523
7524         * docs/libs/gst-plugins-base-libs-sections.txt:
7525         * gst-libs/gst/cdda/Makefile.am:
7526         * gst-libs/gst/cdda/gstcddabasesrc.c:
7527         (gst_cdda_base_src_base_init):
7528         * gst-libs/gst/cdda/gstcddabasesrc.h:
7529         * gst-libs/gst/tag/tag.h:
7530         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
7531         (gst_tag_register_musicbrainz_tags):
7532           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
7533           depend on libgsttag. This is required so we can extract/read tags like
7534           DISCID without depending on libgstcddabasesrc (which used to register
7535           them).
7536
7537         * gst-libs/gst/tag/gstvorbistag.c:
7538           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
7539           tags (also see #347848).
7540
7541         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
7542           Log vorbis comments we are actually writing. Const-ify array.
7543
7544 2006-09-23  Wim Taymans  <wim@fluendo.com>
7545
7546         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7547         Improve buffering a bit by avoiding a deadlock because we cannot assume
7548         the underrun is always called.
7549
7550 2006-09-23  Wim Taymans  <wim@fluendo.com>
7551
7552         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7553
7554         * gst-libs/gst/riff/riff-ids.h:
7555         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7556         (gst_riff_create_audio_template_caps):
7557         Added MPEG-4 AAC and id and caps. Fixes #357289
7558         Added WMA9 Lossless id.
7559
7560 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7561
7562         * ext/gnomevfs/gstgnomevfssrc.c:
7563           Fix misleading docs addition.
7564
7565         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7566           Get rid of compiler warning the right way.
7567
7568 2006-09-22  Wim Taymans  <wim@fluendo.com>
7569
7570         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7571         (gst_base_rtp_depayload_finalize),
7572         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7573         (gst_base_rtp_depayload_push_full),
7574         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
7575         (gst_base_rtp_depayload_process),
7576         (gst_base_rtp_depayload_set_gst_timestamp),
7577         (gst_base_rtp_depayload_queue_release):
7578         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7579         Small cleanups.
7580         Fix some leaks.
7581         Refactored the process method and added methods to push from the process
7582         vmethod.
7583         Use _scale functions.
7584         API: gst_base_rtp_depayload_push_ts
7585         API: gst_base_rtp_depayload_push
7586
7587         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7588         timestamps are uint.
7589
7590 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
7591
7592         * gst-libs/gst/interfaces/xoverlay.c:
7593           Remove unused statement from doc example.
7594
7595 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
7596
7597         * gst-libs/gst/interfaces/videoorientation.c:
7598         (gst_video_orientation_iface_init),
7599         (gst_video_orientation_get_hflip),
7600         (gst_video_orientation_get_vflip),
7601         (gst_video_orientation_get_hcenter),
7602         (gst_video_orientation_get_vcenter),
7603         (gst_video_orientation_set_hflip),
7604         (gst_video_orientation_set_vflip),
7605         (gst_video_orientation_set_hcenter),
7606         (gst_video_orientation_set_vcenter):
7607           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
7608           in ChangeLog)
7609
7610 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
7611
7612         * tests/check/Makefile.am:
7613         * tests/check/elements/.cvsignore:
7614         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
7615         (create_rgb_conversions), (rgb_conversion_free),
7616         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
7617         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
7618           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
7619           but disable for now since it doesn't pass (something wrong with
7620           RGBA somewhere).
7621
7622 2006-09-21  Wim Taymans  <wim@fluendo.com>
7623
7624         * gst/playback/gstplaybasebin.c: (group_commit),
7625         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
7626         (queue_out_of_data), (gen_preroll_element),
7627         (preroll_remove_overrun), (probe_triggered):
7628         Refactor handling of overrun detection.
7629         Separate handling of group completion and deadlock detection when doing
7630         network buffering. This should fix some deadlocks that were not detected
7631         because the group was completed.
7632         Add more comments, improve debugging.
7633
7634 2006-09-21  Wim Taymans  <wim@fluendo.com>
7635
7636         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
7637         * tests/check/libs/audio.c:
7638         Some more compilation fixes.
7639
7640 2006-09-21  Wim Taymans  <wim@fluendo.com>
7641
7642         * gst-libs/gst/audio/gstringbuffer.c:
7643         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
7644         (gst_ring_buffer_read):
7645         Early morning compilation fix.
7646
7647 2006-09-20  Wim Taymans  <wim@fluendo.com>
7648
7649         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
7650         * tests/check/elements/multifdsink.c: (GST_START_TEST):
7651         * tests/check/elements/videorate.c: (GST_START_TEST):
7652         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
7653         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
7654         Fix some warnings.
7655
7656 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
7657
7658         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7659         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7660         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
7661           Handcrafted merge to help CVS understanding what I changed and what
7662           not.
7663
7664 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
7665
7666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7667         (gst_xvimagesink_get_times):
7668           change colorkey behaviour back according to #354773 comment 6/7
7669
7670 2006-09-19  Michael Smith  <msmith@fluendo.com>
7671
7672         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7673         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
7674         (gst_multi_fd_sink_recover_client),
7675         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
7676         (gst_multi_fd_sink_get_property):
7677         * gst/tcp/gstmultifdsink.h:
7678           Implement stubbed out properties unit-type, units-soft-max,
7679           units-max, to allow specifying maximum sizes in units other than
7680           buffers.
7681           Fixes #355935
7682
7683 2006-09-19  Wim Taymans  <wim@fluendo.com>
7684
7685         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
7686         (gst_riff_create_audio_template_caps):
7687         Reorder the audio formats a bit for clarity.
7688         Detect and create caps for MSGSM and MSN (WAV49).
7689         Fixes #356596.
7690
7691         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7692         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7693         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
7694         Small cleanups, move error handling out of normal flow for clarity.
7695
7696 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7697
7698         * docs/libs/gst-plugins-base-libs-docs.sgml:
7699         * docs/libs/gst-plugins-base-libs.types:
7700         * gst-libs/gst/interfaces/Makefile.am:
7701         * gst-libs/gst/interfaces/videoorientation.c:
7702         (gst_video_orientation_get_type),
7703         (gst_video_orientation_iface_init),
7704         (gst_video_orientation_get_hflip),
7705         (gst_video_orientation_get_vflip),
7706         (gst_video_orientation_get_hcenter),
7707         (gst_video_orientation_get_vcenter),
7708         (gst_video_orientation_set_hflip),
7709         (gst_video_orientation_set_vflip),
7710         (gst_video_orientation_set_hcenter),
7711         (gst_video_orientation_set_vcenter):
7712         * gst-libs/gst/interfaces/videoorientation.h:
7713           API: Add new interface to control video orientation (fixes #354908)
7714
7715 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7716
7717         * gst/videotestsrc/gstvideotestsrc.c:
7718           Use G_UNLIKELY in _create and log one more detail.
7719           
7720         (gst_video_test_src_get_times), (gst_video_test_src_create):
7721         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
7722           Use gst_util_uint64_scale_int in _get_times().
7723
7724 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7725
7726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
7727           Give better warning message (add object and detail).
7728
7729 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7730
7731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7732         (gst_xvimagesink_get_times):
7733           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
7734           #354773), use gst_util_uint64_scale_int in _get_times()
7735
7736 2006-09-18  Michael Smith  <msmith@fluendo.com>
7737
7738         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
7739           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
7740           always true, leading to dropping all timestamps.
7741
7742 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
7743
7744         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
7745         (gst_visual_chain), (gst_visual_change_state):
7746           update to work also with libvisual 0.4 API, fix double unref (#355914)
7747           
7748         * tools/gst-launch-ext.1.in:
7749         * tools/gst-visualise.1.in:
7750           remove references to old man-pages
7751
7752         * tests/examples/seek/seek.c: (main):
7753           add real meadi-buttons, add tool-tips for the seek-options, arrange
7754           seek options in a table
7755
7756 2006-09-18  Michael Smith  <msmith@fluendo.com>
7757
7758         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
7759         (gst_ogg_mux_push_buffer):
7760           Don't generate out-of-order timestamps from oggmux, instead clamp
7761           output timestamps to be >= the previously output ts.
7762           Fixes #355595
7763
7764 2006-09-18  Michael Smith  <msmith@fluendo.com>
7765
7766         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7767         (gst_multi_fd_sink_class_init):
7768           Updates, fixes, and typo corrections for multifdsink. No functional
7769           changes.
7770
7771 2006-09-17  Michael Smith  <msmith@fluendo.com>
7772
7773         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
7774           Don't crash on truncated files - check that we got an 8 byte buffer
7775           before trying to memcmp it.
7776
7777 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
7778
7779         * gst/playback/gstplaybasebin.c: (get_active_source):
7780           Make stream-switching appear instant to the application
7781           (ie. make sure that a g_object_get on 'current-foo' returns
7782           the stream previously set with g_object_set(). Totem needs
7783           this to update stream-related meta-info (like audio-codec)
7784           correctly when switching streams.
7785
7786 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
7787
7788         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
7789         (gst_alsa_mixer_ensure_track_list):
7790           Try harder to guess which mixer track is the master mixer
7791           track (instead of just taking the first one that has a pvolume).
7792           Fixes #342228.
7793
7794 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7795
7796         reviewed by: <delete if not using a buddy>
7797
7798         * gst-libs/gst/audio/audio.h:
7799         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
7800
7801 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7802
7803         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
7804         (gst_audio_convert_transform_caps):
7805           Get structure-name just once.
7806
7807 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7808
7809         * tests/check/elements/audioresample.c: (GST_START_TEST):
7810         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7811         * tests/check/elements/volume.c: (GST_START_TEST):
7812         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
7813         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
7814         (test_pipeline), (GST_START_TEST):
7815         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7816         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7817           Fix big batch of compiler warnings.
7818
7819 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7820
7821         * ext/gnomevfs/gstgnomevfssrc.c:
7822           Add docs about icydemux usage in connection with gnomevfssrc
7823
7824         * ext/libvisual/visual.c:
7825         * ext/ogg/gstoggaviparse.c:
7826         * ext/ogg/gstoggdemux.c:
7827         * ext/ogg/gstoggmux.c:
7828         * ext/ogg/gstoggparse.c:
7829         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7830         * gst-libs/gst/audio/gstaudiosink.c:
7831         * gst-libs/gst/audio/gstaudiosrc.c:
7832         * gst/audiorate/gstaudiorate.c:
7833           More G_OBJECT macro fixing.
7834
7835         * gst/audiotestsrc/gstaudiotestsrc.h:
7836           Fix wrong info in header due to copy & paste
7837
7838 2006-09-15  Wim Taymans  <wim@fluendo.com>
7839
7840         * gst-libs/gst/audio/gstbaseaudiosink.c:
7841         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
7842         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7843         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
7844         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
7845         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7846         Do the delay calculation in the source/sink base classes as this is
7847         specific for the capture/playback mode.
7848         Try to fixate a bit better, like round depth up to a multiple of 8
7849         bigger than width.
7850         Handle underruns correctly by marking DISCONT on buffers and adjusting
7851         timestamps to handle the gap.
7852         Set offset/offset_end correctly on buffers.
7853
7854         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
7855         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
7856         (gst_ring_buffer_read):
7857         Remove resync and underrun recovery from the ringbuffer.
7858         Fix ringbuffer read code on under/overrun.
7859
7860 2006-09-15  Wim Taymans  <wim@fluendo.com>
7861
7862         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7863         (gst_play_base_bin_init), (fill_buffer), (check_queue),
7864         (queue_threshold_reached), (gst_play_base_bin_set_property),
7865         (gst_play_base_bin_get_property):
7866         * gst/playback/gstplaybasebin.h:
7867         Don't use a 0 low watermark when buffering, it is catching starvation
7868         way too late. Instead, use a 3 second queue with 30 and 95
7869         percent low/high watermarks. 
7870         Added queue-min-threshold property to configure low watermark.
7871         Use new _buffering message API.
7872         Make queue_threshold variable big enough to store a uint64 time value.
7873         API: playbin::queue-min-threshold property.
7874
7875 2006-09-15  Wim Taymans  <wim@fluendo.com>
7876
7877         * configure.ac:
7878         We require 0.10.10.1 now because of _wait_preroll().
7879
7880         * gst-libs/gst/audio/gstbaseaudiosink.c:
7881         (gst_base_audio_sink_render):
7882         Use gst_base_sink_wait_preroll().
7883
7884 2006-09-15  Wim Taymans  <wim@fluendo.com>
7885
7886         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
7887         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
7888         Use DEBUG_OBJECT more.
7889
7890 === release 0.10.10 ===
7891
7892 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7893
7894         patch by: Michael Smith <msmith at fluendo dot com>
7895
7896         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
7897         (gst_multi_fd_sink_client_queue_buffer),
7898         (gst_multi_fd_sink_new_client):
7899         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7900         (multifdsink_suite):
7901           Fix implementation of sync-method 'next-keyframe'
7902           Closes #354594
7903
7904 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7905
7906         patch by: Wim Taymans <wim at fluendo dot com>
7907
7908         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
7909         This patch removes the RANDOM flag that was incorrectly introduced with
7910         revision 1.91.  Fixes #354590
7911
7912 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7913
7914         * tests/check/Makefile.am:
7915           Random variation in Makefile line to see if it makes the
7916           gen64-base-full bot any happier.
7917
7918 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7919
7920         * tests/check/pipelines/oggmux.c: (oggmux_suite):
7921           Disable test that fails at the moment (killed after timeout).
7922
7923 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7924
7925         Patch by: James Livingston  <doclivingston at gmail.com>
7926
7927         * tests/check/Makefile.am:
7928         * tests/check/pipelines/.cvsignore:
7929         * tests/check/pipelines/oggmux.c: (get_page_codec),
7930         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
7931         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
7932         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
7933         (test_theora_vorbis), (oggmux_suite):
7934           Add simple unit test for oggmux from #337026 with checking for the
7935           EOS flags disabled for the time being.
7936
7937 2006-09-04  Wim Taymans  <wim@fluendo.com>
7938
7939         patch by: Alessandro Dessina <alessandro nnva org>
7940
7941         * ext/ogg/gstoggmux.c:
7942         Add cmml caps to oggmux. Fixes #353912
7943
7944 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
7945
7946         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
7947           Returning a return value often helps. In this case, we
7948           don't need the return value anyway, so just get rid of it.
7949           Should make build bots much happier.
7950
7951 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
7952
7953         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
7954         (paint_get_structure), (gst_video_test_src_get_size),
7955         (gst_video_test_src_smpte), (gst_video_test_src_snow),
7956         (gst_video_test_src_unicolor), (paint_setup_AYUV),
7957         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
7958         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
7959         * gst/videotestsrc/videotestsrc.h:
7960           Add support for AYUV and the various RGBA formats. Initialise
7961           fields of paintinfo structs allocated on the stack.
7962
7963         * tests/check/elements/videotestsrc.c: (right_shift_colour),
7964         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
7965         (check_rgb_buf), (videotestsrc_suite):
7966           Add unit tests for videotestsrc's RGB output.
7967
7968 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
7969
7970         * gst/videotestsrc/gstvideotestsrc.c:
7971         (gst_video_test_src_pattern_get_type),
7972         (gst_video_test_src_set_pattern):
7973         * gst/videotestsrc/gstvideotestsrc.h:
7974         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
7975         (gst_video_test_src_black), (gst_video_test_src_white),
7976         (gst_video_test_src_red), (gst_video_test_src_green),
7977         (gst_video_test_src_blue):
7978         * gst/videotestsrc/videotestsrc.h:
7979           Add more uni-colour patterns ("white", "red", "green", and "blue").
7980
7981 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
7982
7983         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
7984           Fix stride for YVYU, should be word-aligned (#353658).
7985
7986 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
7987
7988         * gst/adder/gstadder.c: (gst_adder_src_event):
7989           Fix build.
7990
7991 2006-08-31  Edward Hervey  <edward@fluendo.com>
7992
7993         * gst/adder/gstadder.c: (forward_event_func),
7994         (gst_adder_src_event), (gst_adder_collected),
7995         (gst_adder_change_state):
7996         * gst/adder/gstadder.h:
7997         Remember the start position asked in the incoming seeks, so we can
7998         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
7999         of assuming it will always be 0).
8000
8001 2006-08-31  Edward Hervey  <edward@fluendo.com>
8002
8003         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
8004         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
8005         (gst_ogg_demux_loop):
8006         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
8007
8008 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
8009
8010         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8011         (gst_ffmpegcsp_get_unit_size):
8012           Return FALSE instead of returning a random false unit
8013           size when the format isn't known/supported (even if
8014           this shouldn't happen under normal circumstances).
8015
8016 2006-08-29  Wim Taymans  <wim@fluendo.com>
8017
8018         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8019
8020         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
8021         (gst_gnome_vfs_src_start):
8022         Try harder to get the size from a uri by using _info_uri() when
8023         _info_from_handle() does not give us enough info. 
8024         Also follow symlinks when getting the size.
8025         Partially Fixes #332864.
8026
8027 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
8028
8029         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
8030
8031         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8032         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
8033         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
8034         (gst_alsa_mixer_set_record):
8035         * ext/alsa/gstalsamixertrack.c:
8036         (gst_alsa_mixer_track_update_alsa_capabilities),
8037         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
8038         (gst_alsa_mixer_track_update):
8039         * ext/alsa/gstalsamixertrack.h:
8040           Improve and fix mixer track handling, in particular better handling
8041           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
8042           separate track objects for tracks that have both capture and playback
8043           volume (and label them differently as well so they're not mistakenly
8044           assumed to be duplicates); classify mixer tracks that only affect
8045           the audible volume of something (rather than the capture volume)
8046           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
8047           for capture tracks to correspond to alsa-pswitch alsa-cswitch
8048           (following the meaning documented in the mixer interface header
8049           file); add support for alsa's exclusive cswitch groups; update/sync
8050           state/flags better if mixer settings are changed by another
8051           application. Fixes #336075.
8052
8053 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
8054
8055         * gst/playback/gstplaybin.c:
8056           Improve docs: add section about BUFFERING messages sent by playbin.
8057
8058 2006-08-29  Michael Smith  <msmith@fluendo.com>
8059
8060         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
8061         (gst_vorbis_enc_buffer_check_discontinuous),
8062         (gst_vorbis_enc_chain):
8063           Ignore explicit DISCONT marked on buffers (which is often spurious,
8064           particularly when using multiple segments), in favour of solely
8065           using the timestamps/durations.
8066
8067 2006-08-29  Edward Hervey  <edward@fluendo.com>
8068
8069         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8070         Don't rely on incoming buffers offset anymore, since it is completely
8071         broken when using multiple segments.
8072         Instead convert the incoming buffers timestamp to running time, and
8073         then convert that value to the offsets.
8074         Also inform GstSegment of the last outputted stop position, which is
8075         needed if we received several segments with an unknown stop value.
8076
8077 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8078
8079         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
8080           fix buffer unreffing on a header push failure
8081
8082 2006-08-28  Wim Taymans  <wim@fluendo.com>
8083
8084         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
8085         (gst_audio_rate_chain):
8086         Make the metadata of the buffer writable before changing its
8087         flags.
8088
8089 2006-08-28  Wim Taymans  <wim@fluendo.com>
8090
8091         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
8092         (gst_audio_rate_setcaps), (gst_audio_rate_init),
8093         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
8094         (gst_audio_rate_chain), (gst_audio_rate_change_state):
8095         Fix audiorate some more.
8096         Reset and resync counters on flush and READY.
8097         Handle the DISCONT flag correctly.
8098         Use GstSegment to track position.
8099         Fail when not negotiated.
8100         Fixes #353234.
8101
8102 2006-08-25  Michael Smith  <msmith@fluendo.com>
8103
8104         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8105           Fix spelling.
8106           Remove accidently included debug line.
8107
8108 2006-08-25  Wim Taymans  <wim@fluendo.com>
8109
8110         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8111         Small cleanups.
8112         If a buffer is received with no caps, make the buffer metadata
8113         writable and set the caps, making sure that we don't screw up the
8114         refcounts.
8115
8116 2006-08-25  Michael Smith  <msmith@fluendo.com>
8117
8118         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
8119         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
8120           Fix memory leaks and misleading debug messages, add a couple of
8121           comments.
8122
8123         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
8124         (gst_multi_fd_sink_render):
8125           Do not use gst_buffer_make_writable() in a basesink render method,
8126           as it may incorrectly unref the buffer. Instead, use convoluted
8127           dance to avoid copying the buffer except when we need to.
8128
8129 2006-08-25  Michael Smith  <msmith@fluendo.com>
8130
8131         * ext/vorbis/vorbisenc.c:
8132         (gst_vorbis_enc_buffer_check_discontinuous):
8133           Allow very small discontinuities in the timestamps. These we can't
8134           do anything useful with anyway (because vorbis's timestamps have
8135           only sample granularity), and are commonly produced by elements with
8136           minor bugs. Allow up to 1/2 a sample out.
8137           Fixes #351742.
8138
8139 2006-08-24  Wim Taymans  <wim@fluendo.com>
8140
8141         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
8142         (play_scrub_toggle_cb), (main):
8143         Add a checkbox to enable play scrubbing. Makes it possible to disable
8144         normal scrubbing.
8145
8146 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8147
8148         * tests/check/elements/.cvsignore:
8149           make buildbot happy
8150
8151 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8152
8153         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
8154         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
8155         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
8156         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8157         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8158         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
8159         (gst_ogm_text_parse_strip_trailing_zeroes),
8160         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
8161         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
8162           Refactor ogm parse, do better input checking, misc. clean-ups.
8163           Cache incoming events and push them once the source pad has
8164           been created. Don't pass unterminated strings to sscanf().
8165           Strip trailing zeroes from subtitle text output, since they
8166           are not valid UTF-8. Don't push vorbiscomment packets on
8167           the subtitle text pad. Output perfect streams if possible.
8168
8169 2006-08-23  Wim Taymans  <wim@fluendo.com>
8170
8171         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
8172         Waits for tasks to settle down so that we clean up correctly for 
8173         valgrind.
8174
8175 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8176
8177         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
8178           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
8179           actually return return value in taglists_are_equal.
8180
8181 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
8182
8183         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8184           Fix crash due to broken bitstream parsing on x86-64: can't make
8185           any assumptions about sizeof(struct) due to alignment/packing
8186           differences on different architectures. Fixes #351790.
8187
8188 2006-08-22  Wim Taymans  <wim@fluendo.com>
8189
8190         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8191         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
8192         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
8193         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
8194         (gst_riff_parse_info):
8195         Protect public functions against bad input.
8196         Do some cleanups.
8197         Fix documentation.
8198
8199 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8200
8201         * gst-libs/gst/riff/riff-ids.h:
8202         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8203           Add voxware audio IDs (even if we can't play it) (#351795).
8204
8205 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8206
8207         * gst-libs/gst/riff/riff-media.c:
8208         (gst_riff_create_video_template_caps),
8209         (gst_riff_create_audio_template_caps),
8210         (gst_riff_create_iavs_template_caps):
8211           Const-ify some arrays and use G_N_ELEMENTS instead
8212           of wasting oodles of RAM on terminator bits.
8213
8214 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8215
8216         * gst-libs/gst/tag/gstvorbistag.c:
8217         (gst_tag_list_to_vorbiscomment_buffer):
8218         * tests/check/libs/tag.c: (GST_START_TEST):
8219           And the same for _to_vorbiscomment_buffer(): allow
8220           id_data_len == 0 for speex.
8221
8222 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8223
8224         * configure.ac:
8225         * docs/plugins/Makefile.am:
8226         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8227         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8228         * docs/plugins/inspect/plugin-gdp.xml:
8229         * gst/gdp/Makefile.am:
8230         * tests/check/Makefile.am:
8231           Move GDP plugin to -base from -bad.  Closes #347783.
8232
8233 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
8234
8235         * gst-libs/gst/tag/gstvorbistag.c:
8236         (gst_tag_list_from_vorbiscomment_buffer):
8237           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
8238           Also add some checks to make sure we don't memcmp() beyond the end of
8239           vorbiscomment buffer if the ID to check for is larger than the buffer.
8240
8241         * tests/check/libs/tag.c: (GST_START_TEST):
8242           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
8243
8244 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
8245
8246         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
8247         (gst_vorbis_enc_set_metadata):
8248           Use vorbis comment utility functions from libgsttag
8249           instead of re-inventing the wheel (partially fixes #347091).
8250
8251 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8252
8253         * tests/check/elements/audioconvert.c: (GST_START_TEST):
8254         Fix leaks. Wait for state transitions that might happen ASYNC, as well
8255         as some that won't.
8256
8257 2006-08-21  Wim Taymans  <wim@fluendo.com>
8258
8259         * docs/libs/Makefile.am:
8260         * docs/libs/gst-plugins-base-libs-sections.txt:
8261         * docs/libs/gst-plugins-base-libs.types:
8262         Don't try to GObject scan the netbuffer as it's not a GObject.
8263         Fixes #351308.
8264
8265         * gst-libs/gst/netbuffer/gstnetbuffer.c:
8266         * gst-libs/gst/netbuffer/gstnetbuffer.h:
8267         Document GstNetBuffer.
8268
8269 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8270
8271         * tests/check/elements/audioconvert.c: (GST_START_TEST),
8272         (audioconvert_suite):
8273           Add testcase for caps-size-explosion
8274
8275 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8276
8277         * gst/audioconvert/gstaudioconvert.c:
8278         (gst_audio_convert_get_unit_size), (set_structure_widths):
8279           Lower debug, use g_assert in _get_unit_size
8280
8281         * gst/audioresample/gstaudioresample.c:
8282         (audioresample_get_unit_size):
8283         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8284         (gst_ffmpegcsp_get_unit_size):
8285         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
8286           use g_assert in _get_unit_size
8287
8288 2006-08-18  Wim Taymans  <wim@fluendo.com>
8289
8290         * docs/libs/gst-plugins-base-libs-sections.txt:
8291         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
8292         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
8293         (gst_rtp_buffer_get_payload_buffer):
8294         * gst-libs/gst/rtp/gstrtpbuffer.h:
8295         Document GstRTPBuffer.
8296         Added function to efficiently strip payload headers.
8297         API: gst_rtp_buffer_get_payload_subbuffer()
8298
8299 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
8300
8301         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
8302         (gst_tag_to_vorbis_comments):
8303           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
8304           tags and deserialise them properly as well (#347091).
8305           Add some more gtk-doc blurbs and also some g_return_if_fail().
8306
8307         * tests/check/libs/tag.c: (GST_START_TEST),
8308         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
8309           More tests.
8310
8311 2006-08-17  Wim Taymans  <wim@fluendo.com>
8312
8313         * ext/ogg/Makefile.am:
8314         * ext/ogg/gstogg.c: (plugin_init):
8315         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
8316         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
8317         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
8318         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
8319         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
8320         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
8321         Added ogg-in-avi parser element. Fixes #140139.
8322
8323         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
8324         Fixed a bug in oggdemux debug code.
8325
8326         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8327         (gst_riff_create_audio_template_caps):
8328         Recognise Ogg in the AVI extensible wave format.
8329
8330 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
8331
8332         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8333           Make buffer durations add up (duration should be next_ts-ts for
8334           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
8335           from CVS.
8336
8337         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
8338         (test_buffer_timestamps), (cddabasesrc_suite):
8339           Add unit test for the above.
8340
8341         * tests/check/Makefile.am:
8342           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
8343           to see what happens.
8344
8345 2006-08-16  Wim Taymans  <wim@fluendo.com>
8346
8347         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
8348         (gst_alsasink_open):
8349         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
8350         (gst_alsasrc_open):
8351         Avoid setting and using a NULL device name.
8352         Print more info when we fail to open a device.
8353
8354 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8355
8356         * docs/libs/gst-plugins-base-libs-sections.txt:
8357         * gst-libs/gst/tag/tag.h:
8358         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
8359           API: add gst_tag_parse_extended_comment() (#351426).
8360
8361         * tests/check/Makefile.am:
8362         * tests/check/libs/.cvsignore:
8363         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
8364           Add unit test for gst_tag_parse_extended_comment().
8365
8366 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8367
8368         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
8369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
8370           Fix leak (#351502).
8371
8372 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8373
8374         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8375         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8376         * docs/plugins/gst-plugins-base-plugins.args:
8377         * gst/playback/gstplaybin.c:
8378           Document playbin.
8379           
8380         * docs/plugins/inspect/plugin-adder.xml:
8381         * docs/plugins/inspect/plugin-alsa.xml:
8382         * docs/plugins/inspect/plugin-audioconvert.xml:
8383         * docs/plugins/inspect/plugin-audiorate.xml:
8384         * docs/plugins/inspect/plugin-audioresample.xml:
8385         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8386         * docs/plugins/inspect/plugin-cdparanoia.xml:
8387         * docs/plugins/inspect/plugin-decodebin.xml:
8388         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8389         * docs/plugins/inspect/plugin-gnomevfs.xml:
8390         * docs/plugins/inspect/plugin-ogg.xml:
8391         * docs/plugins/inspect/plugin-pango.xml:
8392         * docs/plugins/inspect/plugin-playbin.xml:
8393         * docs/plugins/inspect/plugin-subparse.xml:
8394         * docs/plugins/inspect/plugin-tcp.xml:
8395         * docs/plugins/inspect/plugin-theora.xml:
8396         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8397         * docs/plugins/inspect/plugin-video4linux.xml:
8398         * docs/plugins/inspect/plugin-videorate.xml:
8399         * docs/plugins/inspect/plugin-videoscale.xml:
8400         * docs/plugins/inspect/plugin-videotestsrc.xml:
8401         * docs/plugins/inspect/plugin-volume.xml:
8402         * docs/plugins/inspect/plugin-vorbis.xml:
8403         * docs/plugins/inspect/plugin-ximagesink.xml:
8404         * docs/plugins/inspect/plugin-xvimagesink.xml:
8405           Update to CVS version.
8406
8407 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
8408
8409         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8410         (gst_play_bin_set_property), (gst_play_bin_get_property),
8411         (value_list_append_structure_list),
8412         (gst_play_bin_handle_redirect_message),
8413         (gst_play_bin_handle_message):
8414           API: GstPlayBin::connection-speed
8415           Add "connection-speed" property; re-order redirect messages with
8416           multiple redirect locations depending on the minimum bitrate if
8417           that information is available and a connection speed is set
8418           (#350399).
8419
8420 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
8421
8422         * gst/playback/gstplaybin.c:
8423           Update max volume to the same value that the volume element uses.
8424
8425 2006-08-14  Wim Taymans  <wim@fluendo.com>
8426
8427         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8428         Less uglyness..
8429
8430 2006-08-14  Wim Taymans  <wim@fluendo.com>
8431
8432         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
8433         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
8434         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
8435         Add some more debug info.
8436         Don't crash when a seek failed.
8437         Actually return the result of the seek instead of TRUE.
8438         Ignore multiple BOS pages with the same serial so that we don't create
8439         the same stream multiple times.
8440         Post an error when we fail to do the initial seek.
8441
8442 2006-08-13  Wim Taymans  <wim@fluendo.com>
8443
8444         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8445         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
8446         Small code cleanup.
8447
8448         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
8449         (gst_alsa_mixer_new):
8450         Remove hack that always set the device to hw:0*.
8451         Properly find the card name for whatever device was configured.
8452         Do some better debugging.
8453         Fixes #350784.
8454
8455         * ext/alsa/gstalsamixerelement.c:
8456         (gst_alsa_mixer_element_set_property),
8457         (gst_alsa_mixer_element_change_state):
8458         Cleanups.
8459         Handle setting of a NULL device name better.
8460
8461 2006-08-11  Wim Taymans  <wim@fluendo.com>
8462
8463         * gst/adder/gstadder.c:
8464         Don't clip float values. Fixes #350900.
8465
8466 2006-08-11  Andy Wingo  <wingo@pobox.com>
8467
8468         * gst/tcp/gsttcp.c: Really fix the build?
8469
8470         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
8471         fixes the build.
8472
8473 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
8474
8475         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
8476           Float caps shouldn't have a "signed" field.
8477
8478 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
8479
8480         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
8481           Implement SEEKING query in its most basic form, so that we can
8482           at least check if we're seekable or not (#350655).
8483
8484 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
8485
8486         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8487           The checks here are not even close to anything that would
8488           justify MAXIMUM probability, lowering to POSSIBLE until someone
8489           fixes the checks (case at hand: quicktime redirection files
8490           might start with 00 00 01 XX and pass the checks here just
8491           fine, see #350399).
8492
8493 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8494
8495         Patch by: Sjoerd Simons  <sjoerd at luon net>
8496
8497         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
8498           Better detection for multipart/x-mixed-replace: accept leading
8499           whitespaces before the boundary marker as well (as our very own
8500           multipartmux used to produce) (#349068).
8501
8502 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
8503
8504         Patch by: Young-Ho Cha  <ganadist at chollian net>
8505
8506         * gst-libs/gst/riff/riff-ids.h:
8507         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
8508         (gst_riff_create_audio_template_caps):
8509           Detect DTS audio streams (#350157).
8510
8511 2006-08-05  Andy Wingo  <wingo@pobox.com>
8512
8513         * ext/theora/gsttheoraparse.h:
8514         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
8515         (theora_parse_dispose, theora_parse_set_property)
8516         (theora_parse_get_property, theora_parse_munge_granulepos)
8517         (theora_parse_push_buffer, theora_parse_change_state):
8518         API: GstTheoraParse::synchronization-points
8519         Add a property 'synchronization-points' to fix badly synchronized oggs.
8520
8521 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8522
8523         * tests/check/Makefile.am:
8524         * tests/check/libs/.cvsignore:
8525         * tests/check/libs/audio.c: (structure_contains_channel_positions),
8526         (fixed_caps_have_channel_positions), (GST_START_TEST),
8527         (audio_suite), (main):
8528           Add a few tests for the channel position stuff in libgstaudio.
8529
8530 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8531
8532         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
8533         (gst_alsa_detect_channels):
8534         * ext/alsa/gstalsasink.c:
8535           Add support for cards that (only) do more than 8 channels,
8536           like the Delta 44 (#345188).
8537
8538         * gst-libs/gst/audio/multichannel.c:
8539         (gst_audio_check_channel_positions):
8540         * gst-libs/gst/audio/multichannel.h:
8541           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
8542           unspecified channel position and cannot be combined with any
8543           of the other audio channel positions; adjust position layout
8544           checks accordingly (#345188).
8545
8546 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8547
8548         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8549           Recognise ancient RealAudio files (see #349779).
8550
8551 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
8552
8553         Patch by: Jens Granseuer  <jensgr at gmx net>
8554
8555         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8556           Add typefinder for Interplay's MVE format (#348973).
8557
8558 2006-08-02  Wim Taymans  <wim@fluendo.com>
8559
8560         Patch by: Marcel Moreaux <marcelm at luon dot net>
8561
8562         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8563         (gst_base_rtp_depayload_add_to_queue):
8564         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8565         Handle RTP sequence number rollover.
8566         Disable jitterbuffer by default.
8567
8568 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
8569
8570         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
8571         (audioresample_set_caps):
8572         Don't leak references to the incoming caps. Clean them up when
8573         stopping.
8574
8575         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
8576         (gst_video_scale_finalize):
8577         Don't leak our temporary pixel buffer.
8578
8579         * tests/check/Makefile.am:
8580         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
8581         (GST_START_TEST), (simple_launch_lines_suite):
8582
8583         Fix leaks and re-enable the test for valgrind checking.
8584
8585 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8586
8587         Patch by: Sjoerd Simons  <sjoerd at luon net>
8588
8589         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
8590         (plugin_init):
8591           Add typefind function for multipart/x-mixed-replace (#348916).
8592
8593 2006-07-28  Wim Taymans  <wim@fluendo.com>
8594
8595         * gst/adder/gstadder.c: (gst_adder_setcaps),
8596         (gst_adder_query_duration):
8597         Fix leak in duration query.
8598         Reflow some docs and notes.
8599
8600 2006-07-28  Michael Smith  <msmith@fluendo.com>
8601
8602         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
8603         (vorbisenc_suite):
8604           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
8605           aspect of it.
8606
8607 2006-07-28  Michael Smith  <msmith@fluendo.com>
8608
8609         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
8610         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
8611         (gst_vorbis_enc_push_buffer),
8612         (gst_vorbis_enc_buffer_check_discontinuous),
8613         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
8614         * ext/vorbis/vorbisenc.h:
8615           Handle discontinuities in the input vorbis stream correctly,
8616           so that the output is properly timestamped (and has good granulepos
8617           values). Needs some oggmux fixes too.
8618
8619 2006-07-27  Wim Taymans  <wim@fluendo.com>
8620
8621         patch by: Kai Vehmanen <kv2004 eca cx>
8622
8623         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8624         (gst_base_rtp_depayload_chain),
8625         (gst_base_rtp_depayload_handle_sink_event),
8626         (gst_base_rtp_depayload_change_state):
8627         Don't send multiple newsegments with different formats.
8628         Fixes #348677.
8629
8630 2006-07-26  Wim Taymans  <wim@fluendo.com>
8631
8632         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8633         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
8634         Make seeking in ogg more accurate again by doing the more correct
8635         granuletime to stream time conversion.
8636
8637 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8638
8639         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
8640         (gst_multi_fd_sink_new_client):
8641           debug a little more understandably
8642           do not use goto as a substitute for break, especially if
8643           break is also being used
8644
8645 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8646
8647         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
8648         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8649           Remove GLib-2.6 compatibility cruft.
8650
8651 2006-07-24  Wim Taymans  <wim@fluendo.com>
8652
8653         * gst-libs/gst/audio/gstbaseaudiosink.c:
8654         (gst_base_audio_sink_render):
8655         Don't try to align a sample to an unknown value.
8656
8657 2006-07-24  Wim Taymans  <wim@fluendo.com>
8658
8659         * gst-libs/gst/audio/gstbaseaudiosink.c:
8660         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
8661         When the audio clock is slaved to another clock, never try to align
8662         samples but trust the rate interpolation algorithm.
8663
8664 2006-07-24  Wim Taymans  <wim@fluendo.com>
8665
8666         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
8667         Don't try to calculate silence samples, base class does this much
8668         better now.
8669
8670         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8671         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
8672         (gst_ring_buffer_acquire):
8673         Calculate silence samples correctly.
8674
8675         * gst-libs/gst/audio/gstringbuffer.h:
8676         Add _CAST macro.
8677
8678 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
8679
8680         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
8681           Limit search for the first markup tag to the first few kB of
8682           the file. If we don't find one there, it's highly unlikely that
8683           this is an XML(-ish) file.
8684
8685 2006-07-21  Andy Wingo  <wingo@pobox.com>
8686
8687         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
8688         test to the one in vorbisenc. Also commented out.
8689
8690         * tests/check/pipelines/vorbisenc.c: 
8691         (test_discontinuity): New test, commented out until Mike lands
8692         some elite vorbisenc patches.
8693
8694         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
8695         Bufferstraw was actually factored out of these tests. Now we share
8696         code yay.
8697
8698         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
8699         for bufferstraw addition to gstcheck.
8700
8701 2006-07-21  Wim Taymans  <wim@fluendo.com>
8702
8703         * ext/theora/theoradec.c: (clip_buffer):
8704         Better clipping.
8705
8706 2006-07-21  Wim Taymans  <wim@fluendo.com>
8707
8708         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
8709         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
8710         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
8711         Fix leak.
8712         Avoid type casting when we can.
8713
8714         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
8715         Fix mem leak.
8716
8717 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
8718
8719         * ext/alsa/gstalsamixerelement.c:
8720         (gst_alsa_mixer_element_change_state):
8721           Make state change fail if the specified device can't be opened
8722           for some reason.
8723
8724 2006-07-20  Wim Taymans  <wim@fluendo.com>
8725
8726         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
8727         (cb_newpad), (main):
8728         Example of a small audio/video player using decodebin.
8729
8730 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8731
8732         * gst-libs/gst/riff/riff-ids.h:
8733           Add 'fact' chunk id
8734
8735 2006-07-19  Wim Taymans  <wim@fluendo.com>
8736
8737         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8738         (gst_base_rtp_depayload_chain),
8739         (gst_base_rtp_depayload_change_state):
8740         Don't assert when not negotiated but post a meaningfull 
8741         error message. Fixes #347918.
8742
8743         * gst-libs/gst/rtp/gstbasertppayload.c:
8744         Add comment about better default MTU size.
8745
8746         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
8747         Small cleanups, start docs.
8748
8749 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8750
8751         Patch by: Martin Szulecki
8752
8753         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
8754           If "device-name" is requested and the device is not
8755           open, try to temporarily open it to obtain this
8756           information (#342494).
8757
8758 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
8759
8760         * gst-libs/gst/tag/gstid3tag.c:
8761           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
8762
8763         * gst-libs/gst/tag/gsttageditingprivate.h:
8764         * gst-libs/gst/tag/gstvorbistag.c:
8765           Some more random const-ifications.
8766
8767 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
8768
8769         * gst-libs/gst/riff/riff-ids.h:
8770         * gst-libs/gst/riff/riff-media.c:
8771         (gst_riff_create_video_template_caps):
8772           Add more FOURCCs (sort list to make stuff easier to find),
8773           add comment what those 16 bytes in struct _gst_riff_strh according to
8774           one avi-dumper are
8775
8776 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
8777
8778         * gst-libs/gst/audio/multichannel.c:
8779         (gst_audio_check_channel_positions),
8780         (gst_audio_fixate_channel_positions):
8781           Const-ify two arrays.
8782
8783 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
8784
8785         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
8786           Fix typo, so that alsasink also advertises 8 channels
8787           if that's supported (tags: can, worms, open, alsa, ph34r).
8788
8789 2006-07-17  Wim Taymans  <wim@fluendo.com>
8790
8791         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8792         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
8793         *sigh*, when is the compiler going to warn when the comments
8794         are out-of-sync with the code.. Refix case of busted theora
8795         headers with 0 granule pos.
8796
8797 2006-07-14  Wim Taymans  <wim@fluendo.com>
8798
8799         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8800         (gst_base_rtp_depayload_wait),
8801         (gst_base_rtp_depayload_change_state),
8802         (gst_base_rtp_depayload_set_property),
8803         (gst_base_rtp_depayload_get_property):
8804         Fix 99% cpu load by waiting for absolute times on the
8805         clock. Fixes #347300.
8806
8807 2006-07-14  Andy Wingo  <wingo@pobox.com>
8808
8809         * ext/theora/gsttheoraparse.h: 
8810         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
8811         (theora_parse_push_headers, theora_parse_clear_queue)
8812         (theora_parse_drain_queue_prematurely, )
8813         (theora_parse_sink_event, theora_parse_change_state): Queue events
8814         until we initialized our state, like in vorbisparse.
8815
8816         * ext/vorbis/vorbisparse.h: 
8817         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
8818         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
8819         (vorbis_parse_drain_queue_prematurely, )
8820         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
8821         until we have initialized our state. Fixes seeking after an
8822         initial pad block.
8823
8824 2006-07-14  Andy Wingo  <wingo@pobox.com>
8825
8826         Patch by: Iain Holmes <iaingnome@gmail.com>
8827         
8828         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
8829
8830 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
8831
8832         * configure.ac:
8833         Bump nano back to CVS
8834
8835 === release 0.10.9 ===
8836
8837 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
8838
8839         * configure.ac:
8840           releasing 0.10.9, "I walk the line"
8841
8842 2006-07-14  Michael Smith  <msmith@fluendo.com>
8843
8844         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
8845           Move a g_cond_signal to earlier to avoid sometimes deadlocking
8846           (commonly happens when running this test under valgrind) when trying
8847           to remove the buffer probe.
8848
8849 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8850
8851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
8852         Fix missing g_unlock from the previous commit
8853
8854 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8855
8856         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8857         (gst_ximagesink_change_state):
8858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8859         (gst_xvimagesink_change_state):
8860         Implement a locking order to ensure we always take the object lock
8861         before the x_lock and never vice-versa.
8862
8863 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8864
8865         * gst/playback/gstdecodebin.c: (find_compatibles):
8866         Fix a caps leak when linking (#347304)
8867
8868         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8869         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
8870         (gst_ximagesink_change_state):
8871         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8872         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
8873         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8874         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
8875         Don't leak shared memory resources. Use the object lock to protect
8876         against the xcontext disappearing while returning a buffer from the
8877         pipeline. (#347304)
8878
8879 2006-07-12  Edward Hervey  <edward@fluendo.com>
8880
8881         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
8882         (vorbis_handle_comment_packet):
8883         gst_tag_list_merge() returns a new object. Take that into account when
8884         using it. This avoids memleak.
8885         Revert previous commit which is not needed.
8886
8887 2006-07-12  Edward Hervey  <edward@fluendo.com>
8888
8889         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
8890         Reset the decoder in finalize so that all fields get cleared.
8891
8892 2006-07-12  Wim Taymans  <wim@fluendo.com>
8893
8894         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8895         (gst_base_audio_src_set_clock),
8896         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
8897         Don't try to post an error message when setting the clock fails
8898         as this can happen when adding an element to a bin which will then
8899         deadlock. Fixes #347296.
8900
8901 2006-07-12  Edward Hervey  <edward@fluendo.com>
8902
8903         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8904         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8905         (vorbis_handle_type_packet):
8906         Post tag messages on the bus even if we're not initialized.
8907         If we're not initialized, we still postpone the event pushing of tags.
8908
8909 2006-07-12  Wim Taymans  <wim@fluendo.com>
8910
8911         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
8912         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8913         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
8914         Revert last two changes that broke the freeze.
8915
8916 2006-07-12  Wim Taymans  <wim@fluendo.com>
8917
8918         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
8919         basesink calculates silence sample correctly for us.
8920
8921 2006-07-12  Wim Taymans  <wim@fluendo.com>
8922
8923         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
8924         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
8925         Calculate correct silence samples so we don't fill our ringbuffer
8926         with noise.
8927
8928 2006-07-12  Edward Hervey  <edward@fluendo.com>
8929
8930         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8931         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
8932         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
8933         * ext/vorbis/vorbisdec.h:
8934         Delay sending events (newsegment, tags) until the decoder is properly
8935         initialized.
8936         Fixes #347295
8937
8938 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
8939
8940         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
8941         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
8942           Patch from #347221 adding a test for audioconvert
8943           channel remappings.
8944
8945 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8946
8947         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
8948         (gst_ssa_parse_parse_line):
8949           Don't include the terminating NUL in the buffer size,
8950           it's only there for extra paranoia (would add random
8951           '*' characters at the end of each subtitle since the
8952           terminator itself is not valid UTF-8 technically).
8953           Also fix indenting after boilerplate macro.
8954
8955 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
8956
8957         * gst/playback/gstdecodebin.c: (close_pad_link):
8958           Also emit 'unknown-type' signal (which should really be
8959           called unhandled-type) if we found potential decoders/demuxers
8960           in the registry but none of them worked in the end (as in the
8961           case where the plugins don't exist any longer but are still
8962           listed in the registry). Fixes #329798.
8963
8964 2006-07-08  Andy Wingo  <wingo@pobox.com>
8965
8966         * theoraparse.c (theora_parse_push_buffer)
8967         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
8968         Add some more debugging. Fix granulepos reconstruction in the face
8969         of discontinuities.
8970
8971 2006-07-06  Wim Taymans  <wim@fluendo.com>
8972
8973         * gst-libs/gst/audio/gstbaseaudiosink.c:
8974         (gst_base_audio_sink_class_init),
8975         (gst_base_audio_sink_provide_clock):
8976         Use gobject_class instead of G_OBJECT_CLASS (klass)
8977
8978         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8979         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
8980         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
8981         (gst_base_audio_src_get_time),
8982         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
8983         (gst_base_audio_src_create_ringbuffer):
8984         Fix latency and buffer-time constants and properties ala basesink.
8985         Implement pull based scheduling. Fixes #346527.
8986         Set default blocksize in GstBaseSrc to 0, we default to pushing out
8987         one segment.
8988         Refuse slaving to another clock instead of silently not working.
8989         Only provide a clock when we are actually able to do so.
8990         Various small cleanups and compiler hints.
8991
8992 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
8993
8994         Patch by: Lutz Mueller <lutz at topfrose de>
8995
8996         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
8997         (plugin_init):
8998           Add typefinding for text/html (#346581).
8999
9000 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
9001
9002         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
9003         (xml_check_first_element), (xml_type_find), (smil_type_find):
9004           Fix SMIL typefinding, make xml_check_first_element() more
9005           useful.
9006
9007 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
9008
9009         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9010         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
9011         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
9012         * gst/playback/gstplaybasebin.h:
9013           Protect list of elements with a subtitle-encoding property and
9014           the subtitle encoding member itself with a lock of their own
9015           instead of using the object lock. This prevents a dead-lock in
9016           the element-remove callback in some circumstances when shutting
9017           down playbin.
9018
9019 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9020
9021         * win32/common/libgsttag.def:
9022         Export some new functions.
9023         * win32/vs6/libgstogg.dsp:
9024         Add a link to libgsttag-0.10.lib.
9025
9026 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9027
9028         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9029           Some const-ification.
9030
9031 2006-07-04  Wim Taymans  <wim@fluendo.com>
9032
9033         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
9034         Improve checking if we are dealing with a stream. Added some
9035         more uris that need buffering.
9036
9037 2006-07-03  Edward Hervey  <edward@fluendo.com>
9038
9039         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
9040         Remove unused variable.
9041
9042 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9043
9044         * Makefile.am:
9045           include lcov.mak
9046         * configure.ac:
9047           add GCOV_LIBS to GST_LIBS
9048
9049 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
9050
9051         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
9052
9053         * ext/alsa/gstalsasrc.c:
9054           Add 32 bps to template caps and increase channels range
9055           from [1,2] to [1,MAX]. See #346326.
9056
9057 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9058
9059         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9060           Recognise 'WMVA' video codec fourcc (#345879).
9061           
9062 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9063          
9064         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
9065           Fixed nasty memory leak
9066
9067 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9068
9069         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
9070         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
9071           fix logging
9072
9073 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
9074
9075         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9076         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
9077         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
9078         Protect remove_fakesink using a mutex, so that we don't try and
9079         remove the fakesink simultaneously from multiple threads.
9080
9081         When going from READY to PAUSED, restore the fakesink, so that
9082         it is there when decodebin gets reused.
9083
9084 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
9085
9086         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9087         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9088         * gst-libs/gst/rtp/gstbasertppayload.c:
9089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9090         * gst/tcp/gstmultifdsink.c:
9091         * gst/tcp/gsttcpclientsink.c:
9092         * gst/tcp/gsttcpclientsrc.c:
9093         * gst/tcp/gsttcpserversink.c:
9094         * gst/tcp/gsttcpserversrc.c:
9095         * gst/videorate/gstvideorate.c:
9096         * gst/videotestsrc/gstvideotestsrc.c:
9097         * sys/v4l/gstv4ljpegsrc.c:
9098         * sys/v4l/gstv4lmjpegsink.c:
9099         * sys/v4l/gstv4lsrc.c:
9100         * tests/examples/seek/scrubby.c:
9101         * tests/examples/seek/seek.c:
9102           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
9103
9104 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9105
9106         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
9107           Second field in GEnumValue shouldn't be a description,
9108           but a stringified version of the enum value.
9109
9110 2006-06-22  Wim Taymans  <wim@fluendo.com>
9111
9112         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9113         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
9114         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9115         Avoid type checking in buffer casts.
9116         Avoid caps copy in buffer_alloc when we can.
9117         Use pad_peer_accept.
9118
9119 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9120
9121         * gst-libs/gst/tag/tag.h:
9122           Oops, make that 'Since: 0.10.9'.
9123
9124 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9125
9126         * docs/libs/gst-plugins-base-libs-sections.txt:
9127         * gst-libs/gst/tag/tag.h:
9128         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
9129         (gst_tag_image_type_get_type):
9130           API: add GstTagImageType enum to describe images contained
9131           in image tags (#345641).
9132
9133 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9134
9135         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
9136           Fix warnings with gst-inspect: "buffers-min" property
9137           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
9138           typo in property description.
9139
9140 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9141
9142         Patch by: Cody Russell <bratsche at gnome org>
9143
9144         * gst/audioresample/gstaudioresample.c:
9145         (gst_audioresample_class_init):
9146         * gst/playback/gststreamselector.c:
9147         (gst_stream_selector_class_init):
9148         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
9149         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
9150         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
9151         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
9152         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
9153         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
9154         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
9155         * gst/videotestsrc/gstvideotestsrc.c:
9156         (gst_video_test_src_class_init):
9157         * gst/volume/gstvolume.c: (gst_volume_class_init):
9158           Avoid unnecessary class cast check in class_init
9159           functions (#337747).
9160
9161 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
9162
9163         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
9164         (gst_text_overlay_video_chain):
9165           g_markup_escape_text() REALLY doesn't like non-UTF8 input
9166           and doesn't validate its input either (and neither did
9167           textoverlay it seems). Let's do that then and fix #345206.
9168
9169 2006-06-19  Wim Taymans  <wim@fluendo.com>
9170
9171         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9172         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
9173         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
9174         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
9175         (find_syncframe), (find_limits), (assign_value),
9176         (count_burst_unit), (gst_multi_fd_sink_new_client),
9177         (gst_multi_fd_sink_handle_client_write),
9178         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
9179         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
9180         (gst_multi_fd_sink_change_state):
9181         * gst/tcp/gstmultifdsink.h:
9182         Added shiny new burst-on-connect methods.
9183         Add properties to control the minimal amount of data queued.
9184         Small cleanups.
9185         API: bytes-min property
9186         API: time-min property
9187         API: buffers-min property
9188         API: burst-unit property
9189         API: burst-value property
9190         API: add-full signal
9191
9192         * gst/tcp/gsttcp-marshal.list:
9193         Added new marshaller code for the new signal.
9194
9195         * tests/check/elements/multifdsink.c: (GST_START_TEST),
9196         (multifdsink_suite):
9197         Added testcases for new burst methods.
9198
9199 2006-06-19  Edward Hervey  <edward@fluendo.com>
9200
9201         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
9202         Implement clipping for accurate seeking.
9203         Closes #345225
9204
9205 2006-06-19  Wim Taymans  <wim@fluendo.com>
9206
9207         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
9208
9209         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
9210         (gst_video_scale_transform):
9211         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
9212
9213 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9214
9215         * configure.ac:
9216           Fix --disable-external (can't set conditionals conditionally,
9217           #343602).
9218
9219 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9220
9221         * tests/check/elements/audioresample.c: (test_reuse),
9222         (audioresample_suite):
9223           Add test case for bug #342789 fixed below.
9224
9225 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9226
9227         * gst/audioresample/gstaudioresample.c:
9228         (gst_audioresample_class_init), (gst_audioresample_init),
9229         (audioresample_start), (audioresample_stop),
9230         (gst_audioresample_set_property), (gst_audioresample_get_property):
9231           Implement GstBaseTransform::start and ::stop so that audioresample
9232           can clear its internal state properly and be reused instead of
9233           causing non-negotiated errors with playbin under some circumstances
9234           (#342789).
9235
9236         * tests/check/elements/audioresample.c: (setup_audioresample),
9237         (cleanup_audioresample):
9238           Need to set element state here so that ::start and ::stop are
9239           called.
9240
9241 2006-06-16  Wim Taymans  <wim@fluendo.com>
9242
9243         Patch by: Young-Ho Cha <ganadist at chollian dot net>
9244
9245         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
9246         Parse extra data better, apparently it's right behind
9247         the normal strf header size. Fixes #343500.
9248
9249 2006-06-16  Wim Taymans  <wim@fluendo.com>
9250
9251         * ext/alsa/gstalsasink.c: (set_hwparams):
9252         If we fail to set the buffer_time and period_time alsa
9253         parameters, post a warning and leave alsa select a 
9254         default instead of failing. Fixes #342085
9255
9256 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9257
9258         * docs/libs/gst-plugins-base-libs-sections.txt:
9259         * gst-libs/gst/cdda/gstcddabasesrc.h:
9260           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
9261           out in the header file and shouldn't be listed in the docs.
9262
9263         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9264           Must dereference pointer to fourcc in the debug statement.
9265
9266 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
9267
9268         * docs/libs/Makefile.am:
9269         * docs/libs/gst-plugins-base-libs-docs.sgml:
9270         * docs/libs/gst-plugins-base-libs-sections.txt:
9271         * docs/libs/gst-plugins-base-libs.types:
9272         add remaining symbols into correct setions
9273         
9274         * gst-libs/gst/audio/gstringbuffer.c:
9275         fix incomplete docs
9276         
9277         * gst-libs/gst/audio/gstringbuffer.h:
9278         comment out not yet implemented function
9279         
9280         
9281         * gst-libs/gst/floatcast/floatcast.h:
9282         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9283         add short descriptions
9284         
9285         
9286         * gst-libs/gst/interfaces/propertyprobe.c:
9287         fix return value docs   
9288         
9289         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9290         simplify debug logging
9291         
9292         * gst-libs/gst/riff/riff-read.h:
9293         sync function prototype and docs
9294         
9295         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9296         remove left over symbol
9297
9298 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9299
9300         * autogen.sh:
9301         * configure.ac:
9302         * docs/Makefile.am:
9303           Use GST_PLUGIN_DOCS macro in configure.ac, add
9304           --enable-plugin-docs default to autogen.sh and use
9305           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
9306
9307 2006-06-15  Wim Taymans  <wim@fluendo.com>
9308
9309         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
9310         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
9311         (gst_ogg_demux_loop):
9312         Combine GstFlowReturn from the source pads to give a
9313         meaningfull result to the upstream peer or to stop the
9314         processing task in case of errors.
9315
9316 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9317
9318         * gst/playback/gststreaminfo.c: (cb_probe):
9319           Try GST_TAG_CODEC as fallback when extracting the
9320           codec name; more debug info.
9321
9322 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9323
9324         * ext/ogg/Makefile.am:
9325         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9326           Extract language tags from ogm subtitle streams, so that
9327           the subtitle menu choices are labelled correctly in
9328           Totem (fixes #344708).
9329
9330 2006-06-14  Wim Taymans  <wim@fluendo.com>
9331
9332         Patch by: Alessandro Decina <alessandro at nnva dot org>
9333
9334         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
9335         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
9336         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
9337         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
9338         Fix various leaks. Fixes #343699.
9339         Add x-smoke mime type.
9340
9341 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9342
9343         * gst-libs/gst/riff/riff-ids.h:
9344           Add IDs for 'bext' chunks (see #343837).
9345
9346 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9347
9348         Patch by: Young-Ho Cha  <ganadist at chollian net>
9349
9350         * gst/subparse/samiparse.c: (sami_context_pop_state),
9351         (handle_start_font), (end_sami_element):
9352           Honour font face tags in SAMI subtitles (#344503).
9353
9354 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9355
9356         * po/POTFILES.in:
9357           add missing files containing translatable strings
9358
9359 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9360
9361         * docs/libs/tmpl/.cvsignore:
9362           we don't want those *.sgml files in CVS either
9363
9364 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9365
9366         * docs/libs/.cvsignore:
9367         * tests/check/elements/.cvsignore:
9368         * tests/check/libs/.cvsignore:
9369           ignore more
9370
9371 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9372
9373         * docs/libs/Makefile.am:
9374           also commiting the changed Makefile.am (added more libs to the
9375           doc-build)
9376
9377 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
9378
9379         * docs/libs/gst-plugins-base-libs-docs.sgml:
9380         * docs/libs/gst-plugins-base-libs-sections.txt:
9381         * docs/libs/gst-plugins-base-libs.types:
9382           first batch of reordering things, add index & hierarchy
9383
9384 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9385
9386         * configure.ac:
9387           use GST_PKG_CHECK_MODULES, cleans up output
9388
9389 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
9390
9391         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
9392           Add support for burn:// URIs (#343385); const-ify things a bit,
9393           use G_N_ELEMENTS instead of hard-coded array size.
9394
9395 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
9396
9397         Patch by: Young-Ho Cha  <ganadist at chollian net>
9398
9399         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
9400           Fix up broken entities before passing them to libxml *sigh*.
9401           (#343303).
9402           
9403 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9404
9405         * configure.ac:
9406           back to TRUNK
9407
9408 === release 0.10.8 ===
9409
9410 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
9411
9412         * configure.ac:
9413           releasing 0.10.8, "Moar gij ziet mij nie"
9414
9415 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9416
9417         * configure.ac:
9418         * po/af.po:
9419         * po/az.po:
9420         * po/cs.po:
9421         * po/en_GB.po:
9422         * po/hu.po:
9423         * po/it.po:
9424         * po/nb.po:
9425         * po/nl.po:
9426         * po/or.po:
9427         * po/sq.po:
9428         * po/sr.po:
9429         * po/sv.po:
9430         * po/uk.po:
9431         * po/vi.po:
9432         * win32/common/config.h:
9433           0.10.7.2 prerelease
9434
9435 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9436
9437         * docs/libs/tmpl/gstaudio.sgml:
9438         * docs/libs/tmpl/gstcolorbalance.sgml:
9439         * docs/libs/tmpl/gstmixer.sgml:
9440         * docs/libs/tmpl/gstringbuffer.sgml:
9441         * docs/libs/tmpl/gsttuner.sgml:
9442         * docs/libs/tmpl/gstxoverlay.sgml:
9443         * gst-libs/gst/audio/audio.c:
9444         * gst-libs/gst/audio/gstringbuffer.c:
9445         * gst-libs/gst/interfaces/colorbalance.c:
9446         * gst-libs/gst/interfaces/mixer.c:
9447         * gst-libs/gst/interfaces/tuner.c:
9448         * gst-libs/gst/interfaces/xoverlay.c:
9449           move last template doc snippets to source code and delete them
9450
9451 2006-06-06  Michael Smith  <msmith@fluendo.com>
9452
9453         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
9454         (theora_parse_drain_queue):
9455           Mark DELTA_UNIT on non-keyframes.
9456
9457 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
9458
9459         * gst-libs/gst/audio/gstbaseaudiosink.c:
9460         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
9461         * gst-libs/gst/audio/gstbaseaudiosink.h:
9462         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
9463         (gst_ring_buffer_samples_done):
9464         * gst-libs/gst/audio/gstringbuffer.h:
9465         Document better the fact that latency_time and buffer_time are values
9466         stored in microseconds, and not the usual GStreamer nanoseconds.
9467         Change the variables (compatibly) that store them from GstClockTime 
9468         to guint64 to make it more clear that they're not storing clock times.
9469         Also, remove the bogus property description that says the user can
9470         specify -1 to get the default value, since that's never been the case.
9471
9472         When computing the default segment size for the ring buffer, make it
9473         an integer number of samples.
9474
9475         When the sub-class indicates a delay greater than the number of
9476         samples we've written return 0 from the audio sink get_time method.
9477
9478 2006-06-02  Michael Smith  <msmith@fluendo.com>
9479
9480         * tests/check/elements/audioconvert.c: (set_channel_positions),
9481         (get_float_mc_caps), (get_int_mc_caps):
9482         * tests/check/elements/audioresample.c:
9483         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
9484         * tests/check/elements/videorate.c:
9485         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
9486         * tests/check/elements/volume.c:
9487         * tests/check/elements/vorbisdec.c:
9488         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
9489           Don't busy-wait in tests; this was causing test timeouts very
9490           frequently when running under valgrind.
9491
9492 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9493
9494         * gst/tcp/README:
9495         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
9496         (gst_multi_fd_sink_remove_client_link),
9497         (gst_multi_fd_sink_client_queue_caps),
9498         (gst_multi_fd_sink_client_queue_buffer),
9499         (gst_multi_fd_sink_handle_client_write),
9500         (gst_multi_fd_sink_render):
9501         * gst/tcp/gstmultifdsink.h:
9502           make multifdsink properly deal with streamheader:
9503           - streamheader is taken from caps
9504           - buffers marked with IN_CAPS are not sent
9505           - streamheaders are sent, on connection, from the caps of the
9506             buffer where the client gets positioned to
9507           - further streamheader changes are done every time the client
9508             will receive a buffer with different caps
9509         * tests/check/elements/multifdsink.c: (GST_START_TEST),
9510         (gst_multifdsink_create_streamheader):
9511           add tests for this
9512
9513 2006-06-02  Michael Smith  <msmith@fluendo.com>
9514
9515         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
9516           Reinstate limit on channel count. Vorbis does not define the meaning
9517           of > 6 channels, so they're just independent channels. Gstreamer
9518           currently has no mechanism to represent N independent channels.
9519
9520 2006-06-02  Michael Smith  <msmith@fluendo.com>
9521
9522         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
9523           Don't arbitrarily restrict channel counts and rate in vorbis.
9524           In terms of effects likely on real-world files, this fixes 96kHz
9525           playback of vorbis.
9526
9527 2006-06-02  Michael Smith  <msmith@fluendo.com>
9528
9529         * gst/audioconvert/audioconvert.c: (float):
9530           More correct float->int conversion.
9531
9532 2006-06-02  Michael Smith  <msmith@fluendo.com>
9533
9534         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
9535           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
9536           value. Fixes g-critical on trying to play back ogg containing
9537           unknown codec.
9538
9539 2006-06-02  Wim Taymans  <wim@fluendo.com>
9540
9541         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
9542         (setup_source):
9543         * gst/playback/gstplaybasebin.h:
9544         Make the subtitle detection work from any thread so we don't
9545         deadlock. Fixes #343397.
9546
9547 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9548
9549         * gst/volume/Makefile.am:
9550           Seriously, it's not *that* hard to get compilation right.  Even
9551           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
9552
9553 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9554
9555         * gst/volume/gstvolume.c: (volume_choose_func),
9556         (volume_update_real_volume), (gst_volume_class_init),
9557         (gst_volume_init), (volume_process_float), (volume_process_int16),
9558         (volume_process_int16_clamp), (volume_set_caps),
9559         (volume_transform_ip), (plugin_init):
9560         * gst/volume/gstvolume.h:
9561         rewrite the passthrough check, split _int16 and _int16_clamp, fix
9562         another property desc., remove unused param from process function
9563         
9564         * tests/check/elements/volume.c: (volume_suite):
9565         reactivate the passthrough test
9566
9567 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9568
9569         * ext/alsa/gstalsamixerelement.h:
9570         * ext/alsa/gstalsamixeroptions.h:
9571         * ext/alsa/gstalsamixertrack.h:
9572         * ext/gnomevfs/gstgnomevfssink.h:
9573         * ext/gnomevfs/gstgnomevfssrc.h:
9574         * ext/theora/gsttheoradec.h:
9575         * ext/theora/gsttheoraenc.h:
9576         * ext/theora/gsttheoraparse.h:
9577         * ext/vorbis/vorbisparse.h:
9578         * gst-libs/gst/audio/gstaudioclock.h:
9579         * gst-libs/gst/audio/gstaudiofilter.h:
9580         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9581         * gst/audioconvert/gstaudioconvert.h:
9582         * gst/audioresample/gstaudioresample.h:
9583         * gst/audiotestsrc/gstaudiotestsrc.h:
9584         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
9585         * gst/playback/gststreamselector.h:
9586         * gst/tcp/gstmultifdsink.h:
9587         * gst/tcp/gsttcpclientsink.h:
9588         * gst/tcp/gsttcpclientsrc.h:
9589         * gst/tcp/gsttcpserversink.h:
9590         * gst/tcp/gsttcpserversrc.h:
9591         * gst/videorate/gstvideorate.h:
9592         * gst/videoscale/gstvideoscale.h:
9593         * gst/videotestsrc/gstvideotestsrc.h:
9594         * gst/volume/gstvolume.h:
9595         * sys/v4l/gstv4ljpegsrc.h:
9596         * sys/v4l/gstv4lmjpegsink.h:
9597         * sys/v4l/gstv4lmjpegsrc.h:
9598         * sys/v4l/gstv4lsrc.h:
9599         * sys/ximage/ximagesink.h:
9600         * sys/xvimage/xvimagesink.h:
9601         * tests/old/testsuite/alsa/sinesrc.h:
9602         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9603
9604 2006-05-31  Wim Taymans  <wim@fluendo.com>
9605
9606         * ext/libvisual/visual.c: (gst_visual_reset),
9607         (gst_visual_sink_setcaps), (gst_visual_sink_event),
9608         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
9609         Handle DISCONT.
9610         Use running time before doing QoS.
9611         Handle mono too.
9612
9613 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
9614
9615         * docs/libs/Makefile.am:
9616           set a magic variable to indicate we know the docs are incomplete
9617
9618 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9619
9620         * win32/common/libgstvideo.def:
9621           export gst_video_calculate_display_ratio
9622         * win32/vs6/libgstvideoscale.dsp:
9623           add link to libgstvideo-0.10.lib
9624
9625 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9626
9627         * gst/playback/gstplaybasebin.c: (gen_source_element):
9628           Throw a more comprehensible error for rtsp:// URIs (rather
9629           than erroring out with a negotiation error later on) until
9630           we fix playbin to handle rtspsrc etc.
9631
9632 2006-05-30  Wim Taymans  <wim@fluendo.com>
9633
9634         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
9635         (gst_text_overlay_text_event):
9636         Added some FIXMEs.
9637
9638 2006-05-30  Wim Taymans  <wim@fluendo.com>
9639
9640         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
9641         (gst_adder_request_new_pad), (gst_adder_release_pad):
9642         * gst/adder/gstadder.h:
9643         Implement release_request_pad.
9644         Make padcounter atomic.
9645
9646         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
9647         Added check for release_pad in adder.
9648
9649 2006-05-30  Wim Taymans  <wim@fluendo.com>
9650
9651         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
9652         Fix build again.
9653
9654 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9655
9656         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
9657         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
9658         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9659         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
9660         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
9661         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
9662         (gst_ogg_demux_bisect_forward_serialno),
9663         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
9664         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
9665           add more debugging
9666           clean up printf formats for granulepos and serialno
9667
9668 2006-05-30  Michael Smith  <msmith@fluendo.com>
9669
9670         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
9671         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
9672         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
9673         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
9674         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
9675         * ext/vorbis/vorbisenc.h:
9676           Multi-channel caps negotiation, so we can do proper multichannel
9677           vorbis encoding, negotiated through audioconvert.
9678
9679 2006-05-30  Wim Taymans  <wim@fluendo.com>
9680
9681         * tests/check/elements/adder.c: (test_event_message_received),
9682         (test_play_twice_message_received), (GST_START_TEST),
9683         (adder_suite):
9684         Added check to show that #339935 is fixed with ongoing
9685         adder and collectpads fixes.
9686
9687 2006-05-29  Wim Taymans  <wim@fluendo.com>
9688
9689         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
9690         Don't leak pad name.
9691
9692 2006-05-29  Wim Taymans  <wim@fluendo.com>
9693
9694         * gst/adder/gstadder.c: (gst_adder_query_duration),
9695         (forward_event_func), (forward_event), (gst_adder_src_event):
9696         Fix adder seeking.
9697         Make query/seeking code threadsafe.
9698
9699         * tests/check/Makefile.am:
9700         * tests/check/elements/adder.c: (test_event_message_received),
9701         (GST_START_TEST), (test_play_twice_message_received):
9702         Fix adder test case.
9703
9704 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
9705
9706         Patch by: Young-Ho Cha  <ganadist at chollian net>
9707
9708         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9709         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
9710         (set_encoding_element), (decodebin_element_added_cb),
9711         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
9712         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
9713         * gst/playback/gstplaybasebin.h:
9714           Add 'subtitle-encoding' property to playbin, so applications can
9715           force a subtitle encoding for non-UTF8 subtitles (#342268).
9716
9717         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
9718         (gst_sub_parse_set_property):
9719           Rename recently-added 'encoding' property to 'subtitle-encoding'
9720           (so it can be proxied by playbin/decodebin in a generic way
9721           with less danger of false positives).
9722
9723 2006-05-29  Michael Smith  <msmith@fluendo.com>
9724
9725         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9726         (append_with_other_format), (set_structure_widths),
9727         (gst_audio_convert_transform_caps):
9728           Patch from #341562: give more specific audio caps in get_caps, so
9729           that basetransform  can make better decisions on what caps to
9730           negotiate.
9731
9732 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
9733
9734         * tests/check/elements/volume.c:
9735         make it compile again
9736
9737 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
9738
9739         * tests/check/elements/volume.c: (volume_suite):
9740         disable test until #343196 gets resolved
9741
9742 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
9743
9744         * gst/adder/gstadder.c: (gst_adder_get_type):
9745         Make it easier to copy&paste
9746         
9747         * gst/volume/Makefile.am:
9748         * gst/volume/gstvolume.c: (volume_update_real_volume),
9749         (gst_volume_set_volume), (gst_volume_set_mute),
9750         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
9751         (volume_transform_ip), (volume_update_mute),
9752         (volume_update_volume):
9753         * gst/volume/gstvolume.h:
9754         Add own debug category, move duplicate code to helper function, fix
9755         property texts, add more comments and prepare ffor liboil-goodness
9756         
9757         * tests/check/Makefile.am:
9758         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9759         add test for mute and passtrough case, be a bit more verbose to track
9760         failure
9761         
9762         * tests/check/generic/states.c: (GST_START_TEST):
9763         catch elements that fail to instantiate
9764
9765 2006-05-28  Edward Hervey  <edward@fluendo.com>
9766
9767         * tests/check/pipelines/simple-launch-lines.c:
9768         * tests/check/pipelines/theoraenc.c:
9769         * tests/check/pipelines/vorbisenc.c:
9770         Comment out tests using parse_launch() if core was built without
9771         parsing capabilities.
9772
9773 2006-05-27  Edward Hervey  <edward@fluendo.com>
9774
9775         * tests/check/Makefile.am:
9776         Extra bonus points for whoever explains to ensonic that you are meant
9777         to test unit tests thoroughly before commiting them, especially if
9778         you know it's going to break.
9779         De-activated element/adder tests.
9780
9781 2006-05-27  Edward Hervey  <edward@fluendo.com>
9782
9783         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9784         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
9785         Marking caps conversion issues as GST_WARNING is way too verbose,
9786         Moving them to GST_LOG.
9787
9788 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9789
9790         * README:
9791           Replace current README (containing the release notes from
9792           some 0.9.x version) with a proper README taken from the core.
9793
9794 2006-05-26  Wim Taymans  <wim@fluendo.com>
9795
9796         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9797         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
9798         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
9799         (vorbis_dec_change_state):
9800         Small cleanups.
9801         Add some FIXMEs
9802         Clip output samples to segment boundaries.
9803
9804 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
9805
9806         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9807         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
9808         Improve the errors produced on bad output, including some human
9809         readable description strings.
9810         Handle the (theoretical for ximagesink) case where the XServer 
9811         has a different idea about the size required for a particular 
9812         frame and gives us too small a memory allocation.
9813
9814 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
9815
9816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9817         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
9818         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
9819         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9820         Improve the errors produced on bad output, including some human 
9821         readable description strings.
9822         Handle RGB Xv formats properly by transforming them into our 
9823         big-endian caps description.
9824         Use gst_caps_truncate to ensure that we never try and choose a
9825         non-fixed caps in buffer_alloc.
9826         Handle the case where the XServer has a different idea about the size
9827         required for a particular frame and gives us too small a memory
9828         allocation.
9829         Use -1 to indicate 'no image format', because 0 is a valid XServer
9830         image format number.
9831         Put RGB Xv formats at the end of the caps, so that we always prefer
9832         YUV format frames.
9833         Iterate the available Xv Encodings to determine the maximum width and
9834         height, and then return that in our caps.
9835         (Closes #315312, #337544)
9836
9837 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9838
9839         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
9840         When there is only one unfinished pad and it receives an event that
9841         doesn't match our requirements, we need to set alldone=FALSE so that
9842         the fakesink is not removed yet.
9843
9844 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9845
9846         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9847           Use gst_type_find_helper_for_buffer() to find the type
9848           of stream from the first packet.
9849
9850         * configure.ac:
9851           Bump requirements to core CVS (needed for vorbis
9852           typefinding to work).
9853
9854 2006-05-24  Edward Hervey  <edward@fluendo.com>
9855
9856         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
9857         Added the 'prfl' atom type which MQV (no, it's not a typo) files
9858         contain.  Else they play perfectly fine with qtdemux.
9859
9860 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
9861
9862         * ext/theora/theoradec.c:
9863         * ext/theora/theoraenc.c:
9864         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
9865         * gst/audiorate/gstaudiorate.c:
9866           make more debug catagories static
9867         
9868         * tests/check/Makefile.am:
9869         * tests/check/elements/adder.c: (message_received),
9870         (test_event_message_received), (GST_START_TEST),
9871         (test_play_twice_message_received), (adder_suite):
9872           added test case for using element twice, extra bonus points for anyone
9873           who can make these test run reliably
9874
9875 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9876
9877         * ext/theora/theoradec.c: (theora_dec_chain):
9878           Make work with time-stamped input buffers that do not
9879           have a granulepos in BUFFER_OFFSET_END (like theora
9880           buffers coming from matroskademux). Fixes #342448.
9881
9882 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9883
9884         Patch by: Peter Kjellerstedt  <pkj at axis com>
9885
9886         * gst/tcp/Makefile.am:
9887           fdstresstest doesn't need Gtk+, fix compilation if 
9888           gtk is not available (#342566).
9889
9890 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9891          
9892         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
9893           80 line columns
9894           Removed redundant floor()
9895
9896 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
9897
9898         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9899           On second thought, just skip JUNK chunks automatically, so
9900           the caller doesn't have to handle this. Fixes #342345.
9901           Also, return GST_FLOW_UNEXPECTED if we get a short read,
9902           not GST_FLOW_ERROR.
9903
9904 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
9905
9906         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
9907           Don't bail out on JUNK chunks with a size of 0 (would try to
9908           pull_range 0 bytes before, which sources don't like too much).
9909           See #342345.
9910
9911 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9912
9913         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
9914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
9915         Use the gstutil scaling function to preserve 64 bits while calculating
9916         output width and height from the display-aspect-ratio. (A continuation
9917         of #341542)
9918
9919 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9920
9921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9922         (gst_xvimagesink_buffer_alloc):
9923         * sys/xvimage/xvimagesink.h:
9924         When performing buffer allocations, remember the caps and image format
9925         we return so that if the same caps are asked for next time we can
9926         return them immediately without doing any caps intersections.
9927
9928 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9929          
9930         * gst-libs/gst/rtp/README:
9931           Some new documentation
9932         * gst-libs/gst/rtp/gstrtpbuffer.h:       
9933           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
9934         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
9935         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
9936           New RTP audio base payloader class. Supports frame or sample based
9937           codecs.  Not enabled in Makefile.am until approved.
9938
9939 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9940
9941         * tests/check/elements/alsa.c: (test_device_property_probe):
9942           Fix test case: don't try to free NULL GValueArray when there
9943           are no devices.
9944
9945 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9946
9947         * tests/check/Makefile.am:
9948         * tests/check/elements/alsa.c: (test_device_property_probe),
9949         (alsa_suite), (main):
9950           Add simple test that runs a device property probe on alsasrc,
9951           alsasink and alsamixer. Disable valgrind check for now (too
9952           many leaks in libasound, and valgrind ignored my suppressions
9953           additions).
9954
9955 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9956
9957         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
9958         (gst_alsa_device_property_probe_probe_property),
9959         (gst_alsa_device_property_probe_needs_probe),
9960         (gst_alsa_device_property_probe_get_values),
9961         (gst_alsa_type_add_device_property_probe_interface):
9962         * ext/alsa/gstalsadeviceprobe.h:
9963         * ext/alsa/gstalsamixerelement.c:
9964         (gst_alsa_mixer_element_init_interfaces):
9965         * ext/alsa/gstalsamixerelement.h:
9966           Clean up and simplify alsa device probing. Make it actually work
9967           for multiple classes. Don't cache results any longer.
9968
9969         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
9970         (gst_alsasink_init):
9971         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
9972         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
9973         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
9974           Make alsasink and alsasrc implement the GstPropertyProbe interface
9975           for device probing (#342181).
9976           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
9977
9978 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9979
9980         * gst/subparse/samiparse.c: (handle_start_font):
9981           Don't ignore return value of strtol (++compiler_happiness).
9982
9983 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9984
9985         Patch by: Young-Ho Cha  <ganadist chollian net>
9986
9987         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9988         (gst_sub_parse_class_init), (gst_sub_parse_init),
9989         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
9990         (convert_encoding):
9991         * gst/subparse/gstsubparse.h:
9992           Add 'encoding' property (#341681).
9993
9994         * gst/subparse/samiparse.c: (characters_sami):
9995           Output is pango markup, so we need to escape text
9996           between tags (#342143).
9997
9998 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
9999
10000         * gst-libs/gst/audio/multichannel.c:
10001         (gst_audio_check_channel_positions):
10002           It's okay to have caps with channels=1 and a channel position
10003           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
10004           (deinterleavers might want to keep the position in the caps,
10005           so that they can be re-interleaved again properly later).
10006           Leave check for unexpected 2-channel layouts intact for now.
10007
10008 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10009
10010         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
10011         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
10012         basesrc can do its job correctly.
10013
10014 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10015
10016         * ext/alsa/Makefile.am:
10017         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
10018         (gst_alsa_detect_formats), (get_channel_free_structure),
10019         (caps_add_channel_configuration), (gst_alsa_detect_channels),
10020         (gst_alsa_probe_supported_formats):
10021         * ext/alsa/gstalsa.h:
10022         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
10023           Refactor and improve caps probing code: probe signedness
10024           when we probe the supported formats/widths; set endianness
10025           to the one we actually probed for (ie. cpu endianness).
10026           
10027         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
10028         (gst_alsasrc_close):
10029         * ext/alsa/gstalsasrc.h:
10030           Implement caps probing for alsasrc.
10031
10032 2006-05-15  Wim Taymans  <wim@fluendo.com>
10033
10034         * ext/theora/theoradec.c: (gst_theora_dec_reset),
10035         (theora_dec_src_query), (theora_dec_src_event),
10036         (theora_dec_sink_event), (theora_handle_comment_packet),
10037         (theora_handle_data_packet), (theora_dec_change_state):
10038         Cleanups, add some G_LIKELY.
10039         Use segment helpers instead of our own wrong code.
10040         Clear queued buffers on seek and READY.
10041
10042         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
10043         (vorbis_dec_convert), (vorbis_dec_src_query),
10044         (vorbis_dec_src_event), (vorbis_dec_sink_event),
10045         (vorbis_handle_comment_packet), (vorbis_dec_push),
10046         (vorbis_handle_data_packet), (vorbis_dec_chain),
10047         (vorbis_dec_change_state):
10048         * ext/vorbis/vorbisdec.h:
10049         Remove old useless packetno variable.
10050         Do position query properly.
10051         Add some G_LIKELY.
10052         Do cleanup of queued buffers in new helper function
10053         and use it.
10054
10055 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10056
10057         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
10058           Query supported sample rates. Fixes #341732.
10059
10060 2006-05-15  Julien MOUTTE  <julien@moutte.net>
10061
10062         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
10063         (gst_decode_bin_change_state): Make decodebin reusable
10064         when going from PAUSE_TO_READY and then back to PAUSED.
10065         Fixes #331678.
10066
10067 2006-05-15  Wim Taymans  <wim@fluendo.com>
10068
10069         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
10070         (vorbis_dec_convert), (vorbis_dec_src_query),
10071         (vorbis_dec_sink_query), (vorbis_dec_src_event),
10072         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
10073         (vorbis_dec_clean_queued), (vorbis_dec_push),
10074         (vorbis_handle_data_packet), (vorbis_dec_change_state):
10075         Cleanups. Use refcounting and DEBUG_OBJECT.
10076         Reset segment on flush, use code methods instead of our
10077         own wrong version.
10078         Fix potential memleak.
10079
10080 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10081
10082         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
10083         (gst_alsasink_init):
10084         * ext/alsa/gstalsasink.h:
10085           Don't leak allocated snd_output_t structure if there's
10086           more than one alsasink instance at a time (#341873).
10087           Also fix GObject macros in header file.
10088           
10089 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10090
10091         * gst/subparse/gstsubparse.c:
10092         (gst_sub_parse_data_format_autodetect):
10093           Don't use libxml functions in the typefinding code.
10094
10095 2006-05-15  Wim Taymans  <wim@fluendo.com>
10096
10097         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
10098         Fix seeking performance in the case where a non-header 
10099         packet has a 0 granulepos (busted theora case). 
10100         Fixes #341719
10101         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
10102          the first place, you limelight stealer you)
10103
10104 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10105
10106         * gst/subparse/gstsubparse.c:
10107         (gst_sub_parse_data_format_autodetect):
10108           Improve SAMI typefinding: handle case where there are
10109           whitespaces or newlines in front of the first <SAMI>
10110           tag (#169936).
10111
10112 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10113
10114         * configure.ac:
10115           Build video4linux plugin even if there's no XVIDEO, just
10116           without implementing the GstXOverlay interface (#334002).
10117          
10118 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10119
10120         * configure.ac:
10121         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
10122         (plugin_init):
10123           Add tentative support for libvisual-0.4 (#336881).
10124
10125 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10126
10127         Patch by: Young-Ho Cha <ganadist at chollian net>
10128
10129         * gst/subparse/samiparse.c: (handle_start_font):
10130           Need to map "silver" colour explicitly (#169936).
10131
10132 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10133
10134         Patch by: Young-Ho Cha  <ganadist at chollian net>
10135
10136         * gst/subparse/Makefile.am:
10137         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10138         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
10139         (gst_sub_parse_format_autodetect), (feed_textbuf),
10140         (gst_subparse_type_find), (plugin_init):
10141         * gst/subparse/gstsubparse.h:
10142         * gst/subparse/samiparse.c:
10143         * gst/subparse/samiparse.h:
10144           Add support for SAMI subtitles (#169936).
10145
10146 2006-05-14  Michael Smith  <msmith@fluendo.com>
10147
10148         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
10149           Fix #341696: crash when mixing L+R+C to mono or stereo.
10150         * tests/check/Makefile.am:
10151         * tests/check/elements/audioconvert.c: (set_channel_positions),
10152         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
10153         (audioconvert_suite):
10154           Add test for the above, including some generic framework bits for
10155           testing multichannel things.
10156
10157 === release 0.10.7 ===
10158
10159 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
10160
10161         * configure.ac:
10162           releasing 0.10.7, "Leave the gun"
10163
10164 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
10165
10166         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
10167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10168         Fix the build.
10169
10170 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
10171
10172         * docs/libs/gst-plugins-base-libs-docs.sgml:
10173         * docs/libs/gst-plugins-base-libs-sections.txt:
10174         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
10175         * gst-libs/gst/video/video.h:
10176         * gst/videoscale/Makefile.am:
10177         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
10178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10179         * tests/check/Makefile.am:
10180         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
10181         (main):
10182           Fix integer overflow problem with pixel-aspect-ratio calculations
10183           in videoscale and xvimagesink (#341542)
10184
10185 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10186
10187         * gst-libs/gst/tag/gstid3tag.c:
10188           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
10189
10190 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
10191
10192         * win32/MANIFEST:
10193           update win32 files listing
10194
10195 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10196
10197         patch by: Sjoerd Simons (sjoerd@luon.net)
10198
10199         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10200         (group_create), (group_destroy), (add_stream),
10201         (gst_play_base_bin_get_property),
10202         (gst_play_base_bin_get_streaminfo_value_array):
10203         * gst/playback/gstplaybasebin.h:
10204           API: GstPlayBaseBin::stream-info-value-array property
10205           use a more bindings-friendly way of exposing streaminfo
10206           using a GValueArray.  Tested in ipython.
10207           Closes #341114
10208
10209 2006-05-11  Wim Taymans  <wim@fluendo.com>
10210
10211         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
10212         (queue_underrun_cb), (queue_filled_cb):
10213         Also catch queue underruns but don't do anything yet.
10214         Refactor and comment queue enlarging code a bit.
10215
10216         * gst/playback/gstplaybasebin.c: (queue_overrun),
10217         (queue_threshold_reached), (queue_out_of_data),
10218         (gen_preroll_element):
10219         If a queue over/underruns check that we don't create nasty
10220         deadlocks when the min-threshold is not reached but the
10221         max-bytes is. In those cases disable max-bytes when we
10222         know that the queue is fed timed data.
10223         Add more comments.
10224
10225 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10226
10227         * gst/playback/gstplaybin.c: (gen_audio_element):
10228           Make playbin automatically plug an 'audioresample'
10229           element before the audio sink as well. This solves
10230           problems with sinks that only accept a very specific
10231           sample rate, like esdsink (e.g. #340379).
10232
10233 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10234
10235         * gst/playback/gstplaybasebin.c: (gen_source_element):
10236           Make http sources send special headers so that we receive
10237           icecast metadata if the http stream is an icecast stream
10238           (otherwise the server will just ignore them). This also
10239           means that from now on users will need the 'icydemux'
10240           element from gst-plugins-good installed if they want to
10241           listen to icecast radio streams. (#341432, #333657).
10242
10243 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10244
10245         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
10246         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
10247           remove stupid example from docs - it should come with a simple
10248           C program instead.
10249           Clean up/fix docs
10250         * tests/check/elements/multifdsink.c: (wait_bytes_served),
10251         (fail_if_can_read), (GST_START_TEST),
10252         (gst_multifdsink_create_streamheader), (multifdsink_suite):
10253           add a test for changing streamheader which exposes a bug in
10254           multifdsink
10255
10256 2006-05-11  Michael Smith  <msmith@fluendo.com>
10257
10258         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
10259         (gst_gnome_vfs_src_received_headers_callback):
10260         * ext/gnomevfs/gstgnomevfssrc.h:
10261           Don't set icy-caps unless we have a sane interval value. Move
10262           interval to a local variable; we never use it outside this function.
10263
10264 2006-05-11  Wim Taymans  <wim@fluendo.com>
10265
10266         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
10267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
10268         Register special buffer types along with the objects so
10269         that they are not registered at runtime from N different
10270         streaming threads since they are not threadsafe.
10271
10272 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10273
10274         * tests/check/elements/multifdsink.c: (wait_bytes_served),
10275         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
10276           add two more tests, one doing streamheader
10277
10278 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10279
10280         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
10281           clean up the bufqueue when shutting down
10282         * tests/check/Makefile.am:
10283         * tests/check/elements/multifdsink.c: (setup_multifdsink),
10284         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
10285         (main):
10286           add a test for the leak that was just fixed
10287
10288 2006-05-10  Wim Taymans  <wim@fluendo.com>
10289
10290         * gst/adder/gstadder.c: (gst_adder_setcaps),
10291         (gst_adder_query_duration), (gst_adder_query), (forward_event),
10292         (gst_adder_src_event), (gst_adder_sink_event),
10293         (gst_adder_class_init), (gst_adder_finalize),
10294         (gst_adder_request_new_pad), (gst_adder_collected):
10295         * gst/adder/gstadder.h:
10296         Updated some docs. Added comments and FIXMEs all over the place.
10297         Improve debugging info.
10298         Fix leak on finalize by not calling the parent.
10299         Implement duration query.
10300         Make event forwarding threadsafe.
10301         Correctly send NEWSEGMENT at start and after flush.
10302         Handle EOS correctly.
10303         Post error when not negotiated.
10304
10305         * tests/check/elements/adder.c: (GST_START_TEST):
10306         Added FIXME in the test.
10307
10308 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10309
10310         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10311         (gst_text_overlay_halign_get_type),
10312         (gst_text_overlay_wrap_mode_get_type):
10313         * ext/theora/theoradec.c: (theora_handle_type_packet),
10314         (theora_handle_data_packet):
10315         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
10316         (theora_enc_sink_setcaps), (theora_enc_chain):
10317         * gst-libs/gst/cdda/gstcddabasesrc.c:
10318         (gst_cdda_base_src_mode_get_type):
10319         * gst/audiotestsrc/gstaudiotestsrc.c:
10320         (gst_audiostestsrc_wave_get_type):
10321         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10322         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10323         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10324         (gst_sync_method_get_type), (gst_unit_type_get_type),
10325         (gst_client_status_get_type):
10326         * gst/videoscale/gstvideoscale.c:
10327         (gst_video_scale_method_get_type):
10328         * gst/videotestsrc/gstvideotestsrc.c:
10329         (gst_video_test_src_pattern_get_type):
10330         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
10331         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
10332         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
10333         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
10334         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
10335         (paint_setup_RGB565), (paint_setup_xRGB1555):
10336           Const-ify GEnumValue and GFlagsValue arrays. Use
10337           GST_ROUND_UP_* macros instead of home-made ones.
10338
10339 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10340
10341         * configure.ac:
10342           Require core CVS for the new newsegment stuff.
10343
10344 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10345
10346         Patch by: Sjoerd Simons  <sjoerd at luon net>
10347
10348         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
10349           Register nick for enum value (#341160).
10350
10351 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
10352
10353         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
10354         (plugin_init):
10355          backout typefind patch #340375
10356          
10357         * tests/check/elements/adder.c: (message_received),
10358         (GST_START_TEST), (adder_suite):
10359           redo, signal-handling of test
10360
10361 2006-05-09  Wim Taymans  <wim@fluendo.com>
10362
10363         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
10364         (gst_adder_collected):
10365         * gst/adder/gstadder.h:
10366         Remove bogus segment merging and forwarding, we don't
10367         care about timestamps anyway and we just produce a
10368         continuous stream. 
10369         Also create a nice NEWSEGMENT event when we start.
10370         Use _scale_int some more.
10371
10372 2006-05-09  Edward Hervey  <edward@fluendo.com>
10373
10374         * tests/icles/stress-xoverlay.c:
10375         Fix if core was built without parsing support.
10376
10377 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10378
10379         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10380           Add SEDG (Samsung MPEG-4) fourcc.
10381
10382 2006-05-09  Edward Hervey  <edward@fluendo.com>
10383
10384         * tests/icles/stress-xoverlay.c:
10385         * tests/examples/volume/volume.c:
10386         Fix if core was built without parsing support.
10387
10388         * tests/examples/seek/seek.c:
10389         Disable the parse_launch example if core was built without parsing
10390         support.
10391
10392 2006-05-08  Edward Hervey  <edward@fluendo.com>
10393
10394         * autogen.sh: (CONFIGURE_DEF_OPT): 
10395         libtoolize on Darwin/MacOSX is called glibtoolize
10396
10397 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10398
10399         * tests/check/Makefile.am:
10400         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
10401           Disable the adder test, until the build-slaves posses the kindness to 
10402           either like it or to give valid reason for not doing so 
10403
10404 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10405
10406         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
10407         (adder_suite):
10408           Shuffle NULL state change around and raise timeout more
10409
10410 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10411
10412         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
10413         (mp4_type_find), (plugin_init):
10414           Add typefind to distinguish between "audio/x-m4a" and new type
10415           "video/mp4". Fixes #340375
10416
10417         * tests/check/elements/adder.c: (adder_suite):
10418           Raise timeout to make buildbot happy
10419
10420 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
10421
10422         * gst/adder/gstadder.c: (gst_adder_sink_event),
10423         (gst_adder_request_new_pad), (gst_adder_change_state):
10424         * gst/adder/gstadder.h:
10425         * tests/check/Makefile.am:
10426         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
10427         (adder_suite), (main):
10428           Add sink-event handling to adder. It tries to merge incomming
10429           newsegment-events. Added test to check if segment_done is comming
10430           through. Fixes #340060
10431
10432 2006-05-05  Andy Wingo  <wingo@pobox.com>
10433
10434         * ext/theora/theoraparse.c (gst_theora_parse_init)
10435         (theora_parse_src_convert, theora_parse_src_query):
10436         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
10437         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
10438         query functions on the source pads of the theora and vorbis parse
10439         elements. Fixes position querying when doing a remux.
10440
10441 2006-05-05  Michael Smith  <msmith@fluendo.com>
10442
10443         * ext/theora/theoraparse.c: (parse_granulepos),
10444         (theora_parse_drain_queue_prematurely),
10445         (theora_parse_queue_buffer), (theora_parse_sink_event):
10446           Fix flushing.
10447           Fix invalid granulepos outputs when starting with a non-keyframe.
10448
10449 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
10450
10451         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
10452         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
10453         Rearrange MPEG system stream detection, fixing some memleaks in the
10454         process.
10455         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
10456         they clean up their data correctly.
10457         Remove unused ogganx caps and move the 'is_annodex' check to inside
10458         the 'is_ogg' if statement.
10459
10460 2006-05-05  Wim Taymans  <wim@fluendo.com>
10461
10462         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
10463         Properly remove ghostpads. Fixes #340392
10464
10465 2006-05-04  David Schleef  <ds@schleef.org>
10466
10467         * gst/typefind/gsttypefindfunctions.c:
10468
10469 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
10470
10471         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
10472         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
10473
10474         When typefinding an MP3 in push-based mode, don't penalise the
10475         probability down to 74% when we found 5 valid frames just because we
10476         can't peek the end of the file.
10477
10478         Make the probability for detecting MPEG Transport Streams based on the
10479         number of sequential headers we successfully detected.
10480
10481 2006-05-03  Wim Taymans  <wim@fluendo.com>
10482
10483         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10484         (vorbis_dec_push), (vorbis_dec_chain):
10485         Still produce an error when we receive an empty packet.
10486
10487 2006-05-03  Wim Taymans  <wim@fluendo.com>
10488
10489         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
10490         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
10491         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
10492         Mark buffers with DISCONT after seek and after activating new
10493         chains.
10494
10495         * ext/theora/gsttheoradec.h:
10496         * ext/theora/theoradec.c: (gst_theora_dec_reset),
10497         (theora_get_query_types), (theora_dec_sink_event),
10498         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
10499         (theora_dec_change_state):
10500         Fix frame counter.
10501         Detect and mark DISCONT buffers.
10502
10503         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10504         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
10505         (vorbis_dec_change_state):
10506         * ext/vorbis/vorbisdec.h:
10507         Use GstSegment.
10508         Detect and mark DISCONT buffers.
10509         Don't crash on 0 sized buffers.
10510
10511 2006-05-03  Wim Taymans  <wim@fluendo.com>
10512
10513         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
10514         (volume_transform_ip):
10515         Increase "volume" property to 10.0. Fixes #340369.
10516         Set the process function to NULL when capsnego fails so that
10517         we properly error out.
10518
10519 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10520
10521         * gst/playback/gstplaybin.c: (add_sink):
10522         * gst/playback/test.c: (main):
10523         * gst/playback/test5.c: (dump_element_stats):
10524         * gst/playback/test6.c: (main):
10525           free caps using gst_caps_unref, don't leak caps-strings
10526
10527 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
10528
10529         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
10530         (plugin_init):
10531           Refine musepack typefinding a bit. Return MAXIMUM
10532           probability when we detect stream version 7 to make
10533           sure the mpeg audio typefinder doesn't trump us.
10534
10535 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10536
10537         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10538           Protect against unexpected NULL strf_data buffer.
10539
10540 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10541
10542         * tests/check/elements/audioconvert.c: (verify_convert),
10543         (GST_START_TEST):
10544           interpret the out[] buffer in the order the bytes are actually
10545           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
10546           Other tests should use BYTE_ORDER since the array is filled in
10547           with actual values
10548
10549 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10550
10551         * tests/check/elements/audioconvert.c: (verify_convert),
10552         (GST_START_TEST):
10553           when a test fails, give an indication of which it is
10554
10555 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10556
10557         * gst-libs/gst/cdda/gstcddabasesrc.c:
10558           compile fix; strtol() needs <stdlib.h>
10559
10560 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10561
10562         * ext/alsa/gstalsamixerelement.c:
10563         * ext/alsa/gstalsasrc.c:
10564         * ext/cdparanoia/gstcdparanoiasrc.c:
10565         * ext/gnomevfs/gstgnomevfssink.c:
10566         * ext/gnomevfs/gstgnomevfssrc.c:
10567         * ext/ogg/gstoggdemux.c:
10568         * ext/ogg/gstoggmux.c:
10569         * ext/ogg/gstoggparse.c:
10570         * ext/ogg/gstogmparse.c:
10571         * ext/pango/gstclockoverlay.c:
10572         * ext/pango/gsttextoverlay.c:
10573         * ext/pango/gsttextrender.c:
10574         * ext/pango/gsttimeoverlay.c:
10575         * ext/theora/theoradec.c:
10576         * ext/theora/theoraenc.c:
10577         * ext/vorbis/vorbisdec.c:
10578         * ext/vorbis/vorbisenc.c:
10579         * gst-libs/gst/audio/gstaudiofilter.c:
10580         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10581         * gst/audioconvert/gstaudioconvert.c:
10582         * gst/audiorate/gstaudiorate.c:
10583         * gst/audioresample/gstaudioresample.c:
10584         * gst/audiotestsrc/gstaudiotestsrc.c:
10585         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10586         * gst/playback/gstdecodebin.c:
10587         * gst/playback/gstplaybin.c:
10588         * gst/playback/gststreamselector.c:
10589         * gst/subparse/gstsubparse.c:
10590         * gst/tcp/gstmultifdsink.c:
10591         * gst/tcp/gsttcpclientsink.c:
10592         * gst/tcp/gsttcpclientsrc.c:
10593         * gst/tcp/gsttcpserversink.c:
10594         * gst/tcp/gsttcpserversrc.c:
10595         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10596         * gst/videorate/gstvideorate.c:
10597         * gst/videoscale/gstvideoscale.c:
10598         * gst/videotestsrc/gstvideotestsrc.c:
10599         * gst/volume/gstvolume.c:
10600         * sys/v4l/gstv4ljpegsrc.c:
10601         * sys/v4l/gstv4lmjpegsink.c:
10602         * sys/v4l/gstv4lmjpegsrc.c:
10603         * sys/v4l/gstv4lsrc.c:
10604         * sys/ximage/ximagesink.c:
10605         * sys/xvimage/xvimagesink.c:
10606         * tests/check/libs/cddabasesrc.c:
10607           make GstElementDetails const
10608
10609 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10610
10611         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
10612         (gst_adder_init):
10613           send events from src-pad to all sink-pads fixes #338657
10614
10615 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
10616
10617         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
10618         (alsasink_parse_spec):
10619           query width capabilities from alsa, fixes #338919
10620
10621 2006-04-28  Wim Taymans  <wim@fluendo.com>
10622
10623         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
10624         (gst_multi_fd_sink_remove_client_link):
10625         * gst/tcp/gstmultifdsink.h:
10626         Fix race condition in multifdsink that can lead to spurious 
10627         duplicate clients. this patch adds a new signal that is fired when
10628         multifdsink has removed all references to the fd.
10629         Fixes #339574.
10630         Updated documentation.
10631         API: client-fd-removed signal added
10632
10633 2006-04-28  Michael Smith  <msmith@fluendo.com>
10634
10635         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
10636           When asking g_value_array_new to prealloc elements, we may as well
10637           ask for the right number of elements.
10638
10639 2006-04-28  Wim Taymans  <wim@fluendo.com>
10640
10641         * gst-libs/gst/audio/gstbaseaudiosink.c:
10642         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
10643         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10644         patch to make timestamp checking more tollerant to rounding 
10645         errors given that real discontinuities are to be marked on
10646         buffers. Fixes some asf files and #338778.
10647         Also avoid some crashers when we receive an event in the 
10648         NULL state.
10649
10650 2006-04-28  Michael Smith  <msmith@fluendo.com>
10651
10652         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
10653         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
10654         (gst_gnome_vfs_src_get_property),
10655         (gst_gnome_vfs_src_send_additional_headers_callback),
10656         (gst_gnome_vfs_src_received_headers_callback),
10657         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
10658         (gst_gnome_vfs_src_stop):
10659         * ext/gnomevfs/gstgnomevfssrc.h:
10660           Remove ICY handling (mostly) from gnomevfssrc, in favour of
10661           proper shared support within icydemux.
10662
10663 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10664
10665         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
10666         (gst_video_rate_swap_prev), (gst_video_rate_chain):
10667           fix up docs
10668           fix a leak when no caps negotiated
10669           fix counting of input frames
10670         * tests/check/elements/.cvsignore:
10671         * tests/check/elements/videorate.c: (assert_videorate_stats),
10672         (GST_START_TEST), (videorate_suite):
10673           add tests for these
10674
10675 2006-04-28  Wim Taymans  <wim@fluendo.com>
10676
10677         * gst-libs/gst/audio/gstringbuffer.c:
10678         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
10679         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
10680         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10681         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10682         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10683         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10684         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10685         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
10686         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
10687         Check arguments passed to public functions instead of
10688         crashing.
10689
10690 2006-04-28  Wim Taymans  <wim@fluendo.com>
10691
10692         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10693         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
10694         GstBaseAudioSrc must be live or it does not work.
10695
10696         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
10697         Don't set live to TRUE as this is the default in the parentclass.
10698
10699 2006-04-28  Wim Taymans  <wim@fluendo.com>
10700
10701         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
10702         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
10703         Videoscale doesn't pass on pixel-aspect ratio. Handle all
10704         fixation cases better. Fixes #338991
10705
10706 2006-04-28  Wim Taymans  <wim@fluendo.com>
10707
10708         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
10709         Handle 0/1 framerate correctly Fixes #331901.
10710
10711 2006-04-28  Wim Taymans  <wim@fluendo.com>
10712
10713         * tests/check/elements/audioconvert.c: (get_float_caps),
10714         (GST_START_TEST), (audioconvert_suite):
10715         Added check for correct clipping when doing float samples
10716         in audioconvert.
10717
10718 2006-04-28  Wim Taymans  <wim@fluendo.com>
10719
10720         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
10721         (gst_video_rate_chain):
10722         Print more debugging info.
10723
10724 2006-04-28  Wim Taymans  <wim@fluendo.com>
10725
10726         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10727         (resample_set_state_from_caps):
10728         Add support for other formats audioresample can handle such as
10729         32 bits in and float and 64 bits float. Fixes #301759
10730
10731 2006-04-28  Wim Taymans  <wim@fluendo.com>
10732
10733         * gst/audioconvert/audioconvert.c: (float):
10734         correctly clip float samples > 1.0. Fixes #338718
10735
10736 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10737
10738         Patch by: Young-Ho Cha  <ganadist at chollian net>
10739
10740         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10741         (gst_text_overlay_render_text):
10742           Don't strip newlines from the text. Also, center lines
10743           within multi-line paragraphs (#339405).
10744
10745 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10746
10747         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
10748           Fix wavpack typefinding to work in more cases (don't peek
10749           for chunks of multiple hundred kBs at once, but process
10750           things step-by-step in smaller units). Fixes #339786.
10751
10752 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10753
10754         * configure.ac:
10755           back to HEAD
10756
10757 === release 0.10.6 ===
10758
10759 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
10760
10761         * configure.ac:
10762           releasing 0.10.6, "Chao"
10763
10764 2006-04-26  David Schleef  <ds@schleef.org>
10765
10766         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
10767           Fixes #338897.
10768
10769 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10770
10771         * configure.ac:
10772         * win32/common/config.h:
10773           new prerelease
10774
10775 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10776
10777         patch by: Wim Taymans
10778
10779         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
10780         (gst_ogg_demux_perform_seek):
10781           make sure correct newsegments are sent, so that the decoder
10782           and the demuxer agree on timestamps.  Fixes playback of a lot
10783           of Ogg files that do not start from 0.  Fixes #339833.
10784
10785 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10786
10787         Patch by: Edward Hervey  <edward@fluendo.com>
10788
10789         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
10790         * tests/check/Makefile.am:
10791         * tests/check/elements/videorate.c: (assert_videorate_stats),
10792         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
10793         (videorate_suite), (main):
10794           Fix an infinite loop if frames are passed in with wrongly ordered
10795           timestamps.  Fixes #339013.
10796
10797 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10798
10799         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
10800
10801         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10802           fix typefinding on some ISO files.  Fixes #339212.
10803
10804 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10805
10806         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
10807
10808         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10809           add another H264 fourcc.  Fixes #339047.
10810
10811 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10812
10813         Patch by: Jan Schmidt
10814
10815         * gst/playback/gststreamselector.c:
10816         (gst_stream_selector_bufferalloc):
10817           Restore old StreamSelector behaviour.
10818           Fixes #338419.
10819
10820 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10821
10822         * configure.ac:
10823         * win32/common/config.h:
10824           prerelease
10825
10826 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10827
10828         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
10829
10830         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10831         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
10832           Fix some memory leaks: on finalize, free buffers left in the queue
10833           before destroying the queue; in _push(), unref rtp_buf even if
10834           the process vfunc returned a NULL buffer as output buffer (#337548);
10835           demote some recuring debug messages to LOG level.
10836
10837 2006-04-11  Wim Taymans  <wim@fluendo.com>
10838
10839         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10840         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10841         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
10842         (gst_ogg_demux_loop):
10843         More cleanups.
10844         Respect segment stop when emiting EOS or SEGMENT_DONE.
10845         Fixes (#337945).
10846
10847 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10848
10849         * gst/playback/gststreamselector.c:
10850         (gst_stream_selector_get_property):
10851           Don't leak pad name.
10852
10853 2006-04-10  Michael Smith  <msmith@fluendo.com>
10854
10855         * tests/check/Makefile.am:
10856         * tests/check/gst-plugins-base.supp:
10857           Suppress an old libtheora bug (fixed in more recent versions), so 
10858           that FC4 buildslaves can pass.
10859
10860 2006-04-10  Wim Taymans  <wim@fluendo.com>
10861
10862         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10863         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
10864         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
10865         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
10866         (gst_ogg_demux_loop):
10867         Don't leak events.
10868         Remember what error we got when finding chains, if we
10869         were shutdown, that would not be an error.
10870
10871 2006-04-10  Wim Taymans  <wim@fluendo.com>
10872
10873         * gst-libs/gst/audio/gstbaseaudiosink.c:
10874         (gst_base_audio_sink_event):
10875         Starting the ringbuffer when we did not acquire it can cause
10876         a deadlock, is pointless and causes nasty things for
10877         subclasses. 
10878         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
10879
10880 2006-04-10  Wim Taymans  <wim@fluendo.com>
10881
10882         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10883         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
10884         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10885         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
10886         (gst_ogg_demux_deactivate_current_chain),
10887         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10888         (gst_ogg_demux_bisect_forward_serialno),
10889         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
10890         Add some more debugging.
10891
10892 2006-04-10  Wim Taymans  <wim@fluendo.com>
10893
10894         * ext/theora/theoradec.c: (theora_dec_src_event),
10895         (theora_handle_data_packet):
10896         Some more debug info.
10897
10898         * tests/examples/seek/seek.c: (start_seek), (main):
10899         Print element messages too.
10900
10901 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
10902
10903         * gst/audioresample/debug.h:
10904           replace debug macros with variable number of parameters
10905           by a simple alias to gstreamer standard debug macros 
10906          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
10907           supported by MSVC 6.0 and 7.1)
10908         * gst/audioresample/resample.h:
10909           define M_PI and rint for WIN32
10910         * win32/common/libgstaudio.def:
10911         * win32/common/libgstriff.def:
10912         * win32/common/libgsttag.def:
10913         * win32/common/libgstvideo.def:
10914           add new exported functions
10915         * win32/vs6:
10916           update project files
10917
10918 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10919
10920         * ext/alsa/gstalsamixeroptions.c:
10921         (gst_alsa_mixer_options_class_init):
10922         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
10923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
10924         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
10925         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
10926         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
10927         * gst-libs/gst/audio/gstaudiofilter.c:
10928         (gst_audio_filter_class_init):
10929         * gst-libs/gst/audio/gstaudiosink.c:
10930         (gst_audioringbuffer_class_init):
10931         * gst-libs/gst/audio/gstaudiosrc.c:
10932         (gst_audioringbuffer_class_init):
10933         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
10934         * gst-libs/gst/interfaces/colorbalancechannel.c:
10935         (gst_color_balance_channel_class_init):
10936         * gst-libs/gst/interfaces/mixeroptions.c:
10937         (gst_mixer_options_class_init):
10938         * gst-libs/gst/interfaces/mixertrack.c:
10939         (gst_mixer_track_class_init):
10940         * gst-libs/gst/interfaces/tunerchannel.c:
10941         (gst_tuner_channel_class_init):
10942         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
10943         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10944         (gst_netbuffer_class_init):
10945         * gst-libs/gst/rtp/gstbasertppayload.c:
10946         (gst_basertppayload_class_init):
10947         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10948         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10949         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10950         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
10951         * gst/playback/gststreamselector.c:
10952         (gst_stream_selector_class_init):
10953         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
10954         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
10955         * sys/v4l/gstv4lcolorbalance.c:
10956         (gst_v4l_color_balance_channel_class_init):
10957         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
10958         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
10959         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
10960         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
10961         (gst_v4l_tuner_norm_class_init):
10962         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
10963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
10964         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
10965         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
10966
10967 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10968
10969         * ext/pango/gsttextrender.h:
10970         * gst-libs/gst/audio/gstaudiosink.h:
10971         * gst-libs/gst/audio/gstaudiosrc.h:
10972         * gst-libs/gst/audio/gstbaseaudiosink.h:
10973         * gst-libs/gst/audio/gstbaseaudiosrc.h:
10974         * gst-libs/gst/audio/gstringbuffer.h:
10975         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10976         * gst-libs/gst/rtp/gstbasertppayload.h:
10977         * gst-libs/gst/video/gstvideofilter.h:
10978         * gst-libs/gst/video/gstvideosink.h:
10979         * gst/playback/gstplaybasebin.h:
10980         * gst/tcp/gstmultifdsink.h:
10981         * sys/v4l/gstv4lelement.h:
10982         Fix broken GObject macros
10983
10984 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
10985
10986         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
10987         More debug to trace why my USB headset is not working with gst
10988
10989 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
10990
10991         * gst/playback/gstplaybasebin.c: (group_destroy):
10992         Clean up our group elements properly in the case where it never 
10993         got committed - it still got added unconditionally to the bin.
10994
10995 2006-04-07  Wim Taymans  <wim@fluendo.com>
10996
10997         * ext/theora/theoradec.c: (theora_dec_sink_event),
10998         (theora_handle_data_packet), (theora_dec_chain):
10999         Unref unhandled events.
11000         Protect against empty buffers.
11001         Perform QoS on running time.
11002
11003 2006-04-07  Michael Smith  <msmith@fluendo.com>
11004
11005         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
11006         (gst_vorbis_enc_chain):
11007           Remove leaks from vorbisenc.
11008           Mostly minor changes, the only significant one is that now the
11009           buffers we set as 'streamheader' on the caps are copies of the
11010           original buffers, to avoid circular refcounting problems.
11011
11012 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
11013
11014         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
11015           Don't remove our mute-probe if someone else already did so.
11016           Don't set a 2nd one if there is already one pending on the pad.
11017
11018         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11019         (do_playbin_seek):
11020           When a seek fails, ensure that playbin is still set back to playing.
11021           
11022         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
11023         (mpeg_ts_type_find), (plugin_init):
11024           Add a typefind function for mpeg-ts streams. (Closes: #336617)
11025
11026 2006-04-06  Andy Wingo  <wingo@pobox.com>
11027
11028         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
11029         (gst_video_rate_init): Caps-related parameters should not be reset
11030         by a flush -- move their inits to the instance init function.
11031         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
11032         is not OK, just return the result.
11033
11034         * gst/audiotestsrc/gstaudiotestsrc.c
11035         (gst_audio_test_src_class_init)
11036         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
11037         broken by Stefan's commit on 24 March.
11038
11039         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
11040         buffers being pushed out. Fixes oggmux ! multifdsink.
11041
11042 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11043
11044         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
11045         (gst_vorbis_dec_init), (vorbis_dec_finalize):
11046         * ext/vorbis/vorbisdec.h:
11047         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
11048         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
11049         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
11050         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
11051         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
11052         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
11053         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
11054         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
11055         (gst_vorbis_enc_buffer_from_packet),
11056         (gst_vorbis_enc_buffer_from_header_packet),
11057         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
11058         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
11059         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
11060         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
11061         (gst_vorbis_enc_change_state):
11062         * ext/vorbis/vorbisenc.h:
11063           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
11064           vorbisenc adhere to the official nomenclature; use boilerplate
11065           macro.
11066
11067 2006-04-04  Andy Wingo  <wingo@pobox.com>
11068
11069         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
11070         Whoops, fix bug introduced. Bad hacker!
11071         
11072         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
11073         Properly handle the case where you get EOS before any buffers are
11074         received. Use gst_buffer_make_metadata_writable where appropriate.
11075
11076         * ext/theora/theoradec.c (theora_handle_data_packet): This value
11077         is often negative -- make it signed so as not to wrap around.
11078         Fixes segfaults introduced on 9 March.
11079
11080 2006-04-03  Wim Taymans  <wim@fluendo.com>
11081
11082         * ext/theora/gsttheoradec.h:
11083         * ext/theora/theoradec.c: (theora_dec_src_event):
11084         Don't try to store a gdouble in a gboolean.
11085         Small cleanups.
11086
11087 2006-04-03  Michael Smith  <msmith@fluendo.com>
11088
11089         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
11090           Oggmux sucks.
11091           Make it suck slightly less by writing out the final page.
11092           Still can't encode a vorbis-in-ogg file correctly, though.
11093
11094 2006-04-03  Andy Wingo  <wingo@pobox.com>
11095
11096         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
11097         a g_print.
11098
11099         * ext/theora/theora.c (plugin_init): Register theoraparse.
11100
11101         * ext/theora/gsttheoraparse.h: 
11102         * ext/theora/theoraparse.c: New files implementing a theora
11103         parser. Now we can properly remux ogg/theora+vorbis, yay.
11104
11105         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
11106
11107 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11108
11109         * gst/audiotestsrc/gstaudiotestsrc.c:
11110           Fixed the sample pipeline (see #323798)
11111
11112 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11113
11114         * configure.ac:
11115         * win32/common/config.h:
11116         * win32/common/config.h.in:
11117           use AS_VERSION and AS_NANO
11118           more cleanups
11119
11120 2006-03-31  Andy Wingo  <wingo@pobox.com>
11121
11122         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
11123         uninitialized variable return that would happen.
11124         
11125         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
11126         uninitialized variable return that would never happen.
11127
11128         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
11129         (vorbis_parse_sink_event): Add an event function to flush our
11130         state on a seek, and to drain buffers on a premature EOS.
11131         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
11132         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
11133         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
11134         (vorbis_parse_drain_queue): Queue up buffers until we can set
11135         their timestamps and granulepos values.
11136
11137         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
11138         and keep track of data needed for deriving granulepos and
11139         timestamps for buffers.
11140
11141 2006-03-29  Wim Taymans  <wim@fluendo.com>
11142
11143         Patch by: j^ <j at bootlab dot org>
11144
11145         * ext/alsa/gstalsamixerelement.c:
11146         (gst_alsa_mixer_element_class_init):
11147         * ext/alsa/gstalsasink.c:
11148         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
11149         * ext/ogg/gstoggdemux.c:
11150         * ext/ogg/gstoggmux.c:
11151         * ext/ogg/gstoggparse.c:
11152         * ext/pango/gstclockoverlay.c:
11153         * ext/pango/gsttextoverlay.c:
11154         * ext/pango/gsttextrender.c:
11155         * ext/pango/gsttimeoverlay.c:
11156         * ext/theora/theoradec.c:
11157         * ext/theora/theoraenc.c:
11158         * ext/vorbis/vorbisdec.c:
11159         * ext/vorbis/vorbisenc.c:
11160         * gst/audioconvert/gstaudioconvert.c:
11161         * gst/subparse/gstsubparse.c:
11162         * gst/tcp/gstmultifdsink.c:
11163         * gst/tcp/gsttcpclientsink.c:
11164         * gst/tcp/gsttcpclientsrc.c:
11165         * gst/tcp/gsttcpserversink.c:
11166         * gst/tcp/gsttcpserversrc.c:
11167           better/unified long descriptions
11168           Fixes #336477
11169
11170 2006-03-29  Wim Taymans  <wim@fluendo.com>
11171
11172         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
11173         (stop_seek):
11174         Don't let double and triple clicks mess up our state.
11175
11176 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
11177
11178         * gst/playback/gstplaybin.c: (gen_video_element),
11179         (gen_text_element), (gen_audio_element), (gen_vis_element):
11180           Error out gracefully when we can't create any of the usual
11181           conversion elements for some reason. Also, don't try to
11182           create an audioscale (sic) element that's not used anyway.
11183
11184 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
11185
11186         * gst/playback/gstplaybasebin.c: (setup_source):
11187           Don't post RESOURCE_NOT_FOUND error when we can't find a source
11188           element for a particular protocol, that's confusing for users.
11189           Instead, post a RESOURCE_FAILED error, so that our own error
11190           message is actually shown in totem etc. (#336303).
11191
11192 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11193
11194         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11195
11196         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
11197         (gst_gnome_vfs_src_get_icy_metadata):
11198           Fix some minor memory leaks (#336194).
11199
11200 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11201
11202         * ext/gnomevfs/gstgnomevfs.c:
11203         (gst_gnome_vfs_location_to_uri_string):
11204         * ext/gnomevfs/gstgnomevfs.h:
11205         * ext/gnomevfs/gstgnomevfssink.c:
11206         (gst_gnome_vfs_sink_set_property):
11207         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
11208           Make gnomevfssink accept filenames as well as URIs for the
11209           "location" property, just like gnomevfssrc does (and
11210           filesrc/filesink do) (#336190).
11211
11212 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
11213
11214         * tests/check/generic/clock-selection.c: (GST_START_TEST):
11215           set to NULL before unreffing, fixes a valgrind leak.
11216           Why was this not triggering the error that an object needs to
11217           be NULL before unreffing ?
11218         * win32/common/config.h:
11219           update
11220
11221 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11222
11223         * gst/subparse/gstsubparse.c: (convert_encoding),
11224         (gst_sub_parse_change_state):
11225         * gst/subparse/gstsubparse.h:
11226           Text subtitle files may or may not be UTF-8. If it's not, we
11227           don't really want to see '?' characters in place of non-ASCII
11228           characters like accented characters. So let's assume the input
11229           is UTF-8 until we come across text that is clearly not. If it's
11230           not UTF-8, we don't really know what it is, so try the following:
11231           (a) see whether the GST_SUBTITLE_ENCODING environment variable
11232           is set; if not, check (b) if the current locale encoding is
11233           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
11234           the current locale encoding is UTF-8 and the environment variable
11235           was not set to any particular encoding. Not perfect, but better
11236           than nothing (and better than before, I think) (fixes #172848).
11237
11238 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
11239
11240         * configure.ac:
11241           update core requirement to 0.10.4.1 because of async_playback
11242           vmethod on GstBaseSink
11243
11244 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11245
11246         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11247         * gst/adder/gstadder.c: (gst_adder_init):
11248         use DEBUG_FUNCPTR for collectpads
11249
11250 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11251
11252         * docs/plugins/Makefile.am:
11253         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11254         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11255         * ext/cdparanoia/gstcdparanoiasrc.c:
11256         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
11257         (gst_gnome_vfs_sink_class_init):
11258         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
11259         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
11260         * ext/ogg/gstoggmux.c:
11261         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
11262         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
11263         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
11264         * ext/pango/gsttextoverlay.c:
11265         * ext/pango/gsttextrender.c:
11266         * ext/theora/theoradec.c:
11267         * ext/theora/theoraenc.c:
11268         * ext/vorbis/vorbisdec.c:
11269         * ext/vorbis/vorbisenc.c:
11270         * gst-libs/gst/audio/gstaudiofilter.c:
11271         (gst_audio_filter_base_init):
11272         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11273         (gst_audio_filter_template_base_init):
11274         * gst/adder/gstadder.c: (gst_adder_get_type):
11275         * gst/adder/gstadder.h:
11276         * gst/audioconvert/gstaudioconvert.c:
11277         * gst/audiotestsrc/gstaudiotestsrc.c:
11278         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11279         (gst_audio_test_src_create):
11280         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11281         * gst/playback/gstdecodebin.c:
11282         * gst/playback/gstplaybin.c:
11283         * gst/playback/gststreamselector.c:
11284         (gst_stream_selector_base_init):
11285         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
11286         * gst/volume/gstvolume.c:
11287         * sys/v4l/gstv4lmjpegsink.c:
11288         * sys/v4l/gstv4lmjpegsrc.c:
11289         * tests/check/libs/cddabasesrc.c:
11290         * tests/old/examples/gob/gst-identity2.gob:
11291           Add docs for adder, use GST_ELEMENT_DETAILS macro,
11292           define GstElementDetails at the top
11293
11294 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
11295
11296         * win32/common/libgstinterfaces.def:
11297         Add a lot of export functions for gst-python
11298         * win32/vs6/libgstinterfaces.dsp:
11299         Add a missing include folder in the project configuration
11300         
11301 2006-03-23  Wim Taymans  <wim@fluendo.com>
11302
11303         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11304         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
11305         (gst_base_audio_src_change_state):
11306         Fix audio sources, forgot to make the ringbuffer
11307         startable...
11308
11309 2006-03-23  Wim Taymans  <wim@fluendo.com>
11310
11311         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11312         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
11313         (gst_base_audio_src_change_state):
11314         unparent instead of unref the ringbuffer.
11315
11316 2006-03-23  Wim Taymans  <wim@fluendo.com>
11317
11318         * gst-libs/gst/audio/gstbaseaudiosink.c:
11319         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
11320         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
11321         Implement new async_play vmethod to start slaving and allow
11322         playback start in case of async PLAY state changes. 
11323
11324         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11325         Enable QoS with new method in base class.
11326
11327 2006-03-23  Wim Taymans  <wim@fluendo.com>
11328
11329         Patch by: Julien MOUTTE <julien at moutte dot net>
11330
11331         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
11332         (gst_video_test_src_do_seek), (gst_video_test_src_create):
11333         Partially handle 0 framerate, only EOS after the first frame
11334         is missing.
11335
11336 2006-03-23  Wim Taymans  <wim@fluendo.com>
11337
11338         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11339
11340         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11341         (gst_riff_create_video_template_caps):
11342         * gst/ffmpegcolorspace/avcodec.h:
11343         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11344         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11345         (gst_ffmpegcsp_avpicture_fill):
11346         * gst/ffmpegcolorspace/imgconvert.c:
11347         Patch for support of YVU9 AVI files (#334822)
11348
11349 2006-03-22  Edward Hervey  <edward@fluendo.com>
11350
11351         * docs/design/design-decodebin.txt:
11352         Added design document for new decodebin
11353         (Target Caps): text/x-pango-markup is also a default target caps.
11354
11355 2006-03-22  Wim Taymans  <wim@fluendo.com>
11356
11357         * gst-libs/gst/audio/gstbaseaudiosink.c:
11358         (gst_base_audio_sink_dispose):
11359         Since we _parent the ringbuffer, we also need to
11360         _unparent instead of a plain _unref.
11361
11362 2006-03-22  Wim Taymans  <wim@fluendo.com>
11363
11364         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
11365         (stop_seek), (scrub_toggle_cb), (main):
11366         Add scrub checkbox.
11367
11368 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11369
11370         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
11371         (gst_ogg_parse_chain):
11372           Fix very inefficient usage of linked lists (#335365).
11373
11374 2006-03-21  Edward Hervey  <edward@fluendo.com>
11375
11376         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
11377         * gst/playback/gstplaybin.c: (handoff):
11378         * gst/playback/gststreamselector.c:
11379         (gst_stream_selector_set_property):
11380         gcc 4.1 unreferenced pointer fixes.
11381         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11383         gst_buffer_ref() now takes a GstBuffer*.
11384
11385 2006-03-20  Julien MOUTTE  <julien@moutte.net>
11386
11387         * sys/xvimage/xvimagesink.c:
11388         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
11389         by Jan Schmidt.
11390
11391 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
11392
11393         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
11394         (id3v1_type_find), (apetag_type_find), (plugin_init):
11395           Can't do tag preferences via probability, as tags would then
11396           lose against types that are recognised with MAXIMUM probability
11397           (like .wav); so let all tag typefinders return MAXIMUM themselves
11398           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
11399           that we can prefer APE to ID3v1 (fixes #335028).
11400           
11401 2006-03-17  Wim Taymans  <wim@fluendo.com>
11402
11403         * gst-libs/gst/audio/gstbaseaudiosink.c:
11404         (gst_base_audio_sink_change_state):
11405         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
11406         (gst_ring_buffer_may_start):
11407         * gst-libs/gst/audio/gstringbuffer.h:
11408         Only start playback if we are playing.
11409         should fix #330748.
11410
11411 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
11412
11413         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
11414         * win32/common/config.h:
11415           Revert accidental commits to these files.
11416
11417 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11418
11419         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
11420
11421         * tests/Makefile.am:
11422           Don't try to build tests in tests/icles if we
11423           don't have X (#323852)
11424
11425 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11426
11427         * gst-libs/gst/tag/gstid3tag.c:
11428           Add TXXX frame identifiers for replaygain stuff as used
11429           by some taggers (see #323721).
11430
11431 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
11432
11433         * gst/playback/gststreamselector.c:
11434         (gst_stream_selector_set_property),
11435         (gst_stream_selector_bufferalloc):
11436           Preserve the existing buggy streamselector behaviour by performing
11437           a fallback buffer allocation when downstream isn't linked yet.
11438           This should really be fixed in playbin by blocking pads until it's
11439           linked them.
11440           Also, use gst_pad_alloc_buffer instead of
11441           gst_pad_alloc_buffer_and_set.
11442
11443 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11444
11445         * gst-libs/gst/tag/gstid3tag.c:
11446           Don't crash on unknown ID3v2 TXXX frames.
11447           
11448 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11449
11450         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
11451           Chain up to the parent finalize method.
11452           Add 32-bit sample size to the template caps.
11453
11454         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11455         (gst_riff_create_video_template_caps):
11456           Add the fourcc that the VMWare codec uses.
11457           
11458         * gst/playback/gststreamselector.c:
11459         (gst_stream_selector_set_property),
11460         (gst_stream_selector_bufferalloc),
11461         (gst_stream_selector_request_new_pad):
11462           For the active pad, forward buffer-alloc requests, otherwise
11463           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
11464           having to memcpy every frame when used by playbin.
11465
11466         * gst/tcp/gstmultifdsink.c:
11467         (gst_multi_fd_sink_handle_client_write):
11468           Get negotiated caps from the sink pad, rather than the sink
11469           pad's peer.
11470
11471 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11472
11473         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11474         
11475         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
11476           Don't forget to set src->callbacks_pushed to FALSE again when
11477           popping them, otherwise re-activation in a different mode won't
11478           work (#334620).
11479
11480 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11481
11482         Patch by: Sebastien Moutte  <sebastien moutte net>
11483
11484         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
11485         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
11486         (gst_ffmpeg_smpfmt_to_caps):
11487           Replace __VA_ARGS__ caps creation macros with varargs functions.
11488           Makes things compile on MSVC (#320765), looks nicer, and we can
11489           tell the compiler to check for the NULL terminator.
11490
11491 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11492
11493         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11494
11495         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11496           Make sure the buffer we copy into is really always big
11497           enough, this time for real (#333488).
11498           
11499 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11500
11501         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11502           Add support for 24bpp DIB (#305279).
11503
11504 2006-03-14  Wim Taymans  <wim@fluendo.com>
11505
11506         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
11507         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11508         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
11509         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
11510         (gst_video_scale_init), (gst_video_scale_src_event):
11511         Re-enable QoS after the release.
11512         Rework videoscale to use the base class src_event handler.
11513
11514 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11515
11516         * configure.ac:
11517           back to CVS.
11518
11519 === release 0.10.5 ===
11520
11521 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
11522
11523         * configure.ac:
11524           releasing 0.10.5, "Net"
11525
11526 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
11527
11528         * docs/plugins/Makefile.am:
11529           Part of previous cdparanoiasrc docs fixes, forgot to commit.
11530           
11531 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11532
11533         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11534         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11535         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11536           Add cdparanoiasrc to docs.
11537
11538         * gst-libs/gst/cdda/gstcddabasesrc.c:
11539           More GstCddaBaseSrc docs.
11540
11541 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11542
11543         * docs/libs/gst-plugins-base-libs-sections.txt:
11544         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
11545         * gst-libs/gst/tag/tag.h:
11546           API: libgsttag: new method gst_tag_from_id3_user_tag().
11547
11548 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
11549
11550         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11551           NULL-terminate array of mpeg4 video file extensions.
11552           Fixes crash on PPC (#334226).
11553
11554 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
11555
11556         * ext/gnomevfs/gstgnomevfssrc.c:
11557         (gst_gnome_vfs_src_check_get_range):
11558           gnome_vfs_uri_is_local() alone is not a good indicator
11559           whether we can operate in pull-mode with a specific URI,
11560           as it returns FALSE for file:// URIs that point to an
11561           NFS-mounted path. Be more conservative here: whitelist
11562           local files, blacklist http URIs and use the old
11563           mechanism for anything else (fixes #334216).
11564
11565 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11566
11567         * configure.ac:
11568           back to trunk
11569
11570 === release 0.10.4 ===
11571
11572 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
11573
11574         * configure.ac:
11575           releasing 0.10.4, "Power"
11576
11577 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
11578
11579         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11580         Disable max-lateness by setting it to -1 for now, so that 
11581         we can bed QoS stuff in thoroughly between now and the next
11582         release.
11583
11584 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
11585
11586         Patch by: Fabrizio Gennari
11587
11588         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11589           Make sure we don't read beyond the palette buffer in case of
11590           broken or manipulated files (#333488)
11591
11592 2006-03-10  Edward Hervey  <edward@fluendo.com>
11593
11594         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11595         Fix for variable not initialized.
11596
11597 2006-03-09  Wim Taymans  <wim@fluendo.com>
11598
11599         * ext/libvisual/visual.c: (gst_visual_get_type),
11600         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
11601         (gst_visual_chain):
11602         Small cleanups.
11603
11604         * ext/theora/gsttheoradec.h:
11605         * ext/theora/theoradec.c: (gst_theora_dec_init),
11606         (gst_theora_dec_reset), (_theora_granule_time),
11607         (theora_dec_src_convert), (theora_dec_sink_convert),
11608         (theora_dec_src_query), (theora_dec_src_event),
11609         (theora_dec_sink_event), (theora_handle_comment_packet),
11610         (theora_handle_header_packet), (theora_dec_push),
11611         (theora_handle_data_packet), (theora_dec_chain),
11612         (theora_dec_change_state):
11613         Add simple QoS.
11614
11615 2006-03-09  Wim Taymans  <wim@fluendo.com>
11616
11617         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
11618         (audiocast_register_listener), (gst_gnome_vfs_src_start):
11619         Some cleanups.
11620
11621 2006-03-09  Wim Taymans  <wim@fluendo.com>
11622
11623         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
11624         Don't try to activate NULL chains.
11625
11626 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11627
11628         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11629           Fix invalid memory access to region before peek'd data (#332964).
11630
11631 2006-03-09  Wim Taymans  <wim@fluendo.com>
11632
11633         Patch by: Christophe Fergeau
11634
11635         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
11636         * ext/pango/gsttextrender.c: (gst_text_render_init):
11637         * gst/adder/gstadder.c: (gst_adder_init):
11638         Don't leak padtemplates, closes #333510.
11639
11640 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11641
11642         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
11643           Fix invalid memory access: make sure string passed to
11644           regexec() is NUL-termianted.
11645
11646 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11647
11648         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11649         (mp3_type_find):
11650           Refactor mpeg/audio typefinding to make it more maintainable
11651           and easier to fine-tune. Make probing into middle of the file
11652           work properly (fixes #333900, also see #152688).
11653
11654 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11655
11656         * gst/typefind/gsttypefindfunctions.c:
11657         (utf8_type_find_have_valid_utf8_at_offset):
11658           Remove part from previous commit that was bogus:
11659           g_utf8_validate() does in fact not accept embedded
11660           zeroes, so we don't need to check for those (thanks
11661           to Mike for the hint).
11662
11663 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
11664
11665         * gst/typefind/gsttypefindfunctions.c:
11666         (utf8_type_find_count_embedded_zeroes),
11667         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
11668           Make plain/text typefinder more conservative: firstly, check
11669           for embedded zeroes, which are perfectly valid UTF-8 characters,
11670           but also a fairly good sign that something is not a plain text
11671           file; secondly, probe into the middle of the file if possible.
11672           If we can't probe into the middle, limit the probability value
11673           to be returned to TYPE_FIND_POSSIBLE (see #333900).
11674
11675 2006-03-08  Michael Smith  <msmith@fluendo.com>
11676
11677         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11678           Make typefind function name for mpeg4 video unique.
11679
11680 2006-03-08  Wim Taymans  <wim@fluendo.com>
11681
11682         * ext/libvisual/visual.c: (gst_visual_init),
11683         (gst_visual_clear_actors), (gst_visual_dispose),
11684         (gst_visual_reset), (gst_visual_src_setcaps),
11685         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
11686         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
11687         (gst_visual_chain), (gst_visual_change_state):
11688         Cleanups, post nice errors.
11689         Handle sink and src events.
11690         Implement simple QoS.
11691
11692         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
11693         Use new basesink methods to configure max-lateness.
11694         Small doc update.
11695
11696         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11697         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
11698         Debug statement cleanups.
11699
11700         * gst/volume/gstvolume.c: (gst_volume_class_init):
11701         Simple cleanup.
11702
11703 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
11704
11705         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
11706         (gst_text_overlay_init), (gst_text_overlay_set_property),
11707         (gst_text_overlay_get_property):
11708           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
11709           as string type properties, but mark them deprecated. Add
11710           'halignment' and 'valignment' properties that use enums
11711           instead of strings.
11712
11713 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
11714
11715         Patch by: Fabrizio Gennari
11716
11717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11718           Allow palettes with less than 256 colours in AVI files
11719           (#333488)
11720
11721 2006-03-07  Julien MOUTTE  <julien@moutte.net>
11722
11723         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
11724         (gst_text_overlay_video_event): Fix wrong EOS handling on text
11725         pad. We were releasing the queued text buffer when we should keep
11726         it until video pad gets EOS or discard the text buffer because it's
11727         too old. That was eating the last subtitle buffer. Add some more
11728         debug.
11729
11730 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11731
11732         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
11733         (gst_text_overlay_video_chain):
11734           Fix invalid memory access (we can't access a buffer after it's been
11735           pushed downstream without taking a reference); fix memory leak (if
11736           there's no text to render, bail out before allocating stuff).
11737
11738 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11739
11740         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11741         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
11742         * ext/pango/gsttextoverlay.h:
11743           If input is plain text, escape it before passing it to
11744           pango_layout_set_markup().
11745
11746 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11747
11748         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
11749           Don't ignore flow return from gst_pad_push().
11750
11751 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
11752
11753         Patch by: Fabrizio Gennari
11754
11755         * ext/libvisual/visual.c: (gst_visual_getcaps),
11756         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
11757         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
11758         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
11759         (gst_vorbisenc_convert_sink):
11760         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
11761         (gst_audio_duration_from_pad_buffer):
11762         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
11763         (gst_audio_filter_chain):
11764         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11765         (gst_base_rtp_depayload_setcaps):
11766         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
11767         (gst_video_get_size):
11768         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11769           Don't leak references returned by gst_pad_get_parent()
11770           (#333663)
11771
11772 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
11773
11774         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
11775           change location param details
11776         * gst/volume/gstvolume.c: (plugin_init):
11777           correct plugin description
11778
11779 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11780
11781         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
11782         (gst_gnome_vfs_src_check_get_range):
11783           Override GstBaseSrc::check_get_range() in order to avoid opening
11784           the resource just to check whether we can operate in pull-mode or
11785           not - we can predict that pretty well from the URI alone. Should
11786           fix problems with last.fm (#331690). (Requires latest core CVS).
11787
11788 2006-03-06  Wim Taymans  <wim@fluendo.com>
11789
11790         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
11791         (gst_video_sink_class_init):
11792         Throw away frames that are later than 20 ms.
11793
11794 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11795
11796         Patch by: Fabrizio Gennari
11797
11798         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
11799           Set depth on WMA caps (#333545)
11800
11801 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11802
11803         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
11804         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11805           put Theora BOS pages before others.  This hardcodes
11806           the Ogg/Theora I profile, but hey.
11807
11808 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11809
11810         * ext/ogg/README:
11811           updated with some examples
11812         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
11813         (granulepos_add), (theora_buffer_from_packet):
11814         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
11815         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
11816         (gst_vorbisenc_chain):
11817           implement strategy from ext/ogg/README
11818         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
11819         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11820         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
11821         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
11822           Fix muxer so that oggz-validate is happy with all streams;
11823           except for no eos mark, and the BOS page ordering
11824         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
11825         (check_buffer_granulepos):
11826         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
11827           update tests to check for OFFSET being set as requested
11828           fixed type of granulepos, it's not a ClockTime
11829
11830 2006-03-05  Julien MOUTTE  <julien@moutte.net>
11831
11832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11833         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
11834         Check that the xvimage we are creating has a correct size
11835         before returning it. (#314897)
11836
11837 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
11838
11839         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11840           Give id3 and ape tag typefinders a rank slightly higher
11841           than PRIMARY to ensure they're always run before any of
11842           the other typefinders (in particular wav and mp3) (#324186).
11843
11844 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
11845
11846         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11847           Add support for '3IVD' fourcc (#333403).
11848
11849 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11850
11851         * configure.ac:
11852           Bump requirements to GStreamer CVS for the new error enum.
11853
11854         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
11855           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
11856           space left on the device (fixes #333352).
11857
11858 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
11859
11860         * win32/vs6:
11861           add a project file for libgstvolume
11862           update the workspace
11863
11864 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11865
11866         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
11867         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
11868         (GST_START_TEST):
11869           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
11870           Set IN_CAPS on header buffers
11871
11872 2006-03-02  Wim Taymans  <wim@fluendo.com>
11873
11874         * docs/plugins/Makefile.am:
11875         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11876         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11877         Add audioresample to docs.
11878
11879         * gst/audioconvert/gstaudioconvert.c:
11880         Add revision date.
11881
11882         * gst/audioresample/gstaudioresample.c:
11883         (gst_audioresample_base_init), (gst_audioresample_class_init),
11884         (gst_audioresample_init), (gst_audioresample_dispose),
11885         (audioresample_get_unit_size), (audioresample_transform_caps),
11886         (resample_set_state_from_caps), (audioresample_transform_size),
11887         (audioresample_set_caps), (audioresample_event),
11888         (audioresample_do_output), (audioresample_transform),
11889         (audioresample_pushthrough), (gst_audioresample_set_property),
11890         (gst_audioresample_get_property), (plugin_init):
11891         * gst/audioresample/gstaudioresample.h:
11892         Added docs.
11893         Small code cleanups.
11894
11895 2006-03-02  Wim Taymans  <wim@fluendo.com>
11896
11897         * docs/plugins/Makefile.am:
11898         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11899         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11900         Added videoscale to docs.
11901
11902         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
11903         (gst_video_rate_swap_prev), (gst_video_rate_event),
11904         (gst_video_rate_chain):
11905         Fix typo in docs.
11906
11907         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
11908         (gst_video_scale_init), (gst_video_scale_prepare_size),
11909         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
11910         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
11911         * gst/videoscale/gstvideoscale.h:
11912         Added docs, examples.
11913         Some code cleanups.
11914         Post errors instead of g_warning.
11915
11916 2006-03-02  Wim Taymans  <wim@fluendo.com>
11917
11918         * docs/libs/gst-plugins-base-libs-docs.sgml:
11919         * docs/libs/gst-plugins-base-libs-sections.txt:
11920         * docs/libs/gst-plugins-base-libs.types:
11921         * docs/plugins/Makefile.am:
11922         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11923         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11924         Added some more docs to libs and plugins.
11925
11926         * gst-libs/gst/audio/gstringbuffer.c:
11927         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
11928         * gst-libs/gst/audio/gstringbuffer.h:
11929         Document ringbuffer some more.
11930
11931         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
11932         (gst_video_rate_setcaps), (gst_video_rate_reset),
11933         (gst_video_rate_init), (gst_video_rate_flush_prev),
11934         (gst_video_rate_swap_prev), (gst_video_rate_event),
11935         (gst_video_rate_chain), (gst_video_rate_change_state):
11936         * gst/videorate/gstvideorate.h:
11937         Fix videorate to use segments.
11938         Make it work with 0/1 framerates (closes #331903)
11939         Handle EOS correctly.
11940         Added docs.
11941
11942 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11943
11944         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
11945         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
11946         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
11947           In state change function, first chain up to parent class,
11948           then handle downwards state change stuff. Remove some
11949           commented out cruft from 0.8 code.
11950
11951 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11952
11953         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11954         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11955         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
11956         (gst_ogm_parse_chain):
11957           Don't remove/re-add source pad if the new caps are the same as
11958           the old caps anyway (#333042). When removing source pad, don't
11959           unref it afterwards - we didn't ref it when adding. Sprinkle some
11960           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
11961           after using gst_pad_get_parent(). Return downstream flow return
11962           value in chain function.
11963
11964 2006-03-02  Wim Taymans  <wim@fluendo.com>
11965
11966         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11967         * docs/plugins/gst-plugins-base-plugins.args:
11968         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11969         * docs/plugins/gst-plugins-base-plugins.interfaces:
11970         * docs/plugins/gst-plugins-base-plugins.signals:
11971         Fix hierarchy, added some more elements to the docs.
11972
11973         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11974         (gst_ffmpegcsp_get_type):
11975         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
11976         Fix docs for ffmpegcolorspace.
11977
11978 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
11979
11980         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
11981         (apetag_type_find), (ape_type_find), (plugin_init):
11982           Some typefinding fine-tuning:
11983           - rank ID3/APE tags in order of preference via probabilities, so that
11984             ID3v2 > APEv2 > APEv1 > ID3v1.
11985           - three or four bytes don't really justify MAXIMUM probability,
11986             change those to 'very likely' (musepack and monkeysaudio).
11987
11988 2006-03-01  Wim Taymans  <wim@fluendo.com>
11989
11990         * docs/plugins/Makefile.am:
11991         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11992         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11993         * ext/alsa/gstalsamixer.c:
11994         * ext/alsa/gstalsamixer.h:
11995         * ext/alsa/gstalsamixerelement.c:
11996         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
11997         * ext/alsa/gstalsamixerelement.h:
11998         * ext/alsa/gstalsasink.c:
11999         * ext/alsa/gstalsasink.h:
12000         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
12001         (gst_alsasrc_init):
12002         * ext/alsa/gstalsasrc.h:
12003         Added alsa docs.
12004         Small code cleanups.
12005
12006 2006-03-01  Wim Taymans  <wim@fluendo.com>
12007
12008         * ext/theora/Makefile.am:
12009         Dist new header too,
12010
12011 2006-03-01  Wim Taymans  <wim@fluendo.com>
12012
12013         * docs/plugins/Makefile.am:
12014         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12015         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12016         * ext/gnomevfs/gstgnomevfssink.h:
12017         * ext/gnomevfs/gstgnomevfssrc.h:
12018         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12019         * ext/vorbis/vorbisdec.h:
12020         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
12021         * ext/vorbis/vorbisenc.h:
12022         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
12023         (vorbis_parse_chain), (vorbis_parse_change_state):
12024         * ext/vorbis/vorbisparse.h:
12025         * gst/audioconvert/gstaudioconvert.h:
12026         * gst/tcp/gsttcpserversink.h:
12027         * gst/videotestsrc/gstvideotestsrc.c:
12028         * gst/videotestsrc/gstvideotestsrc.h:
12029         * gst/volume/gstvolume.c:
12030         * gst/volume/gstvolume.h:
12031         Fix some more docs.
12032         Added docs for vorbisdec and vorbisparse.
12033         Fix vorbisparse.
12034
12035 2006-03-01  Wim Taymans  <wim@fluendo.com>
12036
12037         * docs/plugins/Makefile.am:
12038         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12039         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12040         * ext/pango/gstclockoverlay.h:
12041         * ext/pango/gsttextoverlay.h:
12042         * ext/pango/gsttextrender.h:
12043         * ext/pango/gsttimeoverlay.h:
12044         * ext/theora/gsttheoradec.h:
12045         * ext/theora/gsttheoraenc.h:
12046         * ext/theora/theoradec.c:
12047         * ext/theora/theoraenc.c:
12048         * gst/audioconvert/gstaudioconvert.h:
12049         * gst/audiotestsrc/gstaudiotestsrc.h:
12050         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
12051         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
12052         * gst/tcp/gstmultifdsink.h:
12053         Updated/added documentation.
12054
12055         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
12056         (gst_text_overlay_halign_get_type),
12057         (gst_text_overlay_wrap_mode_get_type),
12058         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
12059         (gst_text_overlay_init), (gst_text_overlay_set_property),
12060         (gst_text_overlay_get_property):
12061         Fix up properties to be enums instead of string to make bindings,
12062         introspection and automatic GUI creation possible.
12063         Add getters for the properties.
12064
12065 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
12066
12067         * gst/audiotestsrc/gstaudiotestsrc.c:
12068           added defines of M_PI and M_PI_2
12069         * gst/ffmpegcolorspace/avcodec.h:
12070           removed #include "stdint.h" for win32 as _stdint.h is 
12071           autogenerated to win32/common
12072         * win32/common/libgstaudio.def:
12073         * win32/common/libgsttag.def:
12074           added some exports
12075         * win32/vs6:
12076           some project files bugs corrected
12077         * win32/vs7:
12078           project files are reset to the default vs7 configuration 
12079           (they link to msvcr71.dll using default optimizations)
12080           
12081 2006-02-28  Wim Taymans  <wim@fluendo.com>
12082
12083         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
12084         Fix some docs.
12085
12086 2006-02-28  Edward Hervey  <edward@fluendo.com>
12087
12088         * ext/alsa/gstalsasrc.c:
12089         Set proper class on the ElementDetails:
12090         Source/Audio instead of Src/Audio/
12091
12092 2006-02-28  Edward Hervey  <edward@fluendo.com>
12093
12094         * gst/videoscale/vs_scanline.c:
12095         (vs_scanline_resample_nearest_RGBA):
12096         Revert optimization in videoscale. It should go in liboil and have
12097         an appropriate liboil function.
12098
12099 2006-02-28  Wim Taymans  <wim@fluendo.com>
12100
12101         * gst-libs/gst/audio/gstbaseaudiosink.c:
12102         (gst_base_audio_sink_provide_clock):
12103         Don't try to provide a clock in the NULL state.
12104
12105 2006-02-28  Wim Taymans  <wim@fluendo.com>
12106
12107         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
12108         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
12109         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
12110         (gst_ogg_demux_deactivate_current_chain),
12111         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
12112         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
12113         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
12114         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
12115         Use GstSegment infrastructure to remove duplicated code
12116         and handle more seek cases correctly.
12117
12118 2006-02-28  Wim Taymans  <wim@fluendo.com>
12119
12120         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12121         (gst_ffmpegcsp_transform):
12122         Don't ignore return code from ffmpeg convert function.
12123
12124         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
12125         Split out some long statements to ease debugging.
12126
12127 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
12128
12129         * ext/libvisual/visual.c: (gst_visual_init),
12130         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
12131         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
12132         being able to renegotiate the size. Instead, use the negotiation
12133         algorithm from the goom plugin to pick an initial output caps. 
12134
12135         Also, allow theoretical libvisual plugins that might support non-GL 
12136         output even if they also do GL.
12137
12138 2006-02-26  Julien MOUTTE  <julien@moutte.net>
12139
12140         * ext/libvisual/visual.c: (gst_visual_init),
12141         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
12142         (plugin_init): Load only non GL plugins. Fix some memleaks and 
12143         possible negotiation issues.
12144
12145 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12146
12147         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
12148
12149 2006-02-24  Michael Smith  <msmith@fluendo.com>
12150
12151         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
12152         (cmml_type_find), (plugin_init):
12153           Fix CMML type find function to not require a specific minor version
12154           of the CMML header.
12155
12156           Add an MPEG4 video elementary stream typefind function.
12157
12158 2006-02-04  Michael Smith  <msmith@fluendo.com>
12159
12160         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
12161         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
12162         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
12163         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
12164         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
12165         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
12166           Annodex support in ogg demuxer. Doesn't do very much without the
12167           other annodex patches (to come).
12168
12169 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12170
12171         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
12172
12173         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12174           Pick up palette for MS video v1 (#327028)
12175
12176 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12177
12178         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12179         (gst_ffmpegcsp_caps_remove_format_info),
12180         (gst_ffmpegcsp_get_unit_size):
12181           The 'palette_data' field from incoming RGB caps shouldn't be
12182           proxied on outgoing YUV caps; also, restrict unit size
12183           adjustment in case of paletted data only to the unit that
12184           actually has a palette. Fixes #330711.
12185
12186 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12187
12188         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12189         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
12190         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
12191         (gst_ffmpegcsp_get_unit_size):
12192           Plug some memory leaks.
12193
12194 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12195
12196         * sys/ximage/Makefile.am:
12197         * sys/xvimage/Makefile.am:
12198           Add some _CFLAGS and _LIBS that seem to be missing
12199           and/or required for Cygwin (see #317048).
12200
12201 2006-02-22  Wim Taymans  <wim@fluendo.com>
12202
12203         * ext/alsa/gstalsasrc.c:
12204         Fix description as pointed out by caugier.
12205
12206 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
12207
12208         Reviewed by : Edward Hervey  <edward@fluendo.com>
12209
12210         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12211         (qt_type_find):
12212         Better 3gp typefinding (#331526).
12213
12214 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
12215
12216         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
12217           Don't send EOS event here, the base class will send one for us.
12218
12219         * gst/playback/gstplaybasebin.c: (prepare_output):
12220           Subpictures without video stream aren't allowed either.
12221         
12222         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
12223           Fix debug statement copy'n'paste-o.
12224
12225 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
12226
12227         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
12228           Fix issues with mixer keeping state when muting/unmuting
12229           and when changing the volume whilst muted (see #331763
12230           and #331765).
12231
12232 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
12233
12234         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
12235         (parse_subrip), (gst_sub_parse_format_autodetect):
12236           Set right caps given that we send escaped text. Also,
12237           honour <i></i>, <b></b> and <u></u> markers that can be found
12238           in .srt files (fixes #310202).
12239
12240 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
12241
12242         * gst-libs/gst/audio/mixerutils.c:
12243         (element_factory_rank_compare_func):
12244           Make order in which elements are tried more determinable.
12245
12246 2006-02-20  Julien MOUTTE  <julien@moutte.net>
12247
12248         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12249         (remove_element_chain), (cleanup_decodebin),
12250         (gst_decode_bin_change_state): Make decodebin reusable by
12251         fixing remove_element_chain first and then introduce a
12252         cleaner in state change to ->NULL. (Closes #331678)
12253
12254 2006-02-19  Wim Taymans  <wim@fluendo.com>
12255
12256         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
12257         use 0666 mask when creating files so umask gets applied
12258         correctly. Fixes #331295.
12259
12260 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
12261
12262         * gst/subparse/Makefile.am:
12263         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
12264         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
12265         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
12266         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
12267         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
12268         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
12269         * gst/subparse/gstssaparse.h:
12270         * gst/subparse/gstsubparse.c: (plugin_init):
12271           Add very basic parser for SSA subtitle streams (as often
12272           found in matroska files).
12273
12274 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
12275
12276         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
12277           That should be text/x-pango-markup, not text/x-pango-layout.
12278
12279 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12280
12281         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
12282         Polishing.
12283
12284 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12285
12286         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12287         (gst_text_overlay_finalize), (gst_text_overlay_init),
12288         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12289         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12290         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
12291         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
12292         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
12293         Fix state change deadlock.
12294
12295 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12296
12297         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12298         (gst_text_overlay_finalize), (gst_text_overlay_init),
12299         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12300         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12301         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
12302         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
12303         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
12304         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
12305         and subtitles files.
12306
12307 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12308
12309         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
12310         should be considered as raw.
12311
12312 2006-02-19  Julien MOUTTE  <julien@moutte.net>
12313
12314         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12315         (cb_probe):
12316         * gst/playback/gststreaminfo.h: Introduce language informations.
12317
12318 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12319
12320         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12321         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12322         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12323         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12324         Set shared memory segments to be deleted as soon as we have attached,
12325         that way they get cleaned up automatically if we crash.
12326
12327 2006-02-18  Julien MOUTTE  <julien@moutte.net>
12328
12329         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
12330         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
12331         functions are called with lock held.
12332
12333 2006-02-18  Julien MOUTTE  <julien@moutte.net>
12334
12335         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
12336         (gst_text_overlay_finalize), (gst_text_overlay_init),
12337         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
12338         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
12339         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12340         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12341         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12342         (gst_text_overlay_change_state): Refactoring of textoverlay
12343         without collectpads. This now supports sparse subtitles coming
12344         from a demuxer instead of a sub file. Seeking is still broken 
12345         though. Need to discuss with wtay some more on how to handle
12346         seeking correctly.
12347         * ext/pango/gsttextoverlay.h:
12348         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
12349         subtitles coming from the demuxer.
12350
12351 2006-02-17  Wim Taymans  <wim@fluendo.com>
12352
12353         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
12354         (gst_vorbisenc_convert_sink):
12355         Use some more scaling functions.
12356
12357 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12358
12359         * ext/cdparanoia/gstcdparanoiasrc.c:
12360         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
12361         (gst_cd_paranoia_paranoia_callback),
12362         (gst_cd_paranoia_src_signal_is_being_watched),
12363         (gst_cd_paranoia_src_read_sector):
12364         * ext/cdparanoia/gstcdparanoiasrc.h:
12365           Add back 'transport-error' and 'uncorrected-error' signals and
12366           make them actually be fired when bad stuff happens (#319340).
12367
12368 2006-02-17  Wim Taymans  <wim@fluendo.com>
12369
12370         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
12371         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12372         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
12373         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
12374         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
12375         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
12376         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
12377         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12378         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
12379         (gst_ring_buffer_clear):
12380         Small cleanups.
12381         Added some G_LIKELY.
12382
12383 2006-02-17  Wim Taymans  <wim@fluendo.com>
12384
12385         * gst-libs/gst/audio/TODO:
12386         Update TODO
12387
12388         * gst-libs/gst/audio/gstbaseaudiosink.c:
12389         (gst_base_audio_sink_get_offset):
12390         When trying to play samples ASAP and we don't have a
12391         previous sample, try to play at position 0 instead of
12392         an invalid position.
12393
12394 2006-02-17  Wim Taymans  <wim@fluendo.com>
12395
12396         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
12397         (gst_alsasink_reset):
12398         Also release lock when we get an error in _reset();
12399         fix an error message.
12400
12401 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12402
12403         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
12404         (gst_alsasink_init), (get_channel_free_structure),
12405         (caps_add_channel_configuration), (gst_alsasink_getcaps),
12406         (gst_alsasink_close):
12407         * ext/alsa/gstalsasink.h:
12408           Add support for more than 2 channels (#326720).
12409
12410 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12411
12412         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12413           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
12414           with 4 or 6 channels, assume a default channel layout to make things
12415           work (not sure there's anything else we can do in those cases).
12416
12417 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12418
12419         * gst-libs/gst/audio/multichannel.c:
12420           Minor docs fix.
12421
12422         * gst-libs/gst/riff/Makefile.am:
12423         * gst-libs/gst/riff/riff-ids.h:
12424         * gst-libs/gst/riff/riff-media.c:
12425         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
12426           Add support for WAVEFORMATEX, eg. PCM audio with more than two
12427           channels and a channel layout map.
12428           
12429 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
12430
12431         Reviewed by Edward Hervey  <edward@fluendo.com>
12432
12433         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
12434         C-level optimization of the RGBA nearest neighbour function.
12435         Eventually this might end up in liboil with vectorized versions.
12436
12437 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12438
12439         * gst-libs/gst/audio/multichannel.c:
12440         (gst_audio_get_channel_positions):
12441           When we have more than 2 channels, but no channel layout is
12442           specified in the caps, return some default channel layout
12443           to the caller and warn about about a possibly buggy element
12444           (could be buggy filtercaps as well of course) (#317038).
12445
12446 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12447
12448         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12449           Add gst-libs/gst/cdda to list of lib search paths.
12450
12451 2006-02-15  Andy Wingo  <wingo@pobox.com>
12452
12453         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
12454         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
12455         to the Lord Jesus that I do not have to touch the ogg muxer ever
12456         again.
12457
12458 2006-02-15  Edward Hervey  <edward@fluendo.com>
12459
12460         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
12461         quicktime movie files can also contain 'uuid' atoms.
12462
12463 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12464
12465         * gst/audioconvert/plugin.c: (plugin_init):
12466           Register the GstAudioChannelPosition enum type with the type
12467           system in the plugin_init function, so that it is known before
12468           any element actually makes use of multi-channel stuff. This is
12469           required for example if one wants to be able to deserialise/use
12470           a caps string with channel positions before any pipeline has
12471           been setup and started, like with gst-launch.
12472
12473 2006-02-14  Wim Taymans  <wim@fluendo.com>
12474
12475         * gst-libs/gst/audio/gstringbuffer.c:
12476         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
12477         (gst_ring_buffer_samples_done), (wait_segment),
12478         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
12479         Add some compiler G_(UN_)LIKELY help.
12480         SIGNAL the ringbuffer waiters when going to PAUSED as well to
12481         make sure they can exit their functions. Should fix #330748
12482
12483 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12484
12485         * Makefile.am:
12486         * configure.ac:
12487         * win32/MANIFEST:
12488         * win32/common/_stdint.h:
12489           Windows does not have long long; copy the generated _stdint.h
12490         * win32/common/interfaces-enumtypes.c:
12491         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
12492         (gst_mixer_track_flags_get_type),
12493         (gst_tuner_channel_flags_get_type):
12494         * win32/common/multichannel-enumtypes.c:
12495         (gst_audio_channel_position_get_type):
12496           update
12497
12498 2006-02-13  Wim Taymans  <wim@fluendo.com>
12499
12500         * gst-libs/gst/audio/gstbaseaudiosink.c:
12501         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
12502         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12503         Always sync on first sample we receive when starting.
12504
12505 2006-02-13  Wim Taymans  <wim@fluendo.com>
12506
12507         * gst/playback/gstplaybin.c: (gen_vis_element):
12508         Update vis bin docs.
12509         Move queue after tee so we don't queue video buffers but
12510         audio samples instead. Fixes problems where the video queue
12511         is filled and the audio queue empty.
12512
12513 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
12514
12515         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12516           No need to push an EOS event here, GstBaseSrc will do that for us
12517           when we return FLOW_UNEXPECTED.
12518           
12519 2006-02-12  Wim Taymans  <wim@fluendo.com>
12520
12521         * gst-libs/gst/audio/gstbaseaudiosink.c:
12522         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
12523         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
12524         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12525         Use scale functions when possible.
12526         Fix error messages.
12527         Free clockid when after waiting for EOS.
12528         Use G_(UN_)LIKLY when it makes sense.
12529         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
12530
12531 2006-02-12  Edward Hervey  <edward@fluendo.com>
12532
12533         * gst/playback/gstplaybasebin.c: (prepare_output): 
12534         Remove stray semi-colon (fixes #330888).
12535
12536 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
12537
12538         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
12539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
12540         Fix up the XShm call testing so that we catch errors, and don't
12541         cause new ones by attempting to detach from a segment we failed
12542         to attach to. Fixes #312439.
12543
12544 2006-02-10  Edward Hervey  <edward@fluendo.com>
12545
12546         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12547         Added flv file typefind (video/x-flv).
12548
12549 2006-02-10  Edward Hervey  <edward@fluendo.com>
12550
12551         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12552         (gst_riff_create_video_template_caps):
12553         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
12554         Also added the caps to the default set of riff video caps.
12555
12556 2006-02-09  Andy Wingo  <wingo@pobox.com>
12557
12558         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
12559         time and the end time of the last packet in the page.
12560         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
12561         on the pages in our queue, set the duration as well. Reflow a
12562         debug statement.
12563         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
12564         Fixes bad muxing order.
12565
12566 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12567
12568         * gst-libs/gst/rtp/gstbasertppayload.c:
12569         (gst_basertppayload_setcaps), (gst_basertppayload_push):
12570           update seqnum before setting it on the packet; this makes sure
12571           that the timestamp and seqnum properties match after pushing
12572           a buffer
12573
12574 2006-02-09  Andy Wingo  <wingo@pobox.com>
12575
12576         * gst-libs/gst/audio/gstringbuffer.c
12577         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
12578         overflow after 13.5 hours of recording. Kapow!
12579
12580         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
12581         the buffer size -- we don't care about underrun/overrun reporting
12582         right now, just need to return a useful value.
12583
12584 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12585
12586         * configure.ac:
12587           Back to CVS
12588
12589 === release 0.10.3 ===
12590
12591 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12592
12593         * configure.ac:
12594           releasing 0.10.3, "Under Pressure"
12595
12596 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12597
12598         * configure.ac:
12599         Drat. Bump libtool version number for new API.
12600         Prelease 0.10.2.3 (of 0.10.3)
12601
12602 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12603
12604         * configure.ac:
12605         * win32/common/config.h:
12606         0.10.2.2 prerelease (of 0.10.3).
12607
12608 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12609
12610         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
12611           Revert Andy's newsegment change pending a more correct
12612           fix.
12613
12614 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12615
12616         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12617         (qt_type_find), (plugin_init):
12618           detect more files as 3gp
12619           group and reorder the iso file formats
12620
12621 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12622
12623         * ext/vorbis/vorbis.c: (plugin_init):
12624           Register musicbrainz tags, so apps don't have to.
12625
12626 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12627
12628         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
12629         (gst_tag_to_vorbis_tag):
12630           Make sure we called gst_tag_register_musicbrainz_tags()
12631           before possibly mapping a vorbiscomment string from/to a
12632           musicbrainz tag.
12633
12634 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12635
12636         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12637           In case we can't find the required number of consecutive
12638           mpeg audio frames to positively identify an MPEG audio
12639           stream, check if there's at least a valid mpeg audio
12640           frame right at offset 0 and if so suggest mpeg/audio
12641           caps with a very low probability (#153004).
12642
12643 2006-02-07  Andy Wingo  <wingo@pobox.com>
12644
12645         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
12646         a TIME segment if we get timestamped buffers. Requires recent
12647         fixes in core to work properly.
12648
12649 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12650
12651         * gst/playback/gstplaybasebin.c: (prepare_output):
12652           Don't print the URI as part of the error message, it
12653           makes error dialogs look rather ugly, especially if
12654           the URI is very long or has characters in it that
12655           need escaping.
12656
12657 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12658
12659         * gst/playback/gstplaybasebin.c: (prepare_output):
12660           Error out if we have only text or subtitles, but nothing
12661           else. Also error out if we have subtitles but no video
12662           stream.
12663
12664 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12665
12666         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
12667           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
12668           Post an error message on the bus when we encounter an
12669           error, which will hopefully be more meaningful than the
12670           'Internal Flow Error' message users get to see if we
12671           just return GST_FLOW_ERROR.
12672
12673 2006-02-07  Andy Wingo  <wingo@pobox.com>
12674
12675         * configure.ac (GST_MAJORMINOR): Update core version req to
12676         0.10.2.2, for the collectpads API addition (#330244).
12677
12678 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12679
12680         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
12681           Return FALSE from plugin_init() when GnomeVFS can't
12682           be initialised for some reason (#328423).
12683
12684 2006-02-06  Julien MOUTTE  <julien@moutte.net>
12685
12686         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
12687         Stick to seeking theory until i find the bug.
12688         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
12689
12690 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
12691
12692         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12693         (theora_enc_finalize), (theora_enc_sink_setcaps),
12694         (theora_set_header_on_caps), (theora_enc_chain),
12695         (theora_enc_change_state):
12696         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12697           Make theoraenc and the tests leak free. Like, really.
12698
12699 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
12700
12701         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12702         (theora_enc_finalize), (theora_enc_sink_setcaps):
12703           Add a finalize method to ensure we clean up state even if
12704           someone omitted the state change back to NULL.
12705
12706         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
12707         (gst_vorbisenc_chain):
12708           Free some more leaked bits.
12709
12710         * tests/check/pipelines/theoraenc.c: (start_pipeline),
12711         (stop_pipeline):
12712           Wait for state changes to happen if they're ASYNC.
12713
12714           This ought to teach those fancy pants buildbots a lesson.
12715
12716 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12717
12718         * gst-libs/gst/tag/gstid3tag.c:
12719           Add mapping for ID3 International Standard Recording Code
12720           tag "TSRC"
12721
12722 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12723
12724         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
12725           Don't leak tag names.
12726
12727 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12728
12729         * docs/libs/gst-plugins-base-libs-docs.sgml:
12730         * docs/libs/gst-plugins-base-libs-sections.txt:
12731         * gst-libs/gst/tag/gstid3tag.c:
12732         * gst-libs/gst/tag/gstvorbistag.c:
12733         * gst-libs/gst/tag/tags.c:
12734           Split libgsttag docs into multiple sections.
12735
12736 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12737
12738         * docs/libs/Makefile.am:
12739         * docs/libs/gst-plugins-base-libs-docs.sgml:
12740         * docs/libs/gst-plugins-base-libs-sections.txt:
12741         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
12742         * gst-libs/gst/tag/gstvorbistag.c:
12743         * gst-libs/gst/tag/tag.h:
12744         * gst-libs/gst/tag/tags.c:
12745           Add libgsttag to the docs.
12746
12747 2006-02-05  Julien MOUTTE  <julien@moutte.net>
12748
12749         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
12750         (gst_text_overlay_init), (gst_text_overlay_src_event),
12751         (gst_text_overlay_collected): Fix clockoverlay.
12752
12753 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12754
12755         * docs/libs/compiling.sgml:
12756           Fix typo: it's pkg-config, not pkg-gconfig
12757
12758         * docs/libs/gst-plugins-base-libs-docs.sgml:
12759         * docs/libs/gst-plugins-base-libs-sections.txt:
12760         * docs/libs/tmpl/gstgconf.sgml:
12761           There is no libgstgconf in 0.10, remove it
12762           from the docs.
12763
12764 2006-02-05  Julien MOUTTE  <julien@moutte.net>
12765
12766         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
12767         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12768         (gst_text_overlay_src_event), (gst_text_overlay_collected):
12769         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12770         (gst_sub_parse_class_init), (gst_sub_parse_init),
12771         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
12772         (parse_mpsub), (parser_state_init), (handle_buffer),
12773         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
12774         * gst/subparse/gstsubparse.h: Introduce seeking code.
12775
12776 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12777
12778         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12779           Add comment about LANGUAGE tag inconsistency (we want
12780           ISO-639-1, but extract three-letter identifiers?)
12781
12782         * po/POTFILES.in:
12783           Add two translatable files.
12784
12785 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
12786
12787         * gst-libs/gst/tag/Makefile.am:
12788         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12789         * gst-libs/gst/tag/tag.h:
12790         * gst-libs/gst/tag/tags.c:
12791         (gst_tag_register_musicbrainz_tags_internal),
12792         (gst_tag_register_musicbrainz_tags):
12793           Forward-port some tags stuff from the 0.8 branch. This is
12794           mostly the addition of musicbrainz tags and their mapping
12795           to vorbistags, and a vorbistag mapping of the language tag.
12796
12797 2006-02-05  Julien MOUTTE  <julien@moutte.net>
12798
12799         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
12800         refactoring.
12801
12802 2006-02-04  David Schleef  <ds@schleef.org>
12803
12804         * ext/ogg/gstoggmux.c:
12805         * gst/typefind/gsttypefindfunctions.c:
12806           Add Dirac typefinding and add dirac format to oggmux.
12807
12808 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
12809
12810         * gst/playback/gstdecodebin.c: (try_to_link_1):
12811           Don't put essential function call into
12812           g_return_*() macro, otherwise it'll all be
12813           replaced by NOOPs when compiling with
12814           G_DISABLE_CHECKS defined.
12815
12816 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12817
12818         * ext/ogg/gstoggdemux.c:
12819         * ext/ogg/gstoggparse.c:
12820         * gst/tcp/gsttcpserversink.c:
12821         * sys/v4l/v4lsrc_calls.c:
12822         * sys/v4l/v4lsrc_calls.h:
12823         Just make it compile with --disable-gst-debug.
12824
12825 2006-02-03  Wim Taymans  <wim@fluendo.com>
12826
12827         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
12828         (gst_alsasink_class_init), (gst_alsasink_init),
12829         (gst_alsasink_write), (gst_alsasink_reset):
12830         * ext/alsa/gstalsasink.h:
12831         Add lock to protect alsa calls.
12832         Implement reset to flush samples ASAP, does not work
12833         with dmix though.
12834
12835 2006-02-02  Wim Taymans  <wim@fluendo.com>
12836
12837         * gst-libs/gst/audio/gstbaseaudiosink.c:
12838         (gst_base_audio_sink_provide_clock):
12839         Ugh.. getting late I guess...
12840
12841 2006-02-02  Wim Taymans  <wim@fluendo.com>
12842
12843         * gst-libs/gst/audio/gstbaseaudiosink.c:
12844         (gst_base_audio_sink_provide_clock),
12845         (gst_base_audio_sink_set_property),
12846         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
12847         Don't try to provide a clock when we are not negotiated since
12848         we might not be able to make it run.
12849
12850 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12851
12852         * gst/playback/gstdecodebin.c: (try_to_link_1):
12853           Unlinking two source pads is ... hard.
12854
12855 2006-02-02  Wim Taymans  <wim@fluendo.com>
12856
12857         * gst-libs/gst/audio/TODO:
12858         Updated.
12859
12860         * gst-libs/gst/audio/gstbaseaudiosink.c:
12861         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
12862         On EOS, wait till the last sample is played before posting EOS.
12863
12864 2006-02-01  Philippe Kalaf <burger at speedy dot org>
12865
12866         Patch by: Kai Vehmanen
12867         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12868           Adds ability to enable newsegment bypass by setting queue_delay to
12869           zero. Also avoid thread being started if queue_delay is zero.
12870
12871 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12872
12873         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
12874           Make test work again by connecting fakesinks to each decoded pad,
12875           which makes the pipeline wait until each fakesink has a buffer
12876           queued before going to PAUSED state. At that point we know the
12877           decodebin pads are negotiated.
12878
12879 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12880
12881         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
12882         (gst_cdda_base_src_handle_event):
12883         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
12884           Pass unhandled queries to the parent class's query function.
12885
12886 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12887
12888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
12889         (gst_ogg_pad_src_query):
12890         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12891         * ext/theora/theoradec.c: (theora_dec_src_query),
12892         (theora_dec_sink_query):
12893         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12894         (vorbis_dec_sink_query):
12895         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
12896         (gst_vorbisenc_sink_query):
12897         * gst/adder/gstadder.c: (gst_adder_query):
12898           Pass unhandled queries upstream instead of just
12899           dropping them (#326447). Also, fix supported
12900           query types list for some elements.
12901
12902 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12903
12904         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
12905         (paris_type_find), (ilbc_type_find), (plugin_init):
12906           Fix typefinding for audio/x-au, audio/x-paris and
12907           audio/iLBC-sh. We cannot use the START_WITH macros
12908           here, because there can only be one typefind factory
12909           with the same name (caps), so the second one would
12910           replace the first one and the first one would never
12911           be called when doing typefinding (see #161712).
12912           
12913
12914 2006-01-31  Wim Taymans  <wim@fluendo.com>
12915
12916         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
12917         (vorbis_handle_header_packet), (vorbis_dec_push),
12918         (vorbis_handle_data_packet):
12919         Use scale_int when we can, add some more scaling.
12920         Check packettype before parsing it.
12921
12922 2006-01-31  Wim Taymans  <wim@fluendo.com>
12923
12924         * ext/theora/theoradec.c: (_theora_granule_time),
12925         (theora_dec_src_convert), (theora_dec_sink_convert):
12926         Call right _scale functions.
12927         Use parameter instead of some other random value.
12928
12929 2006-01-31  Wim Taymans  <wim@fluendo.com>
12930
12931         * ext/theora/theoradec.c: (_theora_granule_frame),
12932         (_theora_granule_time), (_inc_granulepos),
12933         (theora_dec_src_convert), (theora_dec_sink_convert),
12934         (theora_handle_type_packet), (theora_handle_data_packet),
12935         (theora_dec_chain):
12936         Use higher precision timestamps calculation.
12937         Convert some other conversions to _scale.
12938
12939 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
12940
12941         * gst/audiotestsrc/gstaudiotestsrc.c:
12942         (gst_audio_test_src_create_sine_table), (plugin_init):
12943         * gst/volume/gstvolume.c: (plugin_init):
12944           initialize gst_controller before using
12945
12946 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12947
12948         * tests/check/pipelines/theoraenc.c:
12949         * tests/check/pipelines/vorbisenc.c:
12950         Define constant using G_GINT64_CONSTANT to avoid errors when
12951         passing it around - otherwise it gets truncated to 32 bits.
12952
12953         Fixes failing tests.
12954
12955 2006-01-31  Andy Wingo  <wingo@pobox.com>
12956
12957         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
12958         caps being set doesn't have a framerate value. Basically a stopgap
12959         measure.
12960
12961         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
12962         technically correct enough to put into core though.
12963         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
12964         DURATION. Fixes theoraenc ! oggmux.
12965
12966         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
12967         fraction, not double.
12968
12969 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
12970
12971         * win32/vs7:
12972         add vs7 project files created by Sergey Scobich
12973
12974 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
12975
12976         * win32/vs8:
12977         add vs8 project files created by Sergey Scobich
12978         
12979 2006-01-30  Andy Wingo  <wingo@pobox.com>
12980
12981         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
12982         timestamp + duration, not just timestamp -- ogg pages should be
12983         ordered by stop time. Necessary fix given the change in vorbis
12984         timestamps.
12985
12986         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
12987         (gst_theora_enc_init): Pull the granule shift out of the encoder.
12988         (granulepos_add): New function, handles the messiness of adjusting
12989         granulepos values.
12990         (theora_buffer_from_packet):
12991         (theora_enc_chain):
12992         (theora_enc_sink_event): Use granulepos_add, not +.
12993
12994         * tests/check/pipelines/theoraenc.c
12995         (check_buffer_granulepos_from_starttime): Just check the frame
12996         count, not the actual granulepos -- we can't dictate to the
12997         encoder when it should be placing keyframes.
12998
12999 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13000
13001         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13002           SERVICE_NOT_AVAILABLE happens for example when you're trying to
13003           play an http:// stream from a server that's not serving
13004
13005 2006-01-30  Andy Wingo  <wingo@pobox.com>
13006
13007         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
13008         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
13009         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
13010         available.
13011
13012         * ext/theora/gsttheoraenc.h:
13013         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
13014         although theoraenc was timestamping correctly. Added handling of
13015         streams that start with nonzero timestamps.
13016
13017         * tests/check/Makefile.am:
13018         * tests/check/pipelines/theoraenc.c: New file, basically does same
13019         tests as vorbisenc.
13020
13021         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
13022
13023 2006-01-30  Wim Taymans  <wim@fluendo.com>
13024
13025         * gst-libs/gst/audio/gstaudiosink.c:
13026         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
13027         (gst_audioringbuffer_pause):
13028         Implement pause that does not wait for completion.
13029
13030         * gst-libs/gst/audio/gstbaseaudiosink.c:
13031         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13032         Don't drop buffers when going to PAUSED but perform preroll on
13033         remaining samples now that core base class supports this.
13034
13035         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
13036         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
13037         (gst_ring_buffer_commit):
13038         Pause should not signal waiters.
13039         Implement return value of _commit correctly.
13040
13041 2006-01-30  Andy Wingo  <wingo@pobox.com>
13042
13043         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
13044
13045         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
13046         updated to timestamp from the first sample, not the last.
13047         (gst_vorbisenc_buffer_from_header_packet): New function, takes
13048         special care of granulepos and timestamp for header packets.
13049         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
13050         when the first buffer has a nonzero timestamp.
13051
13052         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
13053         (GstVorbisEnc.subgranule_offset): New members. Take care of the
13054         case when the first audio buffer we get has a nonzero timestamp.
13055         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
13056         properly timestamp vorbis buffers with the time of the first
13057         sample, not the last.
13058         
13059         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
13060         vorbis_granule_time_copy -- now it takes the granule/subgranule
13061         offset into account.
13062
13063         * tests/check/pipelines/vorbisenc.c: New test for correctness of
13064         timestamps, durations, and granulepos on buffers produced by
13065         vorbisenc.
13066
13067 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
13068
13069         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13070         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13071           Patch from Eric Jonas to support conversions to/from UYVY 
13072           (Fixes: #324626)
13073
13074 2006-01-30  Julien MOUTTE  <julien@moutte.net>
13075
13076         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
13077         (setup_subtitle), (setup_source), (set_active_source):
13078         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
13079         (gen_text_element), (gen_audio_element), (gen_vis_element),
13080         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
13081
13082 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
13083
13084         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
13085         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
13086                 use gst_guint64_to_gdouble to be compliant with vs6
13087         * gst/playback/gstdecodebin.c: (try_to_link_1)
13088         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
13089                 use G_GINT64_CONSTANT for int64 constants
13090         * win32/common/libgstinterfaces.def:
13091                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
13092         * win32/vs6:
13093                 update and add new project files
13094                 
13095 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13096
13097         * Makefile.am:
13098         * win32/MANIFEST:
13099         * win32/common/interfaces-enumtypes.c:
13100         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
13101         (gst_mixer_track_flags_get_type),
13102         (gst_tuner_channel_flags_get_type):
13103         * win32/common/interfaces-enumtypes.h:
13104         * win32/common/multichannel-enumtypes.c:
13105         (gst_audio_channel_position_get_type):
13106         * win32/common/multichannel-enumtypes.h:
13107           add a win32-update rule like in core, and copy over enumtypes files
13108
13109 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13110
13111         * win32/MANIFEST:
13112         * win32/common/config.h:
13113         * win32/common/config.h.in:
13114           add config files just like in core
13115
13116 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13117
13118         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
13119           Make gcc-4.1 happy (part of #327357).
13120
13121 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13122
13123         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
13124         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
13125         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
13126         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
13127         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
13128         (gst_alsasrc_unprepare), (gst_alsasrc_read):
13129           Update all error messages.  All of them should either use
13130           the default translated message, or actually provide a
13131           translatable string.
13132           Make the string for channel count problems meaningful.
13133
13134 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13135
13136         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13137           check for and throw RESOURCE_BUSY
13138
13139 2006-01-27  David Schleef  <ds@schleef.org>
13140
13141         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
13142           checked in this change -- it requires liboil features not
13143           in 0.3.6.  Revert parts.
13144
13145 2006-01-27  David Schleef  <ds@schleef.org>
13146
13147         * REQUIREMENTS:
13148         * configure.ac: update liboil requirement to 0.3.6
13149         * gst/videoscale/Makefile.am:
13150         * gst/videoscale/vs_scanline.c: liboilify
13151
13152 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13153
13154         * ext/libvisual/visual.c: (get_buffer):
13155           When pad_alloc returns a GstFlowReturn other
13156           than GST_FLOW_OK, make sure it is passed upstream.
13157
13158 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13159
13160         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
13161         (gst_alsasink_class_init):
13162           Free the device name string.
13163
13164         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13165         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
13166         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
13167           Don't remove a pad from the collectpads structure until it
13168           is released - it's a request pad, and may receive data again
13169           if the element gets moved back to PLAYING state.
13170
13171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13172           Ensure we turn on double buffering on the Xv port, and
13173           set the colour key to something dark and mysterious that
13174           isn't black.
13175
13176 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13177
13178         * ext/alsa/gstalsaplugin.c: (plugin_init):
13179         * ext/cdparanoia/gstcdparanoiasrc.c:
13180         (gst_cd_paranoia_src_base_init), (plugin_init):
13181         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13182         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
13183           - a library should not call setlocale. see "Libraries" node in
13184             gettext manual
13185           - make sure all plugins that use translation do bindtextdomain
13186             to point to the localedir
13187         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
13188         (setup_sinks), (plugin_init):
13189           all this, and check for NULL when creating sinks
13190
13191 2006-01-27  Julien MOUTTE  <julien@moutte.net>
13192
13193         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
13194         (plugin_init): Make typefinding of subtitles work again.
13195
13196 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
13197
13198         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
13199         (mp3_type_frame_length_from_header), (mp3_type_find),
13200         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
13201         (plugin_init):
13202           Backport a bunch of typefinding fixes from the 0.8 branch.
13203           Also, improve wavpack typefinding: if we can't peek the
13204           entire wavpack block, try to parse the bits we can get and
13205           see if we find what we're looking for in those.
13206
13207 2006-01-26  Julien MOUTTE  <julien@moutte.net>
13208
13209         * sys/ximage/ximagesink.c:
13210         (gst_ximagesink_calculate_pixel_aspect_ratio):
13211         * sys/xvimage/xvimagesink.c:
13212         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
13213         more cases of pixel aspect ratio.
13214
13215 2006-01-26  Edward Hervey  <edward@fluendo.com>
13216
13217         * gst/playback/gstdecodebin.c: (pad_probe):
13218         Also consider the flush-start and tag events as unblockers
13219         for the pad probes.
13220
13221 2006-01-26  Julien MOUTTE  <julien@moutte.net>
13222
13223         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13224         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
13225         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
13226         On the fly visualisation switch, works disabling, enabling as
13227         well but it won't be able to enable vis in a playbin that was
13228         created with no visualisation.
13229
13230 2006-01-25  Wim Taymans  <wim@fluendo.com>
13231
13232         * gst-libs/gst/audio/gstbaseaudiosink.c:
13233         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13234         Undo previous commit that returned WRONG_STATE sooner, it breaks 
13235         resume after pause.
13236
13237 2006-01-25  Wim Taymans  <wim@fluendo.com>
13238
13239         * gst-libs/gst/audio/gstbaseaudiosink.c:
13240         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
13241         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
13242         Improve debugging.
13243         Post error when caps cannot be parsed.
13244         Resync on discontinuity in the stream.
13245         Clip samples to segment boundaries.
13246         return WRONG_STATE sooner when we are flushing.
13247
13248         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
13249         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
13250         Make audiosrc operate in TIME.
13251         Set TIMESTAMP and DURATION on buffers.
13252
13253 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
13254
13255         * tests/examples/seek/seek.c: (main):
13256           Output tag messages as well.
13257
13258 2006-01-23  Edward Hervey  <edward@fluendo.com>
13259
13260         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13261         (free_pad_probes), (remove_fakesink), (pad_probe),
13262         (close_pad_link), (gst_decode_bin_change_state):
13263         Replace GstPadBlockCallback with pad probes that detect
13264         first buffer AND eos before removing fakesink.
13265         Fixes hang with demuxers doing EOS while pre-rolling.
13266         Solves #328279
13267
13268 2006-01-23  Andy Wingo  <wingo@pobox.com>
13269
13270         * ext/alsa/gstalsasink.c:
13271         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13272         (gst_base_rtp_depayload_setcaps),
13273         (gst_base_rtp_depayload_add_to_queue),
13274         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
13275         
13276         Patch by: Jens Granseuer <jensgr at gmx dot net>
13277
13278 2006-01-22  Julien MOUTTE  <julien@moutte.net>
13279
13280         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13281         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13282         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
13283         frames. We might get a frame destroyed after changing state to
13284         NULL, adding a safety check on xcontext.
13285
13286 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
13287
13288         * gst-libs/gst/interfaces/xoverlay.c:
13289           Fix prepare-xwindow-id code example in the docs - we need to
13290           ignore all messages that aren't element messages as well.
13291           
13292 2006-01-21  Julien MOUTTE  <julien@moutte.net>
13293
13294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
13295           I think one day i'll completely undestand how caps negotiation
13296           is supposed to work. This refactoring handles buffer_alloc
13297           called with caps we can't handle. We definitely don't want a
13298           set_caps with those caps, so we define and allocate a buffer
13299           we would like to receive.
13300
13301 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13302
13303         * gst/playback/gstplaybasebin.c: (setup_source):
13304           Free iterator when done.
13305
13306 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
13307
13308         * gst-libs/gst/audio/gstbaseaudiosink.c:
13309         (gst_base_audio_sink_render):
13310           Fix playback of non-synchronised streams by assuming a rate
13311           of 1.0 instead of a random one.
13312
13313           Makes this work again:
13314
13315           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
13316           endianness=(int)4321, signed=(boolean)true, width=(int)16,
13317           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
13318           audioresample ! alsasink
13319
13320 === release 0.10.2 ===
13321
13322 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
13323
13324         * configure.ac:
13325           releasing 0.10.2, "Then the devil is six"
13326
13327 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
13328
13329         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13330         * gst/playback/gststreamselector.c:
13331         (gst_stream_selector_set_property):
13332           Comment out broken code that connects to the state-changed signal.
13333           At this point, changing current stream selection is broken, but 
13334           stuff like gst-launch playbin current-audio=1 works and filters
13335           to the chosen stream.
13336
13337 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13338
13339         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13340           Fix #327216 (null dereference in vorbisdec)
13341
13342 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
13343
13344         * ext/theora/theoradec.c: (theora_handle_comment_packet):
13345           Post taglist actually on bus instead of just freeing it
13346           (fixes #327114 and totem bug #327080).
13347
13348         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13349           Use gst_element_found_tags_for_pad(), so that the tags
13350           are sent downstream as an event as well.
13351
13352 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13353
13354         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13355         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
13356         (gst_ximagesink_buffer_alloc):
13357         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
13358         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
13359         (gst_xvimagesink_buffer_alloc):
13360           move all regularly occurring messages to GST_LOG level
13361           add some more object logs
13362
13363 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13364
13365         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13366           fix a silly segfault
13367
13368 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
13369
13370         * docs/libs/gst-plugins-base-libs-docs.sgml:
13371         * docs/libs/gst-plugins-base-libs-sections.txt:
13372         * gst-libs/gst/audio/mixerutils.c:
13373         * gst-libs/gst/audio/mixerutils.h:
13374           Add docs for mixerutils stuff.
13375
13376 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
13377
13378         * gst/playback/gstplaybasebin.c: (setup_source):
13379           Fix playback for sources that emit raw audio or
13380           raw video streams (e.g.: cd audio sources) (#325984).
13381
13382 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13383
13384         * gst-libs/gst/audio/mixerutils.c:
13385         (gst_audio_mixer_filter_do_filter):
13386           actually save the element we create
13387
13388 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
13389
13390         * gst-libs/gst/cdda/gstcddabasesrc.c:
13391         (gst_cdda_base_src_handle_track_seek):
13392           No need to post a tag message on the bus when seeking
13393           within the same track, only post it when the current
13394           track changes.
13395
13396 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
13397
13398         * gst/playback/gstplaybasebin.c: (group_destroy),
13399         (probe_triggered), (new_decoded_pad), (mute_group_type),
13400         (set_active_source):
13401         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13402         * gst/playback/gststreamselector.c:
13403         (gst_stream_selector_base_init),
13404         (gst_stream_selector_set_property),
13405         (gst_stream_selector_request_new_pad):
13406           Reenable stream selection. These mechanisms need a complete overhaul
13407           in the face of 0.8->0.10 changes though.
13408
13409 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
13410
13411         * ext/ogg/gstoggdemux.c:
13412           Change the pad template to src_%d to match the pads that 
13413           are created from it. decodebin needs this information in order
13414           to decide that oggdemux is capable of producing multiple pads
13415           (and hence needs queues inserted).
13416
13417         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13418         (gst_ogg_mux_collected):
13419           Make debug output more useful by using GST_PTR_FORMAT.
13420
13421 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
13422
13423         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13424
13425         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
13426           Set depth and width for alaw/mulaw (fixes #326601).
13427
13428 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13429
13430         * tests/icles/Makefile.am:
13431           don't build the tests if we don't have the libs
13432
13433 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13434
13435         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
13436         (gst_cd_paranoia_paranoia_callback):
13437           Don't try to free NULL pointers.
13438
13439 2006-01-10  Edward Hervey  <edward@fluendo.com>
13440
13441         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
13442         (gst_audio_rate_change_state), (plugin_init):
13443         Add debugging category.
13444         Fix type issues.
13445         Add case for incoming buffers without valid offset/offset_end.
13446
13447 2006-01-10  Michael Smith  <msmith@fluendo.com>
13448
13449         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
13450           Don't leak GCond in audio sources.
13451
13452 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
13453
13454         * gst/playback/gstplaybin.c: (gen_audio_element):
13455           Don't leak an autoaudiosink/alsasink when we generate
13456           a new audio element. (old code, I guess)
13457
13458 2006-01-10  Michael Smith  <msmith@fluendo.com>
13459
13460         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
13461           Support float audio in audiorate.
13462           Use width rather than depth for selecting sample width.
13463
13464 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13465
13466         * gst/videotestsrc/videotestsrc.h:
13467           Use GLib types here (that way we don't have to include the
13468           generated _stdint.h header, which makes life easier for win32
13469           folks that don't use autotools for the build) (#325990, patch
13470           by: Sergey Scobich).
13471
13472 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
13473
13474         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13475         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13476         (gst_ring_buffer_pause), (wait_segment):
13477         * gst-libs/gst/audio/gstringbuffer.h:
13478           Name (private) union, makes Forte compiler happy (this time
13479           for real) (#324900).
13480
13481 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
13482
13483         * gst-libs/gst/audio/Makefile.am:
13484           Link against libgstinterfaces, needed for mixer
13485           and property probe stuff.
13486
13487 2006-01-09  Edward Hervey  <edward@fluendo.com>
13488
13489         * gst-libs/gst/Makefile.am:
13490
13491 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
13492
13493         * gst-libs/gst/audio/Makefile.am:
13494         * gst-libs/gst/audio/mixerutils.c:
13495         (gst_audio_mixer_filter_do_filter),
13496         (gst_audio_mixer_filter_check_element),
13497         (gst_audio_mixer_filter_probe_feature),
13498         (element_factory_rank_compare_func),
13499         (gst_audio_default_registry_mixer_filter):
13500         * gst-libs/gst/audio/mixerutils.h:
13501           Add gst_audio_default_registry_mixer_filter() utility
13502           function.
13503
13504 2006-01-03  Michael Smith  <msmith@fluendo.com>
13505
13506         * gst/audioresample/resample.h:
13507           As before, but for o_buf
13508
13509 2006-01-03  Michael Smith  <msmith@fluendo.com>
13510
13511         * gst/audioresample/resample.h:
13512           Declare struct _ResampleState.buffer as unsigned char *, not void *,
13513           since we do arithmetic on it.
13514
13515 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
13516
13517         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13518         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13519         (gst_ring_buffer_pause), (wait_segment):
13520         * gst-libs/gst/audio/gstringbuffer.h:
13521           Sun's Forte compiler doesn't seem to like anonymous structs,
13522           so use same setup as in GstBaseSrc (fixes #324900).
13523
13524 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13525
13526         * configure.ac:
13527         * gst/volume/Makefile.am:
13528         * gst/volume/demo.c:
13529           move old example to tests/examples/volume/volune.c
13530         * tests/examples/Makefile.am:
13531         * tests/examples/seek/seek.c: (main):
13532           change window-close event from "delete-event" to "destroy"
13533         * tests/examples/volume/Makefile.am:
13534         * tests/examples/volume/volume.c: (value_changed_callback),
13535         (setup_gui), (message_received), (eos_message_received), (main):
13536           fix event handling and bus usage
13537
13538 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
13539
13540         * gst/audiotestsrc/gstaudiotestsrc.c:
13541         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
13542         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
13543         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
13544         (gst_audio_test_src_create_square),
13545         (gst_audio_test_src_create_saw),
13546         (gst_audio_test_src_create_triangle),
13547         (gst_audio_test_src_create_silence),
13548         (gst_audio_test_src_create_white_noise),
13549         (gst_audio_test_src_create_pink_noise),
13550         (gst_audio_test_src_init_sine_table),
13551         (gst_audio_test_src_create_sine_table),
13552         (gst_audio_test_src_change_wave),
13553         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
13554         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
13555         * gst/audiotestsrc/gstaudiotestsrc.h:
13556           update to basesrc changes, implement segmented seeking and eos
13557           handling, add a 'sine-tab' waveform for performance critical playback
13558
13559 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13560
13561         * po/POTFILES.in:
13562           ... and this time the other modified file that I missed last time.
13563
13564 2005-12-29  Michael Smith  <msmith@fluendo.com>
13565
13566         * gst/playback/gstdecodebin.c: (new_pad):
13567           Fix non-C89 variable declaration not at the start of a block. Should
13568           help some compilers.
13569
13570 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13571
13572         * tests/check/Makefile.am:
13573           And now fix 'make distcheck' (builddir != srcdir)
13574
13575 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13576
13577         * configure.ac:
13578         * ext/cdparanoia/Makefile.am:
13579         * ext/cdparanoia/gstcdparanoia.c:
13580         * ext/cdparanoia/gstcdparanoia.h:
13581         * ext/cdparanoia/gstcdparanoiasrc.c:
13582         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
13583         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
13584         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
13585         (gst_cd_paranoia_paranoia_callback),
13586         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
13587         (gst_cd_paranoia_src_set_property),
13588         (gst_cd_paranoia_src_get_property), (plugin_init):
13589         * ext/cdparanoia/gstcdparanoiasrc.h:
13590           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
13591           plugin again (there are still fixes required to playbin to make
13592           cdda:// uris work there).
13593
13594 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13595
13596         * tests/check/Makefile.am:
13597           Fix test case compilation.
13598
13599 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13600
13601         * gst-libs/gst/cdda/gstcddabasesrc.c:
13602         (gst_cdda_base_src_update_duration),
13603         (gst_cdda_base_src_calculate_cddb_id):
13604           An integer is not a string. Fix access to uninitialised variable.
13605
13606         * tests/check/Makefile.am:
13607           Add cddabasesrc unit test; also actually enable the vorbis test.
13608
13609         * tests/check/generic/states.c:
13610           Blacklist new cd audio elements as well.
13611
13612         * tests/check/libs/cddabasesrc.c:
13613           Unit test for GstCddaBaseSrc (discid calculation mostly).
13614
13615 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
13616
13617         * docs/libs/Makefile.am:
13618         * docs/libs/gst-plugins-base-libs-docs.sgml:
13619         * docs/libs/gst-plugins-base-libs-sections.txt:
13620         * docs/libs/gst-plugins-base-libs.types:
13621           Add docs for libgstcdda/GstCddaBaseSrc.
13622
13623         * gst-libs/gst/interfaces/mixertrack.h:
13624           Do one struct member per line with a semicolon at the end, that way
13625           even gtk-doc might parse it without complaining.
13626
13627 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
13628
13629         * configure.ac:
13630         * gst-libs/gst/Makefile.am:
13631         * gst-libs/gst/cdda/Makefile.am:
13632         * gst-libs/gst/cdda/base64.c:
13633         * gst-libs/gst/cdda/base64.h:
13634         * gst-libs/gst/cdda/gstcddabasesrc.c:
13635         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
13636         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
13637         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
13638         (gst_cdda_base_src_get_property),
13639         (gst_cdda_base_src_get_track_from_sector),
13640         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
13641         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
13642         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
13643         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
13644         (gst_cdda_base_src_uri_get_protocols),
13645         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
13646         (gst_cdda_base_src_uri_handler_init),
13647         (gst_cdda_base_src_setup_interfaces),
13648         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
13649         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
13650         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
13651         (gst_cdda_base_src_add_tags),
13652         (gst_cdda_base_src_add_index_associations),
13653         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
13654         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
13655         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
13656         (gst_cdda_base_src_create):
13657         * gst-libs/gst/cdda/gstcddabasesrc.h:
13658         * gst-libs/gst/cdda/sha1.c:
13659         * gst-libs/gst/cdda/sha1.h:
13660           Add new libgstcdda with GstCddaBaseSrc class.
13661
13662 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
13663
13664         * ext/gnomevfs/gstgnomevfssink.h:
13665           Use GstBaseSinkClass as parent_class member for class struct, not
13666           GstBaseSink.
13667
13668 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
13669
13670         Patch by: Michael Benes
13671
13672         * gst/videotestsrc/gstvideotestsrc.c:
13673         (gst_video_test_src_class_init), (gst_video_test_src_start):
13674           Add start method to reset running time and number of frames sent
13675           when starting up (fixes #324696)
13676
13677 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
13678
13679         * docs/plugins/Makefile.am:
13680         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13681         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13682         * docs/plugins/gst-plugins-base-plugins.args:
13683         * docs/plugins/gst-plugins-base-plugins.hierarchy:
13684         * docs/plugins/gst-plugins-base-plugins.signals:
13685           Add docs stuff for gnomevfssrc and gnomevfssink.
13686
13687         * ext/gnomevfs/gstgnomevfssrc.c:
13688           Fix example pipeline in gtk-doc blurb.
13689
13690 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
13691
13692         * ext/gnomevfs/Makefile.am:
13693         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
13694         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
13695         (gst_gnome_vfs_handle_get_type), (plugin_init):
13696         * ext/gnomevfs/gstgnomevfs.h:
13697         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
13698         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
13699         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
13700         (gst_gnome_vfs_sink_set_property),
13701         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
13702         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
13703         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
13704         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
13705         (gst_gnome_vfs_sink_uri_get_type),
13706         (gst_gnome_vfs_sink_uri_get_protocols),
13707         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
13708         (gst_gnome_vfs_sink_uri_handler_init):
13709         * ext/gnomevfs/gstgnomevfssink.h:
13710           Port gnomevfssink; add gtk-doc blurb.
13711
13712         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
13713         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
13714         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
13715         (gst_gnome_vfs_src_uri_get_type),
13716         (gst_gnome_vfs_src_uri_get_protocols),
13717         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
13718         (gst_gnome_vfs_src_uri_handler_init),
13719         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
13720         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
13721         (gst_gnome_vfs_src_send_additional_headers_callback),
13722         (gst_gnome_vfs_src_received_headers_callback),
13723         (gst_gnome_vfs_src_push_callbacks),
13724         (gst_gnome_vfs_src_pop_callbacks),
13725         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
13726         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
13727         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
13728         * ext/gnomevfs/gstgnomevfssrc.h:
13729           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
13730           file; add gtk-doc blurb with example pipelines.
13731
13732 === release 0.10.1 ===
13733
13734 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
13735
13736         * configure.ac:
13737           releasing 0.10.1, "Dobro Dedek"
13738
13739 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
13740
13741         * gst/typefind/gsttypefindfunctions.c:
13742         iLBC30 and iLBC20 added to typefind.
13743
13744 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13745
13746         * gst-libs/gst/audio/gstbaseaudiosink.c:
13747         (gst_base_audio_sink_class_init):
13748         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13749         (gst_base_audio_src_class_init):
13750           update strings, values are in microseconds
13751           change the default sink buffer time to something that is smaller
13752           (to help software volume mixing have a slightly lower delay) but
13753           still be acceptable on Wim's laptop
13754
13755 2005-12-20  Edward Hervey  <edward@fluendo.com>
13756
13757         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
13758         Made a quack, forgot to add DUCK to the riff video template.
13759
13760 2005-12-19  Edward Hervey  <edward@fluendo.com>
13761
13762         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
13763         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13764         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13765         (gst_ogm_parse_chain):
13766         Make sure pads are initialized correctly.
13767         * gst-libs/gst/riff/riff-ids.h:
13768         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13769         (gst_riff_create_video_template_caps):
13770         Add a whole bunch of FOURCC <=> MimeType.
13771         Extend the riff video pad template to support the newly added fourcc.
13772
13773 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13774
13775         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
13776         (gst_ogg_demux_activate_chain):
13777           Extra debug output when activating/deactivating chains.
13778
13779         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13780         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
13781         (unlinked):
13782           Remove a queue from our list when it becomes unlinked.
13783           Don't add queues to elements in class 'Demux' if they
13784           can only produce one pad 
13785
13786 2005-12-18  Julien MOUTTE  <julien@moutte.net>
13787
13788         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
13789         (gst_video_sink_get_type): Add a debug category.
13790
13791 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
13792
13793         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13794         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
13795           Handle downstream newsegment by sending our own newsegment before the
13796           next buffer to be released. (#323900)
13797
13798 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
13799
13800         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13801         (gst_base_rtp_depayload_set_gst_timestamp):
13802           add queue delay to new segment as well (as opposed to just the first
13803           buffer). (bug #322347)
13804
13805 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13806
13807         * ext/libvisual/visual.c: (make_valid_name):
13808           change some char* into char[]
13809         * gst/audiotestsrc/gstaudiotestsrc.c:
13810         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
13811         (gst_audio_test_src_create):
13812         * gst/audiotestsrc/gstaudiotestsrc.h:
13813           prepare to handle EOS and SEGMENT_DONE
13814
13815 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13816
13817         * tests/check/generic/states.c: (GST_START_TEST):
13818           Blacklist cdparanoia element in state test.
13819
13820 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13821
13822           Patch by: Benjamin Pineau
13823
13824         * gst/tcp/gsttcp.c:
13825         * gst/tcp/gsttcpclientsink.c:
13826         * gst/tcp/gsttcpserversink.c:
13827         * gst/tcp/gsttcpserversrc.c:
13828           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
13829
13830 2005-12-15  Michael Smith  <msmith@fluendo.com>
13831
13832         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
13833         (gst_video_rate_chain):
13834           Fix timestamping for videorate when the first buffer it sees has a
13835           non-zero timestamp. Fix some misleading debug output.
13836
13837 2005-12-15  Michael Smith  <msmith@fluendo.com>
13838
13839         * gst/audioresample/gstaudioresample.c:
13840           Don't leak all input buffers to audioresample.
13841
13842 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
13843
13844         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
13845           Don't operate on empty text buffers. Strip newlines and
13846           tabs only from the end of the text, but leave them intact
13847           in the middle. Fix typo in gtk-doc description.
13848
13849 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
13850
13851         * gst/playback/gstplaybasebin.c:
13852         * gst/playback/gstplaybin.c: (handoff):
13853           Make sure the video frame buffer we return to apps via the
13854           "frame" property always has caps set on it. Modify
13855           _gst_gvalue_set_object() macro to handle NULL objects
13856           gracefully too.
13857
13858 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
13859
13860         * gst/audiotestsrc/gstaudiotestsrc.c:
13861         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
13862         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
13863         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
13864         (gst_audio_test_src_create):
13865         * gst/audiotestsrc/gstaudiotestsrc.h:
13866         Adjust to some recent api changes and add wtays new cool seeking
13867         capabillities
13868
13869 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
13870
13871         * ext/alsa/Makefile.am:
13872         * ext/alsa/gstalsadeviceprobe.c:
13873         * ext/alsa/gstalsadeviceprobe.h:
13874           Helper functions to add device probing via the GstPropertyProbe
13875           interface to a class.
13876
13877         * ext/alsa/gstalsamixer.h:
13878           Comment out GST_ALSA_MIXER, it returns a struct that's not
13879           used.
13880
13881         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13882           Add some debug info. 
13883
13884         * ext/alsa/gstalsamixerelement.c:
13885         (gst_alsa_mixer_element_interface_supported),
13886         (gst_implements_interface_init),
13887         (gst_alsa_mixer_element_init_interfaces),
13888         (gst_alsa_mixer_element_class_init),
13889         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
13890         (gst_alsa_mixer_element_set_property),
13891         (gst_alsa_mixer_element_get_property),
13892         (gst_alsa_mixer_element_change_state):
13893         * ext/alsa/gstalsamixerelement.h:
13894           Add 'device' and 'device-name' properties. Add GstPropertyProbe
13895           for device handling (gnome-volume-control will need that).
13896
13897 2005-12-12  Christian Schaller  <uraeus@gnome.org>
13898
13899         * ext/Makefile.am: fix cdparanoia entry
13900         * gst-plugins-base.spec.in: add cdparanoia
13901
13902 2005-12-12  Michael Smith  <msmith@fluendo.com>
13903
13904         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
13905           Use the correct function to free list of typefind factories.
13906
13907 2005-12-12  Wim Taymans  <wim@fluendo.com>
13908
13909         * gst/videotestsrc/gstvideotestsrc.c:
13910         (gst_video_test_src_class_init), (gst_video_test_src_init),
13911         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
13912         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
13913         (gst_video_test_src_create):
13914         * gst/videotestsrc/gstvideotestsrc.h:
13915         Implement seeking in videotestsrc.
13916         Small cleanups.
13917
13918 2005-12-12  Wim Taymans  <wim@fluendo.com>
13919
13920         * ext/cdparanoia/Makefile.am:
13921         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
13922         (gst_paranoia_endian_get_type), (_do_init),
13923         (cdparanoia_class_init), (cdparanoia_init),
13924         (cdparanoia_set_property), (cdparanoia_get_property),
13925         (cdparanoia_do_seek), (cdparanoia_is_seekable),
13926         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
13927         (cdparanoia_convert), (cdparanoia_get_query_types),
13928         (cdparanoia_query), (cdparanoia_set_index),
13929         (cdparanoia_uri_set_uri):
13930         * ext/cdparanoia/gstcdparanoia.h:
13931         Partially ported cdparanoia now that basesrc can support a
13932         plugin like this..
13933
13934 2005-12-12  Wim Taymans  <wim@fluendo.com>
13935
13936         * tests/examples/seek/scrubby.c: (main):
13937         Set higher priority for bus events so they don't get reordered with
13938         gtk gui events.
13939
13940         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
13941         (flush_toggle_cb), (main):
13942         Added checkbox to disable flushing seeks. 
13943         Disable scrubbing when doing non flushing seeks.
13944
13945 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13946
13947         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
13948         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
13949         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
13950         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
13951           Implement some sort of event handling that doesn't rely on
13952           g_return_if_fail; make sure we always push the last chunk of an 
13953           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
13954           state change function; remove some old cruft. Seeking is still
13955           rather unlikely to work though.
13956
13957         * tools/.cvsignore:
13958           Ignore more.
13959
13960 2005-12-11  Julien MOUTTE  <julien@moutte.net>
13961
13962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
13963         Fixed a leak of the current image reference when cleaning up.
13964         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
13965
13966 2005-12-09  Michael Smith  <msmith@fluendo.com>
13967
13968         * tools/Makefile.am:
13969         * tools/gst-launch-ext-m.m:
13970           Remove gst-launch-ext. It doesn't work, and is no longer
13971           particularly useful.
13972
13973 2005-12-08  Luca Ognibene  <luogni@tin.it>
13974
13975         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
13976           don't pass random values to ogmparse convert function.
13977           Make seeking possible in the exile1.ogm file.
13978
13979 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
13980
13981         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13982         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13983           Work around refcount problem with g_value_set_object() that occur
13984           if the core has been compiled against GLib-2.6 (g_value_set_object()
13985           will only g_object_ref() the element, but the caller will
13986           gst_object_unref() it and bad things will happen due to the way
13987           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
13988           totem for people on FC4 using Thomas's 0.10 RPMs.
13989           
13990 2005-12-07  Edward Hervey  <edward@fluendo.com>
13991
13992         Time to welcome ogm to 0.10 :)
13993         
13994         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
13995         (gst_ogg_pad_typefind):
13996         Oggdemux can now properly typefind elements with dynamic pads.
13997         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13998         Properly set caps on src pad, and set caps on outgoing buffers.
13999
14000 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14001
14002         * ext/alsa/gstalsamixer.h:
14003         * ext/alsa/gstalsamixerelement.h:
14004         * ext/alsa/gstalsamixeroptions.h:
14005         * ext/alsa/gstalsamixertrack.h:
14006         * ext/alsa/gstalsasink.c:
14007         * ext/alsa/gstalsasink.h:
14008         * ext/alsa/gstalsasrc.c:
14009         * ext/alsa/gstalsasrc.h:
14010         * ext/cdparanoia/gstcdparanoia.h:
14011         * ext/gnomevfs/gstgnomevfsuri.h:
14012         * ext/ogg/gstoggdemux.c:
14013         * ext/ogg/gstoggmux.c:
14014         * ext/pango/gsttextoverlay.h:
14015         * ext/theora/theoradec.c:
14016         * ext/theora/theoraenc.c:
14017         * ext/vorbis/vorbisdec.h:
14018         * ext/vorbis/vorbisenc.c:
14019         * ext/vorbis/vorbisenc.h:
14020         * ext/vorbis/vorbisparse.h:
14021         * gst-libs/gst/audio/gstaudioclock.h:
14022         * gst-libs/gst/audio/gstaudiosink.c:
14023         * gst-libs/gst/audio/gstaudiosink.h:
14024         * gst-libs/gst/audio/gstaudiosrc.c:
14025         * gst-libs/gst/audio/gstaudiosrc.h:
14026         * gst-libs/gst/audio/gstbaseaudiosink.c:
14027         * gst-libs/gst/audio/gstbaseaudiosink.h:
14028         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14029         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14030         * gst-libs/gst/audio/gstringbuffer.h:
14031         * gst-libs/gst/audio/multichannel.h:
14032         * gst-libs/gst/floatcast/floatcast.h:
14033         * gst-libs/gst/interfaces/colorbalance.c:
14034         * gst-libs/gst/interfaces/colorbalance.h:
14035         * gst-libs/gst/interfaces/colorbalancechannel.h:
14036         * gst-libs/gst/interfaces/mixer.h:
14037         * gst-libs/gst/interfaces/mixeroptions.h:
14038         * gst-libs/gst/interfaces/mixertrack.h:
14039         * gst-libs/gst/interfaces/navigation.h:
14040         * gst-libs/gst/interfaces/propertyprobe.h:
14041         * gst-libs/gst/interfaces/tuner.h:
14042         * gst-libs/gst/interfaces/tunerchannel.h:
14043         * gst-libs/gst/interfaces/tunernorm.h:
14044         * gst-libs/gst/interfaces/xoverlay.h:
14045         * gst-libs/gst/netbuffer/gstnetbuffer.h:
14046         * gst-libs/gst/riff/riff-ids.h:
14047         * gst-libs/gst/riff/riff-media.h:
14048         * gst-libs/gst/riff/riff-read.h:
14049         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14050         * gst-libs/gst/rtp/gstbasertppayload.c:
14051         * gst-libs/gst/rtp/gstbasertppayload.h:
14052         * gst-libs/gst/rtp/gstrtpbuffer.c:
14053         * gst-libs/gst/rtp/gstrtpbuffer.h:
14054         * gst-libs/gst/tag/gsttageditingprivate.h:
14055         * gst-libs/gst/tag/gstvorbistag.c:
14056         (gst_tag_list_from_vorbiscomment_buffer):
14057         * gst-libs/gst/tag/tag.h:
14058         * gst-libs/gst/video/video.h:
14059         * gst/adder/gstadder.c:
14060         * gst/adder/gstadder.h:
14061         * gst/audioconvert/audioconvert.c:
14062         * gst/audioconvert/audioconvert.h:
14063         * gst/audioconvert/gstaudioconvert.c:
14064         * gst/audioconvert/gstchannelmix.c:
14065         * gst/audioconvert/gstchannelmix.h:
14066         * gst/audiorate/gstaudiorate.c:
14067         * gst/audioresample/buffer.h:
14068         * gst/audioresample/functable.h:
14069         * gst/audioresample/gstaudioresample.c:
14070         * gst/audioresample/resample.h:
14071         * gst/ffmpegcolorspace/avcodec.h:
14072         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14073         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14074         * gst/ffmpegcolorspace/imgconvert.c:
14075         * gst/ffmpegcolorspace/imgconvert_template.h:
14076         * gst/playback/gstdecodebin.c:
14077         * gst/playback/gstplaybasebin.h:
14078         * gst/playback/gstplaybin.c:
14079         * gst/playback/gststreaminfo.h:
14080         * gst/tcp/gstfdset.c:
14081         * gst/tcp/gstfdset.h:
14082         * gst/tcp/gstmultifdsink.c:
14083         * gst/tcp/gstmultifdsink.h:
14084         * gst/tcp/gsttcp.h:
14085         * gst/tcp/gsttcpclientsrc.c:
14086         * gst/tcp/gsttcpclientsrc.h:
14087         * gst/tcp/gsttcpplugin.h:
14088         * gst/tcp/gsttcpserversink.c:
14089         * gst/tcp/gsttcpserversrc.c:
14090         * gst/typefind/gsttypefindfunctions.c:
14091         * gst/videorate/gstvideorate.c:
14092         * gst/videotestsrc/gstvideotestsrc.h:
14093         * gst/videotestsrc/videotestsrc.h:
14094         * sys/v4l/gstv4lcolorbalance.h:
14095         * sys/v4l/gstv4ltuner.h:
14096         * sys/v4l/gstv4lxoverlay.h:
14097         * sys/v4l/v4l_calls.h:
14098         * sys/v4l/videodev_mjpeg.h:
14099         * tests/check/elements/audioconvert.c:
14100         * tests/check/elements/audioresample.c:
14101         * tests/check/elements/audiotestsrc.c:
14102         * tests/check/elements/videotestsrc.c:
14103         * tests/check/elements/volume.c:
14104         * tests/examples/seek/scrubby.c:
14105         * tests/examples/seek/seek.c:
14106           expand tabs
14107
14108 === release 0.10.0 ===
14109
14110 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14111
14112         * configure.ac:
14113           releasing 0.10.0, "Mont-d'or"
14114
14115 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
14116
14117         * tests/examples/seek/Makefile.am:
14118         Build fix for when gtk is not available.
14119
14120 2005-12-05  Andy Wingo  <wingo@pobox.com>
14121
14122         * ext/libvisual/visual.c: (get_buffer):
14123         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
14124         * ext/pango/gsttextrender.c: (gst_text_render_chain):
14125         * ext/theora/theoradec.c: (theora_handle_data_packet):
14126         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14127         (theora_enc_chain):
14128         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14129         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
14130         Update for alloc_buffer changes.
14131
14132 2005-12-05  Andy Wingo  <wingo@pobox.com>
14133
14134         patch by: Kai Vehmanen <kv2004 eca cx>
14135         
14136         * gst-libs/gst/rtp/gstbasertpdepayload.c
14137         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
14138
14139 2005-12-04  Andy Wingo  <wingo@pobox.com>
14140
14141         patch by: Sebastien Cote <sebas642 yahoo ca>
14142         
14143         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
14144         Fixes #319172.
14145
14146 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
14147
14148         * docs/plugins/Makefile.am:
14149         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14150         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14151         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14152         * ext/pango/gstclockoverlay.c:
14153         * ext/pango/gsttextoverlay.c: 
14154         * ext/pango/gsttextrender.c:
14155         * ext/pango/gsttimeoverlay.c:
14156           Add gtk-doc blurbs to pango elements.
14157
14158 2005-12-02  Wim Taymans  <wim@fluendo.com>
14159
14160         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
14161         * gst/audioresample/buffer.h:
14162         * gst/audioresample/gstaudioresample.c:
14163         * gst/audioresample/gstaudioresample.h:
14164         * gst/audioresample/resample.c: (resample_input_flush),
14165         (resample_input_pushthrough), (resample_input_eos),
14166         (resample_get_output_size_for_input),
14167         (resample_get_input_size_for_output), (resample_get_output_size),
14168         (resample_get_output_data):
14169         * gst/audioresample/resample.h:
14170         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14171         Fix audioresample, seek torture, new segments, reverse negotiation
14172         etc.. work fine.
14173
14174 2005-12-02  Wim Taymans  <wim@fluendo.com>
14175
14176         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14177         Small cleanups.
14178
14179 2005-12-02  Wim Taymans  <wim@fluendo.com>
14180
14181         * gst/audioconvert/gstaudioconvert.c:
14182         (gst_audio_convert_transform):
14183         Post errors.
14184
14185 === release 0.9.7 ===
14186
14187 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14188
14189         * configure.ac:
14190           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
14191
14192 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14193
14194         * Makefile.am:
14195         * po/hu.po:
14196         * win32/MANIFEST:
14197         * win32/gst.sln:
14198           add win32 MANIFEST file
14199           do something to the hungarian translation
14200
14201 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
14202
14203         * ext/Makefile.am:
14204           Add $(PANGO_DIR) to SUBDIRS
14205
14206         * ext/pango/gstclockoverlay.c:
14207         * ext/pango/gsttimeoverlay.c:
14208           Fix and improve element descriptions.
14209
14210 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14211
14212         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14213         * docs/plugins/inspect/plugin-libvisual.xml:
14214         * docs/plugins/inspect/plugin-pango.xml:
14215           add pango plugin to docs
14216
14217 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14218
14219         * configure.ac:
14220         * ext/Makefile.am:
14221           moved pango to base
14222
14223 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14224
14225         * configure.ac:
14226         * tests/Makefile.am:
14227         * tests/icles/.cvsignore:
14228         * tests/icles/Makefile.am:
14229         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
14230         (close_display), (resize_window), (move_window), (create_window),
14231         (terminate_playback), (pause_playback), (start_playback), (main):
14232           add stress test for xoverlay from Julien
14233
14234 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14235
14236         * docs/libs/tmpl/gstcolorbalance.sgml:
14237         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14238         * gst-libs/gst/rtp/gstbasertppayload.c:
14239         * gst-libs/gst/rtp/gstrtpbuffer.c:
14240         * gst-libs/gst/rtp/gstrtpbuffer.h:
14241           Do burger's rename for rtp payloaders and depayloaders
14242
14243 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14244
14245         * win32/:
14246           add Visual Studio 6 build files
14247
14248 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14249
14250         * docs/libs/gst-plugins-base-libs-docs.sgml:
14251         * docs/libs/gst-plugins-base-libs-sections.txt:
14252         * docs/libs/tmpl/gstaudio.sgml:
14253         * docs/libs/tmpl/gstringbuffer.sgml:
14254         * gst-libs/gst/interfaces/xoverlay.c:
14255         * gst-libs/gst/video/gstvideofilter.c:
14256         * gst-libs/gst/video/gstvideosink.c:
14257           update documentation
14258
14259 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14260
14261         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
14262         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
14263         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
14264         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
14265         (gst_multi_fd_sink_get_stats),
14266         (gst_multi_fd_sink_remove_client_link),
14267         (gst_multi_fd_sink_handle_client_read),
14268         (gst_multi_fd_sink_client_queue_data),
14269         (gst_multi_fd_sink_client_queue_caps),
14270         (gst_multi_fd_sink_client_queue_buffer),
14271         (gst_multi_fd_sink_new_client),
14272         (gst_multi_fd_sink_handle_client_write),
14273         (gst_multi_fd_sink_recover_client),
14274         (gst_multi_fd_sink_queue_buffer),
14275         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
14276         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
14277         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
14278         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
14279         * gst/tcp/gstmultifdsink.h:
14280         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
14281         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
14282         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
14283         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
14284         (gst_tcp_client_sink_set_property),
14285         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
14286         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
14287         * gst/tcp/gsttcpclientsink.h:
14288         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
14289         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
14290         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
14291         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
14292         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
14293         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
14294         * gst/tcp/gsttcpclientsrc.h:
14295         * gst/tcp/gsttcpplugin.c: (plugin_init):
14296         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
14297         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
14298         (gst_tcp_server_sink_finalize),
14299         (gst_tcp_server_sink_handle_server_read),
14300         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
14301         (gst_tcp_server_sink_set_property),
14302         (gst_tcp_server_sink_get_property),
14303         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
14304         * gst/tcp/gsttcpserversink.h:
14305         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
14306         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
14307         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
14308         (gst_tcp_server_src_set_property),
14309         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
14310         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
14311         * gst/tcp/gsttcpserversrc.h:
14312           more borgifying
14313
14314 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14315
14316         * docs/plugins/Makefile.am:
14317         * docs/plugins/gst-plugins-base-plugins.args:
14318         * docs/plugins/inspect/plugin-libvisual.xml:
14319         * gst/audioconvert/plugin.h:
14320         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
14321         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
14322         (gst_audio_rate_setcaps), (gst_audio_rate_init),
14323         (gst_audio_rate_chain), (gst_audio_rate_set_property),
14324         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
14325         (plugin_init):
14326         * gst/audiotestsrc/gstaudiotestsrc.c:
14327         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
14328         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
14329         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
14330         (gst_audio_test_src_get_query_types),
14331         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
14332         (gst_audio_test_src_create_square),
14333         (gst_audio_test_src_create_saw),
14334         (gst_audio_test_src_create_triangle),
14335         (gst_audio_test_src_create_silence),
14336         (gst_audio_test_src_create_white_noise),
14337         (gst_audio_test_src_init_pink_noise),
14338         (gst_audio_test_src_generate_pink_noise_value),
14339         (gst_audio_test_src_create_pink_noise),
14340         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
14341         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
14342         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
14343         (plugin_init):
14344         * gst/audiotestsrc/gstaudiotestsrc.h:
14345         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
14346         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
14347         (gst_sub_parse_init), (gst_sub_parse_formats),
14348         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
14349         (convert_encoding), (get_next_line),
14350         (gst_sub_parse_data_format_autodetect),
14351         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
14352         (gst_sub_parse_loop), (gst_sub_parse_chain),
14353         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
14354         (plugin_init):
14355         * gst/subparse/gstsubparse.h:
14356         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
14357         (gst_video_rate_base_init), (gst_video_rate_class_init),
14358         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
14359         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
14360         (gst_video_rate_init), (gst_video_rate_event),
14361         (gst_video_rate_chain), (gst_video_rate_set_property),
14362         (gst_video_rate_get_property), (gst_video_rate_change_state),
14363         (plugin_init):
14364         * gst/videoscale/gstvideoscale.c:
14365         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
14366         (gst_video_scale_src_template_factory),
14367         (gst_video_scale_sink_template_factory),
14368         (gst_video_scale_get_type), (gst_video_scale_base_init),
14369         (gst_video_scale_class_init), (gst_video_scale_init),
14370         (gst_video_scale_set_property), (gst_video_scale_get_property),
14371         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
14372         (gst_video_scale_prepare_size), (parse_caps),
14373         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
14374         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
14375         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
14376         (plugin_init):
14377         * gst/videoscale/gstvideoscale.h:
14378         * gst/videotestsrc/gstvideotestsrc.c:
14379         (gst_video_test_src_pattern_get_type),
14380         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
14381         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
14382         (gst_video_test_src_set_pattern),
14383         (gst_video_test_src_set_property),
14384         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
14385         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
14386         (gst_video_test_src_event), (gst_video_test_src_get_times),
14387         (gst_video_test_src_create), (plugin_init):
14388         * gst/videotestsrc/gstvideotestsrc.h:
14389         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
14390         (gst_video_test_src_smpte), (gst_video_test_src_snow),
14391         (gst_video_test_src_black):
14392         * gst/videotestsrc/videotestsrc.h:
14393           borgify further
14394           clean up docs a little
14395
14396 2005-11-30  Wim Taymans  <wim@fluendo.com>
14397
14398         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14399         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
14400         (gst_basertppayload_event), (gst_basertppayload_push),
14401         (gst_basertppayload_change_state):
14402         * gst-libs/gst/rtp/gstbasertppayload.h:
14403         closed #320644.
14404
14405 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14406
14407         * docs/libs/gst-plugins-base-libs-docs.sgml:
14408         * docs/libs/gst-plugins-base-libs-sections.txt:
14409         * gst-libs/gst/video/gstvideofilter.c:
14410         * gst-libs/gst/video/gstvideosink.c:
14411         * gst-libs/gst/video/gstvideosink.h: Adding docs.
14412
14413 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14414
14415         * LICENSE:
14416           move
14417         * po/af.po:
14418         * po/az.po:
14419         * po/cs.po:
14420         * po/en_GB.po:
14421         * po/hu.po:
14422         * po/it.po:
14423         * po/nb.po:
14424         * po/nl.po:
14425         * po/or.po:
14426         * po/sq.po:
14427         * po/sr.po:
14428         * po/sv.po:
14429         * po/uk.po:
14430         * po/vi.po:
14431         * Makefile.am:
14432           update
14433         * scripts/autoplugins.sh:
14434           remove
14435
14436 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14437
14438         * Makefile.am:
14439         * configure.ac:
14440         * examples/Makefile.am:
14441         * examples/capsfilter/Makefile.am:
14442         * examples/capsfilter/capsfilter1.c:
14443         * examples/gob/Makefile.am:
14444         * examples/gob/gst-identity2.gob:
14445         * examples/indexing/.cvsignore:
14446         * examples/indexing/Makefile.am:
14447         * examples/indexing/indexmpeg.c:
14448         * examples/seeking/.cvsignore:
14449         * examples/seeking/Makefile.am:
14450         * examples/seeking/cdparanoia.c:
14451         * examples/seeking/cdplayer.c:
14452         * examples/seeking/chained.c:
14453         * examples/seeking/scrubby.c:
14454         * examples/seeking/seek.c:
14455         * examples/stats/Makefile.am:
14456         * examples/stats/mp2ogg.c:
14457         * examples/switch/.cvsignore:
14458         * examples/switch/Makefile.am:
14459         * examples/switch/switcher.c:
14460         * tests/Makefile.am:
14461         * tests/check/generic/.cvsignore:
14462         * tests/check/pipelines/.cvsignore:
14463         * tests/examples/Makefile.am:
14464         * tests/examples/seek/Makefile.am:
14465           reorganize stuff under tests/
14466
14467 2005-11-30  Edward Hervey  <edward@fluendo.com>
14468
14469         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14470         Go away you stupid GstStaticPadTemplate memleak.
14471
14472 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14473
14474         * gst-libs/gst/net/Makefile.am:
14475         * gst-libs/gst/net/README:
14476         * gst-libs/gst/net/gstnetbuffer.c:
14477         * gst-libs/gst/net/gstnetbuffer.h:
14478           this was moved to "netbuffer"
14479
14480 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14481
14482         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
14483         (gst_video_filter_class_init), (gst_video_filter_init):
14484         * gst-libs/gst/video/gstvideofilter.h:
14485           borgify name to bring in line with other classes
14486
14487 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14488
14489         * gst/audioscale/.cvsignore:
14490         * gst/audioscale/Makefile.am:
14491         * gst/audioscale/README:
14492         * gst/audioscale/audioscale.vcproj:
14493         * gst/audioscale/dtof.c:
14494         * gst/audioscale/dtos.c:
14495         * gst/audioscale/functable.c:
14496         * gst/audioscale/gstaudioscale.c:
14497         * gst/audioscale/gstaudioscale.h:
14498         * gst/audioscale/private.h:
14499         * gst/audioscale/resample.c:
14500         * gst/audioscale/resample.h:
14501         * gst/audioscale/test.c:
14502           remove
14503
14504 2005-11-30  Edward Hervey  <edward@fluendo.com>
14505
14506         * gst-libs/gst/netbuffer/Makefile.am:
14507         really, really tired
14508
14509 2005-11-30  Edward Hervey  <edward@fluendo.com>
14510
14511         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14512         Update for new GstTypeFindFactory _register()
14513
14514 2005-11-30  Edward Hervey  <edward@fluendo.com>
14515
14516         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
14517         Let's not override libgstnet from core for no reason...
14518         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
14519         Ok, maybe not so quick next time.
14520
14521 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14522
14523         * configure.ac:
14524         * gst-libs/gst/Makefile.am:
14525           moved gst-libs/gst/net to netbuffer through CVS surgery
14526           remove old directory
14527           updating build to accomodate
14528           (#322257)
14529
14530 2005-11-29  Andy Wingo  <wingo@pobox.com>
14531
14532         * pkgconfig/gstreamer-plugins-base.pc.in:
14533         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
14534         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
14535         (#322257).
14536
14537 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14538
14539         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14540         3rd time's the charm. Correct ref-counting for discarded buffers.
14541
14542 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14543
14544         * gst/playback/gststreamselector.c:
14545         (gst_stream_selector_class_init),
14546         (gst_stream_selector_set_property),
14547         (gst_stream_selector_get_property),
14548         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14549         Fix ref-counting
14550
14551 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14552
14553         * gst/subparse/gstsubparse.c: (feed_textbuf):
14554           Don't access already unref'ed buffer.
14555
14556 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
14557
14558         * gst/playback/gststreamselector.c:
14559         (gst_stream_selector_class_init), (gst_stream_selector_init),
14560         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
14561         (gst_stream_selector_get_property),
14562         (gst_stream_selector_get_linked_pad),
14563         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14564         * gst/playback/gststreamselector.h:
14565         Add the active-pad property for playbin to use shortly. Ignore buffers
14566         from any other pad, returning GST_FLOW_NOT_LINKED
14567
14568 2005-11-29  Julien MOUTTE  <julien@moutte.net>
14569
14570         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
14571         patch from bug #322704 (Alessandro Decina).
14572
14573 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14574
14575         * gst-libs/gst/audio/Makefile.am:
14576           folded audiofilter into the audio library
14577
14578 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14579
14580         * gst/videoscale/gstvideoscale.h:
14581         * gst/videoscale/gstvideoscale.c:
14582           remove unimplemented scale methods
14583
14584 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14585
14586         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
14587           Don't leak caps.
14588
14589 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14590
14591         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
14592         (gst_ximagesink_setcaps):
14593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
14594         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
14595         happens (only visible on ximagesink but bug is in xv too) set_caps was
14596         destroying the internal x[v]image used to memcpy non locally alloced
14597         buffers so that it got renewed on next _chain. The issue is that 
14598         _expose will try to put that image as it reffed it in _put.
14599         Using gst_buffer_unref instead of destroy fixes it !
14600
14601 2005-11-28  Edward Hervey  <edward@fluendo.com>
14602
14603         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14604         (try_to_link_1), (queue_filled_cb):
14605         Better use of the queues. Start with a small size queue and only increase
14606         the size of the queues when the other queues are empty.
14607
14608 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14609
14610         * gst-libs/gst/video/Makefile.am:
14611           compile in copied-over videofilter into the video library
14612         * gst-libs/gst/video/videosink.h:
14613           rename the header to gstvideosink.h since it's a base GstObject class
14614         * sys/ximage/ximagesink.h:
14615         * sys/xvimage/xvimagesink.h:
14616           use the new header
14617
14618 2005-11-28  Wim Taymans  <wim@fluendo.com>
14619
14620         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
14621         * gst/playback/gstplaybasebin.h:
14622         Prepare to handle errors betters.
14623
14624         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
14625         Set sinks to PAUSED first before adding and linking them so that
14626         we don't interrupt dataflow.
14627
14628 2005-11-28  Wim Taymans  <wim@fluendo.com>
14629
14630         * gst-libs/gst/audio/TODO:
14631         Updated TODO
14632
14633         * gst-libs/gst/audio/gstaudiosink.c:
14634         (gst_audioringbuffer_open_device),
14635         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
14636         (gst_audioringbuffer_release):
14637         Small cleanups.
14638
14639         * gst-libs/gst/audio/gstbaseaudiosink.c:
14640         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
14641         (gst_base_audio_sink_change_state):
14642         Slave to the master clock when going to PLAYING and unslave when
14643         going to PAUSED.
14644
14645         * gst-libs/gst/audio/gstringbuffer.c:
14646         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14647         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14648         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14649         (gst_ring_buffer_clear_all), (wait_segment),
14650         (gst_ring_buffer_commit), (gst_ring_buffer_read),
14651         (gst_ring_buffer_advance):
14652         * gst-libs/gst/audio/gstringbuffer.h:
14653         Add some docs and cleanups.
14654
14655 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14656
14657         * sys/xvimage/xvimagesink.c:
14658         (gst_xvimagesink_navigation_send_event): Fix navigation events
14659         coordinates translation with pixel aspect ratios.
14660
14661 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14662
14663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
14664         Use calculated video geometry from _setcaps instead of buffer
14665         caps to respect pixel aspect ratio. (fixes #322388)
14666
14667 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14668
14669         * docs/libs/tmpl/gstcolorbalance.sgml:
14670         * docs/libs/tmpl/gstmixer.sgml:
14671         * docs/libs/tmpl/gstxoverlay.sgml:
14672         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
14673         interface.
14674
14675 2005-11-28  Julien MOUTTE  <julien@moutte.net>
14676
14677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14678         Refuse to create an XvImage if we can't find the format.
14679
14680 2005-11-28  Edward Hervey  <edward@fluendo.com>
14681
14682         * gst-libs/gst/riff/riff-media.c:
14683         (gst_riff_create_audio_template_caps):
14684         Add ATRAC3 to the list of riff-possible audio caps.
14685         I know we still don't have a plugin for atrac3, but it's saner to output
14686         that than a cryptic mimetype.
14687
14688 2005-11-27  Edward Hervey  <edward@fluendo.com>
14689
14690         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
14691         Don't try to create a zero-sized subbuffer.
14692
14693 2005-11-27  Julien MOUTTE  <julien@moutte.net>
14694
14695         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
14696         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
14697         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
14698         (gst_ximagesink_expose): Fixed a tricky race.
14699         * sys/ximage/ximagesink.h:
14700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
14701         (gst_xvimagesink_expose): Fixed a tricky race.
14702         * sys/xvimage/xvimagesink.h:
14703
14704 2005-11-27  Edward Hervey  <edward@fluendo.com>
14705
14706         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14707         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
14708         Remove unused properties, and add queues between demuxers and decoders
14709         so that a lot more files can preroll properly.
14710
14711 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14712
14713         * gst-libs/gst/net/Makefile.am:
14714         * gst-libs/gst/rtp/Makefile.am:
14715         * gst-libs/gst/tag/Makefile.am:
14716           remove silly include
14717         * gst/tags/Makefile.am:
14718         * gst/tags/gsttagediting.c:
14719         * gst/tags/gsttageditingprivate.h:
14720         * gst/tags/tagedit.vcproj:
14721           remove directory, is as good as empty
14722
14723 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14724
14725         * configure.ac:
14726           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
14727         * gst-libs/Makefile.am:
14728         * gst-libs/gst/audio/Makefile.am:
14729         * gst-libs/gst/interfaces/Makefile.am:
14730         * gst-libs/gst/net/Makefile.am:
14731         * gst-libs/gst/riff/Makefile.am:
14732         * gst-libs/gst/rtp/Makefile.am:
14733         * gst-libs/gst/tag/Makefile.am:
14734         * gst-libs/gst/video/Makefile.am:
14735           and use them
14736
14737 2005-11-27  Julien MOUTTE  <julien@moutte.net>
14738
14739         * docs/libs/tmpl/gstcolorbalance.sgml:
14740         * docs/libs/tmpl/gstmixer.sgml:
14741         * docs/libs/tmpl/gstxoverlay.sgml:
14742         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
14743         * sys/ximage/ximagesink.h:
14744         * sys/xvimage/xvimagesink.h: More and more documentation.
14745
14746 2005-11-26  Julien MOUTTE  <julien@moutte.net>
14747
14748         * docs/libs/gst-plugins-base-libs-docs.sgml:
14749         * docs/libs/gst-plugins-base-libs-sections.txt:
14750         * docs/libs/tmpl/gstcolorbalance.sgml:
14751         * docs/libs/tmpl/gstmixer.sgml:
14752         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
14753         to documentation.
14754
14755 2005-11-26  Julien MOUTTE  <julien@moutte.net>
14756
14757         * docs/plugins/Makefile.am:
14758         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14759         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14760         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
14761
14762 2005-11-26  Julien MOUTTE  <julien@moutte.net>
14763
14764         * docs/plugins/Makefile.am:
14765         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14766         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14767         * docs/plugins/inspect/plugin-adder.xml:
14768         * docs/plugins/inspect/plugin-alsa.xml:
14769         * docs/plugins/inspect/plugin-audioconvert.xml:
14770         * docs/plugins/inspect/plugin-audiorate.xml:
14771         * docs/plugins/inspect/plugin-audioresample.xml:
14772         * docs/plugins/inspect/plugin-audiotestsrc.xml:
14773         * docs/plugins/inspect/plugin-decodebin.xml:
14774         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14775         * docs/plugins/inspect/plugin-gnomevfs.xml:
14776         * docs/plugins/inspect/plugin-ogg.xml:
14777         * docs/plugins/inspect/plugin-playbin.xml:
14778         * docs/plugins/inspect/plugin-subparse.xml:
14779         * docs/plugins/inspect/plugin-tcp.xml:
14780         * docs/plugins/inspect/plugin-theora.xml:
14781         * docs/plugins/inspect/plugin-typefindfunctions.xml:
14782         * docs/plugins/inspect/plugin-video4linux.xml:
14783         * docs/plugins/inspect/plugin-videorate.xml:
14784         * docs/plugins/inspect/plugin-videoscale.xml:
14785         * docs/plugins/inspect/plugin-videotestsrc.xml:
14786         * docs/plugins/inspect/plugin-volume.xml:
14787         * docs/plugins/inspect/plugin-vorbis.xml:
14788         * docs/plugins/inspect/plugin-ximagesink.xml:
14789         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
14790         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
14791
14792 2005-11-26  Edward Hervey  <edward@fluendo.com>
14793
14794         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
14795         Properly return GstFlowReturn from gst_pad_push in chain functions.
14796
14797 2005-11-25  Michael Smith  <msmith@fluendo.com>
14798
14799         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
14800         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
14801         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
14802         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
14803           Handle various conditions better when we don't understand a stream.
14804           Removes a heap of CRITICALs on ogg streams containing unknown data.
14805
14806 2005-11-24  Andy Wingo  <wingo@pobox.com>
14807
14808         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
14809         Be threadsafe.
14810
14811 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14812
14813         * configure.ac: back to HEAD
14814
14815 === release 0.9.6 ===
14816
14817 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14818
14819         * configure.ac:
14820           releasing 0.9.6, "White Eight"
14821
14822 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14823
14824         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
14825         * docs/plugins/inspect/plugin-sine.xml:
14826           remove sinesrc some more
14827
14828 2005-11-23  Wim Taymans  <wim@fluendo.com>
14829
14830         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
14831         If we are reading too slowly, jump forward in the ringbuffer
14832         instead of blocking.
14833
14834 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14835
14836         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
14837         (gst_visual_chain):
14838         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
14839         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
14840         (gst_videorate_chain):
14841         * gst/videotestsrc/gstvideotestsrc.c:
14842         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
14843         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
14844         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
14845         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
14846         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
14847         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
14848           Updates for API changes
14849
14850 2005-11-23  Wim Taymans  <wim@fluendo.com>
14851
14852         * gst-libs/gst/audio/gstbaseaudiosink.c:
14853         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
14854         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14855         Fix for calibration API change.
14856
14857 2005-11-23  Michael Smith <msmith@fluendo.com>
14858
14859         * gst-libs/gst/audio/multichannel.c:
14860         (gst_audio_get_channel_positions),
14861         (gst_audio_set_channel_positions),
14862         (gst_audio_set_structure_channel_positions_list),
14863         (gst_audio_fixate_channel_positions):
14864           Use gst_value_array_*() functions on value arrays, not
14865           gst_value_list_*().
14866
14867 2005-11-23  Edward Hervey  <edward@fluendo.com>
14868
14869         * autogen.sh:
14870         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
14871         Fixes autogen
14872
14873 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14874
14875         * check/Makefile.am:
14876         * check/elements/videotestsrc.c: (setup_videotestsrc),
14877         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
14878         (main):
14879           add a test for videotestsrc
14880
14881 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14882
14883         * gst/sine/.cvsignore:
14884         * gst/sine/Makefile.am:
14885         * gst/sine/gstsinesrc.c:
14886         * gst/sine/gstsinesrc.h:
14887         * gst/sine/sinesrc.vcproj:
14888           and remove sinesrc from the repository.  Closes #321446
14889
14890 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14891
14892         * configure.ac:
14893         * gst-plugins-base.spec.in:
14894           remove sinesrc from the build
14895
14896 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14897
14898         * check/Makefile.am:
14899         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
14900         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
14901         (main):
14902           add a test for audiotestsrc, testing all waves.  Even seems
14903           leak-free at first glance, nice job Stefan
14904
14905 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14906
14907         * po/af.po:
14908         * po/az.po:
14909         * po/cs.po:
14910         * po/en_GB.po:
14911         * po/hu.po:
14912         * po/it.po:
14913         * po/nb.po:
14914         * po/nl.po:
14915         * po/or.po:
14916         * po/sq.po:
14917         * po/sr.po:
14918         * po/sv.po:
14919         * po/uk.po:
14920         * po/vi.po:
14921           Translation string updates
14922
14923         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
14924         (gst_v4lsrc_set_caps):
14925         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
14926         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
14927         * sys/v4l/v4lsrc_calls.h:
14928           Improve v4lsrc, by making it work again.
14929
14930 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14931
14932         * ext/libvisual/visual.c: (gst_visual_chain):
14933           Fix the fps calculations.
14934
14935         * gst/ffmpegcolorspace/avcodec.h:
14936           Move structure element for clarity
14937
14938         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
14939         * gst-libs/gst/interfaces/tunernorm.h:
14940         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
14941         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
14942         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
14943         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
14944         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
14945         (gst_v4lmjpegsrc_getcaps):
14946         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
14947         (gst_v4lsrc_set_caps):
14948         * sys/v4l/gstv4lsrc.h:
14949         * sys/v4l/v4l_calls.c: (gst_v4l_open):
14950         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
14951         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
14952         * sys/v4l/v4lsrc_calls.h:
14953           Fractional framerates...
14954
14955 2005-11-22  Wim Taymans  <wim@fluendo.com>
14956
14957         * gst-libs/gst/audio/gstbaseaudiosink.c:
14958         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
14959         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14960         And we provide a clock by default, of course...
14961
14962 2005-11-22  Wim Taymans  <wim@fluendo.com>
14963
14964         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
14965         This clock can be slaved to a master clock now.
14966
14967         * gst-libs/gst/audio/gstbaseaudiosink.c:
14968         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
14969         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
14970         (gst_base_audio_sink_set_clock),
14971         (gst_base_audio_sink_set_property),
14972         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
14973         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14974         * gst-libs/gst/audio/gstbaseaudiosink.h:
14975         Handle slaving the internal clock to the clock selected in the
14976         pipeline.
14977         Add property to make the basesink not provide a clock.
14978
14979         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14980         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
14981         (gst_base_rtp_depayload_wait):
14982         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14983         We can use the clock in GstElement, no need to store it ourselves.
14984
14985 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14986
14987         * docs/libs/tmpl/gstaudio.sgml:
14988           update
14989         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
14990         (gst_paranoia_endian_get_type):
14991         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
14992         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14993         * gst/audiotestsrc/gstaudiotestsrc.c:
14994         (gst_audiostestsrc_wave_get_type):
14995         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
14996         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
14997         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14998         (gst_sync_method_get_type), (gst_unit_type_get_type),
14999         (gst_client_status_get_type), (gst_multifdsink_class_init),
15000         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
15001         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
15002         (gst_multifdsink_get_property):
15003         * gst/tcp/gstmultifdsink.h:
15004         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
15005         * gst/videotestsrc/gstvideotestsrc.c:
15006         (gst_videotestsrc_pattern_get_type):
15007           remove deprecated properties
15008           fix up enums to correctly have short lowercase dashed nicks
15009
15010 2005-11-22  Michael Smith <msmith@fluendo.com>
15011
15012         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15013         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15014           Add underscore.
15015
15016 2005-11-22  Michael Smith <msmith@fluendo.com>
15017
15018         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
15019         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15020           Use utility method for scaling clocktime for fractional framerates.
15021
15022 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
15023
15024         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
15025         (gst_visual_chain):
15026         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15027         * ext/theora/theoradec.c: (theora_handle_type_packet):
15028         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15029         (theora_enc_chain):
15030         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15031         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
15032         * gst-libs/gst/video/video.h:
15033         * gst/ffmpegcolorspace/avcodec.h:
15034         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15035         (gst_ffmpeg_caps_to_pixfmt):
15036         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15037         (gst_ffmpegcsp_set_caps):
15038         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15039         (gst_videorate_setcaps), (gst_videorate_blank_data),
15040         (gst_videorate_chain):
15041         * gst/videotestsrc/gstvideotestsrc.c:
15042         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
15043         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
15044         (gst_videotestsrc_event), (gst_videotestsrc_create):
15045         * gst/videotestsrc/gstvideotestsrc.h:
15046         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
15047         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
15048         (gst_ximagesink_get_times), (gst_ximagesink_init):
15049         * sys/ximage/ximagesink.h:
15050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15051         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15052         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
15053         * sys/xvimage/xvimagesink.h:
15054           Convert elements to use fractions for their framerate.
15055           V4L elements to come later tonight.
15056
15057 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15058
15059         * gst-libs/gst/audio/audio.c:
15060         * gst-libs/gst/audio/audio.h:
15061           remove some deprecated functions
15062
15063 2005-11-22  Andy Wingo  <wingo@pobox.com>
15064
15065         * Update for gst_tag_setter API changes.
15066
15067 2005-11-22  Andy Wingo  <wingo@pobox.com>
15068
15069         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
15070         (gst_ogg_demux_perform_seek):
15071         * ext/theora/theoradec.c (theora_dec_sink_event):
15072         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
15073         update-funcnames.
15074
15075 2005-11-22  Wim Taymans  <wim@fluendo.com>
15076
15077         * examples/seeking/seek.c: (main):
15078         Give higher priority to bus signals than the gtk events
15079         to fix a race condition in the segment looping.
15080
15081 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15082
15083         * ext/theora/Makefile.am:
15084         * ext/vorbis/Makefile.am:
15085         * gst-libs/gst/tag/Makefile.am:
15086         * gst-plugins-base.spec.in:
15087           Rename libgsttagedit to libgsttag (#322117).
15088
15089 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15090
15091         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
15092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15093           Call gst_x_overlay_prepare_xwindow_id() to give applications
15094           a final chance to set their own xwindow id before the video
15095           sink creates its own window.
15096
15097 2005-11-22  Julien MOUTTE  <julien@moutte.net>
15098
15099         * sys/xvimage/xvimagesink.c:
15100         (gst_xvimagesink_navigation_send_event): Handle navigation
15101         events correcly with borders if applicable.
15102
15103 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
15104
15105         Patch by: Luca Ognibene
15106
15107         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15108         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
15109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15110         (gst_ffmpegcsp_caps_remove_format_info):
15111         * gst/ffmpegcolorspace/imgconvert.c:
15112         * gst/ffmpegcolorspace/imgconvert_template.h:
15113           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
15114           #318353); use gst_structure_has_name().
15115
15116 2005-11-22  Julien MOUTTE  <julien@moutte.net>
15117
15118         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
15119         (gst_ximagesink_class_init): Add debug macros on functions.
15120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15121         (gst_xvimagesink_xwindow_draw_borders),
15122         (gst_xvimagesink_xvimage_put),
15123         (gst_xvimagesink_xwindow_update_geometry),
15124         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
15125         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
15126         (gst_xvimagesink_xcontext_clear),
15127         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15128         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15129         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15130         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15131         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
15132         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15133         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
15134         expose while being PAUSED, out of data flow navigation events, etc..
15135
15136 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15137
15138         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
15139         * gst-libs/gst/audio/audio.h:
15140           fix prototype - wondering why the test worked regardless
15141
15142 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15143
15144         * check/Makefile.am:
15145         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
15146         * gst-libs/gst/audio/audio.h:
15147           add a method that returns a proper GstClockTime
15148
15149 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15150
15151         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
15152         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
15153         * gst-libs/gst/interfaces/xoverlay.h:
15154           Remove everything having to do with the desired size; add 
15155           gst_x_overlay_prepare_xwindow_id() function; remove the
15156           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
15157           post a message on the bus instead (#321816).
15158
15159         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
15160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
15161         (gst_xvimagesink_xoverlay_init):
15162           Remove desired size stuff (#321816).
15163
15164 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15165
15166         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
15167         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15168         (mpeg_video_type_find), (mpeg_video_stream_type_find):
15169           Terminate vararg functions with NULL instead of 0 to 
15170           make gcc4 happy.
15171
15172 2005-11-21  Andy Wingo  <wingo@pobox.com>
15173
15174         patch by: Sebastien Cote <sebas642@yahoo.ca>
15175         
15176         * gst-libs/gst/rtp/gstrtpbuffer.h: 
15177         * gst-libs/gst/rtp/gstrtpbuffer.c
15178         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
15179
15180 2005-11-21  Andy Wingo  <wingo@pobox.com>
15181
15182         * gst/playback/gstplaybin.c (gen_audio_element) 
15183         (gen_video_element): Use the new MISSING_PLUGIN core error
15184         category. Closes #320060.
15185
15186         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
15187         * gst/videorate/gstvideorate.c (gst_videorate_event):
15188         * ext/theora/theoradec.c (theora_dec_sink_event): 
15189         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
15190         stream lock.
15191
15192         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
15193         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
15194         stream lock changes.
15195
15196 2005-11-21  Wim Taymans  <wim@fluendo.com>
15197
15198         * gst-libs/gst/audio/gstbaseaudiosink.c:
15199         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
15200         (gst_base_audio_sink_provide_clock),
15201         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
15202         (gst_base_audio_sink_change_state):
15203         * gst/audioresample/gstaudioresample.c:
15204         Segment update fix.
15205
15206 2005-11-21  Andy Wingo  <wingo@pobox.com>
15207
15208         * *.h:
15209         * *.c: Ran scripts/update-macros. Oh yes.
15210
15211 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15212
15213         * sys/ximage/Makefile.am:
15214         * sys/ximage/ximage.c:
15215           Rename ximage plugin to ximagesink (#321426) (Don't forget to
15216           remove your old libgstximage.* manually if necessary).
15217
15218 2005-11-21  Michael Smith <msmith@fluendo.com>
15219
15220         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
15221           Minimal fix for bug #320200: set the min/max bitrate in the correct
15222           units. A better fix would be to upgrade to the RATEMANAGE2
15223           interface, rather than using the deprecated interface used here, but
15224           that would require an update in our libvorbis dependency (to 1.1),
15225           which is probably undesirable.
15226
15227 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
15228
15229         * ext/libvisual/visual.c: (get_buffer):
15230         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15231         (gst_base_audio_src_fixate):
15232         * gst/audioconvert/gstaudioconvert.c:
15233         (gst_audio_convert_fixate_caps):
15234         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
15235         * gst/audiotestsrc/gstaudiotestsrc.c:
15236         (gst_audiotestsrc_src_fixate):
15237         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
15238         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
15239         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
15240         * gst/videotestsrc/gstvideotestsrc.c:
15241         (gst_videotestsrc_src_fixate):
15242         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
15243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
15244           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
15245           (#322027)
15246
15247
15248 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15249
15250         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15251         (gst_riff_create_iavs_caps):
15252         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
15253         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15254         (gst_riff_parse_info):
15255         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
15256         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
15257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15258           Fixes for GST_FOURCC_FORMAT API change.
15259
15260 2005-11-21  Andy Wingo  <wingo@pobox.com>
15261
15262         patch by: Alessandro Dessina <alessandro nnva org>
15263
15264         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
15265         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
15266         (gst_ogg_parse_chain):
15267         * ext/theora/theoraenc.c (theora_set_header_on_caps):
15268         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
15269         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
15270         gst_value_list calls on arrays. Fixes #321962.
15271
15272 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15273
15274         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15275         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
15276         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15277         * gst/adder/gstadder.c: (gst_adder_init),
15278         (gst_adder_request_new_pad), (gst_adder_collected),
15279         (gst_adder_change_state):
15280           Update for gst_collectpads_foo() to gst_collect_pads_foo()
15281           API change.
15282
15283 2005-11-21  Michael Smith <msmith@fluendo.com>
15284
15285         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
15286         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
15287           Properly handle pad_push return values.
15288
15289 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
15290
15291         * gst-libs/gst/tag/Makefile.am:
15292         * gst-libs/gst/tag/gstvorbistag.c:
15293         (gst_tag_list_to_vorbiscomment_buffer):
15294           Remove obsolete vorbistag element and debug category.
15295
15296         * gst/playback/gstplaybasebin.c: (check_queue):
15297           Don't divide by 0 when queue-threshold is 0.
15298
15299         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
15300           Don't modify an existing pixel-aspect-ratio if we fail to read
15301           a new one.
15302
15303 2005-11-20  Wim Taymans  <wim@fluendo.com>
15304
15305         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
15306         (gst_vorbisenc_push_packet):
15307         GST_PAD_IS_USABLE is gone, use the return value of
15308         the push or pad_alloc_buffer instead.
15309
15310 2005-11-18  Julien MOUTTE  <julien@moutte.net>
15311
15312         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15313         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
15314         (gst_ximagesink_ximage_destroy),
15315         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
15316         (gst_ximagesink_xwindow_new),
15317         (gst_ximagesink_xwindow_update_geometry),
15318         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
15319         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
15320         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
15321         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
15322         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
15323         (gst_ximagesink_navigation_send_event),
15324         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
15325         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15326         (gst_ximagesink_finalize), (gst_ximagesink_init),
15327         (gst_ximagesink_class_init):
15328         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
15329         This new version brings correct software scaling, non flickering
15330         window while resizing, pixel aspect ratio handling, usage of
15331         hardware buffer pools, out of data flow event thread for 
15332         navigation and handling of expose events even when being PAUSED,
15333         a new property to keep video aspect ratio when resizing, etc...
15334
15335 2005-11-18  Julien MOUTTE  <julien@moutte.net>
15336
15337         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15338         (gst_videoscale_fixate_caps): Introduce back caps fixate with
15339         handling of PAR.
15340
15341 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
15342
15343         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
15344         Unsetting IS_SINK flag from the fakesink, so decodebin
15345         never behaves as a sink.
15346
15347 2005-11-17  Wim Taymans  <wim@fluendo.com>
15348
15349         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15350         (gst_base_audio_src_change_state):
15351         Fix the audiosrc base class again, we did not unflush.
15352
15353 2005-11-17  Julien MOUTTE  <julien@moutte.net>
15354
15355         * examples/seeking/seek.c: (make_dv_pipeline),
15356         (make_vorbis_theora_pipeline), (make_avi_pipeline),
15357         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
15358         to ogg/vorbis/theora pipeline.
15359
15360 2005-11-17  Wim Taymans  <wim@fluendo.com>
15361
15362         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
15363         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15364         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15365         Fix EOS on multiple streams.
15366         More debugging.
15367
15368 2005-11-16  Wim Taymans  <wim@fluendo.com>
15369
15370         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
15371         (gst_ogg_demux_perform_seek):
15372         Segment done must include stream time.
15373
15374         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15375         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
15376         (gst_ogg_mux_change_state):
15377         Fix ogg muxer again.
15378
15379 2005-11-16  Wim Taymans  <wim@fluendo.com>
15380
15381         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
15382         Fix compile again.
15383
15384 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15385
15386         * ext/libvisual/visual.c: (gst_visual_init):
15387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
15388         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
15389         (gst_ogg_parse_chain):
15390         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15391         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
15392         * ext/theora/theoradec.c: (gst_theora_dec_init):
15393         * ext/theora/theoraenc.c: (gst_theora_enc_init):
15394         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
15395         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
15396         * gst/adder/gstadder.c: (gst_adder_class_init),
15397         (gst_adder_dispose):
15398         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
15399         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15400         * gst/videorate/gstvideorate.c: (gst_videorate_init):
15401           Fix a whole set of pad template leaks
15402
15403 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15404
15405         * check/generic/states.c: (GST_START_TEST):
15406           fix the test so that it only checks for elements that are part of
15407           this source module
15408
15409 2005-11-16  Michael Smith <msmith@fluendo.com>
15410
15411         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
15412         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
15413         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15414         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15415         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
15416         (gst_ogg_mux_change_state):
15417           Fix leaking collectpads.
15418
15419 2005-11-16  Edward Hervey  <edward@fluendo.com>
15420
15421         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
15422         (gst_videorate_event), (gst_videorate_chain):
15423         Handle segment seeks
15424
15425 2005-11-16  Wim Taymans  <wim@fluendo.com>
15426
15427         * gst-libs/gst/audio/gstbaseaudiosink.c:
15428         (gst_base_audio_sink_provide_clock),
15429         (gst_base_audio_sink_change_state):
15430         Set ringbuffer to non-flushing when going to PAUSED, set to
15431         flushing again when going to READY.
15432
15433         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
15434         (gst_ring_buffer_stop):
15435         Start in flushing mode by default.
15436         Don't set flushing in the _stop method, let the app call
15437         this explicitly.
15438
15439 2005-11-16  Julien MOUTTE  <julien@moutte.net>
15440
15441         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
15442         * gst-libs/gst/video/videosink.h: Add helper function needed
15443         for video sinks.
15444
15445 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
15446
15447         * gst/videoscale/gstvideoscale.c:
15448         (gst_videoscale_handle_src_event):
15449           Don't leak reference to pad parent.
15450
15451 2005-11-16  Wim Taymans  <wim@fluendo.com>
15452
15453         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
15454         Set ringbuffer to flushing when stopping so that we don't
15455         block on wait_segment anymore and livelock.
15456
15457 2005-11-16  Wim Taymans  <wim@fluendo.com>
15458
15459         * examples/seeking/seek.c: (send_event), (do_seek),
15460         (loop_toggle_cb), (segment_done), (main):
15461         Added looping checkbox.
15462
15463 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15464
15465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15466         (gst_ogg_demux_init):
15467         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
15468         (gst_vorbis_dec_init):
15469           revert unrefs, they don't pass make check
15470
15471 2005-11-15  Johan Dahlin  <johan@gnome.org>
15472
15473         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15474         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
15475         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
15476         (gst_vorbis_dec_init):
15477         Fix pad template leaks. 
15478
15479 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15480
15481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
15482           Make state change function thread safe.
15483
15484 2005-11-15  Edward Hervey  <edward@fluendo.com>
15485
15486         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
15487         (gst_ogg_demux_class_init):
15488         Implement GstElement::send_event, so we can send seek events
15489         in GST_STATE_READY
15490
15491 2005-11-14  Julien MOUTTE  <julien@moutte.net>
15492
15493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
15494         Discovered how to take away flickering while resizing the
15495         window. Please don't put that in ximagesink, refactoring in
15496         progress.
15497
15498 2005-11-14  Michael Smith <msmith@fluendo.com>
15499
15500         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
15501         (gst_multifdsink_render):
15502           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
15503
15504 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
15505
15506         * gst/playback/gstplaybin.c: (gen_audio_element):
15507           Use autoaudiosink, it tends to be more widely available than
15508           autoaudiiosink.
15509           
15510 2005-11-14  Andy Wingo  <wingo@pobox.com>
15511
15512         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
15513         as well if it is available. Fixes #316442.
15514
15515 2005-11-14  Michael Smith <msmith@fluendo.com>
15516
15517         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
15518         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15519         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15520         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15521         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
15522         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15523         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
15524         (gst_vorbisenc_change_state):
15525           Fix a small memory leak in vorbisenc.
15526           Fix large memory leaks in oggmux, also fix lots of state change
15527           bugs in oggmux.
15528
15529 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15530
15531         * gst/videotestsrc/gstvideotestsrc.c:
15532         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
15533         (gst_videotestsrc_src_fixate):
15534           move fixation to a fixate function
15535           remove negotiate function, basesrc's is good enough
15536           fixes a bug for check when using the element alone
15537
15538 2005-11-13  Edward Hervey  <edward@fluendo.com>
15539
15540         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
15541         (key_toggle_cb), (main):
15542         Added checkboxes for adding/removing the accurate and key_unit seek
15543         flags.
15544
15545 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15546
15547         * configure.ac: back to HEAD
15548
15549 === release 0.9.5 ===
15550
15551 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15552
15553         * configure.ac:
15554           releasing 0.9.5, "No No Kia"
15555
15556 2005-11-11  Edward Hervey  <edward@fluendo.com>
15557
15558         * examples/seeking/seek.c: (make_parselaunch_pipeline):
15559         Added parse-launch syntax seeking mode for the seeking example.
15560         This should help stress-test even more cases.
15561         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
15562
15563 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
15564
15565         * sys/xvimage/xvimagesink.c:
15566         (gst_xvimagesink_navigation_send_event):
15567           Check whether peer pad exists before sending navigation events
15568           to it.
15569
15570 2005-11-11  Michael Smith <msmith@fluendo.com>
15571
15572         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
15573         (gst_vorbisenc_buffer_from_packet):
15574         * ext/vorbis/vorbisenc.h:
15575           Set duration on encoded buffers. This allows oggmux's
15576           max_page_delay parameter to actually work.
15577
15578 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
15579
15580         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15581         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
15582         (gst_ffmpegcsp_avpicture_fill):
15583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15584         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
15585           Make palettes work again (see #132341). Use our own macros
15586           for rounding up.
15587
15588 2005-11-10  Andy Wingo  <wingo@pobox.com>
15589
15590         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
15591         string doober.
15592
15593 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15594
15595         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15596         (gst_ffmpegcsp_transform_caps):
15597           Prefer passthrough in transform_caps
15598
15599 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15600
15601         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
15602           check for ALSA errors properly, instead of relying on ALSA's
15603           error strings to serve to the user.
15604
15605 2005-11-10  Wim Taymans  <wim@fluendo.com>
15606
15607         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
15608         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
15609         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
15610         Modernise the seek code.
15611
15612 2005-11-10  Michael Smith <msmith@fluendo.com>
15613         
15614         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
15615         (setup_substreams), (set_active_source):
15616           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
15617           trying to go to NULL if we failed to read a file.
15618
15619 2005-11-10  Wim Taymans  <wim@fluendo.com>
15620
15621         * gst/audiotestsrc/gstaudiotestsrc.c:
15622         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
15623         (gst_audiotestsrc_create):
15624         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15625         (gst_sinesrc_get_times), (gst_sinesrc_create):
15626         * gst/videotestsrc/gstvideotestsrc.c:
15627         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
15628         (gst_videotestsrc_create):
15629         The base class can now sync for us.
15630
15631 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15632
15633         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
15634           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
15635           name=source autoprobe=false autoprobe-fps=false copy-mode=1
15636           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
15637           format=(fourcc)I420" ! xvimagesink
15638
15639 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
15640
15641         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15642         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
15643         (gst_sinesrc_newsegment):
15644           Send newsegment event in TIME format, set duration if
15645           num-buffers is set, fix duration querying.
15646
15647 2005-11-10  Michael Smith <msmith@fluendo.com>
15648
15649         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
15650         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15651         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
15652         (gst_ogg_mux_collected):
15653          Fix EOS handling, partially. Now forwarding an EOS event once we have
15654          EOS on all pads works correctly. However, we still don't properly set
15655          EOS on the actual ogg stream pages.
15656
15657 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
15658
15659         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
15660           Set elements to NULL state before disposing of them.
15661
15662 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
15663
15664         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15665
15666         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15667         (gst_base_rtp_depayload_init),
15668         (gst_base_rtp_depayload_set_gst_timestamp):
15669         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15670           We need to send a newsegment event for each instance, not
15671           just for the first instance of this class (get rid of
15672           static variable in function). (#321011).
15673           
15674 2005-11-08  Michael Smith <msmith@fluendo.com>
15675
15676         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
15677         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
15678         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
15679         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
15680           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
15681           This makes us mux things correctly according to the ogg muxing
15682           rules. Still not handling EOS correctly right now, though.
15683
15684 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
15685
15686         * gst/audioconvert/gstaudioconvert.c:
15687           Fix typo in docs. 
15688
15689 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
15690
15691         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15692         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
15693           Initialise segment_stop to GST_CLOCK_TIME_NONE when
15694           creating a new chain; should fix live streaming. Also
15695           add more debug output and fix a typo.
15696
15697 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
15698
15699         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15700
15701         * gst/volume/gstvolume.c: (volume_set_caps):
15702           Fix compilation on Solaris with Forte. (#320923)
15703
15704 2005-11-08  Wim Taymans  <wim@fluendo.com>
15705
15706         * gst-libs/gst/audio/gstbaseaudiosink.c:
15707         (gst_base_audio_sink_render):
15708         No need to do a typecheck.
15709
15710 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15711
15712         * ext/alsa/gstalsa.h:
15713           We register a debug category, so let's use it.
15714
15715 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
15716
15717         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15718         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
15719         Fixed a small problem.
15720
15721 2005-11-04  Wim Taymans  <wim@fluendo.com>
15722
15723         * examples/seeking/Makefile.am:
15724         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
15725         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
15726         (make_playerbin_pipeline), (format_value), (update_scale),
15727         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
15728         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
15729         (print_usage), (main):
15730         Added app for playback speed testing.
15731
15732         * examples/seeking/seek.c: (dynamic_link),
15733         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
15734         (make_mpeg_pipeline), (do_seek), (set_update_scale),
15735         (message_received), (main):
15736         Updated seek example.
15737
15738 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
15739
15740         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15741         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
15742         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
15743         (gst_base_rtp_depayload_set_clock):
15744         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15745         Don't sleep on the bench (system clock) when you have a nice 
15746         comfortable bed (Gstreamer clock) to sleep on.
15747
15748 2005-11-03  Wim Taymans  <wim@fluendo.com>
15749
15750         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15751         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
15752         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
15753         Handle the case where a pad_block failed.
15754
15755 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
15756
15757         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
15758
15759         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15760         (gst_base_rtp_depayload_add_to_queue),
15761         (gst_base_rtp_depayload_push),
15762         (gst_base_rtp_depayload_set_gst_timestamp),
15763         (gst_base_rtp_depayload_queue_release):
15764           Fixes some bugs in the depayloader's queuing/de-queueing code.
15765
15766 2005-10-31  Michael Smith <msmith@fluendo.com>
15767
15768         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15769         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15770         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
15771           Patch from Alessandro Decina <alessandro@nnva.org>.
15772           Make oggdemux only find the final time in a chain, not per-pad,
15773           since the per-pad information can be very expensive to locate, and
15774           it isn't used anywhere. This makes reading a file containing
15775           OggSkeleton reasonably fast.
15776           Also, make chain finding work when there are logical bitstreams that
15777           can't be decoded. Fixes #319110.
15778
15779 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15780
15781         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15782         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
15783         (gst_base_rtp_depayload_chain),
15784         (gst_base_rtp_depayload_add_to_queue),
15785         (gst_base_rtp_depayload_push),
15786         (gst_base_rtp_depayload_set_gst_timestamp),
15787         (gst_base_rtp_depayload_queue_release),
15788         (gst_base_rtp_depayload_start_thread),
15789         (gst_base_rtp_depayload_set_property),
15790         (gst_base_rtp_depayload_get_property):
15791         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15792         Some random fixes, to fullfill the desires of thomas.
15793
15794 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15795
15796         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15797         (gst_base_rtp_depayload_add_to_queue),
15798         (gst_base_rtp_depayload_push):
15799         Fixed the queueing algorithm.
15800
15801 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15802
15803         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15804         (gst_base_rtp_depayload_push):
15805         A small fix
15806
15807 2005-10-31  Wim Taymans  <wim@fluendo.com>
15808
15809         * gst-libs/gst/audio/gstringbuffer.h:
15810         Don't break ABI.
15811
15812         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15813         (gst_ffmpeg_caps_to_pixfmt):
15814         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15815         (gst_ffmpegcsp_set_caps):
15816         Some more comments.
15817         Handle missing required caps fields better.
15818
15819 2005-10-31  Wim Taymans  <wim@fluendo.com>
15820
15821         * gst-libs/gst/audio/gstbaseaudiosink.c:
15822         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
15823         (gst_base_audio_sink_render):
15824         * gst-libs/gst/audio/gstringbuffer.c:
15825         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
15826         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15827         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
15828         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
15829         (gst_ring_buffer_read):
15830         * gst-libs/gst/audio/gstringbuffer.h:
15831         Add flushing mode to the ringbuffer so that it in all cases does
15832         not try to handle more audio. This makes sure it does not try to
15833         block anymore when flushing and fixes a livelock.
15834
15835 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
15836
15837         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
15838         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
15839         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
15840           Explicitly check for -1 values before doing a conversion
15841           and always map them to -1. (#315545)
15842
15843 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15844
15845         * gst/playback/gstplaybin.c: (gen_video_element):
15846           first try autovideosink, then xvimagesink, then error out
15847         * po/POTFILES.in:
15848           add translatable file
15849         * po/af.po:
15850         * po/az.po:
15851         * po/cs.po:
15852         * po/en_GB.po:
15853         * po/hu.po:
15854         * po/it.po:
15855         * po/nb.po:
15856         * po/nl.po:
15857         * po/or.po:
15858         * po/sq.po:
15859         * po/sr.po:
15860         * po/sv.po:
15861         * po/uk.po:
15862         * po/vi.po:
15863           update translations
15864
15865 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
15866
15867         * gst-libs/gst/rtp/gstbasedepayload.c:
15868         * gst-libs/gst/rtp/gstbasedepayload.h:
15869           Minor cleanups
15870
15871 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
15872
15873         * gst/playback/.cvsignore:
15874         * gst/playback/decodetest.c:
15875         * gst/playback/test3.c:
15876           Port these two tests as well.
15877
15878 2005-10-27  Wim Taymans  <wim@fluendo.com>
15879
15880         * ext/theora/theoradec.c: (theora_dec_src_query),
15881         (theora_dec_sink_event):
15882         * ext/theora/theoraenc.c: (theora_enc_sink_event),
15883         (theora_enc_change_state):
15884         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15885         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
15886         Take proper locks when handling events.
15887
15888 2005-10-27  Wim Taymans  <wim@fluendo.com>
15889
15890         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
15891         (gst_adder_change_state):
15892         Fix timestamps and fix deadlock when stopping the collectpads.
15893
15894 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15895
15896         * gst-libs/gst/rtp/gstrtpbuffer.h:
15897         Declaring the payload types as strings too so that they can be used
15898         in the padtemplate inialization.
15899
15900 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
15901
15902         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
15903
15904         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15905         (gst_base_rtp_depayload_class_init):
15906         Fixes a small but nasty bug. The derived elements no longer segfaults
15907         on finalization.
15908
15909 2005-10-26  Michael Smith <msmith@fluendo.com>
15910
15911         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
15912           When clearing an audioconvert context, set tmpbufsize to zero, so
15913           we'll allocate it again later if required.
15914           This fixes audioconvert re-negotiating formats, which previously
15915           segfaulted with a NULL destination buffer.
15916
15917 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
15918
15919         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15920         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
15921         (gst_base_rtp_depayload_set_gst_timestamp),
15922         (gst_base_rtp_depayload_queue_release):
15923         Fixed a smalll memleak.
15924
15925 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15926         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15927         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
15928         (gst_base_rtp_depayload_finalize),
15929         (gst_base_rtp_depayload_setcaps),
15930         (gst_base_rtp_depayload_add_to_queue),
15931         (gst_base_rtp_depayload_push),
15932         (gst_base_rtp_depayload_set_gst_timestamp),
15933         (gst_base_rtp_depayload_queue_release),
15934         (gst_base_rtp_depayload_thread),
15935         (gst_base_rtp_depayload_change_state):
15936         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15937         Changed the C++ comments to C comments
15938
15939 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15940
15941         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
15942         * gst/tcp/gsttcpclientsrc.h:
15943         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
15944         * gst/tcp/gsttcpserversrc.h:
15945           Remove unused 'curoffset' structure member.
15946
15947 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15948
15949         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15950         (gst_base_rtp_depayload_base_init),
15951         (gst_base_rtp_depayload_finalize):
15952         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15953         * gst-libs/gst/rtp/gstbasertppayload.h:
15954           The pad-template on the sinkpad should be set by the derived classes.
15955           Also added some useful macros.
15956
15957 2005-10-24  Wim Taymans  <wim@fluendo.com>
15958
15959         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
15960         Correctly flush decoder samples even if we could not
15961         copy them to an output buffer. Fixes #319618.
15962
15963 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15964
15965         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
15966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
15967         the caps against our xcontext caps.
15968
15969 2005-10-24  Wim Taymans  <wim@fluendo.com>
15970
15971         * gst-libs/gst/audio/gstbaseaudiosink.c:
15972         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
15973         Remove g_print
15974         Use sync property from baseclass to disable sync.
15975
15976 2005-10-24  Wim Taymans  <wim@fluendo.com>
15977
15978         * gst-libs/gst/audio/gstbaseaudiosink.c:
15979         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
15980         Buffers with no timestamps get aligned with previous buffers or
15981         on underrun, played ASAP.
15982
15983 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15984
15985         * gst-libs/gst/video/video.h:
15986         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15987         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
15989         here comes my change on caps for framerate and geometry range.
15990         We are now accepting 1 to MAXINT for width and height, and from
15991         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
15992         to be blended correctly in videomixer.
15993
15994 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15995
15996         * configure.ac:
15997           back to HEAD
15998
15999 === release 0.9.4 ===
16000
16001 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16002
16003         * NEWS:
16004         * RELEASE:
16005         * configure.ac:
16006           releasing 0.9.4, "Velociraptor"
16007
16008 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16009
16010         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
16011         * po/POTFILES.in:
16012           STOPPED -> FAILED
16013
16014 2005-10-21  Wim Taymans  <wim@fluendo.com>
16015
16016         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16017         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
16018         (pad_blocked), (close_pad_link), (new_pad):
16019         Don't try to remove elements twice.
16020
16021 2005-10-21  Wim Taymans  <wim@fluendo.com>
16022
16023         * ext/theora/theoradec.c: (theora_dec_src_query),
16024         (theora_dec_sink_event):
16025         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16026         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
16027         (vorbis_handle_data_packet):
16028         * ext/vorbis/vorbisdec.h:
16029         Fix old naming.
16030
16031         * gst-libs/gst/audio/gstbaseaudiosink.c:
16032         (gst_base_audio_sink_render):
16033         Don't try to sync on buffers without a timestamp.
16034
16035 2005-10-21  Wim Taymans  <wim@fluendo.com>
16036
16037         * ext/theora/theoradec.c: (theora_dec_src_query),
16038         (theora_dec_sink_event):
16039         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16040         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
16041         (vorbis_handle_data_packet):
16042         * ext/vorbis/vorbisdec.h:
16043         Fix old naming.
16044
16045 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
16046
16047         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
16048         (gst_vorbisenc_src_query):
16049           Implement position and duration queries.
16050
16051         * gst/playback/test3.c: (update_scale), (main):
16052           Fix for async state changes and print nicer output.
16053
16054 2005-10-20  Wim Taymans  <wim@fluendo.com>
16055
16056         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16057         (dump_element_stats), (main):
16058         * gst/playback/test6.c: (main):
16059         Fix tests again
16060
16061 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
16062
16063         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
16064         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16065           Don't use functions for position queries when handling
16066           duration queries.
16067
16068 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
16069
16070         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16071         (vorbis_handle_data_packet), (vorbis_dec_chain),
16072         (vorbis_dec_change_state):
16073         * ext/vorbis/vorbisdec.h:
16074           Vorbis streams can be embedded in other container formats
16075           than ogg, container formats where the demuxer might set 
16076           timestamps on encoded vorbis buffers instead of those silly 
16077           granulepos thingies. In short: make vorbisdec handle 
16078           timestamps on incoming buffers as well.
16079
16080 2005-10-20  Wim Taymans  <wim@fluendo.com>
16081
16082         * gst/playback/gstplaybasebin.c: (group_destroy),
16083         (gst_play_base_bin_change_state):
16084         Fix leak.
16085         Handle case where playbasebin is now ASYNC because
16086         decodebin is.
16087
16088 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
16089
16090         * gst/audioconvert/Makefile.am:
16091         * gst/audioconvert/bufferframesconvert.c:
16092         * gst/audioconvert/plugin.c: (plugin_init):
16093         * gst/audioconvert/plugin.h:
16094           And bye bye buffer-frames-convert
16095
16096 2005-10-19  Wim Taymans  <wim@fluendo.com>
16097
16098         * check/elements/audioconvert.c:
16099         * docs/libs/tmpl/gstaudio.sgml:
16100         * docs/libs/tmpl/gstcolorbalance.sgml:
16101         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16102         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
16103         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
16104         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
16105         * gst-libs/gst/audio/audio.h:
16106         * gst/audioconvert/audioconvert.h:
16107         * gst/audioconvert/gstaudioconvert.c:
16108         (gst_audio_convert_parse_caps):
16109         * gst/volume/gstvolume.c:
16110         Bye bye buffer-frames.
16111
16112 2005-10-19  Wim Taymans  <wim@fluendo.com>
16113
16114         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16115         (query_positions_elems), (query_positions_pads), (update_scale),
16116         (do_seek), (set_update_scale), (message_received), (main):
16117         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16118         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
16119         (gst_ogg_demux_loop):
16120         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
16121         * ext/theora/theoradec.c: (theora_dec_src_query),
16122         (theora_dec_sink_event):
16123         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16124         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
16125         * gst/adder/gstadder.c: (gst_adder_query):
16126         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
16127         * gst/playback/test3.c: (update_scale):
16128         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16129         (dump_element_stats), (main):
16130         * gst/playback/test6.c: (main):
16131         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
16132         Query API update.
16133
16134 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
16135
16136         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
16137         (xml_check_first_element), (xml_type_find), (smil_type_find),
16138         (plugin_init):
16139           Add typefinding for SMIL and for generic XML. Based on patch by
16140           Akos Maroy (#308663).
16141
16142 2005-10-18  Wim Taymans  <wim@fluendo.com>
16143
16144         * gst/playback/Makefile.am:
16145         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
16146         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
16147         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
16148         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
16149         (gst_decode_bin_change_state):
16150         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16151         (gst_play_bin_send_event_to_sink):
16152         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16153         (dump_element_stats), (main):
16154         * gst/playback/test6.c: (main):
16155         Make playbin async, it'll commit state to paused when all streams
16156         are detected.
16157         Remove ugly hack.
16158         Added test6.c to show async behaviour.
16159
16160 2005-10-18  Wim Taymans  <wim@fluendo.com>
16161
16162         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16163         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
16164         Fix for segment-start/stop API change.
16165
16166 2005-10-18  Wim Taymans  <wim@fluendo.com>
16167
16168         * check/Makefile.am:
16169         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
16170         (main):
16171         Add future test for clock selection.
16172
16173 2005-10-18  Wim Taymans  <wim@fluendo.com>
16174
16175         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
16176         (gst_alsasink_close):
16177         Set handle to NULL.
16178
16179         * gst-libs/gst/audio/gstringbuffer.c:
16180         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
16181         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
16182         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16183         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
16184         (gst_ring_buffer_read):
16185         More debug info.
16186
16187 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
16188
16189         * gst/audiotestsrc/Makefile.am:
16190         * gst/sine/Makefile.am:
16191         * gst/volume/Makefile.am:
16192           fix broken build of controllerized plugins
16193
16194 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16195
16196         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16197
16198         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16199         (gst_riff_create_video_template_caps):
16200           Add support for Indeo-3 (IV32).
16201
16202 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16203
16204         * configure.ac:
16205           rewrite
16206
16207 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16208
16209         * gst-libs/gst/video/video.c: (gst_video_get_size):
16210         * gst/audiotestsrc/gstaudiotestsrc.c:
16211           doc updates
16212
16213 2005-10-17  Andy Wingo  <wingo@pobox.com>
16214
16215         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
16216         with the collectpads change.
16217         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
16218
16219         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
16220
16221         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
16222
16223         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
16224         alloc_buffer flow return to callers.
16225         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
16226         change. Fix some memleaks in theoraenc.
16227
16228         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
16229         in strange circumstance.
16230
16231 2005-10-17  Julien MOUTTE  <julien@moutte.net>
16232
16233         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16234         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
16235         from caps, let's use the caps...
16236
16237 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16238
16239         * configure.ac:
16240           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
16241
16242 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16243
16244         * gst-libs/gst/interfaces/Makefile.am:
16245           fix silly typo
16246
16247 2005-10-16  Andy Wingo  <wingo@pobox.com>
16248
16249         * gst/playback/gstdecodebin.c
16250         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
16251         function!
16252         (try_to_link_1): Increase kraziness level.
16253
16254 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16255
16256         * configure.ac:
16257           restructure like the core one
16258         * gst-libs/gst/audio/Makefile.am:
16259         * gst-libs/gst/interfaces/Makefile.am:
16260         * gst-libs/gst/net/Makefile.am:
16261         * gst-libs/gst/riff/Makefile.am:
16262         * gst-libs/gst/rtp/Makefile.am:
16263         * gst-libs/gst/tag/Makefile.am:
16264         * gst-libs/gst/video/Makefile.am:
16265           use correct linker flags, now the libs are properly versioned
16266         * check/elements/audioconvert.c: (verify_convert):
16267         * ext/alsa/gstalsaplugin.c:
16268         * ext/cdparanoia/gstcdparanoia.c:
16269         * ext/gnomevfs/gstgnomevfs.c:
16270         * ext/libvisual/visual.c:
16271         * ext/ogg/gstogg.c:
16272         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
16273         * ext/theora/theora.c:
16274         * ext/vorbis/vorbis.c:
16275         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16276         * gst-libs/gst/tag/gsttagediting.c:
16277         * gst-libs/gst/video/video.c:
16278         * gst/adder/gstadder.c:
16279         * gst/audioconvert/plugin.c:
16280         * gst/audiorate/gstaudiorate.c:
16281         * gst/audioresample/gstaudioresample.c:
16282         * gst/audioresample/resample_ref.c: (resample_scale_ref):
16283         * gst/audioscale/gstaudioscale.c:
16284         * gst/audioscale/resample.c:
16285         * gst/audiotestsrc/gstaudiotestsrc.c:
16286         * gst/ffmpegcolorspace/gstffmpeg.c:
16287         * gst/playback/gstdecodebin.c: (close_pad_link):
16288         * gst/playback/gstplaybin.c: (gen_video_element),
16289         (gen_audio_element):
16290         * gst/sine/gstsinesrc.c:
16291         * gst/subparse/gstsubparse.c:
16292         * gst/tags/gsttagediting.c:
16293         * gst/tcp/gsttcpplugin.c:
16294         * gst/typefind/gsttypefindfunctions.c:
16295         * gst/videorate/gstvideorate.c:
16296         * gst/videoscale/gstvideoscale.c:
16297         * gst/videotestsrc/gstvideotestsrc.c:
16298         * gst/volume/gstvolume.c:
16299         * sys/v4l/gstv4l.c:
16300         * sys/ximage/ximage.c:
16301         * sys/xvimage/xvimagesink.c:
16302           fix up defines
16303
16304 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
16305
16306         * ext/vorbis/vorbisenc.c:
16307         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
16308         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
16309         (gst_tag_to_vorbis_comments):
16310           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
16311
16312 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
16313
16314         * examples/stats/mp2ogg.c:
16315         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16316           typo fixes
16317
16318 2005-10-13  Michael Smith <msmith@fluendo.com>
16319
16320         * ext/ogg/gstoggmux.c:
16321           Use magic glib macros to define constants as 64 bit, to ensure
16322           appropriate vararg passing.
16323
16324 2005-10-13  Michael Smith <msmith@fluendo.com>
16325
16326         * ext/ogg/gstoggmux.c:
16327         * gst/audioconvert/audioconvert.c: (float):
16328           Don't use LL suffix, as it's not portable, and neither of these
16329           uses required it anyway.
16330
16331 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
16332
16333         * examples/indexing/indexmpeg.c: (main):
16334         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
16335         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
16336         (cdparanoia_convert), (cdparanoia_query):
16337         * ext/cdparanoia/gstcdparanoia.h:
16338         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
16339         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
16340         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
16341         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16342         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
16343         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
16344         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16345         (gst_multifdsink_render), (gst_multifdsink_start),
16346         (gst_multifdsink_stop):
16347         * gst/tcp/gstmultifdsink.h:
16348         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
16349         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
16350         (gst_tcpclientsink_stop):
16351         * gst/tcp/gsttcpclientsink.h:
16352         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
16353         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
16354         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
16355         * gst/tcp/gsttcpclientsrc.h:
16356         * gst/tcp/gsttcpserversink.h:
16357         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
16358         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
16359         (gst_tcpserversrc_stop):
16360         * gst/tcp/gsttcpserversrc.h:
16361         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
16362         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
16363         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
16364           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
16365           moved bitshift from macro to enum definition
16366
16367 2005-10-12  Wim Taymans  <wim@fluendo.com>
16368
16369         * examples/seeking/Makefile.am:
16370         Oops.
16371
16372 2005-10-12  Wim Taymans  <wim@fluendo.com>
16373
16374         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16375         (gst_ring_buffer_read), (gst_ring_buffer_clear):
16376         Don't assert on normal stuff.
16377
16378         * gst/playback/gstplaybin.c: (do_playbin_seek):
16379         API fix.
16380
16381 2005-10-12  Wim Taymans  <wim@fluendo.com>
16382
16383         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16384         * examples/seeking/Makefile.am:
16385         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
16386         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16387         (do_seek), (set_update_scale), (message_received), (main):
16388         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16389         (gst_ring_buffer_read), (gst_ring_buffer_clear):
16390         Update for _get_state() API change.
16391
16392 2005-10-11  Wim Taymans  <wim@fluendo.com>
16393
16394         * gst-libs/gst/audio/gstbaseaudiosink.c:
16395         (gst_base_audio_sink_render):
16396         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16397         (gst_base_audio_src_create):
16398         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
16399         (gst_ring_buffer_read):
16400         Cleanups.
16401         Commit and read from ringbuffer in samples rather than bytes.
16402
16403 2005-10-11  Wim Taymans  <wim@fluendo.com>
16404
16405         * gst-libs/gst/audio/gstbaseaudiosink.c:
16406         (gst_base_audio_sink_render):
16407         Respect segment rate and accum when scheduling samples.
16408
16409 2005-10-11  Julien MOUTTE  <julien@moutte.net>
16410
16411         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
16412         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
16413         EOS correctly, that needs more work.
16414
16415 2005-10-11  Wim Taymans  <wim@fluendo.com>
16416
16417         * check/generic/states.c: (GST_START_TEST):
16418         remove old property.
16419
16420         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16421         (gst_ogg_demux_perform_seek):
16422         * ext/theora/theoradec.c: (theora_dec_sink_event):
16423         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16424         (vorbis_handle_data_packet):
16425         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16426         (gst_base_rtp_depayload_set_gst_timestamp):
16427         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16428         Update for newsegment API change.
16429
16430 2005-10-11  Michael Smith <msmith@fluendo.com>
16431
16432         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16433         (do_playbin_seek), (gst_play_bin_send_event):
16434           Override send_event differently, so that we can takes bits of
16435           functionality from GstPipeline (special handling for seeks,
16436           including pausing/resuming, and resetting stream time) and still get
16437           the appropriate behaviour of only forwarding event to a single sink,
16438           rather than all of them.
16439           Unfortunately requires a lot of code duplication, but the
16440           alternatives are equally ugly in the end.
16441
16442 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16443
16444         * check/elements/audioconvert.c: (setup_audioconvert),
16445         (cleanup_audioconvert), (get_int_caps), (verify_convert),
16446         (GST_START_TEST), (audioconvert_suite):
16447           clean up tests a little, fix some leaks.
16448
16449 2005-10-10  Wim Taymans  <wim@fluendo.com>
16450
16451         * ext/alsa/gstalsasink.c:
16452         Also allow unsigned int.
16453
16454         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16455         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
16456         Small cleanup
16457
16458 2005-10-10  Wim Taymans  <wim@fluendo.com>
16459
16460         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16461         Small update, use API as stated in design docs.
16462
16463         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
16464         (update_scale), (do_seek), (seek_cb), (set_update_scale),
16465         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
16466         (message_received), (main):
16467         Updated seek example for GOption. Some usability improvements.
16468
16469 2005-10-10  Wim Taymans  <wim@fluendo.com>
16470
16471         * gst/audioconvert/audioconvert.h:
16472         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
16473         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
16474         Alloc temp storage somewhere else where we can do it more
16475         portable.
16476
16477 2005-10-10  Wim Taymans  <wim@fluendo.com>
16478
16479         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
16480         (gst_tcpserversrc_start):
16481         Don't block in accept while doing the state change, move
16482         to poll and make cancellable.
16483
16484 2005-10-09  Philippe Khalaf <burger@speedy.org>
16485
16486         * gst-libs/gst/rtp/rtpbasedepayload.c:
16487         Set timestamp and add queue delay to timestamp
16488         * gst-libs/gst/rtp/rtpbuffer.h:
16489         Set correct payload type for h263
16490
16491 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
16492
16493         * gst/audiotestsrc/gstaudiotestsrc.c:
16494         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
16495         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
16496         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
16497         (gst_audiotestsrc_create_triangle),
16498         (gst_audiotestsrc_create_silence),
16499         (gst_audiotestsrc_create_white_noise),
16500         (gst_audiotestsrc_init_pink_noise),
16501         (gst_audiotestsrc_generate_pink_noise_value),
16502         (gst_audiotestsrc_create_pink_noise),
16503         (gst_audiotestsrc_change_wave):
16504         * gst/audiotestsrc/gstaudiotestsrc.h:
16505           fixed typo, added pink noise
16506
16507 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16508
16509         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
16510         (plugin_init):
16511           Add wavpack and spc typefind functions from 0.8 branch.
16512
16513 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16514
16515         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
16516         (ar_type_find), (msdos_type_find), (plugin_init):
16517           Add typefind functions for tar archives, ar archives,
16518           RAR archives, and msdos-executables (dlls, exe, etc.).
16519           Some of those would be wrongly identified as mpeg
16520           streams of some sort before (#315550).
16521
16522 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
16523
16524         * configure.ac:
16525         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16526         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16527         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
16528         * gst/audiotestsrc/Makefile.am:
16529         * gst/audiotestsrc/gstaudiotestsrc.c:
16530         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
16531         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
16532         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
16533         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
16534         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
16535         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
16536         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
16537         (gst_audiotestsrc_create_silence),
16538         (gst_audiotestsrc_create_white_noise),
16539         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
16540         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
16541         (gst_audiotestsrc_start), (plugin_init):
16542         * gst/audiotestsrc/gstaudiotestsrc.h:
16543           add new plugin and element
16544         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
16545           use gobject_class
16546
16547 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
16548
16549         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
16550         (gst_adder_init), (gst_adder_request_new_pad),
16551         (gst_adder_change_state):
16552           Add query function to source pad, so adder reports the correct
16553           time/sample position when queried (#315457); fix state change
16554           function; use GST_DEBUG_FUNCPTR() for pad functions.
16555
16556 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16557
16558         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
16559           Fix leaks in typefind registration
16560           Clean up the gratuitous commenting and whitespacing a little
16561
16562 2005-10-08  Wim Taymans  <wim@fluendo.com>
16563
16564         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
16565         Only actually wait for the thread to be stopped if it's 
16566         running.
16567
16568 2005-10-08  Wim Taymans  <wim@fluendo.com>
16569
16570         * gst-libs/gst/audio/gstbaseaudiosink.c:
16571         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16572         If we receive EOS we can start playback of what we had.
16573
16574 2005-10-08  Wim Taymans  <wim@fluendo.com>
16575
16576         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16577         (gst_multifdsink_finalize), (multifdsink_hash_remove),
16578         (gst_multifdsink_stop):
16579         Fix crasher when going to NULL multiple times.
16580
16581 2005-10-06  Wim Taymans  <wim@fluendo.com>
16582
16583         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
16584         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
16585         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16586         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
16587         patch from Edgard Lima <edgard.lima@indt.org.br>
16588         Fixed gstbaseaudiosrc adding ring buffer sync to it.
16589
16590 2005-10-06  Wim Taymans  <wim@fluendo.com>
16591
16592         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
16593         Report the FLOW_RETURN as string in the error message.
16594
16595         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
16596         Don't assert when clearing an unnegotiated buffer.
16597
16598 2005-10-04  Michael Smith <msmith@fluendo.com>
16599
16600         * gst/playback/gstplaybasebin.c: (group_destroy),
16601         (gen_preroll_element), (remove_groups), (setup_source):
16602         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
16603         (setup_sinks), (gst_play_bin_send_event),
16604         (gst_play_bin_change_state):
16605           Set state to NULL before removing from bin. Fix refcounting.
16606
16607 2005-10-04  Michael Smith <msmith@fluendo.com>
16608
16609         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
16610           Correct refcounting in send_event() function. Previously was wrong
16611           if the first sink was unable to handle the event.
16612
16613 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16614
16615         * configure.ac:
16616           back to development
16617
16618 === release 0.9.3 ===
16619
16620 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16621
16622         * configure.ac:
16623           Releasing 0.9.3, "De Facto"
16624
16625 2005-10-03  Andy Wingo  <wingo@pobox.com>
16626
16627         * gst/playback/gstdecodebin.c (try_to_link_1)
16628         (remove_element_chain): set element to NULL before removing it.
16629
16630 2005-10-02  Johan Dahlin  <johan@gnome.org>
16631
16632         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
16633         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
16634         MT safe.
16635
16636 2005-10-02  Andy Wingo  <wingo@pobox.com>
16637
16638         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
16639         (gst_ring_buffer_prepare_read): 
16640         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
16641         Demote to LOG.
16642
16643 2005-09-29  Wim Taymans  <wim@fluendo.com>
16644
16645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
16646         * ext/theora/theoradec.c: (theora_handle_data_packet):
16647         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16648         Propagate error codes from alloc_buffer too.
16649
16650 2005-09-29  Wim Taymans  <wim@fluendo.com>
16651
16652         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
16653         We use fixed caps.
16654
16655         * gst/playback/Makefile.am:
16656         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
16657         (dump_element_stats), (main):
16658         Added example stream introspection code.
16659
16660 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
16661
16662         * gst/adder/gstadder.c: (gst_adder_collected):
16663           fix adder for float elements
16664
16665 2005-09-28  Wim Taymans  <wim@fluendo.com>
16666
16667         * gst-libs/gst/audio/gstbaseaudiosink.c:
16668         (gst_base_audio_sink_class_init),
16669         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
16670         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16671         (gst_base_audio_src_class_init),
16672         (gst_base_audio_src_provide_clock):
16673         get_clock -> provide_clock
16674
16675 2005-09-28  Andy Wingo  <wingo@pobox.com>
16676
16677         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
16678         and unlocking.
16679
16680         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
16681         unlocking.
16682
16683         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
16684         Actually add the pad template.
16685         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
16686
16687         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
16688         I'm at it...
16689
16690         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
16691         from fdsrc. Get caps in create() instead of start() so it can be
16692         interrupted. Interruption somewhat untested.
16693
16694         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
16695         Proper EOS handling.
16696
16697 2005-09-27  Andy Wingo  <wingo@pobox.com>
16698
16699         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
16700
16701         * gst/tcp/gsttcpserversrc.c: Cleaned up.
16702
16703         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
16704
16705         * gst/tcp/gsttcp.h: 
16706         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
16707         out of tcpclientsrc.c. Cancellable.
16708         (gst_tcp_socket_read): Made private, cancellable, with better
16709         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
16710         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
16711         whole buffer, and better diagnostics.
16712         (gst_tcp_gdp_read_caps): Same.
16713
16714         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
16715
16716 2005-09-26  Andy Wingo  <wingo@pobox.com>
16717
16718         * gst/sine/gstsinesrc.h:
16719         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
16720         change the 'sync' property to 'is-live' and implement it halfway,
16721         update for controller api change.
16722
16723         * gst/volume/gstvolume.c (volume_transform_ip): Update for
16724         controller api change.
16725
16726 2005-09-24  Wim Taymans  <wim@fluendo.com>
16727
16728         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
16729         * gst-libs/gst/audio/gstaudiosink.c:
16730         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16731         (gst_audioringbuffer_stop):
16732         * gst-libs/gst/audio/gstbaseaudiosink.c:
16733         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16734         (gst_base_audio_sink_change_state):
16735         * gst-libs/gst/audio/gstbaseaudiosink.h:
16736         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
16737         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16738         (gst_ring_buffer_commit), (gst_ring_buffer_read):
16739         * gst-libs/gst/audio/gstringbuffer.h:
16740         Fix sync again. Moved sample alignment to basesink.
16741
16742 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16743
16744         * docs/plugins/Makefile.am:
16745         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16746         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16747         * gst/volume/gstvolume.c:
16748           add/fix docs
16749         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
16750         * gst-libs/gst/audio/audio.h:
16751           add conversion macros for frames <-> clocktime
16752
16753 2005-09-23  David Schleef  <ds@schleef.org>
16754
16755         * gst/audioresample/Makefile.am:
16756         * gst/audioresample/debug.h:
16757         * gst/audioresample/gstaudioresample.c:
16758         * gst/audioresample/resample.c: Convert to using gst debugging
16759
16760 2005-09-22  Wim Taymans  <wim@fluendo.com>
16761
16762         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16763         (gst_play_bin_send_event):
16764         Only seek on one sink, the first one that succeeds.
16765
16766 2005-09-22  Michael Smith <msmith@fluendo.com>
16767
16768         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
16769         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
16770         Don't flush encoder state unless we have an initialised encoder.
16771         Clear out encoder state on PAUSED_TO_READY.
16772
16773 2005-09-22  Wim Taymans  <wim@fluendo.com>
16774
16775         * gst-libs/gst/rtp/gstbasertppayload.c:
16776         (gst_basertppayload_class_init), (gst_basertppayload_init),
16777         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16778         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16779         (gst_basertppayload_is_filled), (gst_basertppayload_push),
16780         (gst_basertppayload_set_property),
16781         (gst_basertppayload_get_property),
16782         (gst_basertppayload_change_state):
16783         * gst-libs/gst/rtp/gstbasertppayload.h:
16784         Added max-ptime to control amount of data in the rtp packets.
16785
16786 2005-09-21  Andy Wingo  <wingo@pobox.com>
16787
16788         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
16789         thingies.
16790
16791         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
16792         can be called multiple times, dogs.
16793
16794 2005-09-21  Wim Taymans  <wim@fluendo.com>
16795
16796         * gst-libs/gst/rtp/gstbasertppayload.c:
16797         (gst_basertppayload_class_init), (gst_basertppayload_init),
16798         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16799         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16800         (gst_basertppayload_push), (gst_basertppayload_get_property),
16801         (gst_basertppayload_change_state):
16802         Allow 0 ssrc too.
16803
16804 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
16805
16806         * docs/libs/compiling.sgml:
16807           fixing typos
16808
16809 2005-09-20  Wim Taymans  <wim@fluendo.com>
16810
16811         * gst-libs/gst/rtp/gstbasertppayload.c:
16812         (gst_basertppayload_class_init), (gst_basertppayload_init),
16813         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16814         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16815         (gst_basertppayload_push), (gst_basertppayload_set_property),
16816         (gst_basertppayload_get_property),
16817         (gst_basertppayload_change_state):
16818         * gst-libs/gst/rtp/gstbasertppayload.h:
16819         Added property to configure sequence number offsets.
16820
16821 2005-09-20  Wim Taymans  <wim@fluendo.com>
16822
16823         * gst-libs/gst/rtp/gstbasertppayload.c:
16824         (gst_basertppayload_class_init), (gst_basertppayload_init),
16825         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16826         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16827         (gst_basertppayload_push), (gst_basertppayload_set_property),
16828         (gst_basertppayload_get_property),
16829         (gst_basertppayload_change_state):
16830         * gst-libs/gst/rtp/gstbasertppayload.h:
16831         Make timestamp offset configurable.
16832
16833 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16834
16835         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16836           fix wrong pop/unref
16837
16838 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
16839
16840         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16841
16842         * gst-libs/gst/interfaces/propertyprobe.c:
16843         (gst_property_probe_probe_property_name),
16844         (gst_property_probe_needs_probe_name),
16845         (gst_property_probe_get_values_name),
16846         (gst_property_probe_probe_and_get_values_name):
16847           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
16848           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
16849
16850 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16851
16852         * check/Makefile.am:
16853           have some tests be disabled for valgrinding
16854         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
16855         (GST_START_TEST):
16856         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
16857           Fix A Leak.  Chain To Parent Finalize.
16858
16859 2005-09-19  Wim Taymans  <wim@fluendo.com>
16860
16861         * examples/seeking/seek.c: (make_wav_pipeline), (main):
16862         Fixed wav pipeline.
16863
16864 2005-09-19  Wim Taymans  <wim@fluendo.com>
16865
16866         * gst-libs/gst/rtp/gstbasertppayload.c:
16867         (gst_basertppayload_class_init), (gst_basertppayload_init),
16868         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
16869         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
16870         (gst_basertppayload_push), (gst_basertppayload_get_property),
16871         (gst_basertppayload_change_state):
16872         Posting ERROR and WARNING messages is good.
16873
16874 2005-09-19  Wim Taymans  <wim@fluendo.com>
16875
16876         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16877         (gst_base_rtp_depayload_add_to_queue),
16878         (gst_base_rtp_depayload_push),
16879         (gst_base_rtp_depayload_set_gst_timestamp),
16880         (gst_base_rtp_depayload_queue_release):
16881         This one was not supposed to go in.
16882
16883 2005-09-19  Wim Taymans  <wim@fluendo.com>
16884
16885         * check/pipelines/simple_launch_lines.c: (run_pipeline):
16886         Fix for bus API.
16887
16888         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16889         (gst_base_rtp_depayload_chain),
16890         (gst_base_rtp_depayload_add_to_queue),
16891         (gst_base_rtp_depayload_push),
16892         (gst_base_rtp_depayload_set_gst_timestamp),
16893         (gst_base_rtp_depayload_queue_release):
16894         Some cleanups.
16895
16896         * gst-libs/gst/rtp/gstbasertppayload.c:
16897         (gst_basertppayload_class_init), (gst_basertppayload_init),
16898         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
16899         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
16900         (gst_basertppayload_get_property),
16901         (gst_basertppayload_change_state):
16902         Added debugging category.
16903
16904 2005-09-18  David Schleef  <ds@schleef.org>
16905
16906         * gst/playback/gstdecodebin.c: free plugin list correctly
16907         * gst/playback/gstplaybin.c: emit warning if autovideosink
16908           and autoaudiosink can't be found (instead of segfaulting)
16909
16910 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16911
16912         * check/elements/audioconvert.c: (GST_START_TEST):
16913           try out 24 bit conversion
16914
16915 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16916
16917         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16918         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16919         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
16920         * ext/vorbis/vorbisenc.h:
16921           Fix EOS handling.  Still needs a fix in the ogg muxer to
16922           mark the last page as eos.
16923
16924 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16925
16926         * common/gtk-doc-plugins.mak:
16927         * docs/plugins/Makefile.am:
16928         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16929         * gst/ffmpegcolorspace/Makefile.am:
16930         * gst/ffmpegcolorspace/avcodec.h:
16931         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16932         * gst/tcp/gstmultifdsink.c:
16933           fix up ffmpegcolorspace docs; extract header
16934
16935 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16936
16937         * common/gtk-doc-plugins.mak:
16938         * docs/plugins/Makefile.am:
16939         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16940         * ext/theora/Makefile.am:
16941         * ext/theora/gsttheoraenc.h:
16942         * ext/theora/theoraenc.c:
16943         * ext/vorbis/vorbisenc.c:
16944           pick up signals and args for vorbis; add some docs for vorbis
16945
16946 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16947
16948         * common/gstdoc-scangobj:
16949         * common/gtk-doc-plugins.mak:
16950         * docs/libs/Makefile.am:
16951         * docs/plugins/gst-plugins-base-plugins.args:
16952         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16953         * docs/plugins/gst-plugins-base-plugins.interfaces:
16954         * docs/plugins/gst-plugins-base-plugins.prerequisites:
16955         * docs/plugins/gst-plugins-base-plugins.signals:
16956           only scanobj stuff from our source module.  Not sure yet
16957           if that's correct, given the hierarchy stuff :)
16958
16959 2005-09-15  Wim Taymans  <wim@fluendo.com>
16960
16961         * gst/audioconvert/gstaudioconvert.c:
16962         And enable 24 bits mode as well..
16963
16964 2005-09-15  Wim Taymans  <wim@fluendo.com>
16965
16966         * gst-libs/gst/rtp/Makefile.am:
16967         * gst-libs/gst/rtp/gstbasertppayload.c:
16968         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
16969         (gst_basertppayload_class_init), (gst_basertppayload_init),
16970         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
16971         (gst_basertppayload_chain), (gst_basertppayload_set_options),
16972         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
16973         (gst_basertppayload_set_property),
16974         (gst_basertppayload_get_property),
16975         (gst_basertppayload_change_state):
16976         * gst-libs/gst/rtp/gstbasertppayload.h:
16977         Added rtp payloader base class.
16978
16979 2005-09-15  Andy Wingo  <wingo@pobox.com>
16980
16981         * configure.ac (plugindir): Remove the EOL matcher from the
16982         regexp, as it causes me problems. Libtool? Make? Who knows?
16983
16984 2005-09-14  David Schleef  <ds@schleef.org>
16985
16986         * check/generic/states.c: 
16987         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
16988         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
16989           Fixes for changes in registry API.
16990
16991         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
16992           to GST_PLUGIN_LDFLAGS.
16993         * ext/libvisual/visual.c: Make the library shut up.
16994         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
16995         * gst-libs/gst/audio/gstaudiofilter.c: same
16996
16997 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16998
16999         * docs/plugins/Makefile.am:
17000         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17001         * docs/plugins/inspect/plugin-libvisual.xml:
17002         * docs/plugins/tmpl/element-tcpserversink.sgml:
17003         * ext/theora/theoraenc.c:
17004           add libvisual plugin and theoraenc element to docs
17005
17006 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17007
17008         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17009         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17010         * ext/theora/theoraenc.c:
17011           add theoraenc
17012
17013 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
17014
17015         * gst/audioconvert/Makefile.am:
17016           Audioconvert derives from GstBaseTransform and should
17017           link to the library with our base elements to avoid
17018           unresolved symbols. Makes things work with MinGW (#316160)
17019
17020         * gst/playback/test4.c: (main):
17021           Fix MinGW build problem and use g_usleep() instead of 
17022           sleep() (#316162)
17023
17024 2005-09-12  Wim Taymans  <wim@fluendo.com>
17025
17026         * gst/audioconvert/audioconvert.c: (float),
17027         (audio_convert_prepare_context), (audio_convert_convert):
17028         * gst/audioconvert/audioconvert.h:
17029         Cleanups, speedups, simplifications, added back support
17030         for 24 bits.
17031
17032 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17033
17034         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17035         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17036         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
17037         * docs/plugins/tmpl/element-tcpserversink.sgml:
17038         * gst/ffmpegcolorspace/gstffmpeg.c:
17039         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17040         * gst/videotestsrc/gstvideotestsrc.c:
17041         * gst/volume/gstvolume.c:
17042           add more elements to the docs
17043
17044 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
17045
17046         * check/Makefile.am:
17047         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
17048         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
17049           Add extra tests for basetransform based components. 
17050           Comment out the test_element_negotiation test until we decide
17051           if it's testing correct behaviour.
17052         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
17053         (gst_visual_chain), (gst_visual_change_state):
17054           Slightly more correct but still bogus timestamping.
17055           Fix state change function.
17056         * gst/audioconvert/gstaudioconvert.c:
17057         (gst_audio_convert_class_init):
17058         * gst/audioresample/gstaudioresample.c:
17059         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17060         (gst_ffmpegcsp_class_init):
17061         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17062         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
17063         (gst_videoscale_prepare_image):
17064         * gst/volume/gstvolume.c: (gst_volume_class_init),
17065         (volume_transform_ip):
17066           Basetransform updates. Enable passthrough modes.
17067         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
17068         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
17069         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17070           Negotiation fix that allows the window to return to the original
17071           size and renegotiate passthrough upstream. Extra debug output.
17072
17073 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17074
17075         * gst/sine/gstsinesrc.c:
17076         * gst/volume/gstvolume.c:
17077           fix up header include
17078
17079 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
17080
17081         * gst-libs/gst/audio/gstbaseaudiosink.c:
17082         (gst_base_audio_sink_render):
17083         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
17084         * gst/volume/gstvolume.c: (gst_volume_class_init),
17085         (volume_transform):
17086           fixing lost sync, some more debugging
17087
17088 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
17089
17090         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
17091         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
17092         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
17093         (gst_xvimagesink_check_xshm_calls):
17094           Fix compilation when XShm is not available.
17095
17096 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
17097
17098         * ext/libvisual/visual.c: (gst_visual_dispose),
17099         (gst_visual_getcaps), (gst_visual_src_setcaps),
17100         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
17101         (gst_visual_change_state):
17102           Finish fixing up libvisual plugin so that it runs. 
17103
17104 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
17105
17106         * ext/vorbis/vorbisenc.c:
17107         * gst-libs/gst/tag/gstvorbistag.c:
17108           gsttaginterface.h -> gsttagsetter.h
17109
17110 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
17111
17112         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
17113           added another test that failes for me (test is not active by default)
17114
17115 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17116
17117         * configure.ac:
17118           v4l2 is no longer in gst-plugins-base
17119
17120 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
17121
17122         * configure.ac:
17123           In the output at the end, don't show the first plugin on the same
17124           line as "Core plug-ins, always built:".
17125           Indent the output as for other plugin categories
17126         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
17127           #define that can be used to not use peer buffer_alloc functions for
17128           test purposes.
17129         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
17130         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
17131         (gst_ximagesink_show_frame):
17132         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
17133         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
17134         (gst_xvimagesink_show_frame):
17135           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
17136           fails gracefully instead of XError aborting or deadlocking.
17137
17138 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
17139
17140         * ext/libvisual/Makefile.am:
17141           link against gst-base-libs
17142
17143 2005-09-06  David Schleef  <ds@schleef.org>
17144
17145         * configure.ac: Enable libvisual plugin.
17146         * ext/libvisual/Makefile.am:
17147         * ext/libvisual/visual.c: Fixes to make it compile.
17148
17149 === release 0.9.2 ===
17150
17151 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17152
17153         * NEWS:
17154         * RELEASE:
17155         * configure.ac:
17156         * docs/random/ChangeLog-0.8:
17157           releasing 0.9.2, "Spoon"
17158
17159 2005-09-05  Michael Smith <msmith@fluendo.com>
17160
17161         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
17162           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
17163           that in the vorbisenc element.
17164
17165 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17166
17167         * common/gtk-doc-plugins.mak:
17168         * docs/plugins/Makefile.am:
17169           fix distcheck
17170         * gst/audioresample/resample.c:
17171           fix wrong docstring
17172
17173 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17174
17175         * common/gst-xmlinspect.py:
17176         * common/gtk-doc-plugins.mak:
17177           only inspect plugins for this given package
17178           require gst-python 0.9
17179
17180 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17181
17182         * Makefile.am:
17183         * autogen.sh:
17184         * common/gst-xmlinspect.py:
17185         * configure.ac:
17186         * docs/Makefile.am:
17187         * docs/plugins/inspect/plugin-alsa.xml:
17188         * docs/plugins/inspect/plugin-audioresample.xml:
17189         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
17190         * docs/plugins/inspect/plugin-ogg.xml:
17191         * docs/plugins/tmpl/element-gnomevfssink.sgml:
17192         * docs/plugins/tmpl/element-multifdsink.sgml:
17193         * docs/plugins/tmpl/element-tcpserversink.sgml:
17194         * docs/plugins/tmpl/element-vorbisenc.sgml:
17195         * gst-plugins-base.spec.in:
17196           various doc-related updates
17197
17198 2005-08-31  Wim Taymans  <wim@fluendo.com>
17199
17200         * gst-libs/gst/audio/gstbaseaudiosink.c:
17201         (gst_base_audio_sink_render):
17202         Resync if the buffer timestamps drift more than a 10th 
17203         of a second.
17204
17205 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
17206
17207         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
17208         (gst_v4lsrc_get_property):
17209           The 'timestamp-offset' property is registered as an int64, so
17210           let's use g_value_{set|get}_int64() in our setter and getter
17211           functions (makes it work and fixes warnings with gst-inspect).
17212
17213 2005-08-30  Wim Taymans  <wim@fluendo.com>
17214
17215         * check/elements/audioconvert.c: (setup_audioconvert):
17216         * check/elements/audioresample.c: (setup_audioresample):
17217         * check/elements/volume.c: (setup_volume):
17218         Fix checks.
17219
17220 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17221
17222         * common/gtk-doc-plugins.mak:
17223         * common/plugins.xsl:
17224         * docs/plugins/Makefile.am:
17225           make module a param
17226
17227 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
17228
17229         * examples/seeking/seek.c: (make_mp3_pipeline),
17230         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
17231         (play_cb), (pause_cb), (stop_cb):
17232           update the example
17233
17234 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
17235
17236         * gst/volume/gstvolume.c: (gst_volume_class_init),
17237         (volume_transform):
17238           do not update controlled params, if buffer has no timestamp
17239
17240 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
17241
17242         * configure.ac:
17243         * gst/sine/Makefile.am:
17244         * gst/volume/Makefile.am:
17245           controllerized elements also need to link against controller-libs ;)
17246
17247 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
17248
17249         * docs/libs/tmpl/gstcolorbalance.sgml:
17250         * docs/libs/tmpl/gstgconf.sgml:
17251         * docs/libs/tmpl/gstmixer.sgml:
17252         * docs/libs/tmpl/gstringbuffer.sgml:
17253         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17254         (gst_sinesrc_create):
17255         * gst/volume/gstvolume.c: (gst_volume_class_init),
17256         (volume_transform):
17257           controllerized two audio plugins
17258
17259 2005-08-29  Andy Wingo  <wingo@pobox.com>
17260
17261         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
17262         (vorbis_handle_data_packet): Fix some int overflow errors.
17263
17264         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
17265         -1.
17266         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
17267         valid.
17268         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
17269         if it's valid. Fixed streaming-mode playback.
17270
17271         * check/elements/volume.c (cleanup_volume): Fix for running
17272         CK_FORK=no.
17273
17274         * check/elements/audioconvert.c: Convert from native endian, not
17275         little endian.
17276
17277 2005-08-29  Michael Smith <msmith@fluendo.com>
17278
17279         * ext/ogg/Makefile.am:
17280         * ext/ogg/gstogg.c: (plugin_init):
17281         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
17282         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
17283         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
17284         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
17285         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
17286         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
17287         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
17288         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
17289         Add an ogg parser element.
17290
17291 2005-08-28  Andy Wingo  <wingo@pobox.com>
17292
17293         * Updates for two-arg init from GST_BOILERPLATE_FULL.
17294
17295 2005-08-26  Wim Taymans  <wim@fluendo.com>
17296
17297         * gst/audioconvert/audioconvert.c: (if), (float),
17298         (audio_convert_get_func_index), (check_default),
17299         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17300         (audio_convert_clean_context), (audio_convert_get_sizes),
17301         (audio_convert_convert):
17302         Cleanups.
17303
17304 2005-08-26  Wim Taymans  <wim@fluendo.com>
17305
17306         * gst/audioconvert/audioconvert.c: (if), (float),
17307         (audio_convert_get_func_index), (check_default),
17308         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17309         (audio_convert_clean_context), (audio_convert_get_sizes),
17310         (audio_convert_convert):
17311         More elegant and working temp buffer selection algo.
17312
17313 2005-08-26  Wim Taymans  <wim@fluendo.com>
17314
17315         * gst/audioconvert/audioconvert.c: (if), (float),
17316         (audio_convert_get_func_index), (check_default),
17317         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17318         (audio_convert_clean_context), (audio_convert_get_sizes),
17319         (get_temp_buffer), (audio_convert_convert):
17320         Use realloc else we lose our original data.
17321
17322 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17323
17324         * gst/audioresample/gstaudioresample.c:
17325           use base class' newsegment to properly timestamp
17326
17327 2005-08-26  Wim Taymans  <wim@fluendo.com>
17328
17329         * gst/audioconvert/audioconvert.c: (if), (float),
17330         (audio_convert_get_func_index), (check_default),
17331         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17332         (audio_convert_clean_context), (audio_convert_get_sizes),
17333         (get_temp_buffer), (audio_convert_convert):
17334         * gst/audioconvert/gstaudioconvert.c:
17335         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
17336         (gst_audio_convert_transform_caps),
17337         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
17338         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
17339         Oops, allocate enough space to perform the channel mix.
17340
17341 2005-08-26  Wim Taymans  <wim@fluendo.com>
17342
17343         * gst/audioconvert/Makefile.am:
17344         * gst/audioconvert/audioconvert.c: (if), (float),
17345         (audio_convert_get_func_index), (check_default),
17346         (audio_convert_clean_fmt), (audio_convert_prepare_context),
17347         (audio_convert_clean_context), (audio_convert_get_sizes),
17348         (get_temp_buffer), (audio_convert_convert):
17349         * gst/audioconvert/audioconvert.h:
17350         * gst/audioconvert/gstaudioconvert.c:
17351         (gst_audio_convert_class_init), (gst_audio_convert_init),
17352         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
17353         (gst_audio_convert_get_unit_size),
17354         (gst_audio_convert_transform_caps),
17355         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
17356         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
17357         * gst/audioconvert/gstaudioconvert.h:
17358         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
17359         (gst_channel_mix_fill_identical),
17360         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
17361         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
17362         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
17363         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
17364         (gst_channel_mix_mix):
17365         * gst/audioconvert/gstchannelmix.h:
17366         Cleanups, librarify a bit, optimize, better negotiation and more.
17367
17368 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
17369
17370         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
17371         Another from MikeS:
17372         During typefinding, don't support negative offsets
17373         (offsets from the end of the stream) in our typefind->peek() function
17374         - nothing embedded in ogg ever needs them. However, we need to recognise
17375         those requests and reject them, otherwise we return invalid pointers.
17376
17377 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
17378
17379         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17380         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
17381         (vorbisdec_finalize), (vorbis_handle_type_packet):
17382           Big shout-out to MikeS for fixing this giant memory leak.
17383           Huzzah!
17384
17385 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17386
17387         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
17388         (audio_convert_get_unit_size):
17389           plug some leaks
17390
17391 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17392
17393         * check/Makefile.am:
17394         * check/elements/audioconvert.c: (setup_audioconvert),
17395         (cleanup_audioconvert), (get_int_caps), (verify_convert),
17396         (GST_START_TEST), (audioconvert_suite), (main):
17397           add a test for audioconvert
17398         * gst/audioresample/gstaudioresample.c:
17399         * gst/audioresample/gstaudioresample.h:
17400           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
17401           note that for buffers of 1/3 sec this means DURATION(c) is 
17402           one nanosecond more than for a and b
17403
17404 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17405
17406         * check/Makefile.am:
17407         * check/elements/audioresample.c: (setup_audioresample),
17408         (cleanup_audioresample), (fail_unless_perfect_stream),
17409         (test_perfect_stream_instance), (GST_START_TEST),
17410           add a check for audioresample
17411         (audioresample_suite), (main):
17412         * check/elements/volume.c: (GST_START_TEST):
17413           remove unused method
17414         * gst/audioresample/gstaudioresample.c:
17415           set correct buffer parameters since we're changing them
17416         * gst/audioresample/resample_ref.c: (resample_scale_ref):
17417           add some debug
17418
17419 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17420
17421         * gst/audioresample/debug.c:
17422         * gst/audioresample/gstaudioresample.c:
17423           add room for extra overlap samples when asked to transform size
17424           protect against possible mem corruption and check for discrepancies
17425           between written size and outbuffer's size so we can warn for
17426           potential problems
17427         * gst/audioresample/resample.c: (resample_init),
17428         (resample_get_output_size_for_input), (resample_get_output_size),
17429         (resample_set_n_channels), (resample_set_format):
17430           set debug level based on RESAMPLE_DEBUG env var
17431           make sure that get_output_size* returns a whole number of
17432           sample_size
17433           set sample_size each time either channel or format is set
17434         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
17435         * gst/audioresample/resample_functable.c:
17436         (resample_scale_functable):
17437         * gst/audioresample/resample_ref.c: (resample_scale_ref):
17438           remove r->sample_size, it's done in resample.c now
17439           add some debugging to the ref implementation
17440           make sure we only give back bytes that are wholes of the sample
17441           size
17442
17443 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
17444         * gst/playback/gstplaybasebin.c: (fill_buffer):
17445         Revert unpopular change for GST_MESSAGE_SRC to GObject.
17446
17447 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
17448
17449         * gst/volume/gstvolume.c:
17450           made set_caps function static
17451
17452 2005-08-24  Wim Taymans  <wim@fluendo.com>
17453
17454         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
17455         (gst_vorbisenc_change_state):
17456         Stop leaking taglists.
17457
17458 2005-08-24  Wim Taymans  <wim@fluendo.com>
17459
17460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
17461         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
17462         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
17463         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
17464         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
17465         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
17466         Parse seeking events better.
17467         Unref static caps.
17468         Generate correct newsegment events, fixes seeking in live oggs.
17469
17470         * ext/theora/theoradec.c: (theora_dec_src_query),
17471         (theora_dec_src_event), (theora_dec_src_getcaps),
17472         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
17473         Use newsegment values to report correct play time.
17474
17475         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17476         (vorbis_dec_src_event), (vorbis_dec_sink_event):
17477         * ext/vorbis/vorbisdec.h:
17478         Parse and use newsegment values to report correct play time.
17479
17480         * gst-libs/gst/audio/gstbaseaudiosink.c:
17481         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
17482         Clear ringbuffer on flush.
17483         Use newsegment values to calculate playback time.
17484
17485         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
17486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
17487         Basesink does newsegment calculations for us now.
17488
17489 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17490
17491         * check/Makefile.am:
17492         * configure.ac:
17493           add core's plugins to the mix so that playbin works
17494         * check/generic/states.c: (GST_START_TEST):
17495           set a 0 timeout on pipelines, so they don't force the next
17496           state change
17497         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
17498         (gst_play_base_bin_change_state):
17499           remove the crappy error handling and do GST error handling
17500
17501 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17502
17503         * check/Makefile.am:
17504         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
17505           add same test as to core, it bitches out on playbin atm.
17506
17507 2005-08-24  Wim Taymans  <wim@fluendo.com>
17508
17509         * configure.ac:
17510         Remove audioscale.
17511
17512 2005-08-24  Wim Taymans  <wim@fluendo.com>
17513
17514         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
17515         (gst_videoscale_prepare_size), (parse_caps),
17516         (gst_videoscale_set_caps), (gst_videoscale_get_size),
17517         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
17518         (gst_videoscale_transform):
17519         * gst/videoscale/gstvideoscale.h:
17520         Refactor, make use of BaseTranform really well.
17521
17522 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17523
17524         * configure.ac:
17525           compile audioresample
17526         * gst/audioresample/Makefile.am:
17527         * gst/audioresample/buffer.c:
17528         * gst/audioresample/functable.c:
17529         * gst/audioresample/gstaudioresample.c:
17530         * gst/audioresample/gstaudioresample.h:
17531         * gst/audioresample/resample.c:
17532         (resample_get_output_size_for_input):
17533         * gst/audioresample/resample.h:
17534         * gst/audioresample/resample_chunk.c:
17535         * gst/audioresample/resample_functable.c:
17536         * gst/audioresample/resample_ref.c:
17537           port to use basetransform; doesn't work in all cases yet
17538
17539 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17540
17541         * gst/audioconvert/gstaudioconvert.c:
17542         (gst_audio_convert_class_init), (gst_audio_convert_init),
17543         (audio_convert_get_unit_size), (audio_convert_transform_caps),
17544         (audio_convert_fixate_caps), (audio_convert_set_caps),
17545         (audio_convert_transform),
17546         (gst_audio_convert_buffer_to_default_format),
17547         (gst_audio_convert_buffer_from_default_format),
17548         (gst_audio_convert_channels):
17549         * gst/audioconvert/gstchannelmix.c:
17550         * gst/audioconvert/gstchannelmix.h:
17551           port to basetransform
17552         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17553         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
17554         (gst_ffmpegcsp_get_unit_size):
17555         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17556         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
17557           fix for basetransform changes
17558
17559 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
17560
17561         * check/Makefile.am:
17562           Add CHECK_CFLAGS and LDFLAGS
17563
17564         * gst/playback/gstplaybasebin.c: (fill_buffer):
17565           GST_MESSAGE_SRC became a GObject
17566
17567 2005-08-24  Wim Taymans  <wim@fluendo.com>
17568
17569         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
17570         (gst_ring_buffer_clear_all):
17571         * gst-libs/gst/audio/gstringbuffer.h:
17572         Added function to clear the ringbuffer.
17573
17574 2005-08-24  Andy Wingo  <wingo@pobox.com>
17575
17576         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
17577         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
17578         of _open and _close.
17579
17580         * sys/v4l/gstv4lxoverlay.h:
17581         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
17582         an Xv connection here, instead of all the time. Make Xv only be
17583         loaded if you axe for it. Kindof a workaround for buggy behaviour
17584         of Xv when using remote xservers (XvQueryExtension would block).
17585         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
17586         replace the _open and _close public API. Only start the xv
17587         connection if necessary.
17588         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
17589
17590 2005-08-23  David Schleef  <ds@schleef.org>
17591
17592         * gst/audioresample/Makefile.am: Leet audioresampling code
17593         * gst/audioresample/buffer.c:
17594         * gst/audioresample/buffer.h:
17595         * gst/audioresample/debug.c:
17596         * gst/audioresample/debug.h:
17597         * gst/audioresample/functable.c:
17598         * gst/audioresample/functable.h:
17599         * gst/audioresample/gstaudioresample.c:
17600         * gst/audioresample/gstaudioresample.h:
17601         * gst/audioresample/resample.c:
17602         * gst/audioresample/resample.h:
17603         * gst/audioresample/resample_chunk.c:
17604         * gst/audioresample/resample_functable.c:
17605         * gst/audioresample/resample_ref.c:
17606
17607 2005-08-23  Wim Taymans  <wim@fluendo.com>
17608
17609         * examples/seeking/seek.c: (make_vorbis_pipeline),
17610         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
17611         Small seek updates.
17612
17613 2005-08-23  Andy Wingo  <wingo@pobox.com>
17614
17615         * gst-libs/gst/audio/gstbaseaudiosrc.c
17616         (gst_base_audio_src_fixate): Only fixate endianness if it is
17617         present in the caps.
17618
17619 2005-08-22  Andy Wingo  <wingo@pobox.com>
17620
17621         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
17622         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
17623         device-name property.
17624
17625         * gst-libs/gst/audio/gstaudiosrc.h:
17626         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
17627         close_device in the ring buffer, like gstaudiosink.
17628
17629         * ext/alsa/gstalsamixer.h:
17630         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
17631         macro to implement the interface without much code. Cleanups. 
17632
17633         * ext/alsa/gstalsasrc.h:
17634         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
17635         READY.
17636
17637         * ext/alsa/Makefile.am: Add new files.
17638         * ext/alsa/gstalsamixerelement.c: 
17639         * ext/alsa/gstalsamixerelement.c: Split element code out from
17640         mixer code so that alsasrc can be a mixer too.
17641
17642 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17643
17644         * check/elements/volume.c: (setup_volume), (cleanup_volume),
17645         (GST_START_TEST):
17646         * check/elements/vorbisdec.c: (setup_vorbisdec),
17647         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
17648         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17649         (vorbis_handle_identification_packet),
17650         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
17651         (vorbis_handle_header_packet), (vorbis_dec_push),
17652         (vorbis_dec_chain):
17653           use the setup/teardown methods to save code.  save code is good.
17654
17655 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17656
17657         * check/Makefile.am:
17658           add ext dir for plugins
17659           add vorbisdec test conditionally
17660         * check/elements/volume.c: (setup_volume), (cleanup_volume),
17661         (GST_START_TEST), (volume_suite):
17662           add a test with wrong caps
17663         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
17664         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
17665           add a vorbisdec test
17666         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
17667         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
17668           clean up debug output
17669         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17670           yay, fix a segfault/security issue in vorbisdec
17671           gst-launch fakesrc ! vorbisdec wasn't happy
17672         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
17673         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
17674         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
17675         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17676         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
17677         (gst_vorbisenc_set_metadata), (get_constraints_string),
17678         (update_start_message), (gst_vorbisenc_setup),
17679         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
17680         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
17681         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
17682         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
17683         * ext/vorbis/vorbisenc.h:
17684           march in line
17685         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17686         (gst_ffmpegcsp_transform):
17687           have the kow come home
17688         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
17689           debug my func ptr
17690         * gst/volume/gstvolume.c: (volume_set_caps):
17691           add a debug
17692
17693 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17694
17695         * Makefile.am:
17696         * check/.cvsignore:
17697         * check/Makefile.am:
17698         * check/elements/.cvsignore:
17699         * check/elements/volume.c: (chain_func), (event_func),
17700         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
17701         (main):
17702         * configure.ac:
17703           add unit test structure for gst-plugins-base
17704           add a test for volume
17705         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
17706         (gst_volume_set_volume), (gst_volume_get_volume),
17707         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
17708         (volume_funcfind), (volume_process_float), (volume_process_int16),
17709         (volume_set_caps), (volume_transform), (volume_update_mute),
17710         (volume_update_volume), (volume_set_property),
17711         (volume_get_property):
17712           document a little; use basetransform vmethod _set_caps
17713
17714 2005-08-19  Andy Wingo  <wingo@pobox.com>
17715
17716         * ext/alsa/gstalsamixertrack.h:
17717         * ext/alsa/gstalsamixertrack.c:
17718         * ext/alsa/gstalsamixeroptions.h:
17719         * ext/alsa/gstalsamixeroptions.c:
17720         * ext/alsa/gstalsamixer.h:
17721         * ext/alsa/gstalsamixer.c: Port to 0.9.
17722
17723         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
17724         Remove gstalsa.c and alsaclock. No more cruft here.
17725         
17726 2005-08-18  Wim Taymans  <wim@fluendo.com>
17727
17728         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17729         (gst_base_rtp_depayload_chain),
17730         (gst_base_rtp_depayload_add_to_queue),
17731         (gst_base_rtp_depayload_push),
17732         (gst_base_rtp_depayload_queue_release):
17733         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17734         Fix for RTPBuffer changes.
17735
17736         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
17737         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
17738         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
17739         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
17740         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
17741         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
17742         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
17743         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
17744         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
17745         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
17746         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
17747         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
17748         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
17749         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
17750         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
17751         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
17752         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
17753         (gst_rtpbuffer_get_payload):
17754         * gst-libs/gst/rtp/gstrtpbuffer.h:
17755         Don't subclass GstBuffer but add methods and helper functions
17756         to construct and manipulate RTP packets in regular GstBuffers.
17757
17758 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
17759
17760         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
17761           moved statement below switch
17762         * gst/volume/gstvolume.c: (gst_volume_class_init):
17763           added debug ptr
17764
17765 2005-08-16  Wim Taymans  <wim@fluendo.com>
17766
17767         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17768         (gst_base_audio_src_change_state):
17769         Open and close device in READY<->NULL state change.
17770
17771 2005-08-16  Andy Wingo  <wingo@pobox.com>
17772
17773         * examples/seeking/Makefile.am: Don't compile non-compiling
17774         compiled objects with the compiler.
17775
17776         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
17777         elements.
17778
17779 2005-08-12  Philippe Khalaf <burger@speedy.org>
17780         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17781         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17782           Made a thread to release the queue.
17783           Removed timestamp conversion for now.
17784
17785 2005-08-10  Philippe Khalaf <burger@speedy.org>
17786         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17787         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17788           Added rtp timestamp -> gst timestamp conversion.
17789           Fixed several problems with queue.
17790
17791 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
17792
17793         * gst-libs/gst/audio/gstaudioclock.h:
17794         * gst-libs/gst/audio/gstaudiofilter.h:
17795         * gst-libs/gst/audio/gstaudiosink.h:
17796         * gst-libs/gst/audio/gstaudiosrc.h:
17797         * gst-libs/gst/audio/gstbaseaudiosink.h:
17798         * gst-libs/gst/audio/gstbaseaudiosrc.h:
17799         * gst-libs/gst/audio/gstringbuffer.h:
17800         * gst-libs/gst/net/gstnetbuffer.h:
17801         * gst-libs/gst/rtp/gstbasertpdepayload.h:
17802         * gst-libs/gst/rtp/gstrtpbuffer.h:
17803           Add padding (you will need to rebuild gst-plugins-base,
17804           gst-plugins and all applications afterwards!)
17805
17806 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
17807
17808         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
17809         (gst_riff_parse_chunk):
17810           Fix bug in debug message and add some more debug messages.
17811
17812 2005-08-08  Edward Hervey  <edward@fluendo.com>
17813
17814         * gst-libs/gst/riff/riff-media.c:
17815         backported updates since branch
17816
17817 2005-08-08  Andy Wingo  <wingo@pobox.com>
17818
17819         * gst-libs/gst/audio/gstbaseaudiosink.c
17820         (gst_base_audio_sink_change_state): Open the device in NULL->READY
17821         like good elements should. Close on READY->NULL too.
17822
17823         * gst-libs/gst/audio/gstaudiosink.c
17824         (gst_audioringbuffer_open_device,
17825         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
17826         (gst_audioringbuffer_release): Updates for new ring buffer API,
17827         hook into the new audio sink api.
17828
17829         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
17830         (GstAudioSinkClass.close): Just open and close the device -- no
17831         resource allocation or configuration.
17832         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
17833         vmethods, handle device setup and resource allocation.
17834
17835         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
17836         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
17837         base class API.
17838
17839         * gst-libs/gst/audio/gstringbuffer.h
17840         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
17841         New vmethods.
17842
17843         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
17844         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
17845         New API functions. The device should be opened before acquiring
17846         and closed after releasing.
17847
17848 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
17849
17850         * gst-libs/gst/interfaces/mixer.h:
17851           Reset padding to GST_PADDING.
17852
17853 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17854
17855         * gst/playback/gstplaybin.c: (remove_sinks):
17856           Remove visualization from parent explicitely; works around some
17857           apparent refcount issue that I haven't tracked down yet.
17858
17859 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17860
17861         * ext/alsa/gstalsasink.c: (set_hwparams):
17862           Assign debug category, add negotiation debug msgs.
17863
17864 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17865
17866         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
17867           Fix error code for file-not-found to NOT_FOUND.
17868
17869 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17870
17871         * common/gtk-doc-plugins.mak:
17872         * docs/plugins/Makefile.am:
17873         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17874         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17875           renamed to actual element names, so much nicer to look at
17876         * docs/plugins/tmpl/gstmultifdsink.sgml:
17877           remove
17878         * docs/plugins/tmpl/multifdsink.sgml:
17879         * docs/plugins/tmpl/tcpserversink.sgml:
17880           add
17881         * ext/alsa/gstalsa.c:
17882         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
17883         * ext/ogg/gstoggmux.c:
17884         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17885         * gst/playback/gstdecodebin.c:
17886         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
17887         * gst/tcp/gsttcpserversink.c:
17888           various fixes and documentation additions
17889
17890 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17891
17892         * common/Makefile.am:
17893         * common/gstdoc-scangobj:
17894         * common/gtk-doc-plugins.mak:
17895         * common/gtk-doc.mak:
17896           add a custom scangobj that uses the registry
17897           add a custom gtk-doc-plugins.mak that uses it
17898           some doc build fixes
17899         * configure.ac:
17900         * docs/Makefile.am:
17901         * docs/plugins/Makefile.am:
17902         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17903         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17904         * docs/plugins/gst-plugins-base-plugins.types:
17905         * docs/plugins/tmpl/gstmultifdsink.sgml:
17906           add docs for one element, multifdsink
17907         * gst/adder/gstadder.h:
17908         * gst/volume/gstvolume.h:
17909           don't privatize enum
17910         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
17911         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17912         (gst_sync_method_get_type), (gst_client_status_get_type),
17913         (gst_multifdsink_class_init),
17914         (gst_multifdsink_client_queue_buffer),
17915         (gst_multifdsink_handle_client_write):
17916         * gst/tcp/gstmultifdsink.h:
17917         * gst/tcp/gsttcp.h:
17918         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
17919         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
17920         (gst_tcpclientsink_render):
17921         * gst/tcp/gsttcpclientsink.h:
17922         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
17923         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
17924         (gst_tcpclientsrc_start):
17925         * gst/tcp/gsttcpclientsrc.h:
17926         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
17927         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
17928         * gst/tcp/gsttcpserversrc.h:
17929         * gst/typefind/gsttypefindfunctions.c:
17930           remove superfluous Type stuff
17931
17932 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17933
17934         * gst/playback/gstplaybin.c: (gen_video_element):
17935           Enable videoscale.
17936
17937 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17938
17939         * gst-libs/gst/gconf/gconf.c:
17940         * gst-libs/gst/gconf/gconf.h:
17941           Fix some Andy Problem [tm].
17942
17943 2005-08-04  Andy Wingo  <wingo@pobox.com>
17944
17945         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
17946         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
17947         (gst_ffmpegcsp_get_size): Adapt to API changes.
17948
17949         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
17950         Implement an in-place do-nothing transform.
17951
17952 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17953
17954         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
17955         (gst_ximagesink_renegotiate_size):
17956           Do not set new window sizes yet if we prepare a new buffer size
17957           for upstream renegotiation (software scaling) at some point in the
17958           future, because this new size waqs not actually accepted yet. Once
17959           accepted, renegotiation later on will set the new sizes just fine.
17960           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
17961           embedding testcase.
17962
17963 2005-08-03  Andy Wingo  <wingo@pobox.com>
17964
17965         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
17966         (gst_ximagesink_buffer_alloc): 
17967         Protect the height, width, and desired_caps with the pool_lock.
17968         Fixes videotestsrc ! queue ! ximagesink.
17969
17970 2005-08-02  Edward Hervey  <edward@fluendo.com>
17971
17972         * gst/volume/gstvolume.c:
17973         include left from controller cleanup
17974
17975 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
17976         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
17977           Stop collectpads before calling the parent state
17978           change function on PAUSED->READY.
17979
17980 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
17981         * configure.ac:
17982           When testing for X libs, use the X CFlags 
17983         * gst/adder/gstadder.c: (gst_adder_change_state):
17984           Stop the collectpads before calling parent state change function
17985           on PAUSED->READY, otherwise we deadlock deactivating pads.
17986
17987 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
17988
17989         * configure.ac:
17990         * docs/libs/tmpl/gstcolorbalance.sgml:
17991         * docs/libs/tmpl/gstmixer.sgml:
17992         * examples/Makefile.am:
17993         * gst/sine/Makefile.am:
17994         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
17995         (gst_sinesrc_set_property), (plugin_init):
17996         * gst/sine/gstsinesrc.h:
17997         * gst/volume/Makefile.am:
17998         * gst/volume/gstvolume.c: (gst_volume_set_volume),
17999         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
18000         (volume_process_float), (volume_process_int16),
18001         (volume_set_property), (plugin_init):
18002         * gst/volume/gstvolume.h:
18003           deactivate and remove dparams (libgstcontrol)
18004
18005 2005-07-29  Wim Taymans  <wim@fluendo.com>
18006
18007         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
18008         Convert me to BaseTransform!! help..
18009
18010 2005-07-29  Andy Wingo  <wingo@pobox.com>
18011
18012         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
18013         sinks.
18014
18015         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
18016         support of both endiannesses.
18017
18018 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
18019
18020         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18021           Fix confusing debug message (s/event/query/)
18022
18023 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
18024
18025         * gst/videotestsrc/videotestsrc.h:
18026           Use "_stdint.h" instead of <stdint.h>
18027
18028 2005-07-27  Wim Taymans  <wim@fluendo.com>
18029
18030         * ext/vorbis/Makefile.am:
18031         Revert wrong commit.
18032
18033 2005-07-27  Wim Taymans  <wim@fluendo.com>
18034
18035         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
18036         More compilation fixen.
18037
18038 2005-07-27  Wim Taymans  <wim@fluendo.com>
18039
18040         * gst-libs/gst/audio/gstbaseaudiosink.c:
18041         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
18042         (gst_base_audio_sink_create_ringbuffer),
18043         (gst_base_audio_sink_change_state):
18044         Fix compilation.
18045
18046 2005-07-27  Wim Taymans  <wim@fluendo.com>
18047
18048         * examples/seeking/seek.c: (setup_dynamic_link),
18049         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
18050         (query_positions_elems), (query_positions_pads), (do_seek):
18051         Update seek example.
18052
18053         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
18054         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
18055         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
18056         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18057         (gst_ogg_demux_handle_event),
18058         (gst_ogg_demux_deactivate_current_chain),
18059         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18060         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
18061         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
18062         (gst_ogg_demux_loop):
18063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18064         * ext/theora/theoradec.c: (theora_dec_src_event),
18065         (theora_dec_src_getcaps), (theora_dec_sink_event),
18066         (theora_dec_push), (theora_dec_chain):
18067         * ext/vorbis/Makefile.am:
18068         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
18069         (vorbis_dec_sink_event), (vorbis_dec_push),
18070         (vorbis_handle_data_packet):
18071         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
18072         (gst_vorbisenc_chain):
18073         * gst/playback/gststreaminfo.c: (cb_probe):
18074         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
18075         * gst/videorate/gstvideorate.c: (gst_videorate_event):
18076         * gst/videoscale/gstvideoscale.c:
18077         (gst_videoscale_handle_src_event):
18078         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
18079         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
18080         (gst_ximagesink_navigation_send_event):
18081         * sys/xvimage/xvimagesink.c:
18082         (gst_xvimagesink_navigation_send_event):
18083         Various event updates and cleanups
18084
18085 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18086
18087         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
18088           Fix segfault for I420/YV12.
18089
18090 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18091
18092         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18093           Report bitrate.
18094
18095 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18096
18097         * gst/playback/gstplaybin.c: (gen_video_element),
18098         (gen_audio_element):
18099           Switch to auto*sink elements as default sinks; add volume element
18100           so that volume control in totem works.
18101
18102 2005-07-21  Wim Taymans  <wim@fluendo.com>
18103
18104         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
18105         * gst/playback/gstplaybin.c: (setup_sinks),
18106         (gst_play_bin_change_state):
18107         Refcount fix and more comments.
18108
18109 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18110
18111         * sys/ximage/Makefile.am:
18112         * sys/ximage/ximage.c: (plugin_init):
18113         * sys/ximage/ximagesink.c:
18114         Prepare for adding ximagesrc, rename of plugin to ximage etc.
18115         
18116
18117 2005-07-21  Wim Taymans  <wim@fluendo.com>
18118
18119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
18120         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18121         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
18122         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
18123         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
18124         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
18125         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
18126         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
18127         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
18128         Generate correct disconts for live chained oggs.
18129
18130         * gst-libs/gst/audio/gstbaseaudiosink.c:
18131         (gst_base_audio_sink_render),
18132         (gst_base_audio_sink_create_ringbuffer),
18133         (gst_base_audio_sink_change_state):
18134         Handle discont math correctly.
18135
18136         * gst/playback/gstplaybin.c: (add_sink):
18137         Some small debug cleanup.
18138
18139 2005-07-21  Wim Taymans  <wim@fluendo.com>
18140
18141         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
18142         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18143         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
18144         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
18145         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
18146         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
18147         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18148         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
18149         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
18150         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
18151         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
18152         (gst_ogg_demux_change_state), (gst_ogg_print):
18153         Reorganize code to send the right disconts when in streaming
18154         mode.
18155
18156 2005-07-20  Andy Wingo  <wingo@pobox.com>
18157
18158         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
18159         fix (?), fixes a seggie mcfalterson (#310894).
18160
18161 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18162
18163         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
18164         (gst_ogg_mux_set_header_on_caps):
18165         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
18166         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
18167         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
18168         * gst-libs/gst/audio/multichannel.c:
18169         (gst_audio_set_channel_positions),
18170         (gst_audio_set_structure_channel_positions_list):
18171         * gst/playback/gstdecodebin.c: (dynamic_create):
18172         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
18173         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18174           Fixes for API changes in core.
18175
18176 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18177
18178         * gst/playback/gstplaybasebin.c: (fill_buffer):
18179           Use _new_custom() so we can set custom message types for buffering
18180           messages.
18181
18182 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18183
18184         * configure.ac:
18185         * gst-libs/gst/Makefile.am:
18186         * gst-libs/gst/gconf/.cvsignore:
18187         * gst-libs/gst/gconf/Makefile.am:
18188         * gst-libs/gst/gconf/test-gconf.c:
18189         * pkgconfig/Makefile.am:
18190         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
18191         * pkgconfig/gstreamer-gconf.pc.in:
18192           Remove gconf stuff, use gconf elements instead from now on.
18193
18194 2005-07-20  Wim Taymans  <wim@fluendo.com>
18195
18196         * gst-libs/gst/audio/TODO:
18197         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
18198         (gst_audio_clock_get_internal_time):
18199         * gst-libs/gst/audio/gstaudioclock.h:
18200         * gst-libs/gst/audio/gstbaseaudiosink.c:
18201         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
18202         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
18203         (gst_base_audio_sink_render),
18204         (gst_base_audio_sink_create_ringbuffer),
18205         (gst_base_audio_sink_change_state):
18206         Make sure the audio clock always returns an increasing value.
18207
18208 2005-07-19  Andy Wingo  <wingo@pobox.com>
18209
18210         * gst/videotestsrc/: Cleanups.
18211
18212 2005-07-19  Wim Taymans  <wim@fluendo.com>
18213
18214         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
18215         Better debugging.
18216
18217 2005-07-19  Wim Taymans  <wim@fluendo.com>
18218
18219         * examples/seeking/seek.c: (make_dv_pipeline),
18220         (make_vorbis_theora_pipeline), (query_rates),
18221         (query_positions_elems), (query_positions_pads), (do_seek):
18222         Make correct DV pipeline.
18223
18224 2005-07-18  Andy Wingo  <wingo@pobox.com>
18225
18226         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
18227         default. Also because it's the only thing that really works. (This
18228         is used in the GConf elements).
18229         Use AS_LIBTOOL_TAGS.
18230
18231 2005-07-18  Wim Taymans  <wim@fluendo.com>
18232
18233         * gst/playback/gstdecodebin.c: (remove_element_chain):
18234         * gst/playback/gstplaybin.c: (add_sink):
18235         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18236         (gst_stream_info_set_mute):
18237         * gst/playback/gststreamselector.c:
18238         (gst_stream_selector_get_linked_pad),
18239         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
18240         More leak and compile fixes.
18241
18242 2005-07-18  Wim Taymans  <wim@fluendo.com>
18243
18244         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
18245         (query_rates), (query_positions_elems), (query_positions_pads),
18246         (do_seek), (seek_cb), (stop_seek):
18247         Updated seek example. 
18248
18249         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
18250         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
18251         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
18252         * gst/playback/gstplaybin.c: (add_sink):
18253         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18254         (gst_stream_info_set_mute):
18255         Some refcount leak fixes.
18256
18257 2005-07-16  Wim Taymans  <wim@fluendo.com>
18258
18259         * gst-libs/gst/audio/gstbaseaudiosink.c:
18260         (gst_base_audio_sink_render):
18261         Align samples even if we have roundoff errors in the 
18262         timestamp conversion.
18263
18264 2005-07-16  Wim Taymans  <wim@fluendo.com>
18265
18266         * docs/libs/tmpl/gstringbuffer.sgml:
18267         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
18268         (query_rates), (query_positions_elems), (query_positions_pads),
18269         (update_scale), (do_seek):
18270         Updated seek example.
18271
18272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
18273         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
18274         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
18275         (gst_ogg_demux_loop):
18276         Push out correct discont values.
18277
18278         * ext/theora/theoradec.c: (theora_dec_src_convert),
18279         (theora_dec_sink_convert), (theora_dec_src_getcaps),
18280         (theora_dec_sink_event), (theora_handle_type_packet),
18281         (theora_handle_header_packet), (theora_dec_push),
18282         (theora_handle_data_packet), (theora_dec_chain),
18283         (theora_dec_change_state):
18284         Better timestamping.
18285
18286         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18287         (vorbis_dec_sink_event), (vorbis_dec_push),
18288         (vorbis_handle_data_packet), (vorbis_dec_chain):
18289         * ext/vorbis/vorbisdec.h:
18290         Better timestamping.
18291
18292         * gst-libs/gst/audio/gstbaseaudiosink.c:
18293         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
18294         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
18295         Handle syncing on timestamps instead of sample offsets. Make
18296         use of DISCONT values as described in design docs.
18297
18298         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18299         (gst_base_audio_src_get_time):
18300         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
18301         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
18302         (gst_ring_buffer_read):
18303         * gst-libs/gst/audio/gstringbuffer.h:
18304         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
18305         (gst_ximagesink_show_frame):
18306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
18307         Correcly convert buffer timestamp to stream time.
18308
18309 2005-07-16  Wim Taymans  <wim@fluendo.com>
18310
18311         * gst/audioconvert/gstaudioconvert.c:
18312         (gst_audio_convert_get_buffer):
18313         Timestamp buffers correctly.
18314
18315         * gst/playback/gstplaybin.c: (gen_video_element):
18316         Make internal fakesink silent.
18317
18318 2005-07-15  Wim Taymans  <wim@fluendo.com>
18319
18320         * gst/ffmpegcolorspace/Makefile.am:
18321         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18322         (gst_ffmpegcsp_caps_remove_format_info),
18323         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
18324         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
18325         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
18326         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
18327         Ported ffmpegcolorspace to basetransform.
18328
18329         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
18330         * gst/volume/gstvolume.c: (volume_transform):
18331         Ported to new API.
18332
18333 2005-07-14  Wim Taymans  <wim@fluendo.com>
18334
18335         * gst/videotestsrc/Makefile.am:
18336         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
18337         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
18338         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
18339         (gst_videotestsrc_init), (gst_videotestsrc_event),
18340         (gst_videotestsrc_create), (gst_videotestsrc_start),
18341         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
18342         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
18343         (gst_videotestsrc_get_property):
18344         * gst/videotestsrc/gstvideotestsrc.h:
18345         Make videotestsrc a pushsrc.
18346
18347 2005-07-14  Wim Taymans  <wim@fluendo.com>
18348
18349         * gst/tcp/gstfdset.c: (gst_fdset_free):
18350         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
18351         (gst_multifdsink_add), (gst_multifdsink_remove),
18352         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
18353         (gst_multifdsink_remove_client_link),
18354         (gst_multifdsink_client_queue_data),
18355         (gst_multifdsink_client_queue_caps),
18356         (gst_multifdsink_client_queue_buffer),
18357         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
18358         (gst_multifdsink_stop):
18359         * gst/tcp/gstmultifdsink.h:
18360         0.8 backporting.
18361
18362         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
18363         Also draw image when not from a pool.
18364
18365 2005-07-14  Wim Taymans  <wim@fluendo.com>
18366
18367         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
18368         (mute_stream), (silence_stream):
18369         Small debug additions.
18370
18371 2005-07-14  Wim Taymans  <wim@fluendo.com>
18372
18373         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
18374         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18375         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
18376         Better error recovery, ignore unconnected pads and
18377         non-fatal errors.
18378
18379 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18380
18381         * docs/libs/tmpl/gstaudio.sgml:
18382         * docs/libs/tmpl/gstcolorbalance.sgml:
18383         * docs/libs/tmpl/gstgconf.sgml:
18384         * docs/libs/tmpl/gstmixer.sgml:
18385         * docs/libs/tmpl/gstringbuffer.sgml:
18386         * docs/libs/tmpl/gsttuner.sgml:
18387         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18388         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
18389         (gst_tcpclientsrc_class_init):
18390         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
18391         (gst_tcpserversrc_class_init):
18392         * sys/v4l/gstv4lelement.c:
18393           more autistic cleanliness in functions/names/defines
18394
18395 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18396
18397         * configure.ac:
18398           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
18399           added manually to each Makefile.am so we are sure it goes
18400           *last* and doesn't add -L flags before linking in libs of our
18401           own, like, say, internal .la libs, that then accidentally pick
18402           up the installed copy.
18403         * docs/libs/Makefile.am:
18404         * ext/alsa/Makefile.am:
18405         * ext/cdparanoia/Makefile.am:
18406         * ext/gnomevfs/Makefile.am:
18407         * ext/libvisual/Makefile.am:
18408         * ext/ogg/Makefile.am:
18409         * ext/theora/Makefile.am:
18410         * ext/vorbis/Makefile.am:
18411         * gst-libs/gst/video/Makefile.am:
18412         * gst/adder/Makefile.am:
18413         * gst/audioconvert/Makefile.am:
18414         * gst/audiorate/Makefile.am:
18415         * gst/audioscale/Makefile.am:
18416         * gst/ffmpegcolorspace/Makefile.am:
18417         * gst/playback/Makefile.am:
18418         * gst/sine/Makefile.am:
18419         * gst/subparse/Makefile.am:
18420         * gst/tags/Makefile.am:
18421         * gst/tcp/Makefile.am:
18422         * gst/typefind/Makefile.am:
18423         * gst/videorate/Makefile.am:
18424         * gst/videoscale/Makefile.am:
18425         * gst/videotestsrc/Makefile.am:
18426         * gst/volume/Makefile.am:
18427         * sys/v4l/Makefile.am:
18428         * sys/ximage/Makefile.am:
18429         * sys/xvimage/Makefile.am:
18430           adapt properly to this change. This should make sure that
18431           plugins and libs properly link to the as-yet-uninstalled
18432           copies of stuff like libgstinterfaces and libgstvideo
18433
18434 2005-07-13  Andy Wingo  <wingo@pobox.com>
18435
18436         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
18437         (gst_v4lsrc_fixate): Fixate on format as well.
18438
18439         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
18440         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
18441         buffer points to it.
18442         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
18443         rather just doing X calls ourselves. Also fixes a memleak.
18444
18445 2005-07-12  Andy Wingo  <wingo@pobox.com>
18446
18447         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
18448         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
18449         (gst_v4lsrc_create): Re-add the copy-mode property, default to
18450         TRUE to avoid deadlocks if an element holds on to our buffers.
18451
18452 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18453
18454         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18455         (gst_sinesrc_init), (gst_sinesrc_create),
18456         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
18457         (gst_sinesrc_start):
18458         * gst/sine/gstsinesrc.h:
18459           removing num-buffers property before moving it
18460
18461 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
18462
18463         * configure.ac:
18464           use overridable ERROR_CFLAGS
18465         * docs/libs/gst-plugins-base-libs.types:
18466         * docs/libs/tmpl/gstringbuffer.sgml:
18467         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18468         (gst_alsasink_class_init):
18469         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
18470         (gst_alsasrc_class_init):
18471         * gst-libs/gst/audio/audio.h:
18472         * gst-libs/gst/audio/gstaudioclock.h:
18473         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
18474         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
18475         (gst_audio_filter_link), (gst_audio_filter_init),
18476         (gst_audio_filter_chain), (gst_audio_filter_set_property),
18477         (gst_audio_filter_get_property),
18478         (gst_audio_filter_class_add_pad_templates):
18479         * gst-libs/gst/audio/gstaudiofilter.h:
18480         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
18481         (gst_audio_filter_template_get_type),
18482         (gst_audio_filter_template_base_init),
18483         (gst_audio_filter_template_class_init),
18484         (gst_audio_filter_template_init),
18485         (gst_audio_filter_template_set_property),
18486         (gst_audio_filter_template_get_property), (plugin_init),
18487         (gst_audio_filter_template_setup),
18488         (gst_audio_filter_template_filter),
18489         (gst_audio_filter_template_filter_inplace):
18490         * gst-libs/gst/audio/gstaudiosink.c:
18491         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18492         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
18493         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
18494         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
18495         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
18496         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
18497         * gst-libs/gst/audio/gstaudiosink.h:
18498         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
18499         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
18500         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18501         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
18502         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
18503         (gst_audio_src_class_init), (gst_audio_src_init),
18504         (gst_audio_src_create_ringbuffer):
18505         * gst-libs/gst/audio/gstaudiosrc.h:
18506         * gst-libs/gst/audio/gstbaseaudiosink.c:
18507         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
18508         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
18509         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
18510         (gst_base_audio_sink_set_property),
18511         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
18512         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
18513         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
18514         (gst_base_audio_sink_create_ringbuffer),
18515         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
18516         * gst-libs/gst/audio/gstbaseaudiosink.h:
18517         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18518         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
18519         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
18520         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
18521         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
18522         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
18523         (gst_base_audio_src_event), (gst_base_audio_src_create),
18524         (gst_base_audio_src_create_ringbuffer),
18525         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
18526         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18527         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
18528         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
18529         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
18530         (gst_ring_buffer_debug_spec_caps),
18531         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
18532         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
18533         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
18534         (gst_ring_buffer_start), (gst_ring_buffer_pause),
18535         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
18536         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
18537         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
18538         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
18539         (gst_ring_buffer_clear):
18540         * gst-libs/gst/audio/gstringbuffer.h:
18541         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
18542         (gst_video_sink_class_init), (gst_video_sink_get_type):
18543         * gst-libs/gst/video/videosink.h:
18544         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
18545         (gst_multifdsink_class_init),
18546         (gst_multifdsink_handle_client_write),
18547         (gst_multifdsink_change_state):
18548         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18549         (gst_tcpclientsink_setcaps):
18550         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18551         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
18552         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
18553         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
18554         (gst_ximagesink_send_pending_navigation),
18555         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
18556         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
18557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18558         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
18559         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
18560         (gst_xvimagesink_send_pending_navigation),
18561         (gst_xvimagesink_navigation_send_event),
18562         (gst_xvimagesink_set_xwindow_id),
18563         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
18564         (gst_xvimagesink_get_type):
18565         more macro splitting
18566
18567 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18568
18569         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
18570           plug a memleak, allows me to import 1479 albums in one go
18571           in jamboree
18572         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
18573         (vorbis_handle_type_packet), (vorbis_dec_chain),
18574         (vorbis_dec_change_state):
18575           fix some format strings
18576
18577 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18578
18579         * docs/libs/tmpl/gstcolorbalance.sgml:
18580         * docs/libs/tmpl/gstmixer.sgml:
18581         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18582         (gst_alsasink_set_property), (gst_alsasink_get_property):
18583         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
18584         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
18585           add device property
18586
18587 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18588
18589         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18590         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18591         (audiocast_register_listener), (audiocast_thread_run),
18592         (gst_gnomevfssrc_send_additional_headers_callback),
18593         (gst_gnomevfssrc_received_headers_callback),
18594         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
18595         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
18596         (gst_gnomevfssrc_get_size):
18597           add/clean up debugging
18598         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
18599           cleanups
18600
18601 2005-07-07  Andy Wingo  <wingo@pobox.com>
18602
18603         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
18604         framerate. Need to get a handle on when exactly this function is
18605         called, tho.
18606
18607         * sys/v4l/v4lsrc_calls.h:
18608         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
18609         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
18610         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
18611
18612         * sys/v4l/v4l_calls.h: Cast to V4lElement.
18613         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
18614         v4lelements are sources.
18615
18616         * sys/v4l/gstv4lxoverlay.h:
18617         * sys/v4l/gstv4lxoverlay.c:
18618         * sys/v4l/gstv4ltuner.h:
18619         * sys/v4l/gstv4ltuner.c: Header loc fixen.
18620         
18621         * sys/v4l/gstv4lsrc.h:
18622         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
18623         PushSrc/BaseSrc. Removed most sync-related properties, videorate
18624         or something should handle that. Made a live source.
18625
18626         * sys/v4l/gstv4lelement.h:
18627         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
18628         signals. Some cleanups.
18629
18630         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
18631
18632         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
18633         stuff.
18634
18635         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
18636         stuff.
18637
18638         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
18639
18640 2005-07-07  Wim Taymans  <wim@fluendo.com>
18641
18642         * ext/theora/theoradec.c: (theora_get_query_types),
18643         (theora_dec_src_getcaps), (theora_dec_push):
18644         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
18645         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
18646         Remove deprecated/unused query types.
18647
18648 2005-07-06  Wim Taymans  <wim@fluendo.com>
18649
18650         * ext/alsa/Makefile.am:
18651         * ext/alsa/gstalsaplugin.c: (plugin_init):
18652         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
18653         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
18654         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
18655         (gst_alsasrc_class_init), (gst_alsasrc_init),
18656         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
18657         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
18658         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
18659         (gst_alsasrc_reset):
18660         * ext/alsa/gstalsasrc.h:
18661         * gst-libs/gst/audio/Makefile.am:
18662         * gst-libs/gst/audio/gstaudiosink.c:
18663         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18664         (gst_audioringbuffer_start):
18665         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
18666         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
18667         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
18668         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
18669         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
18670         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
18671         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
18672         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
18673         * gst-libs/gst/audio/gstaudiosrc.h:
18674         * gst-libs/gst/audio/gstbaseaudiosink.c:
18675         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
18676         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
18677         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
18678         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18679         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
18680         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
18681         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
18682         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
18683         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
18684         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
18685         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
18686         (gst_baseaudiosrc_change_state):
18687         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18688         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
18689         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
18690         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
18691         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18692         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
18693         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
18694         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
18695         * gst-libs/gst/audio/gstringbuffer.h:
18696         Added audiosource base classes.
18697         Ported alsasrc, still very basic.
18698
18699 2005-07-06  Wim Taymans  <wim@fluendo.com>
18700
18701         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
18702         (theora_dec_push), (theora_handle_data_packet):
18703         Prepare for better timestamp fix later.
18704
18705         * gst/audioconvert/gstaudioconvert.c:
18706         List most accurate caps first
18707
18708         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
18709         Use proper pad task function.
18710
18711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18712         (gst_xvimagesink_show_frame):
18713         Fix deadlock when alloc failed.
18714
18715 2005-07-05  Andy Wingo  <wingo@pobox.com>
18716
18717         * ext/gnomevfs/gstgnomevfssrc.c:
18718         * gst/sine/gstsinesrc.c:
18719         * gst/tcp/gsttcpserversrc.c:
18720         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
18721
18722         * sys/v4l/: Port from 0.8.
18723
18724         * Many files: Null if we got it....
18725
18726 2005-07-05  Andy Wingo  <wingo@pobox.com>
18727
18728         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
18729         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
18730         Signedness fixes.
18731
18732 2005-07-05  Wim Taymans  <wim@fluendo.com>
18733
18734         * configure.ac:
18735         * gst/tcp/Makefile.am:
18736         * gst/tcp/README:
18737         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
18738         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
18739         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
18740         (is_sync_frame), (gst_multifdsink_handle_client_write),
18741         (gst_multifdsink_render), (gst_multifdsink_start),
18742         (gst_multifdsink_stop), (gst_multifdsink_change_state):
18743         * gst/tcp/gstmultifdsink.h:
18744         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
18745         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
18746         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
18747         * gst/tcp/gsttcp.h:
18748         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18749         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
18750         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
18751         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
18752         * gst/tcp/gsttcpclientsink.h:
18753         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
18754         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
18755         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
18756         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
18757         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
18758         * gst/tcp/gsttcpclientsrc.h:
18759         * gst/tcp/gsttcpplugin.c: (plugin_init):
18760         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
18761         * gst/tcp/gsttcpserversink.h:
18762         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
18763         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
18764         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
18765         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
18766         (gst_tcpserversrc_stop):
18767         * gst/tcp/gsttcpserversrc.h:
18768         * gst/tcp/gsttcpsink.c:
18769         * gst/tcp/gsttcpsink.h:
18770         * gst/tcp/gsttcpsrc.c:
18771         * gst/tcp/gsttcpsrc.h:
18772         Ported tcp plugins to 0.9. 
18773         
18774
18775 2005-07-05  Andy Wingo  <wingo@pobox.com>
18776
18777         * gst/playback/gstplaybasebin.c (fill_buffer):
18778         message_new_application fixen.
18779
18780         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
18781         Style fix.
18782
18783 2005-07-04  Wim Taymans  <wim@fluendo.com>
18784
18785         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18786         Set caps on output buffer.
18787
18788 2005-07-04  Andy Wingo  <wingo@pobox.com>
18789
18790         * ext/gnomevfs/gstgnomevfssrc.c
18791         (gst_gnomevfssrc_received_headers_callback) 
18792         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
18793         hopefully.
18794
18795         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
18796         No refcount leakage.
18797
18798         * configure.ac: Enable -Werror.
18799         
18800         * ext/theora/theoradec.c (theora_dec_src_getcaps):
18801         * gst/audioconvert/bufferframesconvert.c
18802         (buffer_frames_convert_fixate):
18803         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
18804         (gst_audio_convert_fixate):
18805         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
18806         (gst_sinesrc_create): Fixate func changes.
18807         
18808         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18809         (gst_ximagesink_buffer_alloc): Unused var.
18810
18811 2005-07-01  Andy Wingo  <wingo@pobox.com>
18812
18813         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
18814         getcaps to do explicit caps. Needs to be done in all decoders,
18815         possibly via a base class.
18816
18817         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
18818
18819         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
18820         caps on the sink pad, just rely on the pad template. Also, setting
18821         ANY caps on a pad is not valid because the caps are not fixed.
18822
18823         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
18824         caps on the buffer, and get the width from the desired_caps if
18825         they're set.
18826         (gst_ximagesink_renegotiate_size): Implement via setting the
18827         desired_caps on the ximagesink.
18828         (gst_ximagesink_setcaps): Only reset the width of the player if it
18829         wasn't already set. Not sure if this is right.
18830         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
18831
18832         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
18833         that the user wants. NULL unless the window has been resized.
18834
18835         * gst/volume/gstvolume.c (volume_transform): Adapt to
18836         basetransform refcount changes.
18837         
18838 2005-07-01  Andy Wingo  <wingo@pobox.com>
18839
18840         * gst/videoscale/gstvideoscale.c:
18841         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
18842         from BaseTransform, implements a transform_caps. Removed dead code
18843         including some PAR stuff that was never reached -- should probably
18844         be added back somehow.
18845
18846 2005-07-01  Andy Wingo  <wingo@pobox.com>
18847
18848         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
18849         come later.
18850
18851 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18852
18853         * configure.ac:
18854         * docs/libs/Makefile.am:
18855         * docs/libs/gst-plugins-libs.types:
18856         * ext/alsa/Makefile.am:
18857         * ext/alsa/gstalsamixer.h:
18858         * ext/alsa/gstalsamixeroptions.h:
18859         * ext/alsa/gstalsamixertrack.h:
18860         * gst-libs/gst/Makefile.am:
18861         * gst-libs/gst/colorbalance/.cvsignore:
18862         * gst-libs/gst/colorbalance/Makefile.am:
18863         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18864         * gst-libs/gst/colorbalance/colorbalance.c:
18865         * gst-libs/gst/colorbalance/colorbalance.h:
18866         * gst-libs/gst/colorbalance/colorbalance.vcproj:
18867         * gst-libs/gst/colorbalance/colorbalancechannel.c:
18868         * gst-libs/gst/colorbalance/colorbalancechannel.h:
18869         * gst-libs/gst/interfaces/Makefile.am:
18870         * gst-libs/gst/interfaces/colorbalance.c:
18871         (gst_color_balance_class_init):
18872         * gst-libs/gst/interfaces/colorbalance.h:
18873         * gst-libs/gst/interfaces/interfaces-marshal.list:
18874         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
18875         * gst-libs/gst/interfaces/mixer.h:
18876         * gst-libs/gst/interfaces/mixeroptions.h:
18877         * gst-libs/gst/interfaces/navigation.c:
18878         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
18879         * gst-libs/gst/interfaces/tuner.h:
18880         * gst/volume/Makefile.am:
18881         * gst/volume/gstvolume.c:
18882         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18883         * sys/ximage/Makefile.am:
18884         * sys/ximage/ximagesink.c:
18885         * sys/xvimage/Makefile.am:
18886         * sys/xvimage/xvimagesink.c:
18887           fold in all interfaces into an interfaces dir, preserving CVS
18888           history
18889
18890 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18891
18892         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18893           Fix build after riff changes.
18894
18895 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18896
18897         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18898         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18899         (gst_riff_create_video_template_caps),
18900         (gst_riff_create_audio_template_caps),
18901         (gst_riff_create_iavs_template_caps):
18902         * gst-libs/gst/riff/riff-media.h:
18903         * gst-libs/gst/riff/riff-read.h:
18904         * gst-libs/gst/riff/riff.c: (gst_riff_init):
18905           Add gst_riff_init() to initialize the debug category, instead
18906           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
18907
18908 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18909
18910         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
18911           Oops, I shouldn't apply hacks.
18912
18913 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18914
18915         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
18916           Remove pad_loop function which doesn't work.
18917
18918 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18919
18920         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
18921           Send EOS when deactivating.
18922         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18923         (check_queue), (queue_threshold_reached), (queue_out_of_data),
18924         (gen_preroll_element), (probe_triggered), (mute_stream),
18925         (silence_stream), (new_decoded_pad), (setup_substreams),
18926         (set_active_source):
18927         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
18928         (remove_sinks), (add_sink):
18929         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
18930           Change for new probe API.
18931
18932 2005-06-29  Wim Taymans  <wim@fluendo.com>
18933
18934         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
18935         * gst-libs/gst/audio/gstbaseaudiosink.c:
18936         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
18937         (gst_baseaudiosink_change_state):
18938         * gst-libs/gst/audio/gstbaseaudiosink.h:
18939         * gst-libs/gst/audio/gstringbuffer.c:
18940         (gst_ringbuffer_set_callback):
18941         Fix compilation error.
18942         Ringbuffer starts out as not running.
18943         Free our clock in dispose.
18944         When releasing the ringbuffer we need to renegotiate so
18945         clear the pad caps.
18946
18947 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18948
18949         * autogen.sh:
18950         * configure.ac:
18951         * docs/Makefile.am:
18952         * docs/libs/Makefile.am:
18953         * docs/libs/gst-plugins-libs-docs.sgml:
18954         * docs/libs/gst-plugins-libs-sections.txt:
18955         * docs/libs/gst-plugins-libs.types:
18956         * docs/libs/tmpl/gstaudio.sgml:
18957         * docs/libs/tmpl/gstcolorbalance.sgml:
18958         * docs/libs/tmpl/gstringbuffer.sgml:
18959         * gst-libs/gst/audio/gstringbuffer.c:
18960         (gst_ringbuffer_set_callback):
18961           reinstate gtk-doc docs for plugin libs
18962
18963 2005-06-28  Wim Taymans  <wim@fluendo.com>
18964
18965         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
18966         (gst_ogg_demux_init):
18967         Removed pad loop function.
18968
18969 2005-06-28  Wim Taymans  <wim@fluendo.com>
18970
18971         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
18972         If we're building a chain we are not in an error case
18973         when we queue a buffer.
18974
18975 2005-06-28  Andy Wingo  <wingo@pobox.com>
18976
18977         * *.c: Don't cast to GstObject before reffing/unreffing.
18978
18979 2005-06-27  Andy Wingo  <wingo@pobox.com>
18980
18981         * gst/videotestsrc/gstvideotestsrc.c
18982         (gst_videotestsrc_activate_push): Activation API changes.
18983
18984         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
18985         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
18986         they have refs on the decodebin.
18987
18988         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
18989         parent class.
18990         (gst_ogg_pad_typefind): Don't leak a pad ref.
18991         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
18992         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
18993         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
18994
18995 2005-06-27  Edward Hervey  <edward@fluendo.com>
18996
18997         * ext/theora/theoradec.c: (theora_dec_change_state): 
18998         re-arranged call to parent's state change in order to avoid locks (or
18999         worse).
19000
19001 2005-06-26  Edward Hervey  <edward@fluendo.com>
19002
19003         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19004         2nd argument of 'unknow-type' signal is a GstCaps and not a
19005         GstMiniObject
19006
19007 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
19008         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
19009           Set the worker thread's running flag to TRUE before starting the
19010           thread.
19011         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
19012           Catch a failure to add typefind to the bin.
19013
19014 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19015
19016         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19017         (gst_sinesrc_init), (gst_sinesrc_create),
19018         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
19019         (gst_sinesrc_start):
19020         * gst/sine/gstsinesrc.h:
19021           add num-buffers and timestamp-offset properties
19022         * gst/videotestsrc/gstvideotestsrc.c:
19023         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
19024         (gst_videotestsrc_get_property):
19025           add timestamp-offset property
19026
19027 2005-06-23  Christian Schaller  <uraeus@gnome.org>
19028
19029         * configure.ac: add videorate
19030         * gst-plugins-base.spec.in: add videorate
19031
19032 2005-06-23  Wim Taymans  <wim@fluendo.com>
19033
19034         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19035         (gst_videorate_getcaps), (gst_videorate_setcaps),
19036         (gst_videorate_event), (gst_videorate_chain):
19037         Fixed videorate, fixating an already fixated caps is not
19038         an error.
19039
19040 2005-06-23  Wim Taymans  <wim@fluendo.com>
19041
19042         * ext/ogg/README:
19043         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
19044         Buffer on caps is not boxed anymore.
19045
19046 2005-06-22  Wim Taymans  <wim@fluendo.com>
19047
19048         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
19049         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
19050         Set buffers on caps as miniobjects and not as boxed.
19051
19052 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19053
19054         * configure.ac:
19055           back to HEAD
19056
19057 === release 0.9.1 ===
19058
19059 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19060
19061         * .cvsignore:
19062         * NEWS:
19063         * README:
19064         * RELEASE:
19065         * configure.ac:
19066         * po/af.po:
19067         * po/az.po:
19068         * po/cs.po:
19069         * po/en_GB.po:
19070         * po/hu.po:
19071         * po/it.po:
19072         * po/nb.po:
19073         * po/nl.po:
19074         * po/or.po:
19075         * po/sq.po:
19076         * po/sr.po:
19077         * po/sv.po:
19078         * po/uk.po:
19079         * po/vi.po:
19080           updates for release
19081
19082 2005-06-09  Andy Wingo  <wingo@pobox.com>
19083
19084         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
19085         
19086 2005-06-09  Andy Wingo  <wingo@pobox.com>
19087
19088         * configure.ac:
19089         * gst-libs/gst/Makefile.am:
19090         * gst-libs/gst/net/Makefile.am:
19091         Add gstnet to build.
19092
19093 2005-06-09  Andy Wingo  <wingo@pobox.com>
19094
19095         * gst-libs/gst/gconf/gconf.c:
19096         * gst/playback/test.c:
19097         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
19098         fixes.
19099
19100         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
19101
19102         * ext/theora/theoraenc.c (theora_enc_chain): 
19103         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
19104
19105         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
19106         RealPad.
19107
19108 2005-06-02  Wim Taymans  <wim@fluendo.com>
19109
19110         * gst-libs/gst/net/Makefile.am:
19111         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19112         * pkgconfig/gstreamer-libs.pc.in:
19113         Added net stuff, version net lib.
19114
19115 2005-06-02  Wim Taymans  <wim@fluendo.com>
19116
19117         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
19118         (query_rates), (query_positions_elems), (query_positions_pads),
19119         (do_seek):
19120         Updated seek example.
19121
19122 2005-06-02  Andy Wingo  <wingo@pobox.com>
19123
19124         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
19125         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
19126         list.
19127
19128         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
19129         remove the typefind, the bin dispose will do it for us. When it's
19130         removed and unreffed, the signal handler will be disconnected,
19131         too.
19132         (unlinked): It's too difficult to disconnect from unlinked
19133         handlers, as they are on pads not elements. Just punt if the pads
19134         aren't grandkids of the bin.
19135
19136 2005-06-02  Wim Taymans  <wim@fluendo.com>
19137
19138         * ext/ogg/README:
19139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19140         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
19141         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
19142         * ext/theora/theoradec.c: (theora_dec_src_query),
19143         (theora_handle_data_packet):
19144         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19145         (theora_enc_chain):
19146         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19147         (vorbis_handle_data_packet):
19148         * gst/audioconvert/bufferframesconvert.c:
19149         (buffer_frames_convert_chain):
19150         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19151         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19152         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19153         (gst_ffmpegcsp_chain):
19154         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19155         (gst_videorate_getcaps), (gst_videorate_setcaps),
19156         (gst_videorate_event), (gst_videorate_chain):
19157         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
19158         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
19159         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19160         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
19161         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
19162         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
19163         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
19164         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
19165         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
19166         Cleanups and buffer alloc.
19167
19168 2005-05-31  Wim Taymans  <wim@fluendo.com>
19169
19170         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
19171         Don't try to call the delay method when the device is not
19172         opened.
19173
19174 2005-05-31  Wim Taymans  <wim@fluendo.com>
19175
19176         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
19177         Get actual segment size and buffer size after opening
19178         the device.
19179
19180 2005-05-30  Wim Taymans  <wim@fluendo.com>
19181
19182         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
19183         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
19184         Also FLUSH upstream, makes the loop function exit faster.
19185         
19186         * ext/theora/theoradec.c: (theora_dec_src_query):
19187         Some more debug info in the query.
19188         
19189         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
19190         (gst_ximagesink_setcaps):
19191         Release lock on par error, better error reporting.
19192
19193 2005-05-26  Wim Taymans  <wim@fluendo.com>
19194
19195         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19196         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
19197         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
19198         Clear chains in READY
19199         Queue packets until the chain is activated.
19200
19201 2005-05-25  Wim Taymans  <wim@fluendo.com>
19202
19203         * gst-libs/gst/audio/gstaudiosink.c:
19204         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19205         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19206         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19207         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19208         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19209         (gst_audiosink_create_ringbuffer):
19210         * gst-libs/gst/audio/gstbaseaudiosink.c:
19211         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19212         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19213         (gst_baseaudiosink_set_property), (build_linear_format),
19214         (debug_spec_caps), (debug_spec_buffer),
19215         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19216         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19217         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19218         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19219         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19220         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19221         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
19222         (gst_ringbuffer_play), (gst_ringbuffer_pause),
19223         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
19224         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
19225         (wait_segment), (gst_ringbuffer_commit),
19226         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
19227         (gst_ringbuffer_clear):
19228         Various small cleanups.
19229
19230         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19231         (gst_audio_convert_change_state):
19232         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
19233         No need to take the locks anymore.
19234
19235 2005-05-25  Wim Taymans  <wim@fluendo.com>
19236
19237         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19238         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
19239         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
19240         (type_found):
19241         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
19242         (group_destroy), (group_commit), (queue_overrun),
19243         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
19244         (mute_stream), (new_decoded_pad), (setup_substreams),
19245         (setup_source), (mute_group_type), (set_active_source),
19246         (gst_play_base_bin_change_state):
19247         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
19248         (gen_video_element), (gen_text_element), (gen_audio_element),
19249         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
19250         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
19251         (gst_stream_info_dispose), (gst_stream_info_set_mute):
19252         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19253         Some playbin cleanups mostly refcounting sloppyness.
19254
19255 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19256
19257         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
19258           Work with streaming input.
19259
19260 2005-05-25  Wim Taymans  <wim@fluendo.com>
19261
19262         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19263         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19264         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19265         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
19266         No need to take the STREAM lock anymore.
19267
19268 2005-05-25  Wim Taymans  <wim@fluendo.com>
19269
19270         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
19271         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
19272         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
19273         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
19274         (gst_ogg_demux_sink_activate):
19275         * ext/theora/theoradec.c: (theora_dec_src_event),
19276         (theora_handle_comment_packet), (theora_dec_chain),
19277         (theora_dec_change_state):
19278         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19279         (vorbis_handle_data_packet), (vorbis_dec_chain),
19280         (vorbis_dec_change_state):
19281         Remove STREAM locks as they are taken in core now.
19282         Never set bogus granulepos on vorbis/theora.
19283         Fix leaks in theoradec tag parsing.
19284
19285 2005-05-25  Wim Taymans  <wim@fluendo.com>
19286
19287         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
19288         Fix memleaks, GST_BUFFER_DATA() is not freed.
19289
19290 2005-05-25  Wim Taymans  <wim@fluendo.com>
19291
19292         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
19293         Open non-blocking, set to blocking mode afterwards to avoid
19294         lockups when audio device is busy.
19295
19296 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19297
19298         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
19299           This can't be good.
19300
19301 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19302
19303         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19304         (gst_audio_convert_chain), (gst_audio_convert_link_src),
19305         (gst_audio_convert_setcaps):
19306           Implement instant setup switching.
19307
19308 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19309
19310         * gst/playback/gstplaybasebin.c: (probe_triggered):
19311           Fix missing unlock.
19312         * gst/playback/gstplaybin.c: (add_sink):
19313           First add, then link (otherwise pad link fails).
19314
19315 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19316
19317         * examples/Makefile.am:
19318         fix buildbot (make distcheck)
19319
19320 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19321
19322         * gst/playback/gstplaybin.c: (gen_vis_element):
19323           Remove some wrong code. Doesn't work yet.
19324
19325 2005-05-19  Wim Taymans  <wim@fluendo.com>
19326
19327         * gst-libs/gst/net/Makefile.am:
19328         * gst-libs/gst/net/README:
19329         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
19330         (gst_netbuffer_class_init), (gst_netbuffer_init),
19331         (gst_netbuffer_finalize), (gst_netbuffer_copy),
19332         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
19333         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
19334         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
19335         * gst-libs/gst/net/gstnetbuffer.h:
19336         Added buffer subclass to store extra to/from addresses for
19337         network sources/sinks.
19338
19339 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19340
19341         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
19342           Don't lock an unassigned variable.
19343
19344 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19345
19346         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
19347           Increase buffer for video, decrease buffer for other media types.
19348         * gst/playback/gstplaybin.c: (gen_video_element),
19349         (gen_audio_element):
19350           Change names for debugging purposes.
19351
19352 2005-05-18  Wim Taymans  <wim@fluendo.com>
19353
19354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19355         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19356         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
19357         (gst_ffmpegcsp_chain):
19358         Enable buffer alloc passthrough if the source and dest
19359         formats are the same.
19360
19361 2005-05-17  Wim Taymans  <wim@fluendo.com>
19362
19363         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
19364         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
19365         (gst_ogg_demux_chain_unlocked):
19366         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19367         (gst_audio_convert_caps_remove_format_info),
19368         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19369         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
19370         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19371         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19372         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
19373         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
19374         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19375         (gst_ffmpegcsp_get_property):
19376         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
19377         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
19378         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
19379         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
19380         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
19381         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19382         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
19383         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
19384         Leak fixes in oggdemux.
19385         Some cleanups in audioconvert.
19386         Make passthrough work along with buffer_alloc etc.
19387         Make buffer_alloc and buffer recycling actually work in
19388         xvimagesink.
19389
19390 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19391
19392         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
19393           make the compiler happy
19394
19395 2005-05-17  Wim Taymans  <wim@fluendo.com>
19396
19397         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
19398         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
19399         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
19400         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
19401         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
19402         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
19403         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19404         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
19405         (gst_xvimagesink_set_xwindow_id):
19406         * sys/xvimage/xvimagesink.h:
19407         Port xvimagesink to new MiniObject.
19408
19409 2005-05-17  Wim Taymans  <wim@fluendo.com>
19410
19411         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
19412         (gst_audiofilter_chain):
19413         * gst-libs/gst/audio/gstaudiosink.c:
19414         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19415         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19416         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19417         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19418         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19419         (gst_audiosink_create_ringbuffer):
19420         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19421         (gst_audio_convert_caps_remove_format_info),
19422         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19423         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19424         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19425         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19426         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19427         Fix passthrough in ffmpegcolorspace.
19428         Fix memset in audiosink on wrong memory.
19429
19430 2005-05-16  David Schleef  <ds@schleef.org>
19431
19432         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
19433         to GstMiniObject.
19434
19435 2005-05-16  David Schleef  <ds@schleef.org>
19436
19437         Port from GstData to GstMiniObject.
19438         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
19439         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
19440         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
19441         (gst_ogg_mux_collected):
19442         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19443         * ext/theora/theoradec.c: (theora_handle_comment_packet),
19444         (theora_handle_data_packet):
19445         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19446         (theora_set_header_on_caps), (theora_enc_chain):
19447         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
19448         (vorbis_handle_comment_packet):
19449         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
19450         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
19451         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
19452         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
19453         * gst/audioconvert/gstaudioconvert.c:
19454         (gst_audio_convert_get_buffer):
19455         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19456         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
19457         (mute_stream), (silence_stream):
19458         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
19459         * gst/volume/gstvolume.c: (volume_transform):
19460         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19461         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
19462         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
19463         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19464         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
19465         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
19466         (gst_ximagesink_buffer_alloc):
19467         * sys/ximage/ximagesink.h:
19468
19469 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19470
19471         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19472         (fill_buffer), (check_queue), (queue_threshold_reached),
19473         (queue_out_of_data):
19474         * gst/playback/gstplaybasebin.h:
19475           Post buffer-fullness on the bus.
19476
19477 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19478
19479         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19480         (try_to_link_1):
19481         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19482         (group_commit), (probe_triggered), (setup_source),
19483         (gst_play_base_bin_change_state):
19484         * gst/playback/gstplaybasebin.h:
19485         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19486         (gst_play_bin_init), (remove_sinks), (setup_sinks),
19487         (gst_play_bin_change_state):
19488           Move setup_output_pads into a virtual function, remove
19489           group-switch (no longer needed) and redirect (handled by bus
19490           now) signals.
19491
19492 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19493
19494         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
19495         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
19496         (get_active_group), (get_building_group), (group_destroy),
19497         (group_commit), (check_queue), (queue_overrun),
19498         (queue_threshold_reached), (queue_out_of_data),
19499         (gen_preroll_element), (remove_groups), (unknown_type),
19500         (add_element_stream), (no_more_pads), (probe_triggered),
19501         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
19502         (setup_substreams), (setup_source), (finish_source),
19503         (prepare_output), (muted_group_change_state),
19504         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
19505         (gst_play_base_bin_change_state):
19506         * gst/playback/gstplaybasebin.h:
19507         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19508         (gst_play_bin_init), (gst_play_bin_set_property),
19509         (gen_video_element), (gen_text_element), (gen_audio_element),
19510         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
19511         (gst_play_bin_change_state):
19512         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19513         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
19514         (stream_info_change_state), (gst_stream_info_set_mute),
19515         (gst_stream_info_get_property):
19516         * gst/playback/gststreaminfo.h:
19517         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19518         (gst_stream_selector_get_linked_pad),
19519         (gst_stream_selector_getcaps),
19520         (gst_stream_selector_get_linked_pads),
19521         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19522         * gst/playback/gststreamselector.h:
19523           Rough port of playbin. Needs some more work, but is mostly done,
19524           and uses a few locks in important places, which should make stuff
19525           like chain-switches clean. Still uses GST_STATE() in a few places,
19526           which isn't all that good an idea, subtitles/elements disabled
19527           because no elements to test with and thus probably broken, query
19528           and event handling moved to GstBin, internal thread removed
19529           alltogether because the pipeline does that for us now. Can play
19530           Ogg/Vorbis files. Haven't tested anything else yet.
19531
19532 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19533
19534         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
19535           Do no-more-pads (needed for autoplugging).
19536
19537 2005-05-10  Andy Wingo  <wingo@pobox.com>
19538
19539         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
19540         message to the bus with the tags. Still not sent downstream tho.
19541
19542         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
19543         get_parent.
19544         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
19545         avoid refcounting hassles.
19546
19547 2005-05-09  Andy Wingo  <wingo@pobox.com>
19548
19549         * gst/volume/Makefile.am:
19550         * gst/volume/demo.c
19551         * gst/volume/gstvolume.h
19552         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
19553         basetransform. Probably need an audio filter base class.
19554
19555 2005-05-09  Wim Taymans  <wim@fluendo.com>
19556
19557         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
19558         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
19559         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
19560         (gst_vorbisenc_chain):
19561         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19562         (gst_audio_convert_caps_remove_format_info),
19563         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19564         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19565         Make caps writable before writing to it.
19566         Fix negotiation in audioconvert some more.
19567
19568 2005-05-09  Wim Taymans  <wim@fluendo.com>
19569
19570         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19571         (gst_videorate_getcaps), (gst_videorate_setcaps),
19572         (gst_videorate_event), (gst_videorate_chain):
19573         Better negotiation.
19574
19575 2005-05-09  Wim Taymans  <wim@fluendo.com>
19576
19577         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19578         (gst_videorate_getcaps), (gst_videorate_setcaps),
19579         (gst_videorate_blank_data), (gst_videorate_init),
19580         (gst_videorate_event), (gst_videorate_chain),
19581         (gst_videorate_change_state):
19582         Port videorate, do a better job at negotiation while we're at
19583         it.
19584
19585 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
19586
19587         * configure.ac:
19588           Disable libvisual
19589
19590         * examples/Makefile.am:
19591         * gst-libs/gst/audio/Makefile.am:
19592         * gst-libs/gst/riff/Makefile.am:
19593         * gst-libs/gst/tag/Makefile.am:
19594         * gst-libs/gst/video/Makefile.am:
19595           Fixups for missing variables.
19596
19597 2005-05-09  Wim Taymans  <wim@fluendo.com>
19598
19599         * examples/seeking/seek.c: (make_theora_pipeline),
19600         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
19601         (query_rates), (query_positions_elems), (query_positions_pads),
19602         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
19603         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
19604         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
19605         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
19606         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
19607         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
19608         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19609         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
19610         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
19611         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
19612         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
19613         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
19614         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19615         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
19616         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
19617         (theora_dec_src_convert), (theora_dec_sink_convert),
19618         (theora_dec_src_query), (theora_dec_sink_query),
19619         (theora_dec_src_event), (theora_dec_sink_event),
19620         (theora_handle_comment_packet), (theora_handle_type_packet),
19621         (theora_handle_header_packet), (theora_handle_data_packet),
19622         (theora_dec_chain):
19623         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19624         (vorbis_dec_convert), (vorbis_dec_src_query),
19625         (vorbis_dec_sink_query), (vorbis_dec_src_event),
19626         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
19627         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
19628         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
19629         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
19630         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
19631         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
19632         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19633         (gst_play_bin_query):
19634         * gst/playback/test3.c: (update_scale):
19635         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
19636         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
19637         * gst/subparse/gstsubparse.c: (gst_subparse_init):
19638         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
19639         (gst_videotestsrc_src_query):
19640         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
19641         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
19642         (paint_hline_YUV9):
19643         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
19644         Port to new query API.
19645         Updated seek.
19646         Cleanups in x[v]imagesink
19647
19648 2005-05-09  Andy Wingo  <wingo@pobox.com>
19649
19650         * ext/alsa/gstalsasink.h:
19651         * ext/gnomevfs/gstgnomevfssrc.c:
19652         (gst_gnomevfssrc_get_icy_metadata):
19653         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
19654         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
19655         * ext/theora/theoradec.c (theora_dec_src_query)
19656         (theora_dec_src_event, theora_dec_sink_event)
19657         (theora_handle_comment_packet, theora_handle_data_packet):
19658         * ext/theora/theoraenc.c (theora_enc_chain):
19659         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
19660         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
19661         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
19662         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
19663         (qt_type_find):
19664         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
19665         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
19666         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
19667         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
19668         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
19669         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
19670         (paint_setup_xBGR8888, paint_setup_RGBx8888)
19671         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
19672         (paint_setup_RGB565, paint_setup_xRGB1555):
19673         * gst/videotestsrc/videotestsrc.h:
19674         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
19675         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
19676         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
19677         GCC4 fixes.
19678         
19679         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
19680         gst_pad_query_position. Fixes oggdemux.
19681
19682 2005-05-08  David Schleef  <ds@schleef.org>
19683
19684         * configure.ac: Require liboil.
19685         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
19686         a few more.
19687         * gst/videotestsrc/videotestsrc.c:
19688         * gst/videotestsrc/videotestsrc.h:
19689
19690 2005-05-06  Wim Taymans  <wim@fluendo.com>
19691
19692         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19693         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19694         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19695         Well, unreffing a buffer right before pushing it is asking
19696         for trouble..
19697
19698 2005-05-06  Christian Schaller  <uraeus@gnome.org>
19699
19700         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
19701
19702 2005-05-06  Wim Taymans  <wim@fluendo.com>
19703
19704         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19705         (gst_audio_convert_caps_remove_format_info),
19706         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
19707         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19708         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19709         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
19710         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
19711         * gst/sine/Makefile.am:
19712         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
19713         (gst_sinesrc_class_init), (gst_sinesrc_init),
19714         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
19715         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
19716         (gst_sinesrc_update_freq):
19717         * gst/sine/gstsinesrc.h:
19718         * gst/tcp/gstmultifdsink.c:
19719         * sys/xvimage/xvimagesink.c:
19720         Fixed negotiation wrt _peer_get_caps()
19721         Some cleanups.
19722
19723
19724 2005-05-06  Wim Taymans  <wim@fluendo.com>
19725
19726         * gst-libs/gst/audio/gstaudiosink.c:
19727         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19728         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19729         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19730         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19731         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19732         (gst_audiosink_create_ringbuffer):
19733         * gst-libs/gst/audio/gstbaseaudiosink.c:
19734         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19735         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19736         (gst_baseaudiosink_set_property), (build_linear_format),
19737         (debug_spec_caps), (debug_spec_buffer),
19738         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19739         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19740         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19741         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19742         * gst-libs/gst/audio/gstbaseaudiosink.h:
19743         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19744         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19745         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
19746         (gst_ringbuffer_play), (gst_ringbuffer_pause),
19747         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
19748         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
19749         (wait_segment), (gst_ringbuffer_commit),
19750         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
19751         (gst_ringbuffer_clear):
19752         * gst-libs/gst/audio/gstringbuffer.h:
19753         Make the base audiosink return an error when there is no
19754         audiobuffer negotiated.
19755
19756 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19757
19758         * ext/Makefile.am:
19759         Disable cdparanoia until someone ports it!
19760
19761 2005-05-06  Wim Taymans  <wim@fluendo.com>
19762
19763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19764         (gst_ogg_demux_sink_activate):
19765         And revert after wingo's revert.. sigh..
19766
19767 2005-05-05  Andy Wingo  <wingo@pobox.com>
19768
19769         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
19770         GObject.
19771         * configure.ac: Return audiorate and subparse from the ghetto.
19772         Re-enable -Wall -Werror.
19773         * gst/subparse/gstsubparse.c:
19774         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
19775         or chain-based. Cleaned up a bit. Not tested.
19776         
19777 2005-05-05  Christian Schaller <christian@fluendo.com> 
19778
19779         * Makefile.am: remove stuff that is not building
19780         * configure.ac: remove stuff that is not building
19781         * examples/Makefile.am: remove stuff that is not building
19782         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
19783         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
19784         * sys/Makefile.am: remove stuff that is not building
19785         * testsuite/Makefile.am: remove stuff that is not building
19786
19787 2005-05-05  Andy Wingo  <wingo@pobox.com>
19788
19789         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
19790         * gst-libs/gst/tag/gstvorbistag.c:
19791         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
19792         * gst/adder/gstadder.h:
19793         * gst/audioconvert/gstchannelmix.c:
19794         (gst_audio_convert_fill_one_other):
19795         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
19796         (gst_audiorate_init), (gst_audiorate_chain):
19797         * gst/playback/gstplaybasebin.c: (setup_source):
19798         * gst/playback/test3.c: (update_scale):
19799         Some GCC4 fixes
19800         
19801         * po/af.po:
19802         * po/az.po:
19803         * po/cs.po:
19804         * po/en_GB.po:
19805         * po/hu.po:
19806         * po/it.po:
19807         * po/nb.po:
19808         * po/nl.po:
19809         * po/or.po:
19810         * po/sq.po:
19811         * po/sr.po:
19812         * po/sv.po:
19813         * po/uk.po:
19814         * po/vi.po: Foo
19815
19816 2005-05-05  Wim Taymans  <wim@fluendo.com>
19817
19818         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19819         (gst_audio_convert_caps_remove_format_info),
19820         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
19821         (gst_audio_convert_change_state), (gst_audio_convert_channels):
19822         * gst/videotestsrc/gstvideotestsrc.c:
19823         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
19824         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
19825         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
19826         (gst_videotestsrc_init), (gst_videotestsrc_loop):
19827         Don't ignore _push() return values.
19828         Make sure no processing is done when shutting down.
19829         Videotestsrc pad activation fix.
19830
19831 2005-05-05  Wim Taymans  <wim@fluendo.com>
19832
19833         * gst/adder/Makefile.am:
19834         * gst/adder/gstadder.c: (gst_adder_setcaps),
19835         (gst_adder_class_init), (gst_adder_init),
19836         (gst_adder_request_new_pad), (gst_adder_collected),
19837         (gst_adder_change_state):
19838         * gst/adder/gstadder.h:
19839         Ported adder as an example of a mixer element using
19840         collect pads. Needs more negotiation work.
19841
19842 2005-05-05  Wim Taymans  <wim@fluendo.com>
19843
19844         * ext/theora/theoradec.c: (_inc_granulepos),
19845         (theora_dec_src_event), (theora_dec_sink_event),
19846         (theora_handle_comment_packet), (theora_handle_type_packet),
19847         (theora_handle_header_packet), (theora_handle_data_packet),
19848         (theora_dec_chain):
19849         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19850         (gst_theora_enc_init), (theora_enc_sink_setcaps),
19851         (theora_push_buffer), (theora_push_packet),
19852         (theora_enc_sink_event), (theora_enc_chain),
19853         (theora_enc_change_state), (theora_enc_set_property),
19854         (theora_enc_get_property):
19855         Added stream lock to decoder so that we can serialize
19856         the discont event.
19857         More theoraenc porting, recover from errors, do clean
19858         shutdown.
19859
19860 2005-05-05  Wim Taymans  <wim@fluendo.com>
19861
19862         * ext/ogg/Makefile.am:
19863         * ext/ogg/README:
19864         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19865         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
19866         (gst_ogg_print):
19867         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19868         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
19869         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
19870         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19871         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
19872         (gst_ogg_mux_change_state):
19873         Ported ogg muxer.
19874
19875 2005-05-05  Wim Taymans  <wim@fluendo.com>
19876
19877         * docs/design-audiosinks.txt:
19878         * gst-libs/gst/audio/TODO:
19879         * gst-libs/gst/audio/gstaudiosink.c:
19880         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19881         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19882         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19883         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19884         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19885         (gst_audiosink_create_ringbuffer):
19886         * gst-libs/gst/audio/gstbaseaudiosink.c:
19887         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19888         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19889         (gst_baseaudiosink_set_property), (build_linear_format),
19890         (debug_spec_caps), (debug_spec_buffer),
19891         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19892         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19893         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19894         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19895         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19896         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19897         (gst_ringbuffer_release), (gst_ringbuffer_play),
19898         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
19899         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
19900         (gst_ringbuffer_set_sample), (wait_segment),
19901         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
19902         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
19903         More work on the audiosink, mostly debugging and a race in
19904         shutdown.
19905
19906 2005-04-28  Wim Taymans  <wim@fluendo.com>
19907
19908         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19909         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
19910         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
19911         (vorbis_dec_src_query), (vorbis_dec_src_event),
19912         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
19913         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
19914         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
19915         Don't crap out when seeking back to position 0.
19916
19917 2005-04-28  Wim Taymans  <wim@fluendo.com>
19918
19919         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19920         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19921         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
19922         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
19923         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
19924         Make audio sink configurable, use alsasink as default.
19925
19926 2005-04-28  Wim Taymans  <wim@fluendo.com>
19927
19928         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19929         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
19930         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
19931         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
19932         (vorbis_dec_change_state):
19933         * ext/vorbis/vorbisdec.h:
19934         Refactor, use STREAM_LOCK.
19935
19936 2005-04-28  Wim Taymans  <wim@fluendo.com>
19937
19938         * ext/theora/theoradec.c: (_inc_granulepos),
19939         (theora_dec_sink_event), (theora_handle_comment_packet),
19940         (theora_handle_type_packet), (theora_handle_header_packet),
19941         (theora_handle_data_packet), (theora_dec_chain),
19942         (theora_dec_change_state):
19943         Refactor a bit, use STREAM_LOCK.
19944
19945 2005-04-28  Wim Taymans  <wim@fluendo.com>
19946
19947         * ext/alsa/Makefile.am:
19948         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
19949         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
19950         (gst_alsa_link), (gst_alsa_close_audio):
19951         * ext/alsa/gstalsaplugin.c: (plugin_init):
19952         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
19953         (gst_alsasink_dispose), (gst_alsasink_base_init),
19954         (gst_alsasink_class_init), (gst_alsasink_init),
19955         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
19956         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
19957         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
19958         (gst_alsasink_reset):
19959         * ext/alsa/gstalsasink.h:
19960         Implement alsasink with simple open/write/close API. 
19961         Make alsa dir build by disabling compilation of code.
19962
19963 2005-04-28  Wim Taymans  <wim@fluendo.com>
19964
19965         * gst-libs/gst/audio/Makefile.am:
19966         * gst-libs/gst/audio/audio.h:
19967         * gst-libs/gst/audio/audioclock.c:
19968         * gst-libs/gst/audio/audioclock.h:
19969         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
19970         (gst_audio_clock_class_init), (gst_audio_clock_init),
19971         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
19972         * gst-libs/gst/audio/gstaudioclock.h:
19973         * gst-libs/gst/audio/gstaudiosink.c:
19974         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
19975         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
19976         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
19977         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
19978         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
19979         (gst_audiosink_create_ringbuffer):
19980         * gst-libs/gst/audio/gstbaseaudiosink.c:
19981         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
19982         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
19983         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
19984         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
19985         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
19986         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
19987         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
19988         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
19989         * gst-libs/gst/audio/gstbaseaudiosink.h:
19990         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
19991         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
19992         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
19993         (gst_ringbuffer_release), (gst_ringbuffer_play),
19994         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
19995         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
19996         (gst_ringbuffer_set_sample), (wait_segment),
19997         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
19998         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
19999         * gst-libs/gst/audio/gstringbuffer.h:
20000         Make ringbuffer faster and more simple by removing the locks
20001         in the playback thread.
20002         Add sample accurate playback based on buffer sample offsets.
20003         Make the baseaudiosink provide a clock.
20004         Parse caps in the base class.
20005         Correctly handle seeking, flushing and state changes.
20006
20007 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20008
20009         * configure.ac:
20010         * gst/audioconvert/Makefile.am:
20011         * gst/audioscale/Makefile.am:
20012           Fix part of the build.  Come on guys, autogen didn't even work :)
20013
20014 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20015
20016         * configure.ac:
20017         * gst-libs/gst/Makefile.am:
20018         * gst-libs/gst/media-info/.cvsignore:
20019         * gst-libs/gst/media-info/Makefile.am:
20020         * gst-libs/gst/media-info/README:
20021         * gst-libs/gst/media-info/media-info-priv.c:
20022         * gst-libs/gst/media-info/media-info-priv.h:
20023         * gst-libs/gst/media-info/media-info-test.c:
20024         * gst-libs/gst/media-info/media-info.c:
20025         * gst-libs/gst/media-info/media-info.h:
20026         * gst-libs/gst/media-info/media-info.vcproj:
20027         * pkgconfig/Makefile.am:
20028         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20029         * pkgconfig/gstreamer-media-info.pc.in:
20030           Remove media-info, which is also successed by playbin (see Totem
20031           implementation).
20032
20033 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20034
20035         * configure.ac:
20036         * examples/Makefile.am:
20037         * examples/gstplay/.cvsignore:
20038         * examples/gstplay/Makefile.am:
20039         * examples/gstplay/player.c:
20040         * gst-libs/gst/Makefile.am:
20041         * gst-libs/gst/play/.cvsignore:
20042         * gst-libs/gst/play/Makefile.am:
20043         * gst-libs/gst/play/play.c:
20044         * gst-libs/gst/play/play.h:
20045         * gst-libs/gst/play/play.vcproj:
20046         * pkgconfig/Makefile.am:
20047         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20048         * pkgconfig/gstreamer-play.pc.in:
20049           Remove libgstplay, playbin is now the official successor.
20050
20051 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20052
20053         * configure.ac:
20054         * gst-libs/gst/Makefile.am:
20055         * gst-libs/gst/xwindowlistener/Makefile.am:
20056         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
20057         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
20058           Remove deprecated xwindowlistener (I've moved xwindowlistening
20059           in the v4l/v4l2 plugins over to serverside).
20060
20061 2005-04-25  David Schleef  <ds@schleef.org>
20062
20063         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
20064         to examples/dynparams.  Examples do not belong interspersed with
20065         source code.
20066         * examples/dynparams/demo-dparams.c:
20067         * gst/sine/Makefile.am:
20068         * gst/sine/demo-dparams.c:
20069
20070 2005-04-25  David Schleef  <ds@schleef.org>
20071
20072         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
20073         * gst-libs/gst/audio/Makefile.am:
20074         * gst-libs/gst/riff/Makefile.am:
20075         * gst-libs/gst/tag/Makefile.am:
20076         * gst-libs/gst/video/Makefile.am:
20077         * gst-libs/gst/xwindowlistener/Makefile.am:
20078
20079         Convert to 0.9 API, seems to work:
20080         * sys/ximage/Makefile.am:
20081         * sys/ximage/ximagesink.c:
20082
20083 2005-04-24  David Schleef  <ds@schleef.org>
20084
20085         Link plugins against libraries:
20086         * ext/alsa/Makefile.am:
20087         * gst/tcp/Makefile.am:
20088
20089         Remove asm code that should be in liboil
20090         * gst/videoscale/Makefile.am:
20091         * gst/videoscale/videoscale_x86_asm.s:
20092
20093         gettext wants these checked in:
20094         * po/af.po:
20095         * po/az.po:
20096         * po/cs.po:
20097         * po/en_GB.po:
20098         * po/hu.po:
20099         * po/it.po:
20100         * po/nb.po:
20101         * po/nl.po:
20102         * po/or.po:
20103         * po/sq.po:
20104         * po/sr.po:
20105         * po/sv.po:
20106         * po/uk.po:
20107         * po/vi.po:
20108
20109 2005-04-24  David Schleef  <ds@schleef.org>
20110
20111         Convert gst_main() to g_main_loop_run()
20112         * gst/playback/decodetest.c: (main):
20113         * gst/playback/test2.c: (main):
20114         * gst/playback/test3.c: (main):
20115         * gst/playback/test4.c: (main):
20116
20117         Link plugins against libraries:
20118         * ext/libvisual/Makefile.am:
20119         * sys/xvimage/Makefile.am:
20120
20121 2005-04-24  David Schleef  <ds@schleef.org>
20122
20123         * configure.ac: Remove idct and resample libs
20124         * gst-libs/gst/Makefile.am: same
20125
20126         Remove usage of gst_library_load():
20127         * ext/alsa/gstalsaplugin.c: (plugin_init):
20128         * ext/libvisual/visual.c: (plugin_init):
20129         * ext/ogg/gstogg.c: (plugin_init):
20130         * ext/theora/theora.c: (plugin_init):
20131         * ext/vorbis/vorbis.c: (plugin_init):
20132         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
20133         * gst/audioscale/gstaudioscale.c:
20134         * gst/adder/gstadder.c: (plugin_init):
20135         * gst/audioconvert/plugin.c: (plugin_init):
20136         * sys/ximage/ximagesink.c: (plugin_init):
20137         * sys/xvimage/xvimagesink.c: (plugin_init):
20138         * gst/tcp/gsttcpplugin.c: (plugin_init):
20139
20140         Link plugins against libraries:
20141         * ext/ogg/Makefile.am:
20142         * ext/theora/Makefile.am:
20143         * ext/vorbis/Makefile.am:
20144         * gst/audioconvert/Makefile.am:
20145
20146         Create proper libraries:
20147         * gst-libs/gst/riff/Makefile.am:
20148         * gst-libs/gst/audio/Makefile.am:
20149         * gst-libs/gst/video/Makefile.am:
20150
20151         Move resample library to audioscale plugin directory:
20152         * gst-libs/gst/resample/Makefile.am:
20153         * gst-libs/gst/resample/README:
20154         * gst-libs/gst/resample/dtof.c:
20155         * gst-libs/gst/resample/dtos.c:
20156         * gst-libs/gst/resample/functable.c:
20157         * gst-libs/gst/resample/private.h:
20158         * gst-libs/gst/resample/resample.c:
20159         * gst-libs/gst/resample/resample.h:
20160         * gst-libs/gst/resample/resample.vcproj:
20161         * gst-libs/gst/resample/test.c:
20162         * gst/audioscale/Makefile.am:
20163         * gst/audioscale/README:
20164         * gst/audioscale/dtof.c:
20165         * gst/audioscale/dtos.c:
20166         * gst/audioscale/functable.c:
20167         * gst/audioscale/private.h:
20168         * gst/audioscale/resample.c:
20169         * gst/audioscale/resample.h:
20170         * gst/audioscale/test.c:
20171
20172         Move tagedit library to gst-libs:
20173         * gst-libs/gst/tag/Makefile.am:
20174         * gst-libs/gst/tag/gstid3tag.c:
20175         * gst-libs/gst/tag/gsttagediting.c:
20176         * gst-libs/gst/tag/gsttageditingprivate.h:
20177         * gst-libs/gst/tag/gstvorbistag.c:
20178         * gst/tags/Makefile.am:
20179         * gst/tags/gstid3tag.c:
20180         * gst/tags/gstvorbistag.c:
20181
20182         Fix for core changes:
20183         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20184         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
20185         (gst_sinesrc_getrange):
20186
20187 2005-04-23  David Schleef  <ds@schleef.org>
20188
20189         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
20190         in gst-plugins in a long time, and properly belongs in liboil.
20191         * gst-libs/gst/idct/Makefile.am:
20192         * gst-libs/gst/idct/README:
20193         * gst-libs/gst/idct/dct.h:
20194         * gst-libs/gst/idct/doieee:
20195         * gst-libs/gst/idct/fastintidct.c:
20196         * gst-libs/gst/idct/floatidct.c:
20197         * gst-libs/gst/idct/idct.c:
20198         * gst-libs/gst/idct/idct.h:
20199         * gst-libs/gst/idct/idtc.vcproj:
20200         * gst-libs/gst/idct/ieeetest.c:
20201         * gst-libs/gst/idct/intidct.c:
20202
20203 2005-04-20  Wim Taymans  <wim@fluendo.com>
20204
20205         * docs/design-audiosinks.txt:
20206         * gst-libs/gst/audio/Makefile.am:
20207         * gst-libs/gst/audio/TODO:
20208         * gst-libs/gst/audio/gstaudiosink.c:
20209         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
20210         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
20211         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
20212         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
20213         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
20214         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
20215         (gst_audiosink_class_init), (gst_audiosink_init),
20216         (gst_audiosink_create_ringbuffer):
20217         * gst-libs/gst/audio/gstaudiosink.h:
20218         * gst-libs/gst/audio/gstbaseaudiosink.c:
20219         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
20220         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
20221         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
20222         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
20223         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
20224         (gst_baseaudiosink_create_ringbuffer),
20225         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
20226         * gst-libs/gst/audio/gstbaseaudiosink.h:
20227         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
20228         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
20229         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
20230         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
20231         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
20232         (gst_ringbuffer_play), (gst_ringbuffer_pause),
20233         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
20234         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
20235         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
20236         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
20237         * gst-libs/gst/audio/gstringbuffer.h:
20238         An attempt at a set of audio base classes together with some
20239         design docs.
20240
20241 2005-04-20  Wim Taymans  <wim@fluendo.com>
20242
20243         * gst/audioconvert/Makefile.am:
20244         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20245         (gst_audio_convert_caps_remove_format_info),
20246         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
20247         (gst_audio_convert_channels):
20248         Link against audio libs.
20249         Fix audio convert plugin.
20250
20251 2005-04-20  Wim Taymans  <wim@fluendo.com>
20252
20253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
20254         (gst_ogg_demux_sink_activate):
20255         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20256         (theora_set_header_on_caps), (theora_enc_sink_event),
20257         (theora_enc_chain):
20258         Fix theora encoder.
20259
20260 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20261
20262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
20263         * gst/playback/gstdecodebin.c: (find_compatibles):
20264           Work with staticpadtemplates in elementfactories.
20265
20266 2005-04-12  Wim Taymans  <wim@fluendo.com>
20267
20268         * gst/playback/README:
20269         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20270         (compare_ranks), (print_feature), (gst_decode_bin_init),
20271         (dynamic_create), (dynamic_free), (find_compatibles),
20272         (mimetype_is_raw), (close_pad_link), (got_redirect),
20273         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
20274         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
20275         (gst_decode_bin_change_state):
20276         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20277         (gst_play_base_bin_init), (group_destroy), (group_commit),
20278         (check_queue), (queue_overrun), (queue_threshold_reached),
20279         (queue_out_of_data), (gen_preroll_element), (unknown_type),
20280         (new_decoded_pad), (setup_subtitle), (gen_source_element),
20281         (got_redirect), (setup_source), (play_base_eos),
20282         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
20283         (gst_play_base_bin_remove_element):
20284         * gst/playback/gstplaybasebin.h:
20285         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20286         (gst_play_bin_init), (gst_play_bin_dispose),
20287         (gst_play_bin_set_property), (gen_video_element),
20288         (gen_text_element), (gen_audio_element), (remove_sinks),
20289         (gst_play_bin_send_event):
20290         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
20291         (stream_info_change_state), (gst_stream_info_set_mute):
20292         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
20293         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
20294         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
20295         (gst_stream_selector_chain):
20296         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
20297         (main):
20298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
20299         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
20300         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
20301         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
20302         Raw and crude port of decodebin. 
20303         Make playbin compile.
20304
20305 2005-04-06  Wim Taymans  <wim@fluendo.com>
20306
20307         * ext/gnomevfs/Makefile.am:
20308         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20309         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
20310         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20311         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
20312         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
20313         (gst_gnomevfssrc_stop):
20314         * ext/ogg/Makefile.am:
20315         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
20316         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
20317         * ext/theora/Makefile.am:
20318         * ext/theora/theoradec.c: (_inc_granulepos),
20319         (theora_dec_sink_event), (theora_dec_chain):
20320         * ext/vorbis/Makefile.am:
20321         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20322         (vorbis_dec_sink_event), (vorbis_dec_chain):
20323         * gst-libs/gst/audio/Makefile.am:
20324         * sys/xvimage/Makefile.am:
20325         Make gnomevfssrc extend the source base class.
20326         Fix linking against libs in various plugins.
20327
20328 2005-04-06  Andy Wingo  <wingo@pobox.com>
20329
20330         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
20331         GST_BASE_LIBS.
20332
20333         * configure.ac: Add check and AC_SUBST for libgstbase.
20334
20335 2005-03-31  Wim Taymans  <wim@fluendo.com>
20336
20337         * examples/seeking/Makefile.am:
20338         * examples/seeking/cdparanoia.c: (main):
20339         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
20340         (play_cb), (pause_cb), (stop_cb), (main):
20341         * examples/seeking/playbin.c:
20342         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
20343         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
20344         (make_sid_pipeline), (make_vorbis_pipeline),
20345         (make_theora_pipeline), (make_vorbis_theora_pipeline),
20346         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
20347         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
20348         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
20349         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
20350         (stop_cb), (main):
20351         * examples/seeking/spider_seek.c:
20352         * examples/seeking/vorbisfile.c:
20353         * ext/gnomevfs/Makefile.am:
20354         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20355         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
20356         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
20357         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
20358         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
20359         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
20360         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
20361         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20362         * ext/ogg/README:
20363         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
20364         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
20365         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
20366         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
20367         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
20368         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
20369         (gst_ogg_pad_event), (gst_ogg_pad_reset),
20370         (gst_ogg_demux_factory_filter), (compare_ranks),
20371         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
20372         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
20373         (gst_ogg_chain_new), (gst_ogg_chain_free),
20374         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
20375         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
20376         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
20377         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
20378         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
20379         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
20380         (gst_ogg_demux_get_prev_page),
20381         (gst_ogg_demux_deactivate_current_chain),
20382         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
20383         (gst_ogg_demux_bisect_forward_serialno),
20384         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20385         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
20386         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
20387         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
20388         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
20389         (gst_ogg_demux_change_state), (gst_ogg_print):
20390         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20391         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
20392         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
20393         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
20394         (gst_ogg_mux_loop):
20395         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20396         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
20397         (theora_dec_src_convert), (theora_dec_sink_convert),
20398         (theora_dec_src_query), (theora_dec_src_event),
20399         (theora_dec_sink_event), (theora_dec_chain),
20400         (theora_dec_change_state):
20401         * ext/theora/theoraenc.c: (gst_theora_enc_init),
20402         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
20403         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
20404         (theora_enc_change_state):
20405         * ext/vorbis/Makefile.am:
20406         * ext/vorbis/oggvorbisenc.c:
20407         * ext/vorbis/oggvorbisenc.h:
20408         * ext/vorbis/vorbis.c: (plugin_init):
20409         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
20410         (vorbis_dec_src_query), (vorbis_dec_src_event),
20411         (vorbis_dec_sink_event), (vorbis_dec_chain),
20412         (vorbis_dec_change_state):
20413         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
20414         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
20415         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
20416         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
20417         (gst_vorbisenc_change_state):
20418         * ext/vorbis/vorbisenc.h:
20419         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
20420         * gst-libs/gst/audio/audioclock.c:
20421         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20422         (gst_audiofilter_init), (gst_audiofilter_chain):
20423         * gst-libs/gst/audio/testchannels.c: (main):
20424         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
20425         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
20426         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
20427         (gmip_find_track_streaminfo), (gmip_find_track_format):
20428         * gst-libs/gst/media-info/media-info.c:
20429         (gst_media_info_read_idler):
20430         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
20431         (gst_play_get_all_by_interface):
20432         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
20433         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
20434         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20435         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
20436         (gst_riff_parse_info):
20437         * gst-libs/gst/riff/riff-read.h:
20438         * gst-libs/gst/riff/riff.c: (plugin_init):
20439         * gst-libs/gst/video/Makefile.am:
20440         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
20441         (gst_videosink_class_init), (gst_videosink_get_type):
20442         * gst-libs/gst/video/videosink.h:
20443         * gst/audioconvert/bufferframesconvert.c:
20444         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
20445         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
20446         * gst/audioconvert/channelmixtest.c: (main):
20447         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20448         (gst_audio_convert_chain),
20449         (gst_audio_convert_caps_remove_format_info),
20450         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
20451         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
20452         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
20453         (gst_audio_convert_buffer_to_default_format),
20454         (gst_audio_convert_buffer_from_default_format),
20455         (gst_audio_convert_channels):
20456         * gst/audioconvert/gstchannelmix.h:
20457         * gst/ffmpegcolorspace/avcodec.h:
20458         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20459         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
20460         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
20461         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
20462         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
20463         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20464         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
20465         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20466         (mpeg_video_type_find), (mpeg_video_stream_type_find),
20467         (dv_type_find):
20468         * gst/videotestsrc/gstvideotestsrc.c:
20469         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
20470         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
20471         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
20472         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
20473         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
20474         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
20475         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
20476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20477         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
20478         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
20479         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
20480         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
20481         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20482         (gst_xvimagesink_navigation_send_event),
20483         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
20484         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
20485         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20486         * sys/xvimage/xvimagesink.h:
20487         Plugin port to 0.9, ogg/theora playback should work in the seek
20488         example now.
20489         Removed old examples.
20490         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
20491         explained in 0.9 TODO doc.
20492
20493
20494 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20495
20496         * autogen.sh:
20497         * configure.ac:
20498         * ext/Makefile.am:
20499         * gst/Makefile.am:
20500         * po/POTFILES.in:
20501         * po/af.po:
20502         * po/az.po:
20503         * po/cs.po:
20504         * po/en_GB.po:
20505         * po/hu.po:
20506         * po/it.po:
20507         * po/nb.po:
20508         * po/nl.po:
20509         * po/or.po:
20510         * po/sq.po:
20511         * po/sr.po:
20512         * po/sv.po:
20513         * po/uk.po:
20514         * po/vi.po:
20515         * sys/Makefile.am:
20516         * testsuite/Makefile.am:
20517           remove a whole bunch of plugins.  This module now contains a set
20518           of free reference plugins/elements as agreed.
20519
20520 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20521
20522         * configure.ac:
20523           hunting season on 0.9 is now OPEN
20524
20525 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20526
20527         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20528           Kick the hell out of gcc for not warning me about a symbol conflict.
20529
20530 2005-02-22  Luca Ognibene  <luogni@tin.it>
20531
20532         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20533
20534         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
20535           Don't leak caps string (fixes #168134)
20536
20537         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
20538         (gst_jpegenc_init), (gst_jpegenc_finalize),
20539         (gst_jpegenc_change_state):
20540           Don't leak line buffers and context struct (fixes #168133).
20541
20542 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
20543
20544         * configure.ac:
20545         * ext/dirac/gstdiracdec.cc:
20546         (gst_diracdec_chain):
20547           Since dirac 0.5.0 the framerate in dirac is expressed as a
20548           rational number. Fix build and up requirement to 0.5.0, and
20549           also pass parameters to gst_diracdec_link in the right order
20550           (fixes #167959).
20551
20552 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
20553
20554         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
20555         * ext/faad/gstfaad.h:
20556         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
20557         certain invalid muxed streams, where some packets will contain 
20558         junk after decoder data. Partially fixes #149158.
20559
20560 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
20561         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
20562           Make sure we only write to writable buffers
20563
20564 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
20565
20566         * gst-libs/gst/riff/riff-media.c:
20567         (gst_riff_create_audio_caps_with_data):
20568           Do actually fix invalid RIFF fmt header values for alaw
20569           and mulaw audio instead of just saying so.
20570
20571         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20572           Give gst_riff_create_audio_caps_with_data() a chance to
20573           fix up broken format header fields before extracting any
20574           parameters from the header. (fixes #167633)
20575
20576 2005-02-19  Martin Holters  <martin.holters@gmx.de>
20577
20578         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20579
20580         * gst/audioconvert/bufferframesconvert.c:
20581         (buffer_frames_convert_link):
20582           Don't leak othercaps. (fixes #167878)
20583
20584 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
20585
20586         * configure.ac:
20587         * ext/libvisual/visual.c: (gst_visual_srclink),
20588         (gst_visual_change_state):
20589           Support libvisual 0.2.0.
20590
20591 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
20592
20593         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
20594         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
20595           Use same rowstrides for I420 as used everywhere else.
20596
20597 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
20598
20599         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
20600           Declare variables at beginning of block and make gcc-2.95 happy
20601           (fixes # 167482, patch by Gergely Nagy).
20602           
20603         * gst/tcp/gsttcpclientsrc.c:
20604         * gst/tcp/gsttcpclientsrc.h:
20605           Move some includes into the header, so that struct sockaddr_in is
20606           defined when it should be defined on FreeBSD as well (fixes
20607           #167483).
20608           
20609         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
20610           Don't pass uninitialised values to setsockopt() here either.
20611
20612 2005-02-17  Luca Ognibene  <luogni at tin dot it>
20613
20614         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20615
20616         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
20617           Don't pass uninitialised values to setsockopt(). (fixes #167704)
20618
20619 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20620
20621         * gst/playback/gstplaybin.c: (add_sink):
20622           Invert bin_add/link order to workaround deadlock in opt.
20623
20624 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20625
20626         * gst/modplug/gstmodplug.cc:
20627           Add missing break causing position queries to fail.
20628
20629 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20630
20631         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
20632           Granpos can apparently be -1, which screws up calculations...
20633
20634 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
20635
20636         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20637         (gst_ximagesink_send_pending_navigation),
20638         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
20639         (gst_ximagesink_init):
20640         * sys/ximage/ximagesink.h:
20641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20642         (gst_xvimagesink_send_pending_navigation),
20643         (gst_xvimagesink_navigation_send_event),
20644         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
20645         * sys/xvimage/xvimagesink.h:
20646           Use a mutex protected list to marshal navigation
20647           events into the stream thread from whichever thread
20648           sends them.
20649
20650 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
20651
20652         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
20653           Display current position and track length; misc. clean-ups.
20654           
20655         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
20656         (speed_init), (speed_chain):
20657           Add query function, so that the stream length and current position
20658           get adjusted when queried (note that current position queries may
20659           still be wrong if the audio sink returns values based on buffer
20660           timestamps instead of passing on the query).
20661
20662 2005-02-13  Benjamin Otte  <otte@gnome.org>
20663
20664         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20665         (gst_audio_convert_channels):
20666           create channel conversion matrix when linking
20667         * gst/audioconvert/.cvsignore:
20668         * gst/audioconvert/Makefile.am:
20669         * gst/audioconvert/channelmixtest.c: (main):
20670           add (ugly) test that ensures stereo <=> mono conversion works
20671           correctly
20672
20673 2005-02-13  Benjamin Otte  <otte@gnome.org>
20674
20675         * gst/audioconvert/gstchannelmix.h:
20676           include missing header file
20677         * gst/audioconvert/gstchannelmix.c:
20678         (gst_audio_convert_fill_compatible):
20679           use same sign for both channels when converting to/from compatible
20680           channel. Previously used different signs made the signals cancel
20681           each other out and appear like silence. (fixes #167269)
20682
20683 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
20684
20685         * gst/ffmpegcolorspace/avcodec.h:
20686         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20687         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20688         (gst_ffmpegcsp_avpicture_fill):
20689         * gst/ffmpegcolorspace/imgconvert.c:
20690           Convert to and from YV12 (fixes #156379).
20691
20692 2005-02-12  Julien MOUTTE  <julien@moutte.net>
20693
20694         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20695         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
20696         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
20697         (gst_ximagesink_expose), (gst_ximagesink_set_property),
20698         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
20699         methods from chain and negotiation and vice versa (Fixes #166142).
20700         * sys/ximage/ximagesink.h: Add stream_lock.
20701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20702         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20703         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20704         (gst_xvimagesink_expose): Check for xcontext before trying to link.
20705
20706 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
20707
20708         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
20709           Don't send "Hey! You gave me a NULL pointer you naughty person" as
20710           error message when we can't open the DVD device (when dvdnav_open()
20711           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
20712           the above). Send something more useful instead (fixes #167117).
20713
20714 2005-02-11  Julien MOUTTE  <julien@moutte.net>
20715
20716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20717         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
20718         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20719         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20720         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20721         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
20722         methods from chain and negotiation and vice versa (Fixes #166142).
20723         Fix a possible bug of images in the buffer pool being discarded because
20724         we are looking at the wrong geometry.
20725         * sys/xvimage/xvimagesink.h: Add stream_lock.
20726
20727 2005-02-11  David Schleef  <ds@schleef.org>
20728
20729         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
20730         unsigned int. (fixes #167128)
20731
20732 2005-02-11  David Schleef  <ds@schleef.org>
20733
20734         * gst/librfb/Makefile.am: Testing stuff before committing is
20735           for wimps... and people with fast machines.  Fix stupid
20736           mistake.
20737
20738 2005-02-11  David Schleef  <ds@schleef.org>
20739
20740         * configure.ac: Pull in librfb from my CVS tree, because it is
20741           too small and annoying to be separate.  Move rfbsrc plugin
20742           to gst/.
20743         * ext/Makefile.am:
20744         * ext/librfb/Makefile.am:
20745         * ext/librfb/gstrfbsrc.c:
20746         * gst/librfb/Makefile.am:
20747         * gst/librfb/gstrfbsrc.c:
20748         * gst/librfb/rfb.c:
20749         * gst/librfb/rfb.h:
20750         * gst/librfb/rfbbuffer.c:
20751         * gst/librfb/rfbbuffer.h:
20752         * gst/librfb/rfbbytestream.c:
20753         * gst/librfb/rfbbytestream.h:
20754         * gst/librfb/rfbcontext.h:
20755         * gst/librfb/rfbdecoder.c:
20756         * gst/librfb/rfbdecoder.h:
20757         * gst/librfb/rfbutil.h:
20758
20759 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
20760
20761         * gst/speed/Makefile.am:
20762         * gst/speed/demo-mp3.c: (main):
20763         * gst/speed/filter.func:
20764         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
20765         (speed_class_init), (speed_init), (speed_chain_int16),
20766         (speed_chain_float32), (speed_chain), (speed_set_property),
20767         (speed_get_property), (speed_change_state):
20768         * gst/speed/gstspeed.h:
20769           Fix speed element and make it chain-based (fixes #156467),
20770           and make it handle more than one channel.
20771
20772 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
20773
20774         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
20775         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
20776         (gst_dtsdec_chain), (gst_dtsdec_change_state):
20777         * ext/dts/gstdtsdec.h:
20778           Don't clobber the stack constructing the channels array.
20779           Make the element chain-based. DTS tracks can now be played.
20780           
20781 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
20782
20783         * gst-libs/gst/audio/multichannel.h:
20784         * gst-libs/gst/gconf/gconf.h:
20785         * gst-libs/gst/idct/idct.h:
20786         * gst-libs/gst/media-info/media-info-priv.h:
20787         * gst-libs/gst/play/play.h:
20788         * gst-libs/gst/resample/private.h:
20789         * gst-libs/gst/resample/resample.h:
20790         * gst-libs/gst/riff/riff-ids.h:
20791         * gst-libs/gst/video/video.h:
20792         * gst-libs/gst/video/videosink.h:
20793           Add G_BEGIN_DECLS and G_END_DECLS around headers where
20794           missing, so that they work when included from C++ code.
20795
20796 2005-02-09  David Schleef  <ds@schleef.org>
20797
20798         * testsuite/gst-lint: Check for non-statically scoped
20799           parent_class variables.  This won't be a problem once
20800           plugins are loaded with RTLD_LOCAL.
20801
20802 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20803
20804         * ext/mplex/gstmplexibitstream.cc:
20805           gcc madness.
20806
20807 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20808
20809         * ext/ogg/gstogmparse.c:
20810         * gst/debug/gstnavigationtest.c:
20811           Die, thou faulty symbol pollutors (non-static parent_class).
20812
20813 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20814
20815         * ext/mplex/gstmplexibitstream.cc:
20816           Fix event handling (#165525).
20817
20818 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20819
20820         * ext/mikmod/gstmikmod.c:
20821         * gst/modplug/gstmodplug.cc:
20822           Add missing endianness to template (fixes #165509).
20823
20824 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20825
20826         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
20827           Fix wrong order of reading of optional bytes (#165290).
20828
20829 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20830
20831         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20832           Implement FILLER event awareness.
20833
20834 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20835
20836         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
20837           Fix track calculations (#166208).
20838
20839 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
20840
20841         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20842
20843         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
20844         * ext/libpng/gstpngenc.c:
20845           Fix byte-order, use proper fixed caps. Fixes #164197.
20846
20847 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
20848
20849         * configure.ac:
20850           Add dvdlpcmdec 
20851
20852         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
20853         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
20854           Don't push buffers if the src pad isn't negotiated yet.
20855           
20856         * gst/audioconvert/gstaudioconvert.c:
20857         (gst_audio_convert_buffer_to_default_format),
20858         (gst_audio_convert_buffer_from_default_format):
20859           Add support for 24-bit width.
20860
20861         * gst/dvdlpcmdec/.cvsignore:
20862         * gst/dvdlpcmdec/Makefile.am:
20863         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
20864         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
20865         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
20866         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
20867         (plugin_init):
20868         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
20869           New decoder for rearranging DVD LPCM into our audio/x-raw-int
20870           format. Needs support for the channels maps if someone can find 
20871           a DVD LPCM track with > 2 channels.
20872
20873         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
20874         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
20875         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
20876         * gst/mpegstream/gstdvddemux.h:
20877         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
20878         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
20879         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
20880         * gst/mpegstream/gstmpegdemux.h:
20881         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
20882         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
20883         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
20884         (gst_mpeg_parse_handle_src_query),
20885         (gst_mpeg_parse_handle_src_event):
20886           Use audio/x-dvd-lpcm for LPCM output.
20887           Add DTS output.
20888
20889 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
20890
20891         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20892
20893         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
20894         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
20895           Add BGRA handling (#165736).
20896
20897 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
20898
20899         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20900
20901         * gst/law/alaw-decode.c: (alawdec_link):
20902         * gst/law/alaw-encode.c: (alawenc_link):
20903         * gst/law/mulaw-decode.c: (mulawdec_link):
20904         * gst/law/mulaw-encode.c: (mulawenc_link):
20905           Fix caps memleaks (#166600).
20906
20907 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
20908
20909         * ext/tarkin/mem.h:
20910         * ext/tarkin/wavelet.h:
20911         * ext/tarkin/yuv.h:
20912         * gst/ffmpegcolorspace/avcodec.h:
20913           Include "_stdint.h" instead of <stdint.h>. Fixes build on
20914           systems that don't have stdint.h, like Solaris9 (fixes #166631).
20915
20916 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20917
20918         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
20919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
20920         (gst_xvimagesink_change_state):
20921           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
20922           Xv video (and thereby regenerate Xv colourkey) in clear() so
20923           that PLAY -> READY -> PLAY works (fixes #162504).
20924
20925 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20926
20927         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
20928           Switch to list instead of range, since MJPEG-devices really just
20929           support decimations, not any size.
20930
20931 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
20932         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
20933         (gst_mpeg2dec_reset), (free_all_buffers),
20934         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
20935         * ext/mpeg2dec/gstmpeg2dec.h:
20936           The libmpeg2 user-allocated buffer management is awkward, 
20937           to say the least. Hopefully this fixes things.
20938
20939 2005-02-04  Andy Wingo  <wingo@pobox.com>
20940
20941         * gst/audioconvert/bufferframesconvert.c
20942         (buffer_frames_convert_fixate): New function, fixates to 256
20943         frames per buffer by default. (Much better than 1.)
20944         (buffer_frames_convert_init): Set the fixate function for both src
20945         and sink pad.
20946         (buffer_frames_convert_link): After success setting nonfixed caps,
20947         get the negotiated caps so we can know how many buffer-frames it
20948         will be. No idea how this worked at all before.
20949
20950 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
20951
20952         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
20953         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
20954         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
20955         (handle_sequence), (handle_picture):
20956         * ext/mpeg2dec/gstmpeg2dec.h:
20957           Rearrange buffer tracking and refcounting and refactor
20958           a little for readability. 
20959
20960 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
20961         * sys/v4l/gstv4l.c: (plugin_init):
20962         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
20963         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
20964         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
20965         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
20966         * sys/v4l/gstv4ljpegsrc.h:
20967         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
20968         * sys/v4l/v4l_calls.h:
20969         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
20970         (gst_v4lsrc_get_fps):
20971         * sys/v4l/v4lsrc_calls.h:
20972           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
20973           you jpeg inside rgb frames" driver.
20974           Don't error in the v4lsrc link function, just return 
20975           REFUSED.
20976
20977 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20978
20979         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
20980         (gst_qcamsrc_open):
20981           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
20982
20983 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20984
20985         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
20986           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
20987
20988 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20989
20990         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
20991           Reset negotiated state on PAUSED->READY.
20992
20993 2005-02-02  David Schleef  <ds@schleef.org>
20994
20995         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
20996         whereever possible.  (Fixes #165997)
20997         * examples/capsfilter/capsfilter1.c: (main):
20998         * examples/dynparams/filter.c: (create_ui):
20999         * examples/seeking/cdparanoia.c: (get_track_info), (main):
21000         * examples/seeking/chained.c: (main):
21001         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
21002         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
21003         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
21004         (make_mpeg_pipeline), (make_mpegnt_pipeline):
21005         * examples/seeking/spider_seek.c: (make_spider_pipeline):
21006         * examples/switch/switcher.c: (main):
21007         * ext/dv/demo-play.c: (main):
21008         * ext/faad/gstfaad.c: (gst_faad_change_state):
21009         * ext/mad/gstmad.c: (gst_mad_chain):
21010         * ext/smoothwave/demo-osssrc.c: (main):
21011         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
21012         (gst_gconf_render_bin_from_description),
21013         (gst_gconf_get_default_audio_sink),
21014         (gst_gconf_get_default_video_sink),
21015         (gst_gconf_get_default_audio_src),
21016         (gst_gconf_get_default_video_src),
21017         (gst_gconf_get_default_visualization_element):
21018         * gst/level/demo.c: (main):
21019         * gst/level/plot.c: (main):
21020         * gst/playback/gstplaybin.c: (gen_video_element),
21021         (gen_audio_element):
21022         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
21023         * gst/playondemand/demo-mp3.c: (setup_pipeline):
21024         * gst/sine/demo-dparams.c: (main):
21025         * gst/spectrum/demo-osssrc.c: (main):
21026         * gst/speed/demo-mp3.c: (main):
21027         * gst/volume/demo.c: (main):
21028         * testsuite/embed/embed.c: (main):
21029
21030 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
21031
21032         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
21033         (gst_tcpclientsink_finalize):
21034         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
21035         (gst_tcpclientsrc_finalize):
21036         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21037         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
21038         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
21039         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
21040           Don't leak the hostname when shutting down.
21041           In tcpserversrc, take a copy of the default hostname.
21042
21043 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21044
21045         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
21046           Set caps to systemstream=TRUE.
21047
21048 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21049
21050         * testsuite/Makefile.am:
21051           Fix more OSX buildbots.
21052
21053 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
21054
21055         * ext/mpeg2dec/gstmpeg2dec.c:
21056           Don't send things to NULL PAD_PEERs
21057
21058         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
21059           Copy-on-write the incoming buffer.
21060
21061         * gst/mpegstream/gstdvddemux.h:
21062         * gst/mpegstream/gstmpegclock.h:
21063         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21064         (normal_seek), (gst_mpeg_demux_handle_src_event):
21065         * gst/mpegstream/gstmpegdemux.h:
21066         * gst/mpegstream/gstmpegpacketize.h:
21067         * gst/mpegstream/gstmpegparse.c:
21068         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
21069         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
21070         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
21071         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
21072         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
21073         * gst/mpegstream/gstmpegparse.h:
21074         * gst/mpegstream/gstrfc2250enc.h:
21075           Various changes to the way time is computed that make seeking and
21076           total time estimation much better here.
21077           Use G_BEGIN/END_DECLS instead of __cplusplus
21078
21079         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
21080           Use gst_buffer_stamp instead of only copying the TIMESTAMP
21081
21082 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21083
21084         * gst/subparse/gstsubparse.c:
21085           Fix OSX buildbot.
21086
21087 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
21088
21089         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
21090         (theora_enc_chain), (theora_enc_change_state):
21091         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21092         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
21093         (gst_vorbisenc_change_state):
21094         * ext/vorbis/vorbisenc.h:
21095           Set granulepos and timestamp correctly for streams not
21096           starting at 0, taking into account the initial delay.
21097
21098 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
21099
21100         * gst/mpegstream/gstdvddemux.c:
21101           Add audio/x-dts to audio pad template caps
21102
21103 2005-01-30  David Schleef  <ds@schleef.org>
21104
21105         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
21106         (create_context), (gst_polypsink_link): Fix silly endianness
21107         bug.  Add some debugging.  Remove float from caps; it doesn't
21108         work.  Attempt to get remote audio working.
21109
21110 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21111
21112         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
21113           Add 3IV2 fourcc.
21114
21115 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21116
21117         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
21118         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
21119         (gst_avi_demux_stream_data):
21120         * gst/avi/gstavidemux.h:
21121           Invert DIB images. Fixes #132341.
21122
21123 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21124
21125         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21126         (gst_ffmpegcsp_chain):
21127           D'oh, reference the palette data, not the palette structure.
21128           Fixes color distortion in #132341.
21129
21130 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21131
21132         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
21133           PAR can be non-fixed when not provided as argument (#162626).
21134
21135 2005-01-29  David Moore  <dcm@acm.org>
21136
21137         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21138
21139         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21140         (gst_qtdemux_loop_header):
21141           Re-apply patch from #142272 that allows non-seekable sources,
21142           re-proposed by Daniel Drake <dsd@gentoo.org>.
21143
21144 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21145
21146         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
21147           Use the src template for creating the src pad (#162330).
21148
21149 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21150
21151         * configure.ac:
21152         * ext/musepack/Makefile.am:
21153         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
21154         (gst_musepackdec_init), (gst_musepackdec_dispose),
21155         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
21156         (gst_musepack_stream_init), (gst_musepackdec_loop),
21157         (gst_musepackdec_change_state):
21158         * ext/musepack/gstmusepackdec.cpp:
21159         * ext/musepack/gstmusepackdec.h:
21160         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
21161         (gst_musepack_reader_read), (gst_musepack_reader_seek),
21162         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
21163         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
21164         * ext/musepack/gstmusepackreader.cpp:
21165         * ext/musepack/gstmusepackreader.h:
21166           Update to 1.1 API (#165446).
21167
21168 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21169
21170         * ext/Makefile.am:
21171           Unbreak buildbot.
21172
21173 2005-01-28  Andy Wingo  <wingo@pobox.com>
21174
21175         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
21176         to reflect a different dubious internet source. Add a reference
21177         and some commentary.
21178
21179 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21180
21181         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
21182         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
21183         * gst/playback/gststreamselector.h:
21184           Be more selective when we're redoing caps negotiation from
21185           within the chain function on a stream change.
21186
21187 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21188
21189         * configure.ac:
21190         * ext/Makefile.am:
21191         * ext/amrnb/Makefile.am:
21192         * ext/amrnb/amrnb.c: (plugin_init):
21193         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
21194         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
21195         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
21196         (gst_amrnbdec_state_change):
21197         * ext/amrnb/amrnbdec.h:
21198         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
21199         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
21200         (gst_amrnbparse_init), (gst_amrnbparse_formats),
21201         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
21202         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
21203         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
21204         * ext/amrnb/amrnbparse.h:
21205           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
21206         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21207           Add AMR-NB/-WB raw formats.
21208         * ext/alsa/gstalsa.c: (gst_alsa_link):
21209           Keep valid time when changing format.
21210         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21211         (qtdemux_parse_trak):
21212           Add some more format-specific options (#140141, #143555, #155163).
21213
21214 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21215
21216         * gst/matroska/matroska-demux.c:
21217         (gst_matroska_demux_parse_blockgroup):
21218           Fix logic error in timing of subtitle stream synchronization.
21219         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21220           Add skip-chunk, which is found in kodak-camera streams.
21221
21222 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21223
21224         * po/LINGUAS:
21225         * po/vi.po:
21226           Adding Vietnamese translation (submitted by Clytie Siddall)
21227
21228 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21229
21230         * gst/playback/gstdecodebin.c: (try_to_link_1):
21231           Use realpad for signal.
21232
21233 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21234
21235         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
21236           Fix category so decodebin picks it up.
21237
21238 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21239
21240         * ext/mad/Makefile.am:
21241         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
21242         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
21243         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
21244         (found_type), (gst_id3demux_bin_change_state):
21245         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21246         (gst_id3_tag_init), (gst_id3_tag_handle_event),
21247         (gst_id3_tag_src_link), (gst_id3_tag_chain),
21248         (gst_id3_tag_change_state), (plugin_init):
21249         * ext/mad/gstmad.h:
21250           Add id3demuxbin (which is a simple bin consisting of id3demux
21251           and typefind), take over rank from id3demux, remove typefind
21252           code from id3demux. Makes all broken mp3s that I know of work,
21253           and thereby fixes #152688.
21254
21255 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
21256
21257         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21258
21259         * ext/mad/gstmad.c: (gst_mad_src_event):
21260         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
21261           Allow seeks on audio pad, make mad forward those (#164826).
21262         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21263           Set duration (#165335).
21264
21265 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21266
21267         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
21268         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
21269         (gst_asf_demux_process_ext_content_desc),
21270         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
21271         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
21272         * gst/asfdemux/gstasfdemux.h:
21273           Improve metadata display, e.g. if the metadata comes before the
21274           streams are loaded (which is perfectly valid).
21275
21276 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21277
21278         * tools/gst-launch-ext-m.m:
21279           Fix AVI/ASF pipelines (#165340).
21280
21281 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
21282         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
21283         build failure on amd64
21284
21285 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
21286
21287         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
21288         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
21289           Check environment variables GST_ID3V2_TAG_ENCODING,
21290           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
21291           list of character encodings to force interpretation of non-unicode
21292           strings stored in an ID3v2 tag to a particular encoding. If none
21293           is specified, try to use current locale's encoding, then fall back
21294           to ISO-8859-1 (which will always succeed). (Resolves #149274)
21295         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
21296         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
21297           Check environment variables GST_ID3V1_TAG_ENCODING,
21298           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
21299           list of character encodings to use in case a string encountered
21300           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
21301           specified, try to use the current locale's encoding, then fall
21302           back to ISO-8859-1 (which will always succeed).
21303
21304 2005-01-25  Benjamin Otte  <otte@gnome.org>
21305
21306         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
21307           - on half framerate, compute the rate in advance so the comparisons
21308             don't compare wrong values
21309           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
21310             behaviour
21311           - don't use mad_header_decode anymore, mad_frame_decode does that
21312             automatically
21313           - when getting rid of consumed bytes, reset the stream's skiplen
21314           (fixes #163867)
21315
21316 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
21317
21318         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
21319           Use 1/2 a second for default max_discont, as PES streams from DVB
21320           seem to have larger spacings in the SCR. 
21321           Fix a typo.
21322
21323 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21324
21325         * gst/playback/gstplaybasebin.c: (group_commit):
21326           Notify delayed stream-info availability.
21327
21328 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
21329         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
21330         (gst_a52dec_handle_event), (gst_a52dec_chain):
21331         Add some debug output. Check that a discont has a valid
21332         time associated.
21333         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21334         (gst_alsa_sink_loop):
21335         Ignore TAG events. A little extra debug for broken timestamps.
21336         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
21337         (dvdnavsrc_change_state):
21338         Ensure we send a discont to engage the link before we send any
21339         other events.
21340         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
21341         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
21342         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
21343         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
21344         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
21345         dvd://title works in totem because typefinding sends a seek that ends
21346         up going back to chapter 1 regardless.
21347         * ext/mpeg2dec/gstmpeg2dec.c:
21348         * ext/mpeg2dec/gstmpeg2dec.h:
21349         Output correct timestamps and handle disconts.
21350         * ext/ogg/gstoggdemux.c: (get_relative):
21351         Small guard against a null dereference.
21352         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
21353         (gst_textoverlay_set_property):
21354         Free memory when done. Don't call gst_event_filler_get_duration on
21355         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
21356         g_warning.
21357         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
21358         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
21359         (gst_sw_srclink), (gst_smoothwave_chain):
21360         Draw solid lines, prettier colours.
21361         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
21362         Add a default palette that'll work for some movies.
21363         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
21364         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
21365         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
21366         * gst/mpegstream/gstdvddemux.h:
21367         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
21368         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
21369         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21370         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
21371         * gst/mpegstream/gstmpegparse.h:
21372         Use PTM/NAV events when for timestamp adjustment when connected to 
21373         dvdnavsrc. Don't use many discont events where one suffices.
21374         * gst/playback/gstplaybasebin.c: (group_destroy),
21375         (gen_preroll_element), (gst_play_base_bin_add_element):
21376         * gst/playback/gstplaybasebin.h:
21377         Make sure we remove subtitles from the same bin we put them in.
21378         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
21379         (gst_subparse_buffer_format_autodetect),
21380         (gst_subparse_change_state):
21381         Fix some memleaks and invalid accesses.
21382         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
21383         (oggskel_type_find), (cmml_type_find), (plugin_init):
21384         Some typefind functions for Annodex v3.0 files
21385         * gst/wavparse/gstwavparse.h:
21386         GstRiffReadClass is the correct parent class.
21387
21388 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21389
21390         * gst-libs/gst/riff/riff-media.c:
21391         (gst_riff_create_video_caps_with_data):
21392           Add extradata to huffyuv (fixes #165013).
21393         * gst-libs/gst/riff/riff-read.c:
21394         (gst_riff_read_strf_vids_with_data):
21395           Fix extradata extraction if it is in the chunk size.
21396
21397 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
21398
21399         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21400
21401         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
21402         (gst_quarktv_change_state), (gst_quarktv_dispose):
21403           Memory free'ing location fix (#164708).
21404
21405 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21406
21407         * gst/playback/gstplaybasebin.c: (group_commit),
21408         (gen_preroll_element), (probe_triggered), (gen_source_element),
21409         (setup_source), (gst_play_base_bin_change_state),
21410         (gst_play_base_bin_add_element):
21411           Don't block for streams.
21412         * gst/playback/gststreaminfo.c: (stream_info_change_state),
21413         (gst_stream_info_set_mute):
21414           Use gst_pad_set_active_recursive.
21415
21416 2005-01-25  Andy Wingo  <wingo@pobox.com>
21417
21418         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
21419         for #ifndef HAVE_XVIDEO.
21420
21421 2005-01-24  Jeffrey C. Ollie
21422
21423         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
21424
21425         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
21426         * ext/gsm/gstgsmdec.h:
21427         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
21428         * ext/gsm/gstgsmenc.h:
21429         Fix rate to 8kHz as per spec, removes obscure errors when no rate
21430         was given by property. Add proper buffer timestamps and offsets.
21431
21432 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21433
21434         * gst-libs/gst/riff/riff-media.c:
21435         (gst_riff_create_audio_caps_with_data):
21436           Audio can be <8000Hz.
21437
21438 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21439
21440         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21441           Explicit state change to workaround refcount bugs.
21442
21443 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21444
21445         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
21446         (gst_avimux_riff_get_avi_header):
21447           Fix...
21448
21449 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21450
21451         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
21452         (gst_riff_read_element_data):
21453         * gst-libs/gst/riff/riff-read.h:
21454           Add _peek version (req'ed in CDXA).
21455         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
21456         (gst_cdxaparse_loop):
21457           Fix parsing in playbin.
21458         * gst/playback/gstdecodebin.c: (close_pad_link):
21459           Ignore current_ pads, they cause major annoyance.
21460
21461 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21462
21463         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21464           Safety guard.
21465
21466 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21467
21468         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
21469           Fix padding...
21470
21471 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21472
21473         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
21474           Allow for 0-sized buffers. Fixes length query problems in
21475           starwars.mkv from the testsuite.
21476
21477 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
21478
21479         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
21480         (gst_video_box_i420), (gst_video_box_chain):
21481           Fix row strides for I420 (fixes #163159)
21482           
21483 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21484
21485         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21486           MPEG2 has a useful rate property, so we can actually use that.
21487           For MPEG-1, continue using the bytes/time properties.
21488
21489 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21490
21491         * gst-libs/gst/riff/riff-media.c:
21492         (gst_riff_create_video_caps_with_data),
21493         (gst_riff_create_video_template_caps):
21494           Add intel-h263.
21495
21496 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21497
21498         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
21499           Fail if caps negotiation fails. Should fix #162184, and should
21500           definately be in there regardless of it fixing the actual bug.
21501         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
21502         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
21503         (gst_avimux_riff_get_avix_header),
21504         (gst_avimux_riff_get_video_header),
21505         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
21506         (gst_avimux_start_file), (gst_avimux_handle_event),
21507         (gst_avimux_change_state):
21508         * gst/avi/gstavimux.h:
21509           Refactor structure writing to use GST_WRITE_UINT macros, add
21510           metadata writing support.
21511
21512 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21513
21514         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
21515           Elements may already be destroyed when this function is called.
21516
21517 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21518
21519         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21520         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
21521           More memory leak fixes (#149162).
21522
21523 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21524
21525         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21526         (gst_qtdemux_add_stream):
21527           Fix two memleaks.
21528
21529 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21530
21531         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
21532           Argh...
21533
21534 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21535
21536         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
21537           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
21538           when fixating to six channels in Totem.
21539
21540 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21541
21542         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
21543           Fix compile warnings on Solaris 10 buildbot
21544
21545 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21546
21547         * ext/dvdread/dvdreadsrc.c: (_read):
21548           Don't read beyond the last cell in a chapter (fixes 
21549           invalid memory access)
21550
21551 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
21552
21553         * ext/dvdread/stream_labels.c:
21554         (dvdreadsrc_get_audio_stream_labels):
21555           Use NULL for an empty GList instead of g_list_alloc(); fix 
21556           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
21557           of GString (easier to bulk free later)
21558
21559 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
21560
21561         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21562
21563         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21564         (gst_ffmpeg_pixfmt_to_caps):
21565           Fix BGRA32 caps (#164209).
21566
21567 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
21568
21569         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21570
21571         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21572         (gst_ffmpeg_caps_to_pixfmt):
21573           alpha_mask can be RGBA/ABGR. Fixes #164265.
21574
21575 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
21576
21577         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21578
21579         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
21580         (gst_mpeg2dec_alloc_buffer):
21581         * ext/mpeg2dec/gstmpeg2dec.h:
21582           Crop if decoding size is not the actual image size (#163676).
21583
21584 2005-01-17  Steve Baker  <steve@stevebaker.org>
21585
21586         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21587
21588         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
21589         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
21590           Add libsndfile typefind functions (#163309).
21591
21592 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21593
21594         * tools/gst-launch-ext-m.m:
21595           Add .aac, fix .m1v/.m2v (#163891).
21596
21597 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21598
21599         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
21600           Sanity check, don't wait endlessly since the clock might not
21601           actually run at this point (which is a deadlock). Fixes #164069.
21602
21603 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21604
21605         * gst/playback/gstplaybasebin.c: (probe_triggered):
21606           Of course, only pause if group is done...
21607
21608 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21609
21610         * gst/playback/gstplaybasebin.c: (probe_triggered):
21611           Thread safety.
21612
21613 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
21614
21615         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
21616           Don't return state change success when the parent
21617           failed.
21618
21619 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21620
21621         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
21622           Free events (fix memleak in #162905).
21623
21624 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
21625
21626         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21627
21628         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21629         (gst_ffmpeg_caps_to_pixfmt):
21630           Fix for depth = 15. Fixes #161675.
21631
21632 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21633
21634         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
21635           Set FPS correctly, even for webcams and the like.
21636         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
21637           Don error on setting while capturing.
21638
21639 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21640
21641         * ext/dv/gstdvdec.c:
21642         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
21643         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
21644           I'm a bad boy. using /1001. to force C to do float division
21645           and not integer division (as it did in my last commit)
21646           Thanks to David I. Lehn for pointing this mistake.
21647
21648 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21649
21650         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21651           Revert Johan's 1.35->1.36 since it breaks compat.
21652
21653 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21654
21655         * ext/dv/gstdvdec.c:
21656         * ext/libfame/gstlibfame.c:
21657         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
21658         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
21659           replace framerate aproximations by their real value
21660           (24000/1001, 30000/1001, 60000/1001)
21661           Finish fixing bug #164049
21662
21663 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21664
21665         * ext/ogg/gstoggmux.c:
21666           eos/bos debugging
21667         * gst/tcp/gstmultifdsink.c:
21668         * gst/tcp/gstmultifdsink.h:
21669         * gst/tcp/gsttcp.c:
21670         * gst/tcp/gsttcp.h:
21671         * gst/tcp/gsttcpclientsink.c:
21672         * gst/tcp/gsttcpclientsrc.c:
21673         * gst/tcp/gsttcpserversink.c:
21674         * gst/tcp/gsttcpserversrc.c:
21675           improve reusability of elements after state changes and errors
21676           make multifdsink throw away streamheaders when receiving new ones
21677
21678 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21679
21680         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
21681           Fix for if items are already in list...
21682
21683 2005-01-12  Benjamin Otte  <otte@gnome.org>
21684
21685         * gst/adder/gstadder.c: (gst_adder_loop):
21686           fix adder a bit so it doesn't screw up with events as much anymore
21687
21688 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
21689
21690         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
21691         (pixbufscale_scale), (gst_pixbufscale_chain):
21692         * ext/gdk_pixbuf/pixbufscale.h:
21693           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
21694           to ensure rowstrides are calculated the same way as 
21695           ffmpegcolorspace
21696           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
21697           that we pick up duration and offset also.
21698
21699 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21700
21701         * gst/avi/gstavimux.c: (gst_avimux_class_init),
21702         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
21703           Reusability fixes.
21704
21705 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21706
21707         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21708         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21709         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21710         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21711           Update flags when requested.
21712
21713 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21714
21715         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
21716           Fix dmix.
21717
21718 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21719
21720         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21721         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
21722         (probe_triggered), (new_decoded_pad), (gen_source_element),
21723         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
21724         * gst/playback/gstplaybasebin.h:
21725         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21726         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
21727         (gst_play_bin_change_state):
21728           Implement group-switch signal for use in apps to clear metadata
21729           cache, clean up subtitle, add suburi property instead of # hack,
21730           some error-out fixes.
21731
21732 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21733
21734         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21735           Debug.
21736         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
21737           If we got a state change in the _get handler, don't return success.
21738
21739 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21740
21741         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
21742         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
21743           Make jpegdec quiet on MJPEG decoding
21744         * gst/asfdemux/README:
21745           Fix mimetypes for MJPEG and H263
21746
21747 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21748
21749         * ext/theora/theoradec.c: (theora_dec_chain):
21750           Fix broken code generation by gcc by swapping arguments.
21751         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21752           Fix \n in debug.
21753
21754 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21755
21756         * TODO:
21757           delete this file, it is by far outdated
21758         * ext/alsa/gstalsa.1: remove
21759         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
21760         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
21761         (gst_alsa_get_caps):
21762           Add HW probing for supported sample rates. Fixes #161704
21763
21764 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21765
21766         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21767           Don't crash, biatch! :).
21768
21769 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21770
21771         * ext/musepack/gstmusepackreader.cpp:
21772         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
21773           Some work on tags - still doesn't work in playbin...
21774         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21775           Handle events...
21776
21777 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21778
21779         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
21780           Also shove tags on kid pads.
21781
21782 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21783
21784         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21785           Don't bail on unknown events.
21786         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
21787           Don't crash on events before negotiation.
21788         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21789           Send tags on pads, too.
21790         * gst/playback/gststreamselector.c:
21791         (gst_stream_selector_request_new_pad):
21792           Forward events on first pad if no input was selected yet.
21793
21794 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21795
21796         * gst/playback/gstplaybasebin.c: (setup_substreams):
21797           Don't disable streamtype if the stream doesn't exist, since
21798           then playing a video after audio will disable both and nothing
21799           will happen. Fixes the testsuite.
21800
21801 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21802
21803         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
21804         (gst_v4l_xoverlay_set_xwindow_id):
21805         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
21806         (gst_v4l2_xoverlay_set_xwindow_id):
21807           Add debug categories, fix overlay disabling.
21808
21809 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21810
21811         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
21812         * ext/alsa/gstalsa.h:
21813           Add HW probing for period_count/size and buffer_size MIX/MAX
21814           Adjust default/user defined value if out of bounds
21815           Should fix bug #162024
21816
21817 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21818
21819         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
21820           Fix warning (#161191).
21821
21822 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21823
21824         * ext/dvdread/stream_labels.c:
21825         (dvdreadsrc_get_audio_stream_labels):
21826           Fix warning (init the good variable in switch default)
21827
21828 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
21829
21830         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21831
21832         * gst/tta/gstttaparse.c: (gst_tta_src_event):
21833           Fix gcc-2.95 compile (#163485).
21834
21835 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21836
21837         * configure.ac:
21838         * ext/flac/gstflacenc.c: (gst_flacenc_init),
21839         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21840         (gst_flacenc_tell_callback), (gst_flacenc_chain),
21841         (gst_flacenc_change_state):
21842         * ext/flac/gstflacenc.h:
21843           Update for API change in flac-1.1.1. Update requirement in
21844           configure.ac. Fixes #162974.
21845
21846 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21847
21848         * gst/playback/gstplaybasebin.c: (group_destroy):
21849           Remove hack to get rid of assert and get rid of unlinked
21850           signals properly.
21851
21852 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21853
21854         * gst/playback/gstplaybasebin.c: (setup_source):
21855           Set source to NULL so that resources are free'ed. Fixes issues
21856           with playback of CDDA and similar device-accessing things.
21857
21858 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21859
21860         * testsuite/embed/Makefile.am:
21861           test->noinst, fix make test in buildbot.
21862
21863 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
21864
21865         * ext/dvdread/stream_labels.c: new file
21866         * ext/dvdread/stream_labels.h: new file
21867         * ext/dvdread/Makefile.am:
21868         * ext/dvdread/dvdreadsrc.c: (_seek_title):
21869           Extract audio stream label from DVD IFO files.
21870           It only dump them on the console for now, still have to
21871           make playbin aware of them.
21872
21873 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21874
21875         * gst/playback/gstplaybasebin.c: (setup_source):
21876           Fix hanging subs.
21877
21878 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21879
21880         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
21881         (gen_preroll_element), (remove_groups), (setup_subtitle),
21882         (gen_source_element), (setup_source):
21883         * gst/playback/gstplaybasebin.h:
21884           Multiple .sub files is just a stupid idea... Fix some threading
21885           mistakes. Interestingly, external .sub files cause playbin to
21886           hang, I don't know why... Parsing fixes contributed by Fran??ois
21887           Kooman <fkooman@tuxed.net>.
21888
21889 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21890
21891         * testsuite/embed/Makefile.am:
21892           Fix buildbot.
21893
21894 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
21895
21896         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21897
21898         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21899         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21900         (gst_pngenc_set_property):
21901         * ext/libpng/gstpngenc.h:
21902           Add compression level property (#163323).
21903
21904 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21905
21906         * configure.ac:
21907         * examples/capsfilter/capsfilter1.c: (main):
21908         * examples/seeking/spider_seek.c: (make_spider_pipeline):
21909         * ext/dvdread/Makefile.am:
21910         * ext/dvdread/demo-play:
21911         * ext/dvdread/demo-play.c:
21912         * gconf/gstreamer.schemas.in:
21913         * gst-libs/gst/gconf/gconf.c:
21914         * sys/v4l/TODO:
21915         * testsuite/Makefile.am:
21916         * testsuite/embed/Makefile.am:
21917         * testsuite/embed/embed.c: (cb_expose), (main):
21918           Remove all references to xvideosink, fix examples (#140845).
21919         * gst/playback/gstplaybasebin.c: (group_destroy):
21920           Apparently, disposal does not unlink - so do explicitely.
21921         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21922           Add debug.
21923
21924 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
21925
21926         * README: fix PKG_CONFIG_PATH instructions, what was there
21927         previously was breaking default search path, not nice. 
21928         Fixes #163358
21929
21930 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21931
21932         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
21933         (gst_audioscale_chain):
21934           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
21935           when resampling - how the ^@$^!@^! is this possible?!?
21936
21937 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21938
21939         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21940           Reset variables on READY.
21941         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
21942         (gst_matroska_mux_loop):
21943           Require data before writing header.
21944
21945 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
21946
21947         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21948
21949         * ext/mad/gstmad.c: (gst_mad_chain):
21950           Don't call mad_stream_sync() directly after recovering sync.
21951           Fixes #151661.
21952
21953 2005-01-09  Martin Eikermann  <meiker@upb.de>
21954
21955         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21956
21957         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
21958         (snapshot_handler), (gst_snapshot_sinkconnect),
21959         (gst_snapshot_chain):
21960           Allocate resources when required, fix recursive signal emission
21961           and fix caps. Fixes #161667.
21962
21963 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
21964
21965         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21966
21967         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
21968         (gst_pngdec_chain):
21969           Handle only 8-bppc (bits-per-pixel-component) images, better
21970           error handling and correct strides. Fixes #163177.
21971         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
21972         (gst_pngenc_chain):
21973           Better error handling. Fixes #163348.
21974
21975 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21976
21977         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
21978         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
21979         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
21980         (dvdnavsrc_uri_handler_init):
21981           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
21982         * gst/playback/gstplaybasebin.c: (gen_source_element):
21983           Add MMS to streaming URIs.
21984
21985 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21986
21987         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
21988         * sys/xvimage/xvimagesink.c:
21989         (gst_xvimagesink_navigation_send_event):
21990           Check for pad availability before sending event.
21991
21992 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21993
21994         * gst-plugins.spec.in:
21995           Add subparse.
21996
21997 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21998
21999         * configure.ac:
22000           Since we use functions from CVS, up requirement.
22001
22002 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22003
22004         * gst/playback/Makefile.am:
22005         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22006         (group_destroy), (group_commit), (group_is_muted),
22007         (gen_preroll_element), (add_stream), (unknown_type),
22008         (probe_triggered), (preroll_unlinked), (mute_stream),
22009         (silence_stream), (new_decoded_pad), (setup_substreams),
22010         (setup_source), (get_active_source), (mute_group_type),
22011         (muted_group_change_state), (set_active_source),
22012         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22013         (play_base_eos), (gst_play_base_bin_change_state):
22014         * gst/playback/gstplaybasebin.h:
22015         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
22016         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22017         (gst_stream_info_dispose), (stream_info_mute_pad),
22018         (stream_info_change_state), (gst_stream_info_set_mute):
22019         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
22020         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
22021         (gst_stream_selector_init), (gst_stream_selector_dispose),
22022         (gst_stream_selector_get_linked_pad),
22023         (gst_stream_selector_get_caps), (gst_stream_selector_link),
22024         (gst_stream_selector_get_linked_pads),
22025         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
22026         * gst/playback/gststreamselector.h:
22027           Adding stream selection support plus required properties for
22028           applications to use this. Fully fixes #100931.
22029
22030 2005-01-08  Benjamin Otte  <otte@gnome.org>
22031
22032         * gst/games/gstpuzzle.c: (nav_event_handler):
22033           - handle nav events differently: forward every event no matter if it
22034             was handled or not.
22035           - translate events
22036           You can now cheat by using navigationtest ! puzzle and moving the
22037           mouse close to the edge of a tile. ;)
22038
22039 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22040
22041         * configure.ac:
22042         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
22043         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
22044         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
22045         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
22046         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
22047         (gst_ogm_parse_plugin_init):
22048         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
22049         (gst_textoverlay_link), (gst_textoverlay_getcaps),
22050         (gst_textoverlay_event), (gst_textoverlay_video_chain),
22051         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
22052         * ext/pango/gsttextoverlay.h:
22053         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
22054         (gst_matroska_demux_handle_seek_event),
22055         (gst_matroska_demux_sync_streams),
22056         (gst_matroska_demux_parse_blockgroup),
22057         (gst_matroska_demux_subtitle_caps),
22058         (gst_matroska_demux_plugin_init):
22059         * gst/matroska/matroska-ids.h:
22060         * gst/playback/gstdecodebin.c: (close_pad_link):
22061         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22062         (gen_preroll_element), (remove_groups), (add_stream),
22063         (new_decoded_pad), (setup_subtitles), (gen_source_element),
22064         (setup_source):
22065         * gst/playback/gstplaybasebin.h:
22066         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
22067         * gst/subparse/Makefile.am:
22068         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
22069         (gst_subparse_base_init), (gst_subparse_class_init),
22070         (gst_subparse_init), (gst_subparse_formats),
22071         (gst_subparse_eventmask), (gst_subparse_event),
22072         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
22073         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
22074         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
22075         (parse_mpsub_deinit), (parse_mpsub_init),
22076         (gst_subparse_buffer_format_autodetect),
22077         (gst_subparse_format_autodetect), (gst_subparse_loop),
22078         (gst_subparse_change_state), (gst_subparse_type_find),
22079         (plugin_init):
22080         * gst/subparse/gstsubparse.h:
22081         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
22082         (plugin_init):
22083           Add subtitle support, .sub parser (supports SRT and MPsub),
22084           OGM text support, Matroska UTF-8 text support, deadlock fixes
22085           all over the place, subtitle awareness in decodebin/playbin
22086           and some fixes to textoverlay to handle subtitles in a stream
22087           correctly. Fixes #100931.
22088
22089 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22090
22091         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22092           Check for pad availability before doing a query on it.
22093
22094 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22095
22096         * ext/dv/gstdvdec.c:
22097           really fix bpp24/32 dvdec caps (classic rgba indeed)
22098         * gst/asfdemux/gstasfdemux.c:
22099         (gst_asf_demux_process_ext_content_desc):
22100           don't send text tags if they are empty (bis repetita)
22101
22102 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22103
22104         * ext/dv/gstdvdec.c:
22105          remove unneeded comment from dvdec
22106           (related to DV 4CC codes in AVI files)
22107           moved them in gstreamer/docs/random/mimetypes
22108         * gst/asfdemux/gstasfdemux.c:
22109         (gst_asf_demux_process_ext_content_desc):
22110          don't send text tags if they are empty
22111          fix mem leak on error path
22112         * gst/ffmpegcolorspace/avcodec.h:
22113         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22114         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
22115         (gst_ffmpegcsp_avpicture_fill):
22116         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
22117         * gst/ffmpegcolorspace/imgconvert_template.h:
22118          adds BGR32 and BGRA32 to ffmpegcolorspace
22119           (still bad colors, fixing it on next commit)
22120           helps with dvdec outputing BGR32
22121
22122 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22123
22124         * ext/dv/gstdvdec.c:
22125          Fix audio caps i just broke (missing ',')
22126         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
22127         (gst_matroska_mux_reset):
22128          Fix typo + add FIXME about old "x-gst-metadata" crap
22129
22130 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22131
22132         * ext/dv/demo-play.c: (main):
22133          xvideosink -> xvimagesink
22134         * ext/dv/gstdvdec.c:
22135          change rgb 32/32 caps to 24/32 (no alpha)
22136          change nb of channels to be a list (2 or 4, not 2)
22137          change sample rate to be a list (32, 44.1, 48 kHz) not a range
22138         * gst/asfdemux/gstasfdemux.c:
22139         (gst_asf_demux_process_ext_content_desc):
22140          Add 'date/year' to extracted metadata list
22141
22142 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22143
22144         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
22145           The return value of fixate_to does not imply that the requested
22146           value was set, so don't assume.
22147
22148 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
22149
22150         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22151
22152         * ext/libpng/gstpngdec.c:
22153         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
22154         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
22155         * ext/libpng/gstpngenc.h:
22156           Alpha support (encoder; #163161), mime fixage.
22157
22158 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
22159
22160         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22161
22162         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
22163         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
22164         (gst_faac_set_property), (gst_faac_get_property):
22165         * ext/faac/gstfaac.h:
22166           Allow for ADTS output (#153434).
22167
22168 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22169
22170         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22171           Fix against template (#150576).
22172
22173 2005-01-06  Benjamin Otte  <otte@gnome.org>
22174
22175         * gst/games/gstpuzzle.c: (draw_puzzle):
22176           don't draw a puzzle if either width or height of tiles would be 0.
22177
22178 2005-01-06  Benjamin Otte  <otte@gnome.org>
22179
22180         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
22181         (gst_puzzle_class_init), (gst_puzzle_finalize):
22182           no memleaks, please
22183         (gst_puzzle_create), (gst_puzzle_init),
22184         (gst_puzzle_set_property), (gst_puzzle_setup):
22185           change initialization code around so we don't reshuffle on resize
22186         (draw_puzzle):
22187           fix another stupid typo
22188
22189 2005-01-06  Benjamin Otte  <otte@gnome.org>
22190
22191         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
22192           fix stupid typo that borked copying on YUY2
22193
22194 2005-01-06  Benjamin Otte  <otte@gnome.org>
22195
22196         * gst/games/gstpuzzle.c: (draw_puzzle):
22197           fix edges when image sizes aren't multiples of tile sizes
22198
22199 2005-01-06  Benjamin Otte  <otte@gnome.org>
22200
22201         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
22202           make RGB endianness work correctly
22203         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
22204           refactor and fix race with initial shuffling
22205         (nav_event_handler):
22206           allow using the mouse to puzzle
22207         (draw_puzzle):
22208           insist on tiles having width and height as multiples of 4 to get
22209           clean YUV image handling
22210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22211         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
22212           s/DEBUG/LOG/ for common messages
22213         (gst_xvimagesink_navigation_send_event):
22214           fix mouse event translation to not include screen PAR
22215         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
22216           fix mouse event translation to actually work
22217
22218 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22219
22220         * gst/asfdemux/gstasfdemux.c:
22221         (gst_asf_demux_process_ext_content_desc):
22222          Extract TrackNumber metadata + clean up code
22223         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
22224          Hope this is the good fix (var used unitialised)
22225
22226 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22227
22228         * ext/faad/gstfaad.c: (gst_faad_chain):
22229           Only increment timestamp if it's valid. Fixes raw AAC streams.
22230
22231 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22232
22233         * configure.ac:
22234         * gst/games/Makefile.am:
22235         * gst/games/gstpuzzle.c:
22236           add a puzzle game with...
22237         * gst/games/gstvideoimage.c:
22238         * gst/games/gstvideoimage.h:
22239           ... full colorspace support (that includes YUV9 and RGB16)) stolen
22240           from videotestsrc and made into something that would be a nice
22241           library for a lot of other plugins.
22242
22243 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22244
22245         * configure.ac:
22246          don't compile faad plugin if a RC of 2.0 is found
22247          Fixes #155346 (and FC1 buildbot)
22248         * gst/asfdemux/gstasfdemux.c:
22249         (gst_asf_demux_process_ext_content_desc):
22250          try to make Solaris compiler happier
22251
22252 2005-01-06  Paul Jack  <pjack@sfaf.org>
22253
22254         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22255
22256         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
22257           Fix segfault (#161667).
22258
22259 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22260
22261         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22262           Fix framerate reporting.
22263
22264 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
22265
22266         * gst-libs/gst/riff/riff-ids.h:
22267         * gst/wavenc/riff.h:
22268          Add AMR (VBR and CBR) ids to riff.h audio codec list
22269         * gst/asfdemux/gstasfdemux.c:
22270         (gst_asf_demux_process_ext_content_desc),
22271         (gst_asf_demux_process_object):
22272           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
22273
22274 2005-01-05  Martin Eikermann  <meiker@upb.de>
22275
22276         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22277
22278         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22279         (gst_dvd_demux_handle_discont):
22280         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
22281         (gst_mpeg_demux_handle_discont):
22282           Recreate pads on new-media (#160730).
22283         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
22284           Send discont even if manager changes timestamps (#161929).
22285
22286 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
22287
22288         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22289
22290         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
22291           Fix invalid memory access (#159211).
22292
22293 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22294
22295         * examples/gstplay/player.c: (main):
22296           Don't iterate.
22297         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
22298           Add visualizations.
22299         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
22300         (gst_a52dec_handle_frame):
22301           Set duration.
22302         * ext/dvdnav/gst-dvd:
22303           Add audioconvert. Fixes #161325.
22304         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
22305           Explicitely case to gint64. Possible valgrind error.
22306         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
22307         (gst_play_tick_callback), (gst_play_change_state),
22308         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
22309         (gst_play_set_location), (gst_play_get_location),
22310         (gst_play_seek_to_time), (gst_play_set_data_src),
22311         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22312         (gst_play_set_visualization), (gst_play_connect_visualization),
22313         (gst_play_get_framerate), (gst_play_get_all_by_interface),
22314         (gst_play_new):
22315           Use playbin. Fixes #139749 and #147744.
22316         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
22317           Add genre tag.
22318         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
22319         (audioscale_get_type), (gst_audioscale_base_init),
22320         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
22321         (gst_audioscale_getcaps), (gst_audioscale_fixate),
22322         (gst_audioscale_link), (gst_audioscale_get_buffer),
22323         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
22324         (gst_audioscale_init), (gst_audioscale_dispose),
22325         (gst_audioscale_chain), (gst_audioscale_set_property),
22326         (gst_audioscale_get_property), (plugin_init):
22327           Indent properly.
22328         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
22329           Fix LPCM.
22330         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
22331         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
22332         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
22333           Add more metadata (fixes #162656).
22334
22335 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22336
22337         * configure.ac:
22338           back to cvs
22339
22340 === release 0.8.7 ===
22341
22342 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22343
22344         * NEWS:
22345         * RELEASE:
22346         * configure.ac:
22347           releasing 0.8.7, "Hyperspace"
22348
22349 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22350
22351         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
22352
22353         * gst/playback/gstplaybasebin.c:
22354          Fix for #162924 - free caps after use, not before
22355
22356 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22357
22358         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22359
22360         * gst/playback/gstplaybasebin.c:
22361         * gst/wavparse/gstwavparse.c:
22362           Fix for #154773 - fixes playback of small .wav files
22363
22364 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22365
22366         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
22367
22368         * gst/audioscale/gstaudioscale.c:
22369           Fix for #162819 - make audioscale reusable
22370           Fixes playback of more than one file with playbin/totem
22371
22372 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22373
22374         * gst/ffmpegcolorspace/avcodec.h:
22375         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22376         * gst/ffmpegcolorspace/imgconvert.c:
22377           clean up the mess that made me cry and avoid needless duplication
22378
22379 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22380
22381         * gst/ffmpegcolorspace/imgconvert.c:
22382           give some indication of why we're segfaulting
22383
22384 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22385
22386         * configure.ac:
22387           Fix indentation, fix v4l2 plugin detection.
22388         * ext/Makefile.am:
22389           Fix libmms location (Maciej, use diff -u!).
22390         * ext/alsa/gstalsa.c: (gst_alsa_init):
22391           Initialize caps cache to NULL.
22392         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22393           Only change state on audiosink if it exists.
22394
22395 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
22396
22397         * gst/matroska/matroska-demux.c:
22398         * gst/matroska/matroska-ids.h:
22399         * gst/matroska/matroska-demux.h:
22400         Fix Vorbis streams failing to decode in some files, where cluster_time
22401         isn't 0, because then it doesn't send codec_priv before actual data.
22402         Remove time-based test and replace it with marker set on beginning of
22403         new stream
22404
22405 2004-12-28  David Schleef  <ds@schleef.org>
22406
22407         Merge patch from Ronald fixing problems with streaming
22408         text.
22409         * ext/cairo/gstcairo.c: (plugin_init):
22410         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
22411         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
22412         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
22413         (gst_textoverlay_font_init), (gst_textoverlay_init),
22414         (gst_textoverlay_set_property):
22415         * ext/cairo/gsttextoverlay.h:
22416
22417 2004-12-27  David Schleef  <ds@schleef.org>
22418
22419         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
22420         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
22421         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
22422         (gst_textoverlay_font_init), (gst_textoverlay_init),
22423         (gst_textoverlay_set_property): Improvements to actually
22424         render text as white on black outline on video, including
22425         font selection and horizontal/vertical alignment.  (Ronald's
22426         christmas present)
22427         * ext/cairo/gsttextoverlay.h:
22428
22429 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22430
22431         * ext/ogg/gstogg.c:
22432         * ext/ogg/gstogmparse.c:
22433           fix ogm[audio/video]parse plugin registration
22434           (riff won't load if bytestream is already loaded)
22435
22436 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22437
22438         * gst/audioconvert/gstchannelmix.c:
22439           fix for GLIB < 2.4
22440
22441 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22442
22443         * Makefile.am:
22444         * configure.ac:
22445           disable docs again until it actually passes make distcheck.
22446
22447 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22448
22449         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
22450         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
22451         (plugin_init):
22452           Add 3GP (variables name Q3GP because they can't start with a
22453           number). Add samr audio fourcc (used in .3gp files), decoder
22454           is work in progress. Also do a GST_WARNING instead of ERROR
22455           in case of unknown nodes, to decrease output.
22456
22457 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22458
22459         * Makefile.am:
22460           really fix dist
22461
22462 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22463
22464         * configure.ac:
22465         * ext/speex/gstspeexdec.h:
22466         * ext/speex/gstspeexenc.h:
22467           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
22468           Fix detection code in configure.ac
22469
22470 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22471
22472         * gst/matroska/matroska-demux.c:
22473         (gst_matroska_demux_parse_blockgroup):
22474           Save position, so that queries give proper return values. Don't
22475           know how this could ever have worked before...
22476
22477 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22478
22479         * configure.ac:
22480           Put additional LAME check inside the conditional.  Fixes #152339
22481
22482 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22483
22484         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22485         (gst_avi_demux_stream_scan):
22486           Add some more debug. Fix logic error when setting movi offset
22487           while reading index.
22488
22489 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22490
22491         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
22492         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
22493         (gst_avi_demux_process_next_entry):
22494           Add some debugging. Better detection of broken indexes and the
22495           accompanying index recovery. No infinite loops on state changes
22496           when we're still in our loopfunction.
22497
22498 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22499
22500         * configure.ac:
22501           Fix up.
22502
22503 2004-12-22  Archana Shah  <archana.shah@wipro.com>
22504
22505         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22506
22507         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
22508           Normalizing the value before setting
22509         (gst_sunaudiomixer_get_volume):
22510           Normalizing the value after getting. Fixes bug# 161980
22511
22512 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22513
22514         * Makefile.am: Make sure docs gets disted
22515         * docs/Makefile.am: Make sure all needed files get disted
22516         * gst-plugins.spec.in: latest updates
22517
22518 2004-12-22  Wim Taymans  <wim@fluendo.com>
22519
22520         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
22521         Revert patch 1.38 as clock distribution over schedulers does
22522         not work correcly in the core yet.
22523
22524 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22525
22526         * sys/oss/README: remove this file, which predates my birth
22527           (and which content is by far outdated)
22528
22529 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
22530
22531         * Makefile.am:
22532         * configure.ac:
22533         * docs/Makefile.am:
22534         * docs/libs/Makefile.am:
22535         * docs/libs/gst-plugins-libs-docs.sgml:
22536         * docs/libs/gst-plugins-libs-sections.txt:
22537         * docs/libs/tmpl/gstgconf.sgml:
22538         * docs/upload.mak:
22539         * docs/version.entities.in:
22540           Added boilerplate gtk-doc files for plugin-libs documentation.
22541
22542 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22543
22544         * gst/auparse/gstauparse.c: fix int and float audio caps
22545
22546 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22547
22548         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
22549         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
22550           g_assert() can be a macro, don't use #ifdef inside it.
22551
22552 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
22553
22554         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22555
22556         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
22557         (gst_videorate_init), (gst_videorate_chain),
22558         (gst_videorate_change_state):
22559           Event handling (fixes #159986).
22560
22561 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22562
22563         * gst-libs/gst/riff/riff-media.c:
22564         (gst_riff_create_video_caps_with_data):
22565           Add BLZ0 (Blizzard's version of DivX) fourcc.
22566
22567 2004-12-18  David Schleef  <ds@schleef.org>
22568
22569         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
22570         portability fix.
22571
22572 2004-12-18  David Schleef  <ds@schleef.org>
22573
22574         * gst/tta/ttadec.h: Disable some header code that isn't used
22575         and clearly isn't portable.
22576
22577 2004-12-18  David Schleef  <ds@schleef.org>
22578
22579         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
22580         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22581         (avcodec_get_pix_fmt), (avpicture_layout),
22582         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
22583         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
22584         Fix code to not use GCC extensions (and c99 extensions that
22585         Forte does not like.)
22586
22587 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22588
22589         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22590
22591         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
22592         (gst_deinterlace_chain):
22593           Rowstride fixes. Fixes #161039.
22594         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
22595         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
22596         (gst_video_crop_getcaps), (gst_video_crop_link),
22597         (gst_video_crop_i420), (gst_video_crop_chain),
22598         (gst_video_crop_change_state):
22599           Rework of negotiation. Actually works now. Fixes #158650.
22600
22601 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22602
22603         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
22604           That was very stupid.
22605
22606 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22607
22608         * gst/matroska/matroska-demux.c:
22609         (gst_matroska_demux_parse_blockgroup):
22610           Fix possible crasher.
22611
22612 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22613
22614         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
22615         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
22616           Lace sizes can be zero.
22617
22618 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22619
22620         * ext/musepack/gstmusepackdec.cpp:
22621           Fetch error return values. Fixes #161624.
22622         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
22623           Really EOS.
22624
22625 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22626
22627         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
22628           Work for truncated (unfinished download etc.) files. Fixes #160514.
22629
22630 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22631
22632         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22633           Fix for integer overflow. Makes #156001 not crash. Probably masks
22634           the real bug.
22635
22636 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22637
22638         * gst/ac3parse/gstac3parse.c: (plugin_init):
22639           Parsers never have ranks. Fixes #159651.
22640
22641 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22642
22643         * gst/playback/gstdecodebin.c: (compare_ranks):
22644           make sure the facotries are ordered the same every time even if they
22645           have the same rank by using the name
22646         * gst/playback/gstdecodebin.c: (find_compatibles):
22647           make sure we don't add factories to the list twice
22648
22649 2004-12-16  David Schleef  <ds@schleef.org>
22650
22651         * configure.ac: look for musepack headers as musepack/*.h
22652         (fixes #159847)
22653         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
22654         * ext/musepack/gstmusepackreader.h: same
22655
22656 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22657
22658         * gst-libs/gst/riff/riff-read.c:
22659         (gst_riff_read_strf_auds_with_data):
22660           Read extradata correctly (fixes #155879).
22661
22662 2004-12-16  David Schleef  <ds@schleef.org>
22663
22664         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
22665         audio.  does _not_ attempt or allow conversion unless channels
22666         is 1 or 2.
22667
22668 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22669
22670         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
22671
22672 2004-12-16  David Schleef  <ds@schleef.org>
22673
22674         * gst/audioscale/gstaudioscale.c: the resample library only
22675         handles 1 or 2 channels.  Change caps to compensate.
22676
22677 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22678
22679         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
22680         (gst_matroska_demux_audio_caps):
22681           Some MPEG-AAC hacks, because else it doesn't work...
22682
22683 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22684
22685         * gst-libs/gst/riff/riff-media.c:
22686         (gst_riff_create_video_caps_with_data),
22687         (gst_riff_create_video_template_caps):
22688           Add h264.
22689
22690 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22691
22692         * gst-libs/gst/audio/Makefile.am:
22693           Try to fix buildbot.
22694
22695 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22696
22697         * gst/tcp/gstmultifdsink.c:
22698           Clean up and uniformize debugging.
22699
22700 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
22701
22702         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22703
22704         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22705         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
22706         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
22707         (gst_mpeg_demux_change_state):
22708           Reset on ready. Fixes 160276.
22709
22710 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
22711
22712         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22713
22714         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22715         (gst_ffmpegcsp_pad_link):
22716           Fix memleak (#154815).
22717
22718 2004-12-16  James Bowes  <bowes@cs.dal.ca>
22719
22720         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22721
22722         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
22723         (gst_musicbrainz_init), (gst_musicbrainz_chain),
22724         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
22725         * ext/musicbrainz/gsttrm.h:
22726           Add support for using a proxy server when getting a trm id from
22727           the MusicBrainz database (#149613).
22728
22729 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
22730
22731         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22732
22733         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
22734         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
22735           Fix memleaks (#157233).
22736
22737 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
22738
22739         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22740
22741         * gst-libs/gst/resample/resample.c: (gst_resample_close):
22742         * gst-libs/gst/resample/resample.h:
22743         * gst/audioscale/gstaudioscale.c:
22744           Fix memleak (#159215).
22745
22746 2004-12-16  Toni Willberg  <toniw@iki.fi>
22747
22748         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22749
22750         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
22751         * sys/oss/oss_probe.c: (main):
22752           Check for mono/stereo support (similar to samplerate probing),
22753           fixes #159433. Also add missing copyright header to oss_probe.c.
22754
22755 2004-12-15  David Schleef  <ds@schleef.org>
22756
22757         * configure.ac: add audioresample and cairo plugins.  Remove
22758         HAVE_MMX stuff, because it's not used.
22759         * ext/Makefile.am: same
22760         * ext/audioresample/Makefile.am: You are not ready for an
22761         audio resampling element based on audioresample.
22762         * ext/audioresample/gstaudioresample.c:
22763         * ext/audioresample/gstaudioresample.h:
22764         * ext/cairo/Makefile.am: You are not ready for overlay elements
22765         based on cairo.  Don't look too closely, these elements kinda
22766         suck right now.
22767         * ext/cairo/gstcairo.c: new
22768         * ext/cairo/gsttextoverlay.c: new
22769         * ext/cairo/gsttextoverlay.h: new
22770         * ext/cairo/gsttimeoverlay.c: new
22771         * ext/cairo/gsttimeoverlay.h: new
22772         * gst-libs/gst/media-info/media-info-priv.h: fix compile
22773         problem with compilers that don't support variadic macros.
22774
22775 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
22776
22777         Reviewed by:  David Schleef  <ds@schleef.org>
22778
22779         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
22780         Bala, registering sunaudiosrc (oops!), and cleaning up code a
22781         bit.  Also ran indent-gst.
22782         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
22783         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
22784         (gst_sunaudiosrc_setparams):
22785
22786 2004-12-14  David Schleef  <ds@schleef.org>
22787
22788         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
22789         output rate to 16000.  Should fix #160235.
22790
22791 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22792
22793         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
22794         Add typefinding for mpeg2 pes streams
22795
22796 2004-12-13  David Schleef  <ds@schleef.org>
22797
22798         * configure.ac:  Applied patch from bug #143659, making default
22799         sources and sinks OS-dependent (for Solaris), and added code
22800         for OS/X.
22801         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
22802
22803 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22804
22805         * gst-libs/gst/riff/riff-media.c:
22806           forgot to add h2.64 to avidemux template caps
22807
22808 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22809
22810         * gst/wavenc/riff.h:
22811         * gst-libs/gst/riff/riff-media.c:
22812         * gst-libs/gst/riff/riff-ids.h:
22813         * gst/avi/gstavimux.c
22814         add 4CC code for VideoSoft h264 in AVI (VSSH)
22815           fixes bug #160655
22816         remove s323 from riff, it's quicktime specific :(
22817
22818 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22819
22820         * gst/asfdemux/README
22821         * gst/wavenc/riff.h
22822         * gst-libs/gst/riff/riff-ids.h
22823         * gst-libs/gst/riff/riff-media.c
22824         * gst/qtdemux/qtdemux.c:
22825           add new 4CC codes for h263 related codecs
22826           fixes partially bug #155163
22827
22828 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
22829
22830         * configure.ac: Update polyaudio requirement to 0.7
22831         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
22832
22833 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22834
22835         * gst/interleave/deinterleave.c:
22836         fix my name's spelling! :)
22837
22838 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22839
22840         * AUTHORS ChangeLog
22841         * gst/auparse/gstauparse.c
22842         * gst/interleave/deinterleave.c
22843         * gst/law/:
22844                 alaw-decode.c alaw-encode.c
22845                 mulaw-decode.c mulaw-encode.c
22846         * gst/oneton/gstoneton.c
22847         * sys/osxaudio/:
22848                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
22849         * sys/osxvideo/:
22850                 cocoawindow.h cocoawindow.m
22851                 osxvideosink.h osxvideosink.m
22852
22853         put the same mail address for Zaheer Abbas Merali everywhere
22854
22855 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22856
22857         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
22858           Align by packetsize, and assert that we a packet available before
22859           playing. The first makes webstreams work (they often include
22860           trailing padding data in a packet), the second allows pausing a
22861           ASF stream in totem without getting demux errors afterwards.
22862
22863 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22864
22865         * ext/ogg/gstoggdemux.c: (get_relative):
22866           Check for non-NULL before accessing member (end-of-chain).
22867
22868 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22869
22870         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22871         (cdparanoia_set_property), (cdparanoia_get_property):
22872         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
22873         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
22874         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
22875         (dvdreadsrc_init), (dvdreadsrc_set_property),
22876         (dvdreadsrc_get_property):
22877         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
22878         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
22879           Synchronize property names where not yet the case. Devices are
22880           now device=X, other versions are deprecated (but still exist).
22881           Also use g_free() unconditionally.
22882         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22883         (setup_source), (gst_play_base_bin_get_property):
22884           Expose source.
22885
22886 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22887
22888         * configure.ac: move GCONF macro outside conditional for the am
22889           conditional. Fixes #160439
22890
22891 2004-12-08  David Schleef  <ds@schleef.org>
22892
22893         * tools/gst-visualise-m.m: Switch to elements that currently
22894         exist.
22895
22896 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22897
22898         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
22899           We love wrong commas.
22900
22901 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22902
22903         * gst/matroska/matroska-demux.c:
22904         (gst_matroska_demux_handle_src_query):
22905           Don't set DEFAULT, unsupported - makes length display incorrectly
22906           in some cases.
22907
22908 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22909
22910         * gst/monoscope/README: remove blurb about files being GPL
22911         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
22912         * gst/monoscope/monoscope.c: Change license to BSD with explanation
22913           monoscope is now effectively LGPL licensed
22914
22915 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
22916
22917         * gst/monoscope/README: Update information to be more correct
22918         * gst/monoscope/convolve.c: Relicense to LGPL
22919         * gst/monoscope/convolve.h: Relicense to LGPL
22920
22921 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
22922
22923         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22924           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
22925         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
22926           set default_duration for mpeg1 audio
22927
22928 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22929
22930         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
22931         * ext/alsa/gstalsa.h:
22932           refactor big chunks of the core caps negotiation code to make it
22933           a lot faster, because people claim it's really slow
22934           (actually, just cache the getcaps when the device is opened)
22935
22936 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22937
22938         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
22939         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
22940         (gst_a52dec_handle_frame), (gst_a52dec_chain),
22941         (gst_a52dec_change_state), (plugin_init):
22942         * ext/a52dec/gsta52dec.h:
22943           Do something useful with timestamps. Make chain-based (since
22944           there's really no reason to be loopbased).
22945         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
22946           Update current_byte/frame correctly.
22947
22948 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22949
22950         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
22951         (gst_ape_demux_stream_init):
22952           Forward tags, too.
22953
22954 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22955
22956         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
22957           Let's make sure we're done typefinding when detecting tags.
22958
22959 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22960
22961         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
22962         (gst_ebml_read_init), (gst_ebml_read_use_event),
22963         (gst_ebml_read_element_id), (gst_ebml_peek_id),
22964         (gst_ebml_read_seek), (gst_ebml_read_skip),
22965         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
22966         (gst_ebml_read_master):
22967         * gst/matroska/ebml-read.h:
22968         * gst/matroska/matroska-demux.c:
22969         (gst_matroska_demux_parse_contents),
22970         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
22971           Disgustingly evil hack for working around INTERRUPT events and
22972           their extremely annoying habit of being a pain in the ass. We
22973           simply peek a cluster before reading any of it.
22974
22975 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22976
22977         * ext/musepack/gstmusepackdec.cpp:
22978           There's also floating point libmusepacks.
22979
22980 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22981
22982         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
22983         (gst_faad_chanpos_to_gst), (gst_faad_chain):
22984           Set DURATION even if source buffer didn't. Also use increasing
22985           timestamps.
22986         * gst-libs/gst/riff/riff-media.c:
22987         (gst_riff_create_audio_caps_with_data):
22988           Block_align can have larger values than 8192.
22989
22990 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22991
22992         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
22993         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
22994         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
22995         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
22996           Fix caps.
22997
22998 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22999
23000         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
23001           Fix logic bug.
23002
23003 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23004
23005         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
23006           Yay, another one.
23007
23008 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23009
23010         * ext/esd/esdsink.c: (gst_esdsink_chain):
23011           Make error actually say something useful (fixes #156798).
23012         * gst-libs/gst/riff/riff-media.c:
23013         (gst_riff_create_video_caps_with_data),
23014         (gst_riff_create_video_template_caps):
23015           Add Intel Video 5.0 fourcc (IV50).
23016
23017 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
23018
23019         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
23020         detection on mono and stereo mp3 files.
23021
23022 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23023
23024         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23025           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
23026           the contained stream).
23027
23028 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23029
23030         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
23031           Oops, remove debug.
23032
23033 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23034
23035         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23036
23037         * gst/law/alaw-decode.c: (alawdec_getcaps):
23038         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
23039           Prevent warnings when negotiating caps (fixes #159338).
23040
23041 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23042
23043         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23044         (gst_ffmpegcsp_chain):
23045           Remove old leftover that shouldn't be there...
23046
23047 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23048
23049         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23050
23051         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
23052           Don't forward DISCONT events (fixes #159684).
23053
23054 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23055
23056         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
23057           Unlink manually since sometimes bin disposal (and therefore
23058           pad unlinking) is delayed, which will cause a new media file
23059           to not be able to start playing instantly.
23060
23061 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23062
23063         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
23064           On mute of an unlinked stream, check for pad availability so
23065           we don't crash on unlinked pad.
23066
23067 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23068
23069         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23070         (gst_avi_demux_massage_index):
23071           Fix quite humiliating bug in omitting 0-sized index chunks but
23072           forgetting to count them for timestamps.
23073
23074 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23075
23076         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
23077           Actually leave the loop if we failed to sync. Don't crash.
23078
23079 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23080
23081         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
23082         (gst_dvd_demux_process_private):
23083         * gst/mpegstream/gstdvddemux.h:
23084           Fix crash (#159759). Doesn't work, though. :-(.
23085
23086 2004-11-28  Benjamin Otte  <otte@gnome.org>
23087
23088         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
23089           more overwriting protection due to modifying channels one by one
23090           instead of all at once
23091
23092 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23093
23094         * gst/audioconvert/gstchannelmix.c:
23095         (gst_audio_convert_fill_normalize):
23096           Normalize using absolute values.
23097
23098 2004-11-28  Julien MOUTTE  <julien@moutte.net>
23099
23100         * configure.ac:
23101         * ext/Makefile.am:
23102         * ext/directfb/Makefile.am:
23103         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
23104         (gst_directfbvideosink_get_pixel_format),
23105         (gst_directfbvideosink_get_format_from_fourcc),
23106         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
23107         (gst_directfbvideosink_sink_link),
23108         (gst_directfbvideosink_change_state),
23109         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
23110         (gst_directfbvideosink_buffer_alloc),
23111         (gst_directfbvideosink_interface_supported),
23112         (gst_directfbvideosink_interface_init),
23113         (gst_directfbvideosink_navigation_send_event),
23114         (gst_directfbvideosink_navigation_init),
23115         (gst_directfbvideosink_set_property),
23116         (gst_directfbvideosink_get_property),
23117         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
23118         (gst_directfbvideosink_base_init),
23119         (gst_directfbvideosink_class_init),
23120         (gst_directfbvideosink_get_type), (plugin_init):
23121         * ext/directfb/directfbvideosink.h: Adding a first version of
23122         directfbvideosink.
23123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
23124         more.
23125
23126 2004-11-28  Benjamin Otte  <otte@gnome.org>
23127
23128         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
23129           walk the samples backwards if out_channels > in_channels so we don't
23130           overwrite data
23131
23132 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23133
23134         * gst/audioconvert/Makefile.am:
23135         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23136         (gst_audio_convert_link), (gst_audio_convert_change_state),
23137         (gst_audio_convert_channels):
23138         * gst/audioconvert/gstchannelmix.c:
23139         (gst_audio_convert_unset_matrix),
23140         (gst_audio_convert_fill_identical),
23141         (gst_audio_convert_fill_compatible),
23142         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
23143         (gst_audio_convert_fill_others),
23144         (gst_audio_convert_fill_normalize),
23145         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
23146         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
23147         * gst/audioconvert/gstchannelmix.h:
23148           Implement a channel mixer.
23149
23150 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
23151
23152         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
23153         * ext/alsa/gstalsa.h:
23154         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
23155         Make alsasink actually honor gst_element_set_clock and use that
23156         clock instead of its internal one.
23157
23158 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
23159
23160         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
23161         (gst_play_base_bin_change_state): nullify source and decoder when
23162         going from READY to NULL so that we don't try to do weird stuff with
23163         them when going from NULL to READY
23164         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
23165         instead of g_object_unref
23166         (gen_video_element), (gen_audio_element): more refcounting fixes, now
23167         it should be correct
23168         (gst_play_bin_change_state): don't call remove_sinks if we are
23169         currently disposing the object
23170
23171 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23172
23173         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
23174           Don't forget bass if it's there. Else left channel is silent...
23175
23176 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23177
23178         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
23179         (gst_a52dec_change_state):
23180           Don't do sample adjusting anymore, we use float audio now.
23181         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
23182           Don't fixate to non-existing properties.
23183
23184 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23185
23186         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
23187         (gst_a52dec_change_state):
23188           Advertise that we can do surround sound.
23189
23190 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23191
23192         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
23193           Add buffer-frames=0.
23194         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
23195         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
23196         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
23197         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
23198         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
23199         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
23200         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
23201         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
23202         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
23203         * ext/dvdread/dvdreadsrc.h:
23204           Add seeking, querying for bytes, sectors, title, angle and
23205           chapter. Handle multiple chapters. Relicense to LGPL because
23206           Billy agreed on that (thanks Billy!).
23207
23208 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
23209
23210         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
23211         call parent dispose method
23212
23213 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
23214
23215         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
23216         (gst_audio_clock_get_internal_time):
23217         Fix active <-> inactive transitions: ensure time value always
23218         grows and avoid abrupt value changes.
23219
23220 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
23221
23222         * configure.ac:
23223         * gst/tta/Makefile.am:
23224         * gst/tta/crc32.h:
23225         * gst/tta/filters.h:
23226         * gst/tta/gsttta.c:
23227         * gst/tta/gstttadec.c:
23228         * gst/tta/gstttadec.h:
23229         * gst/tta/gstttaparse.c:
23230         * gst/tta/gstttaparse.h:
23231         * gst/tta/ttadec.h:
23232           added TTA parser and decoder
23233
23234 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23235
23236         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23237         (probe_triggered), (check_queue), (buffer_underrun),
23238         (buffer_running), (buffer_overrun), (gen_source_element),
23239         (setup_source):
23240         * gst/playback/gstplaybasebin.h:
23241           Implement buffering. Needs some more work.
23242
23243 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23244
23245         * ext/theora/theoradec.c: (theora_dec_chain):
23246           Fix ilog mask range overflow.
23247
23248 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23249
23250         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
23251           Don't omit the last (which in case of dmix is the only :) )
23252           channel count. Don't set channels if <= 2.
23253
23254 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
23255
23256         * gst/playback/gstplaybin.c: (gen_video_element),
23257         (gen_audio_element): Removed 2 obsolete comments
23258
23259 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
23260
23261         * ext/vorbis/oggvorbisenc.c
23262         * ext/vorbis/vorbisenc.c :
23263           change description fields of those plugins to differentiate them
23264           (pitivi show Encoders by description, they had the same one)
23265
23266 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
23267
23268         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23269
23270         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
23271         (gst_play_bin_set_property), (gen_video_element),
23272         (gen_audio_element):
23273           Refcounting fixes for provided audio-/videosinks.
23274
23275 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23276
23277         * gst/playback/gstplaybin.c: (gen_video_element),
23278         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
23279           Don't reference all sinks, but only the video- and audiosinks.
23280           The vis. element should be disposed when we're done with it.
23281           We don't have any reason to keep it around. This fixes warnings
23282           when reusing playbin for playing multiple audio files with
23283           vis. enabled. Also release audio device on pause - idea stolen
23284           from Rhythmbox.
23285
23286 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23287
23288         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
23289         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
23290         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
23291         * ext/alsa/gstalsaplugin.c: (plugin_init):
23292         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
23293         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
23294         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
23295         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
23296         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
23297         (gst_faad_change_state), (plugin_init):
23298         * ext/faad/gstfaad.h:
23299         * ext/vorbis/vorbis.c: (plugin_init):
23300         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23301         * gst-libs/gst/audio/Makefile.am:
23302         * gst-libs/gst/audio/audio.c: (plugin_init):
23303         * gst-libs/gst/audio/multichannel.c:
23304         (gst_audio_check_channel_positions),
23305         (gst_audio_get_channel_positions),
23306         (gst_audio_set_channel_positions),
23307         (gst_audio_set_structure_channel_positions_list),
23308         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
23309         (gst_audio_fixate_channel_positions):
23310         * gst-libs/gst/audio/multichannel.h:
23311         * gst-libs/gst/audio/testchannels.c: (main):
23312         * gst/audioconvert/gstaudioconvert.c:
23313         (gst_audio_convert_class_init), (gst_audio_convert_init),
23314         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
23315         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
23316         (gst_audio_convert_fixate), (gst_audio_convert_channels):
23317         * gst/audioconvert/plugin.c: (plugin_init):
23318           Surround sound support.
23319
23320 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23321
23322         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
23323           Fix position for discont if we're close as well. Nitpicking, but
23324           saves a few milliseconds of extra waiting or skipping.
23325
23326 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23327
23328         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
23329           We sometimes need parsers for playback, so add those too.
23330
23331 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23332
23333         * configure.ac:
23334         * gst/apetag/Makefile.am:
23335         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
23336         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
23337         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
23338         (gst_ape_demux_get_src_query_types),
23339         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
23340         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
23341         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
23342         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
23343         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
23344         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
23345         (gst_ape_demux_change_state):
23346         * gst/apetag/apedemux.h:
23347         * gst/apetag/apetag.c: (plugin_init):
23348         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
23349         (plugin_init):
23350           APE v1/2 tag reader plus typefind function.
23351
23352 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23353
23354         * configure.ac:
23355         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23356         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
23357           Remove hacks for older core. Require newer core version
23358           accordingly.
23359
23360 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23361
23362         * gst/cdxaparse/Makefile.am:
23363         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
23364         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
23365         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
23366         * gst/cdxaparse/gstcdxaparse.h:
23367         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
23368         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
23369         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
23370         (gst_cdxastrip_get_src_query_types),
23371         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
23372         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
23373         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
23374         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
23375         * gst/cdxaparse/gstcdxastrip.h:
23376           SVCD/VCD header stripping separated from CDXA image parsing.
23377         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23378         (plugin_init):
23379           Add VCD/SVCD header typefinding for VCD/SVCD.
23380         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
23381         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
23382         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
23383         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
23384         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
23385         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
23386         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
23387         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
23388         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
23389         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
23390         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
23391         * sys/vcd/vcdsrc.h:
23392           Fix up, add seeking, querying, URI interface. Works in totem now.
23393
23394 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23395
23396         * configure.ac:
23397           back to CVS
23398
23399 === release 0.8.6 ===
23400
23401 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23402
23403         * NEWS:
23404         * RELEASE:
23405         * configure.ac:
23406         * po/af.po:
23407         * po/az.po:
23408         * po/cs.po:
23409         * po/en_GB.po:
23410         * po/hu.po:
23411         * po/it.po:
23412         * po/nb.po:
23413         * po/nl.po:
23414         * po/or.po:
23415         * po/sq.po:
23416         * po/sr.po:
23417         * po/sv.po:
23418         * po/uk.po:
23419           releasing 0.8.6, "IOU Love"
23420
23421 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23422
23423         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23424
23425         * gst/playback/gstplaybasebin.c:
23426           Fix unplayable files error handling.  Fixes #158365
23427
23428 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23429
23430         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23431
23432         * gst/typefind/gsttypefindfunctions.c:
23433           Fix broken mp3 typefinding.  Fixes #158375
23434
23435 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23436
23437         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
23438
23439         * ext/ogg/gstoggdemux.c:
23440           Fix sync on broken files.  Fixes #158976
23441
23442 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23443
23444         patch by: Edward Hervey <bilboed@bilboed.com>
23445
23446         * ext/libpng/gstpngenc.c:
23447           Copy over buffer properties.  Fixes #158832
23448
23449 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23450
23451         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
23452
23453         * ext/dvdread/dvdreadsrc.c:
23454           Fixes invalid reads (#158462)
23455
23456 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23457
23458         * sys/v4l/gstv4lsrc.c:
23459         * sys/v4l/gstv4lsrc.h:
23460         * sys/v4l/v4lsrc_calls.c:
23461           Probe less and cache it.  Fixes #159187.
23462
23463 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23464
23465         * gst/videorate/gstvideorate.c:
23466           Handle all video formats. Fixes #159186.
23467
23468 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
23469         * gst/synaesthesia/gstsynaesthesia.c:
23470         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
23471         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
23472         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
23473         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
23474         (gst_synaesthesia_change_state), (plugin_init):
23475         Fix up synaesthesia to work under different samplerates/ buffer sizes.
23476         Force 320x200 output, as that's the only thing the underlying
23477         synaesthesia implementation supports. Still needs to be made
23478         re-entrant.
23479
23480 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23481
23482         * configure.ac:
23483           Fix mpeg2enc configure check (similar to mplex check below).
23484
23485 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
23486
23487         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23488
23489         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23490           Fix for gcc-2.95 (fixes #158221).
23491
23492 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23493
23494         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23495           Re-add clock distribution hack (until new core is released).
23496           Fixes #158125.
23497
23498 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
23499         * configure.ac:
23500           fix mplex configure check segfaulting on some systems (bug #140994)
23501
23502 2004-11-13  Benjamin Otte  <otte@gnome.org>
23503
23504         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
23505           add debugging
23506         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23507           do a wait when we enter the loop func with no data available to
23508           write instead of getting into an 100% CPU loop by just returning and
23509           being called again by the scheduler
23510
23511 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
23512
23513         * configure.ac:
23514         * ext/libvisual/visual.c: (gst_visual_get_type),
23515         (libvisual_log_handler), (gst_visual_getcaps),
23516         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
23517         (plugin_init):
23518           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
23519         * ext/smoothwave/Makefile.am:
23520         * ext/smoothwave/demo-osssrc.c: (main):
23521         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
23522         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
23523         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
23524         (plugin_init):
23525         * ext/smoothwave/gstsmoothwave.h:
23526           Make gstsmoothwave a working element in the 20th century.
23527
23528         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
23529           Fix incorrect link function
23530
23531 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23532
23533         * gst/volume/gstvolume.c:
23534           Allow buffer-frames=0.
23535
23536 2004-11-12 Iain <iaingnome@gmail.com>
23537
23538         * configure.ac: Check for polypaudio
23539
23540         * ext/Makefile.am: Build the polyp dir
23541
23542         * ext/polyp: The polypsink sources.
23543
23544 2004-10-30 Iain <iaingnome@gmail.com>
23545
23546         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
23547         caps to reflect the new number of channels.
23548
23549 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23550
23551         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23552           Fix for negotiation order problem. This would show when the
23553           ALSA loopfuction was called before any other function. ALSA
23554           wouldn't do anything because we're not negotiated yet, leading
23555           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
23556
23557 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23558
23559         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23560
23561         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23562           No warnings (#157986).
23563
23564 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23565
23566         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23567           Prefer apev1/2 and id3v1 (at end of file) over musepack.
23568
23569 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23570
23571         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
23572           Signal no-more-pads (so it works in playbin).
23573
23574 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23575
23576         * ext/musepack/gstmusepackreader.cpp:
23577           Workaround for older core.
23578
23579 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23580
23581         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
23582           Actually test for odd width/height rather than testing whether
23583           a temporary variable that was 0 before we subtracted 1 is now
23584           not equal to zero (which it always is).
23585
23586 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23587
23588         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
23589         Fix compilation if HAVE_XVIDEO is not defined
23590
23591 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23592
23593         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
23594         Fix compilation if HAVE_XVIDEO is not defined
23595
23596 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
23597
23598         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
23599         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
23600         (gst_goom_change_state), (plugin_init):
23601         Use the bytestream adapter so goom doesn't depend on the input
23602         buffer size.
23603         Add a debug category
23604
23605 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23606
23607         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23608           Only set hardware parameters *after* negotiation. Before
23609           negotiation, it will set ANY and that seems to cause crashes
23610           (see e.g. #151288, #153227).
23611
23612 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23613
23614         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
23615           This seems to be antique leftover. It needs to pass error
23616           checking.
23617         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
23618         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
23619         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
23620         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
23621           Fix GstXOverlay implementation (#151059).
23622
23623 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23624
23625         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23626           Don't assert (#157853).
23627
23628 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23629
23630         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23631           Fix bytes/samples confustion.
23632         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
23633           Fix for underrun (#144389).
23634
23635 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23636
23637         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
23638           Disable halfway-seek for pending release (since it needs a new
23639           core release).
23640
23641 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23642
23643         * sys/v4l/gstv4lsrc.c:
23644         * sys/v4l/gstv4lsrc.h:
23645         * sys/v4l/v4lsrc_calls.c:
23646           add autoprobe-fps property so we can separate autoprobing parts
23647
23648 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23649
23650         * sys/v4l/gstv4lsrc.c:
23651         * sys/v4l/v4lsrc_calls.c:
23652         initialise fourcc to catch unset fourcc's, and debug
23653
23654 2004-11-09  Wim Taymans  <wim@fluendo.com>
23655
23656         * gst/playback/README:
23657         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
23658         * gst/playback/gstplaybin.c: (gst_play_bin_init),
23659         (gst_play_bin_dispose), (gst_play_bin_set_property),
23660         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
23661         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23662         (gst_play_bin_get_formats), (gst_play_bin_convert),
23663         (gst_play_bin_get_query_types), (gst_play_bin_query):
23664         Cleanups and some more documentation.
23665
23666 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
23667
23668         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
23669         (gst_cacasink_init), (gst_cacasink_chain):
23670         * ext/libcaca/gstcacasink.h:
23671         Cacasink inherits from VideoSink, so let that store the clock.
23672
23673 2004-11-09  Wim Taymans  <wim@fluendo.com>
23674
23675         * gst/playback/README:
23676         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
23677         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
23678         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
23679         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
23680         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
23681         (setup_sinks):
23682         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
23683         (gst_stream_info_is_mute), (gst_stream_info_set_property):
23684         * gst/playback/gststreaminfo.h:
23685         Updated README.
23686         Only switch groups if all streams have muted (EOSed).
23687         Send Tags in sync with the stream playback instead of in
23688         the playback/preroll phase.
23689         Some cleanups, free the fakesrc elements.
23690
23691 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23692
23693         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
23694           buffer-frames property was missing
23695         * ext/arts/gst_arts.c:
23696           rate missing from sinkcaps
23697         * ext/audiofile/gstafparse.c:
23698         * ext/audiofile/gstafsink.c:
23699         * ext/audiofile/gstafsrc.c:
23700         * ext/swfdec/gstswfdec.c:
23701           int audio doesn't know buffer-frames
23702         * ext/cdparanoia/gstcdparanoia.c:
23703           int audio doesn't know chunksize either
23704         * ext/nas/nassink.c:
23705           it's endianness, not endianess
23706         * gst-libs/gst/audio/audio.h:
23707           make float standard pad template caps really describe float
23708         * gst/law/mulaw.c: (linear_factory):
23709           signed only, please
23710         * gst/mpegstream/gstdvddemux.c:
23711           widths of 20 are not valid
23712
23713 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23714
23715         Submitted by: Luca Ferretti <elle.uca@infinito.it>
23716
23717         * po/LINGUAS:
23718         * po/it.po:
23719           Add Italian
23720
23721 2004-11-08  Wim Taymans  <wim@fluendo.com>
23722
23723         * gst/playback/README:
23724         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
23725         * gst/playback/gstplaybasebin.c: (probe_triggered),
23726         (gst_play_base_bin_change_state):
23727         Updated README, added more comments for fixmes etc..
23728
23729 2004-11-08  Wim Taymans  <wim@fluendo.com>
23730
23731         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
23732         We can remove this hack now.
23733
23734 2004-11-08  Wim Taymans  <wim@fluendo.com>
23735
23736         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
23737         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23738         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
23739         Only mix AYUV for maximum quality.
23740
23741 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23742
23743         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
23744         (gst_ogg_demux_push), (gst_ogg_pad_push):
23745           Let's act as if we're synchronized now! :).
23746         * ext/theora/theoradec.c: (theora_dec_chain):
23747           Add some debug.
23748
23749 2004-11-08  Wim Taymans  <wim@fluendo.com>
23750
23751         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23752         (gst_alpha_set_property), (gst_alpha_sink_link),
23753         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
23754         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
23755         (gst_alpha_init_params), (gst_alpha_chain):
23756         Implement alpha functions for AYUV too, this increases
23757         accuracy quite a bit.
23758
23759 2004-11-08  Wim Taymans  <wim@fluendo.com>
23760
23761         * gst/ffmpegcolorspace/avcodec.h:
23762         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23763         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
23764         (gst_ffmpegcsp_avpicture_fill):
23765         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23766         (gst_ffmpegcsp_caps_remove_format_info):
23767         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
23768         (shrink12), (img_get_alpha_info), (deinterlace_line),
23769         (deinterlace_line_inplace):
23770         * gst/ffmpegcolorspace/imgconvert_template.h:
23771         Added AYUV colorspace and handle RGBA a bit more respectful.
23772
23773 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23774
23775         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23776           Actually always send a discont (cornercase when resending the
23777           same serial-tagged chain twice).
23778
23779 2004-11-08  Julien MOUTTE  <julien@moutte.net>
23780
23781         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
23782         (gst_ximagesink_finalize):
23783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
23784         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
23785
23786 2004-11-08  Wim Taymans  <wim@fluendo.com>
23787
23788         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
23789         Don't segfault on NULL data.
23790
23791 2004-11-08  Wim Taymans  <wim@fluendo.com>
23792
23793         * gst/playback/gstdecodebin.c: (unlinked):
23794         * gst/playback/gstplay-marshal.list:
23795         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23796         (gst_play_base_bin_init), (group_create), (get_active_group),
23797         (get_building_group), (group_destroy), (group_commit),
23798         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
23799         (add_element_stream), (no_more_pads), (probe_triggered),
23800         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
23801         (state_change), (setup_source), (gst_play_base_bin_get_property),
23802         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23803         (gst_play_base_bin_link_stream),
23804         (gst_play_base_bin_get_streaminfo):
23805         * gst/playback/gstplaybasebin.h:
23806         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23807         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
23808         Add support for chained ogg files. Prepare for playlist
23809         support. This patch introduces the concept of pad groups, which
23810         together compose one playable media file.
23811
23812 2004-11-07  David Schleef  <ds@schleef.org>
23813
23814         * testsuite/gst-lint: Check for pad templates that aren't statically
23815         scoped.
23816
23817 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23818
23819         * configure.ac:
23820         * ext/Makefile.am:
23821         * ext/musepack/Makefile.am:
23822         * ext/musepack/gstmusepackdec.cpp:
23823         * ext/musepack/gstmusepackdec.h:
23824         * ext/musepack/gstmusepackreader.cpp:
23825         * ext/musepack/gstmusepackreader.h:
23826           Add musepack decoder.
23827         * ext/faad/gstfaad.c: (gst_faad_base_init):
23828           Make pad templates static.
23829         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23830         (plugin_init):
23831           Add musepack typefinder, make mp3 typefinding work halfway stream,
23832           which doesn't actually work yet because id3demux doesn't implement
23833           _get_length().
23834
23835 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23836
23837         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23838         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
23839           Fix interrupt event handling (#144436).
23840
23841 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23842
23843         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
23844           Hide unused glory.
23845
23846 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23847
23848         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23849
23850         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
23851           Fix weird caps (#157548).
23852
23853 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
23854
23855         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23856
23857         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
23858           Add missing NULL terminator (#157543).
23859
23860 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23861
23862         * gst/tcp/gsttcp.h:
23863         * gst/tcp/gsttcpclientsink.c:
23864         * gst/tcp/gsttcpclientsrc.c:
23865         * gst/tcp/gsttcpserversink.c:
23866         * gst/tcp/gsttcpserversrc.c:
23867           ports can go up to 65535.  Move common defines to gsttcp.h
23868
23869 2004-11-05  Wim Taymans  <wim@fluendo.com>
23870
23871         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
23872         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
23873         Added two more colorspaces.
23874
23875 2004-11-05  Wim Taymans  <wim@fluendo.com>
23876
23877         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23878         (gst_ffmpegcsp_avpicture_fill):
23879         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
23880         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
23881         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
23882         More stride fixes.
23883
23884 2004-11-05  Wim Taymans  <wim@fluendo.com>
23885
23886         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
23887         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
23888         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
23889         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
23890         (gst_videomixer_loop):
23891         More stride fixes.
23892
23893 2004-11-05  Benjamin Otte  <otte@gnome.org>
23894
23895         * ext/mad/gstmad.c: (gst_mad_chain):
23896           don't overflow data buffer. Flush not needed sync data when syncing
23897           failed.
23898
23899 2004-11-04  Wim Taymans  <wim@fluendo.com>
23900
23901         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23902         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
23903         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
23904         (gst_alpha_init_params), (gst_alpha_chain),
23905         (gst_alpha_change_state):
23906         Updated the chroma keying algorithm with something more
23907         sophisticated.
23908
23909 2004-11-03  Wim Taymans  <wim@fluendo.com>
23910
23911         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
23912         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23913         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
23914         Fix stride issues. Does not completely work for odd
23915         heights.
23916
23917 2004-11-03  Wim Taymans  <wim@fluendo.com>
23918
23919         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
23920         (gst_alpha_chroma_key), (gst_alpha_chain):
23921         Fix stride issues. Does not completely work for odd
23922         heights.
23923
23924 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
23925
23926         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23927         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
23928         leak fixes
23929
23930 2004-11-03  Wim Taymans  <wim@fluendo.com>
23931
23932         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23933         (gst_ffmpegcsp_avpicture_fill):
23934         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
23935         (avpicture_alloc):
23936         * gst/ffmpegcolorspace/imgconvert_template.h:
23937         Use correct _fill function to get correct strides.
23938
23939 2004-11-02  David Schleef  <ds@schleef.org>
23940
23941         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23942         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
23943         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
23944         Change all g_print()s to debugging.  Add a bunch of consistency
23945         checks.
23946
23947 2004-11-02  Wim Taymans  <wim@fluendo.com>
23948
23949         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23950         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
23951         (unlinked), (no_more_pads), (close_link):
23952         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23953         (unknown_type), (add_element_stream), (new_decoded_pad),
23954         (removed_decoded_pad), (setup_source):
23955         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
23956         (gst_stream_info_class_init), (gst_stream_info_init),
23957         (gst_stream_info_new), (gst_stream_info_dispose),
23958         (stream_info_mute_pad), (gst_stream_info_set_property),
23959         (gst_stream_info_get_property):
23960         * gst/playback/gststreaminfo.h:
23961         Fix playback of multiple files.
23962         a slightly different approach to handling dynamic pad removals.
23963         This one only looks at pads that we have linked.
23964
23965 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
23966
23967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
23968         free" warning from libc.
23969
23970 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23971
23972         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23973         (get_unconnected_element), (remove_starting_from), (pad_removed),
23974         (close_link):
23975           Implement support for dynamic pad changing. We listen to "live"
23976           pad removals (i.e. while playing) and re-setup autoplugging
23977           after that. Playbasebin/playbin need some more work for this
23978           to finally work, but decodebin supports (and replugs) chained
23979           ogg now.
23980
23981 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
23982
23983         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
23984         (gst_alsa_finalize):
23985         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
23986         (gst_cdaudio_finalize):
23987         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
23988         (cdparanoia_finalize):
23989         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
23990         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
23991         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23992         (dvdreadsrc_finalize):
23993         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23994         (gst_flacdec_finalize):
23995         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
23996         (gst_flacenc_finalize):
23997         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
23998         (gst_gnomevfssink_finalize):
23999         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
24000         (gst_gnomevfssrc_finalize):
24001         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
24002         (gst_fameenc_finalize):
24003         * ext/nas/nassink.c: (gst_nassink_class_init),
24004         (gst_nassink_finalize):
24005         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
24006         (gst_sdlvideosink_class_init):
24007         * ext/sndfile/gstsf.c: (gst_sf_dispose):
24008         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
24009         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
24010         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
24011         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24012         (gst_x_window_listener_dispose):
24013         * gst/audioscale/gstaudioscale.c:
24014         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
24015         (play_on_demand_finalize):
24016         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
24017         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
24018         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
24019         (cdplayer_finalize):
24020         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
24021         (gst_glimagesink_class_init):
24022         * sys/oss/gstosselement.c: (gst_osselement_class_init),
24023         (gst_osselement_finalize):
24024         * sys/oss/gstosssink.c: (gst_osssink_dispose):
24025         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
24026         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
24027           Fixes a bunch of problems with finalize and dispose functions,
24028           either assumptions that dispose is only called once, or not calling
24029           the parent class dispose/finalize function
24030
24031 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
24032
24033         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
24034           added two api precondition guards
24035           use g_strdup with getenv to fix crash when using ENVVAR
24036
24037 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
24038         * ext/esd/esdsink.c: (gst_esdsink_class_init),
24039         (gst_esdsink_finalize):
24040         Use a finalize function, not dispose, and more importantly,
24041         call the parent class finalize function too
24042
24043 2004-11-01  Johan Dahlin  <johan@gnome.org>
24044
24045         * ext/ogg/gstoggdemux.c:
24046         * gst/tags/gstvorbistag.c:
24047         Plug leaks.
24048
24049 2004-10-31  Benjamin Otte  <otte@gnome.org>
24050
24051         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24052           lotsa memleaks today. But they're all small...
24053
24054 2004-10-31  Benjamin Otte  <otte@gnome.org>
24055
24056         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24057           another memleak crushed
24058
24059 2004-10-31  Benjamin Otte  <otte@gnome.org>
24060
24061         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
24062           fix memleak
24063
24064 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24065
24066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24067           Hack to prevent crash when going to READY inside signal handler
24068           while this function is active.
24069
24070 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24071
24072         * gst/ffmpegcolorspace/Makefile.am:
24073         * gst/ffmpegcolorspace/avcodec.h:
24074         * gst/ffmpegcolorspace/common.h:
24075         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
24076         * gst/ffmpegcolorspace/dsputil.h:
24077         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
24078         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24079         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
24080         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
24081         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
24082         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
24083         (gst_ffmpegcsp_avpicture_fill):
24084         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
24085         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24086         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24087         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
24088         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
24089         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
24090         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24091         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
24092         * gst/ffmpegcolorspace/imgconvert.c:
24093         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
24094         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
24095         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
24096         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
24097         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
24098         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
24099         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
24100         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
24101         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
24102         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
24103         (grow21), (grow22), (grow41), (grow44), (conv411),
24104         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
24105         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
24106         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
24107         (avpicture_free), (is_yuv_planar), (img_convert),
24108         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
24109         (deinterlace_line_inplace), (deinterlace_bottom_field),
24110         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
24111         * gst/ffmpegcolorspace/imgconvert_template.h:
24112         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
24113         * gst/ffmpegcolorspace/mmx.h:
24114         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
24115         (av_fast_realloc), (av_mallocz_static), (av_free_static),
24116         (av_freep), (avcodec_get_context_defaults),
24117         (avcodec_alloc_context), (avcodec_init):
24118           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
24119           handling plus update from ffmpeg CVS. Large clean-up.
24120
24121 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24122
24123         * gst/playback/Makefile.am:
24124           We need the marshallers for decodebin, too.
24125
24126 2004-10-30  David Schleef  <ds@schleef.org>
24127
24128         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
24129           quicktime typefinding work with 64-bit offsets.
24130
24131 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
24132
24133         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
24134           Set EOS on the element when processing an EOS event.
24135         * ext/speex/gstspeexdec.h:
24136         * ext/speex/gstspeexenc.h:
24137           Only keep a const ptr to the mode
24138         * gst-libs/gst/riff/riff-media.c:
24139         (gst_riff_create_audio_caps_with_data),
24140         (gst_riff_create_audio_template_caps):
24141           Allow WMAV3, with up to 6 channels.
24142         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
24143           Don't call gst_pad_set_event_function on a sink pad.
24144         * gst/mpegstream/gstdvddemux.c:
24145         (gst_dvd_demux_get_subpicture_stream),
24146         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
24147           Copy the explicit caps that were set across to the cur_* pads,
24148           instead of trying to use a possibly non-existent negotiated caps.
24149           Reset the type of subpicture pads to UNKNOWN after calling
24150           init_stream, so that the caps get set.
24151
24152 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
24153
24154         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24155
24156         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
24157           Don't touch buffer if it is of size 0 (fixes #151064).
24158
24159 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24160
24161         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
24162           Synchronized discont handling.
24163
24164 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24165
24166         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24167         (gst_ogg_demux_push):
24168           Make seeking sort-of exact again (fixes #156387).
24169
24170 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24171
24172         * gst/playback/gstplaybasebin.c: (unknown_type),
24173         (add_element_stream), (new_decoded_pad),
24174         (gst_play_base_bin_change_state):
24175         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24176         (gst_stream_info_init), (gst_stream_info_new),
24177         (gst_stream_info_dispose), (gst_stream_info_get_property):
24178         * gst/playback/gststreaminfo.h:
24179           Make caps explicitely available. Makes testing for unsupported
24180           types possible. Improves error reporting.
24181
24182 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24183
24184         * gst/audioconvert/gstaudioconvert.c:
24185         (gst_audio_convert_buffer_to_default_format):
24186           Really don't touch read-only buffers (#156563).
24187
24188 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
24189
24190         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24191
24192         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
24193           Fix memleak (#155223).
24194
24195 2004-10-29  Wim Taymans  <wim@fluendo.com>
24196
24197         * gst/tcp/.cvsignore:
24198         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
24199         (gst_multifdsink_class_init), (gst_multifdsink_init),
24200         (gst_multifdsink_add), (gst_multifdsink_remove),
24201         (gst_multifdsink_remove_client_link), (is_sync_frame),
24202         (gst_multifdsink_new_client),
24203         (gst_multifdsink_handle_client_write),
24204         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24205         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24206         (gst_multifdsink_get_property):
24207         * gst/tcp/gstmultifdsink.h:
24208         Added burst on connect sync_method, deprecated sync_clients,
24209         streamlined the sync code some more.
24210
24211 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24212
24213         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
24214         (gst_play_base_bin_change_state):
24215           Improve error reporting.
24216
24217 2004-10-28  Wim Taymans  <wim@fluendo.com>
24218
24219         * gst/tcp/Makefile.am:
24220         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
24221         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
24222         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
24223         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24224         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24225         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24226         (gst_fdset_wait):
24227         Added more locks around fdset structures. Fixed/reworked
24228         the poll array resizing code.
24229         Added stress test for fdset.
24230
24231 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24232
24233         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
24234         fix build
24235
24236 2004-10-28  Benjamin Otte  <otte@gnome.org>
24237
24238         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
24239           fix link function to always query channels and query width for
24240           floats
24241         * configure.ac:
24242           add equalizer dir
24243         * gst/equalizer/Makefile.am:
24244         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
24245         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
24246         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
24247         (arg_to_scale), (setup_filter),
24248         (gst_iir_equalizer_compute_frequencies),
24249         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
24250         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
24251         (plugin_init):
24252           add an equalizer
24253
24254 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24255
24256         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
24257
24258         * po/LINGUAS:
24259         * po/nb.po:
24260           Added Norwegian Bokmaal translation
24261
24262 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24263
24264         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24265           Don't break on options (fixes #156488).
24266
24267 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24268
24269         * configure.ac:
24270         * ext/cdaudio/Makefile.am:
24271         * sys/Makefile.am:
24272           fix build on older automake
24273
24274 2004-10-26  Wim Taymans  <wim@fluendo.com>
24275
24276         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
24277         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
24278         Allow a little margin when negotiating the framerate.
24279
24280 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
24281
24282         * gst/level/gstlevel.c:
24283           synchonised naming of pads and pad-templates
24284
24285 2004-10-26  Wim Taymans  <wim@fluendo.com>
24286
24287         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24288         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
24289         (_find_streams_check), (gst_ogg_demux_push):
24290         Fix EOS again. Needs to be done in a better way. We should not
24291         remove the pad if there is no new chained stream.
24292
24293 2004-10-26 Iain <iaingnome@gmail.com>
24294
24295         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
24296         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
24297         of the caps.
24298         * gst/interleave/interleave.c (interleave_class_init): Hook up release
24299         pad.
24300         (interleave_release_pad): Remove the pad.
24301         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
24302         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
24303         the set device.
24304         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
24305         attrs
24306         (gst_xvimagesink_xcontext_clear): Free the xcontext.
24307         (gst_xvimagesink_finalize): Free the par.
24308
24309 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24310
24311         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
24312         (gst_avimux_stop_file):
24313           First calculate the rate, and only then use it. Hdr.rate is a
24314           multiple and not a derivative of hdr.scale. Scale is not the
24315           same as blockalign but is solely related to rate.
24316
24317 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24318
24319         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
24320         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
24321           Implement seeking.
24322
24323 2004-10-25  James Henstridge  <james@jamesh.id.au>
24324
24325         Reviewed by:  David Schleef  <ds@schleef.org>
24326
24327         * examples/gstplay/player.c: (got_stream_length), (main):
24328         * examples/seeking/cdplayer.c: (update_scale):
24329         * examples/seeking/seek.c: (format_value), (update_scale):
24330         * examples/seeking/spider_seek.c: (format_value), (update_scale),
24331         (stop_seek):
24332         Build fixes on AMD64.
24333
24334 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24335
24336         reviewed by: Ronald Bultje <rbultje at gnome dot org>
24337
24338         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
24339         Fix for some v4l cards which hang in v4lsrc
24340
24341 2004-10-25  Wim Taymans  <wim@fluendo.com>
24342
24343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
24344         (gst_ogg_demux_push), (gst_ogg_chains_clear):
24345         Make sure to remove the pad when a new chain is
24346         encountered. Set some vars to NULL so we don't try
24347         to reference freed memory.
24348
24349 2004-10-25  Wim Taymans  <wim@fluendo.com>
24350
24351         * examples/seeking/Makefile.am:
24352         * examples/seeking/cdplayer.c: (update_scale):
24353         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
24354         * examples/seeking/playbin.c: (make_playerbin_pipeline),
24355         (format_value), (update_scale), (iterate), (start_seek),
24356         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
24357         (print_usage), (main):
24358         Added some more examples, update others.
24359
24360 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24361
24362         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
24363         * ext/speex/gstspeexdec.c: (speex_dec_chain):
24364         * ext/theora/theoradec.c: (theora_dec_chain):
24365         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24366           Add codec-name metadata.
24367
24368 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
24369
24370         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24371
24372         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24373         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24374         * ext/alsa/gstalsamixertrack.h:
24375         * po/POTFILES.in:
24376           ALSA mixer track label internationalization (#154054).
24377
24378 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24379
24380         * ext/theora/theoradec.c: (theora_dec_chain):
24381           Export bitrate as metadata.
24382
24383 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24384
24385         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24386         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24387         * ext/alsa/gstalsamixertrack.h:
24388           Fix names, fix loop.
24389
24390 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24391
24392         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
24393         (speex_dec_convert):
24394           sinkconvert function so oggdemux can get the file length (totem).
24395
24396 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
24397
24398         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24399
24400         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
24401           Don't push incomplete packets.
24402         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
24403           Fix MPEG-4 audio typefinding.
24404
24405 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24406
24407         * sys/v4l/Makefile.am:
24408         * sys/v4l/gstv4l.c: (plugin_init):
24409         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
24410         (gst_v4lelement_init), (gst_v4lelement_dispose),
24411         (gst_v4lelement_change_state):
24412         * sys/v4l/gstv4lelement.h:
24413         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
24414         (gst_v4l_xoverlay_close), (idle_refresh),
24415         (gst_v4l_xoverlay_set_xwindow_id):
24416         * sys/v4l/gstv4lxoverlay.h:
24417         * sys/v4l/v4l-overlay_calls.c:
24418         * sys/v4l/v4l_calls.h:
24419         * sys/v4l2/Makefile.am:
24420         * sys/v4l2/gstv4l2.c: (plugin_init):
24421         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
24422         (gst_v4l2element_init), (gst_v4l2element_dispose),
24423         (gst_v4l2element_change_state):
24424         * sys/v4l2/gstv4l2element.h:
24425         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
24426         (gst_v4l2_xoverlay_close), (idle_refresh),
24427         (gst_v4l2_xoverlay_set_xwindow_id):
24428         * sys/v4l2/gstv4l2xoverlay.h:
24429         * sys/v4l2/v4l2-overlay_calls.c:
24430         * sys/v4l2/v4l2_calls.h:
24431           Remove client-side overlay handling, use the X-server v4l plugin
24432           for that. Nicer overlay, less code. Also make the plugin
24433           compileable without X (but then without overlay, obviously).
24434           Makes xwindowlistener obsolete, should we remove that?
24435
24436 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24437
24438         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
24439         (gst_osssrc_src_query):
24440         * sys/oss/gstosssrc.h:
24441           OK, so people want offset in DEFAULT. This time, actually fix all
24442           cases.
24443         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24444           Add FPS properly.
24445
24446 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24447
24448         * gst/asfdemux/gstasfmux.c:
24449         * gst/avi/gstavimux.c:
24450           Framerate.
24451
24452 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24453
24454         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
24455           Fix properties (channel, norm, frequency).
24456
24457 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24458
24459         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
24460           Flag typo.
24461         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
24462           No warnings.
24463
24464 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24465
24466         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
24467           Fix hang.
24468
24469 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24470
24471         * sys/v4l2/gstv4l2element.h:
24472           Yet Another Hack (tm) for kernel header borkedness.
24473         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
24474         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
24475         (gst_v4l2src_link), (gst_v4l2src_getcaps),
24476         (gst_v4l2src_change_state):
24477         * sys/v4l2/gstv4l2src.h:
24478         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
24479         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
24480           Fix caps, keep track of state, work.
24481
24482 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24483
24484         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
24485           Quiet.
24486
24487 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24488
24489         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24490           Don't mix bytes and samples.
24491
24492 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24493
24494         * ext/ogg/gstoggmux.c:
24495           Basic pad template which accepts OGM tracks, speex, flac, vorbis
24496           and theora. Any is incorrect.
24497         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
24498           Fix caps.
24499         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
24500         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
24501         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
24502         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
24503         * sys/v4l/gstv4lmjpegsrc.h:
24504         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24505         (gst_v4lsrc_change_state):
24506         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
24507         (gst_v4lmjpegsrc_capture_stop):
24508           Fix caps. Keep track of internal state. Work.
24509
24510 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24511
24512         * ext/Makefile.am:
24513           Fix the build fixes.
24514
24515 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24516
24517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24518         (gst_ogg_demux_src_event), (_find_chain_seek),
24519         (gst_ogg_pad_push):
24520           Check for pad availability before using it.
24521         * ext/ogg/gstoggdemux.c: (_find_chain_process):
24522           Fix parsing of chained ogg. Needs more work on the decoder side.
24523
24524 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24525
24526         * gst/spectrum/Makefile.am:
24527         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
24528         (idle_func):
24529           Fix demo and reenable it. Yes, I'm currently playing with audio
24530           analysis tools
24531
24532 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24533
24534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24535           We love it if files that start at zero work too...
24536
24537 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24538
24539         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24540           Handle files with missing EOS headers.
24541
24542 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24543
24544         * gst/tcp/gsttcpserversink.c:
24545         (gst_tcpserversink_handle_server_read),
24546         (gst_tcpserversink_init_send):
24547         Zero some variables first (need for accept not to return EINVAL)
24548
24549 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24550
24551         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24552         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
24553         * ext/theora/theoradec.c: (theora_dec_sink_convert),
24554         (theora_dec_chain):
24555         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
24556         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
24557           Seeking and querying finetune.
24558
24559 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24560
24561         * configure.ac:
24562         * ext/Makefile.am:
24563         * ext/raw1394/Makefile.am:
24564           fix the build
24565
24566 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24567
24568         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24569           Wrong return.
24570         * gst/playback/Makefile.am:
24571         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24572         * gst/playback/gstplay-marshal.list:
24573         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
24574           Fix marshallers.
24575
24576 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24577
24578         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
24579           Silence.
24580
24581 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24582
24583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24584         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
24585         (gst_ogg_pad_push):
24586           Yay for non-lineair granulepos in theora.
24587
24588 2004-10-18  Wim Taymans  <wim@fluendo.com>
24589
24590         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
24591         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
24592         * ext/dv/gstdvdec.h:
24593         Make sure we renegotiate aspect ratio when the camera switches.
24594
24595 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24596
24597         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24598         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
24599           Start at zero.
24600         * ext/theora/theoradec.c: (theora_dec_chain):
24601           Skip headers. Bad idea for chained ogg, but fixes seeking.
24602
24603 2004-10-18  Wim Taymans  <wim@fluendo.com>
24604
24605         * configure.ac:
24606         I swear, this is the last time I touch this.
24607
24608 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24609
24610         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24611         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
24612         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
24613           Faster seeking.
24614         * ext/theora/theoradec.c: (theora_dec_sink_convert):
24615           Time-to-default conversion.
24616         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24617           Don't error on unknown packets, just skip. We should probably
24618           read them if we want to support chained ogg.
24619
24620 2004-10-18  Wim Taymans  <wim@fluendo.com>
24621
24622         * configure.ac:
24623         Added cdaudio to wrong list.
24624
24625 2004-10-18  Wim Taymans  <wim@fluendo.com>
24626
24627         * configure.ac:
24628         Revive cdaudio.
24629
24630 2004-10-18  Wim Taymans  <wim@fluendo.com>
24631
24632         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
24633         (gst_dvdec_video_link), (gst_dvdec_push):
24634         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
24635         (gst_smokeenc_resync), (gst_smokeenc_chain):
24636         Fix mimetype on smoke encoder.
24637         Add aspect ratio to dvdec. Not sure if these
24638         values are correct though....
24639
24640 2004-10-18  Wim Taymans  <wim@fluendo.com>
24641
24642         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
24643         Fix vorbis property descriptions and ranges.
24644
24645 2004-10-18  Wim Taymans  <wim@fluendo.com>
24646
24647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
24648         Really do nothing when no data is available.
24649         Go to the playing state when the stream is not seekable
24650         instead of failing.
24651
24652 2004-10-18  Wim Taymans  <wim@fluendo.com>
24653
24654         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
24655         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
24656         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
24657         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
24658         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
24659         Added uri handler for cd://
24660         Port to new API.
24661
24662 2004-10-18  Wim Taymans  <wim@fluendo.com>
24663
24664         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24665         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
24666         (try_to_link_1), (no_more_pads), (close_link), (type_found):
24667         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
24668         (remove_prerolls), (unknown_type), (add_element_stream),
24669         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
24670         (gst_play_base_bin_remove_element),
24671         (gst_play_base_bin_link_stream):
24672         * gst/playback/gstplaybin.c: (gen_video_element),
24673         (gen_vis_element), (remove_sinks), (setup_sinks):
24674         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
24675         (gst_stream_info_get_type), (gst_stream_info_class_init),
24676         (gst_stream_info_init), (gst_stream_info_new),
24677         (gst_stream_info_dispose), (stream_info_mute_pad),
24678         (gst_stream_info_set_property), (gst_stream_info_get_property):
24679         * gst/playback/gststreaminfo.h:
24680         Add sink padtemplate to decodebin.
24681         Added some more comments.
24682         Make queue size configurable in playbasebin.
24683         Added possibility to use elements as sinks (ex cdaudio).
24684
24685 2004-10-15  Wim Taymans  <wim@fluendo.com>
24686
24687         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
24688         (gst_speexenc_chain):
24689         Fix speex timestamps so that it gets muxed properly.
24690
24691 2004-10-15  Wim Taymans  <wim@fluendo.com>
24692
24693         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
24694         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
24695         (gst_dv1394src_init), (gst_dv1394src_dispose),
24696         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
24697         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
24698         (gst_dv1394src_event), (gst_dv1394src_get_formats),
24699         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
24700         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
24701         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
24702         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
24703         * ext/raw1394/gstdv1394src.h:
24704         Added conversion/query functions.
24705         Update buffer timestamps,
24706         Added signals.
24707         Added uri dv:// so it might play from the firewire in playbin.
24708         Fix a possible leak.
24709         Added debugging.
24710
24711 2004-10-15  Wim Taymans  <wim@fluendo.com>
24712
24713         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
24714         (gst_dv1394src_init), (gst_dv1394src_set_property),
24715         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
24716         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
24717         * ext/raw1394/gstdv1394src.h:
24718         Added AV/C VTR control support needed for some cameras.
24719         Added automatic port detection.
24720         Added properties for selecting the channel.
24721         The configure.ac script is not yet updated to reflect the
24722         new libavc1394 and librom1394 dependencies.
24723
24724 2004-10-15  Wim Taymans  <wim@fluendo.com>
24725
24726         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24727         (qtdemux_parse), (gst_qtdemux_handle_esds):
24728         An esds box is not a container.
24729         Fix parsing of mp4v boxes.
24730         Do not try to renegotiate fps for each frame. Need to
24731         find a better method. This should fix mp4 playback.
24732
24733 2004-10-14  David Schleef  <ds@schleef.org>
24734
24735         * configure.ac: update for swfdec-0.3 and liboil-0.2
24736         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
24737         * ext/swfdec/gstswfdec.h: same
24738         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
24739         * gst/videotestsrc/videotestsrc.c: same
24740
24741 2004-10-14  Wim Taymans  <wim@fluendo.com>
24742
24743         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24744         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
24745         (is_sync_frame), (gst_multifdsink_new_client),
24746         (gst_multifdsink_handle_client_write),
24747         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24748         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
24749         Turn warnings into info.
24750         Don't allow a state change in the streaming thread.
24751
24752 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24753
24754         * ext/vorbis/oggvorbisenc.c:
24755         * ext/vorbis/vorbisdec.c:
24756           fix template sample rate
24757
24758 2004-10-13  Wim Taymans  <wim@fluendo.com>
24759
24760         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
24761         Decoding the header first fixes some problems in resyncing
24762         in more mp3s.
24763
24764 2004-10-12  Wim Taymans  <wim@fluendo.com>
24765
24766         * gst/playback/gstplaybin.c: (gen_video_element),
24767         (gen_vis_element), (remove_sinks), (setup_sinks):
24768         Added vis plugin support, need to configure the vis
24769         element to activate it.
24770
24771 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24772
24773         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
24774         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
24775           Some debug.
24776         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
24777         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
24778         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
24779         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
24780         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
24781         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
24782         * gst/avi/gstavidemux.h:
24783           Support for openDML-2.0 indx/ix## chunks. Support for broken index
24784           recovery (where, if part of the index is broken, we will still read
24785           the rest of the index and recover the broken part by stream
24786           scanning). More broken media support. EOS workarounds. General AVI
24787           braindamage headache recovery. Aspirin included.
24788
24789 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24790
24791         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
24792         (cdparanoia_event), (cdparanoia_query):
24793           Get rid of hideous lead-in.
24794
24795 2004-10-11  Wim Taymans  <wim@fluendo.com>
24796
24797         * gst/playback/gstplaybasebin.c: (setup_source):
24798         Wrong var used to get g_list_next.
24799
24800 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24801
24802         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
24803         (cdparanoia_get), (cdparanoia_open):
24804           Report discid as metadata, add duration.
24805
24806 2004-10-11  Wim Taymans  <wim@fluendo.com>
24807
24808         * gst/playback/gstplaybasebin.c: (setup_source):
24809         Cleanup the previous pipeline a little earlier for the
24810         case that a source element provides raw data.
24811
24812 2004-10-11  Benjamin Otte  <otte@gnome.org>
24813
24814         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24815           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
24816           consuming the last 128 bytes, even though it was valid mp3 data.
24817
24818 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24819
24820         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24821         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24822         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24823         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
24824
24825 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24826
24827         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
24828         Fix for webcams that support only specific width or height
24829
24830 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24831
24832         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24833
24834         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
24835           Fix wrong discont event setup (fixes #154967).
24836
24837 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
24838
24839         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24840
24841         * gst/auparse/gstauparse.c: (gst_auparse_chain):
24842           Error out on invalid data (fixes #154807).
24843
24844 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24845
24846         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24847
24848         * ext/dvdread/dvdreadsrc.c: (_read):
24849           Make titles > 0 work again (fixes #154834).
24850
24851 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24852
24853         * gst-libs/gst/riff/riff-media.c:
24854         (gst_riff_create_video_template_caps):
24855           WMV3 missing in template caps.
24856
24857 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24858
24859         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
24860           OK, so the original code was too strict. It makes random AVI files
24861           hang for seconds upon opening, which is unacceptable and is far
24862           beyond the original goal of getting multiple chunks for one-chunk
24863           sounc stream files. So now do just that.
24864
24865 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24866
24867         * gst/playback/gstplaybasebin.c: (setup_source),
24868         (gst_play_base_bin_change_state):
24869           Actually clean up streaminfo if output fails. This would trigger
24870           if, for example, there was no CD in the drive. No preroll, so
24871           a streaminfo structure is created, but the subsequent state change
24872           of the thread fails.
24873         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
24874           Don't change state if parent failed.
24875
24876 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24877
24878         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24879         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
24880         (gen_video_element), (remove_sinks):
24881           Add small bits of code for screenshot handling.
24882
24883 2004-10-08  Wim Taymans  <wim@fluendo.com>
24884
24885         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
24886         (gen_video_element), (gen_audio_element), (setup_sinks):
24887         Don't assume the user provided sinks are named "sink"...
24888
24889 2004-10-08  Wim Taymans  <wim@fluendo.com>
24890
24891         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
24892         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
24893         (gst_play_base_bin_link_stream):
24894         Do not try to autoplug sources that generate raw streams like
24895         cdparanoia.
24896         disconnect the preroll overrun signal when we don't need it anymore.
24897
24898 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
24899
24900         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
24901         Added reworked patch from #154903 from milosz derezynski (deadchip).
24902
24903 2004-10-08  Wim Taymans  <wim@fluendo.com>
24904
24905         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
24906         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
24907         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
24908         (cdparanoia_convert), (cdparanoia_uri_get_type),
24909         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
24910         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
24911         * ext/cdparanoia/gstcdparanoia.h:
24912         This adds the cdda://<tracknum> uri.
24913
24914 2004-10-08  Wim Taymans  <wim@fluendo.com>
24915
24916         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24917         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
24918         (try_to_link_1), (no_more_pads), (close_link), (type_found):
24919         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24920         (unknown_type), (gst_play_base_bin_remove_element),
24921         (gst_play_base_bin_link_stream):
24922         * gst/playback/gstplaybasebin.h:
24923         * gst/playback/gstplaybin.c: (gst_play_bin_init),
24924         (gst_play_bin_set_property), (gen_video_element),
24925         (gen_audio_element), (setup_sinks):
24926         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
24927         (gst_stream_info_get_type), (gst_stream_info_class_init),
24928         (gst_stream_info_init), (gst_stream_info_new),
24929         (gst_stream_info_dispose), (stream_info_mute_pad),
24930         (gst_stream_info_set_property), (gst_stream_info_get_property):
24931         * gst/playback/gststreaminfo.h:
24932         Reuse the audio and video bins.
24933         Some internal cleanups in the stream selection code.
24934
24935 2004-10-08  Julien MOUTTE  <julien@moutte.net>
24936
24937         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24938         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
24939         * sys/ximage/ximagesink.h:
24940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24941         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
24942         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
24943         not coming from those elements. Moreover these elements should not keep
24944         the xid they have been given when in NULL state.
24945
24946 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24947
24948         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24949         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
24950         * sys/ximage/ximagesink.h:
24951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24952         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
24953         * sys/xvimage/xvimagesink.h:
24954           Actually only create a new toplevel window if we're not gonna
24955           embed it right after.
24956
24957 2004-10-07  Wim Taymans  <wim@fluendo.com>
24958
24959         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
24960         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
24961         * gst/playback/gstplaybin.c: (setup_sinks):
24962         Implement muting/unmuting of streams, mute streams that are not
24963         used.
24964
24965 2004-10-07  Wim Taymans  <wim@fluendo.com>
24966
24967         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
24968         (plugin_init):
24969         Added lame audio/x-ac3 typefind function.
24970
24971 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24972
24973         * configure.ac:
24974           bump nano to cvs
24975
24976 === release 0.8.5 ===
24977
24978 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24979
24980         * NEWS:
24981         * RELEASE:
24982         * configure.ac:
24983           releasing 0.8.5, "Take You On"
24984
24985 2004-10-06  Wim Taymans  <wim@fluendo.com>
24986
24987         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24988         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
24989         (no_more_pads), (close_link), (type_found):
24990         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
24991         * gst/playback/gstplaybin.c: (gen_video_element):
24992         Do not signal the no_more_pads after the first pad when
24993         we are plugging a non dynamic element with multiple
24994         output pads (like swfdec, dvdec, ...).
24995
24996 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
24997
24998         * configure.ac:
24999           bump for prerelease
25000
25001 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25002
25003         * gst/wavparse/gstwavparse.c:
25004           add ATRAC3 to STATIC CAPS to fix a warning
25005
25006         * gst/matroska/ebml-read.c:
25007         * gst-libs/gst/riff/riff-read.c:
25008           fix typos
25009
25010 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25011
25012         * gst-libs/gst/riff/riff-media.c:
25013           generate caps for ATRAC3 audio streams
25014
25015         * gst/realmedia/rmdemux.c:
25016           generate caps for ATRAC3 audio streams
25017
25018 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25019
25020         * gst/wavparse/Makefile.am
25021         * gst/wavparse/riff.h
25022         * gst/wavparse/wavparse.vcproj
25023           riff.h removal (unused and duplication with riff-ids.h)
25024
25025 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25026
25027         * gst/wavparse/gstwavparse.h
25028           remove duplicated defines for audio codec codes
25029
25030         * gst-libs/gst/riff/riff-ids.h
25031         * gst/wavenc/riff.h:
25032           add "4CC" code for ATRAC3 audio streams
25033           add "4CC" code for ITU_G721_ADPCM (unused for now)
25034
25035 2004-10-06  Wim Taymans  <wim@fluendo.com>
25036
25037         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
25038         Actually _do_ negotiation. Pass gdouble as arg instead
25039         of guint64 for the framerate.
25040
25041 2004-10-06  Wim Taymans  <wim@fluendo.com>
25042
25043         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
25044         (find_compatibles), (close_pad_link), (try_to_link_1),
25045         (no_more_pads), (close_link), (type_found):
25046         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
25047         * gst/playback/gstplaybin.c: (gen_video_element),
25048         (gen_audio_element):
25049         Set state on newly added element to READY so that negotiation
25050         can happen ASAP.
25051         Addes some more debug info.
25052         Do not try to plug pads with multiple caps structures or ANY
25053         because it is too dangerous since we do not do dynamic
25054         replugging.
25055
25056 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25057
25058         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
25059
25060         * po/LINGUAS:
25061         * po/or.po:
25062           add Oriya translation
25063
25064 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25065
25066         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25067           Prevent overwrite of size member. Makes audio sound crappy.
25068
25069 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25070
25071         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25072         Add rmvb to the list of known RealMedia extensions
25073
25074 2004-10-05  Wim Taymans  <wim@fluendo.com>
25075
25076         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
25077         (mngdec_openstream), (mngdec_closestream),
25078         (mngdec_handle_sink_event), (mngdec_readdata),
25079         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
25080         (mngdec_getcanvasline), (mngdec_refresh),
25081         (gst_mngdec_change_state):
25082         Set the framerate correctly.
25083
25084 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25085
25086         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25087           There was something wrong with the index massaging.
25088
25089 2004-10-04  Wim Taymans  <wim@fluendo.com>
25090
25091         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
25092         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
25093         (gst_smokedec_chain):
25094         * ext/jpeg/gstsmokedec.h:
25095         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
25096         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
25097         * ext/jpeg/gstsmokeenc.h:
25098         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
25099         (smokecodec_decode_new), (smokecodec_info_free),
25100         (smokecodec_set_quality), (smokecodec_get_quality),
25101         (smokecodec_set_threshold), (smokecodec_get_threshold),
25102         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
25103         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
25104         (smokecodec_encode), (smokecodec_parse_id),
25105         (smokecodec_parse_header), (smokecodec_decode):
25106         * ext/jpeg/smokecodec.h:
25107         * ext/jpeg/smokeformat.h:
25108         Updated smoke, new bitstream, allows embedding in ogg.
25109
25110 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25111
25112         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
25113           Fix seeking in some files. All this code is no longer needed (and
25114           actually breaks stuff) because we now synchronize the full index
25115           right when reading the header.
25116
25117 2004-10-04  Wim Taymans  <wim@fluendo.com>
25118
25119         * configure.ac:
25120         configure update for libmng.
25121
25122 2004-10-04  Wim Taymans  <wim@fluendo.com>
25123
25124         * ext/libmng/Makefile.am:
25125         * ext/libmng/gstmng.c: (plugin_init):
25126         * ext/libmng/gstmng.h:
25127         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
25128         (gst_mngdec_base_init), (gst_mngdec_class_init),
25129         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
25130         (gst_mngdec_loop), (gst_mngdec_get_property),
25131         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
25132         (mngdec_closestream), (mngdec_handle_sink_event),
25133         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
25134         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
25135         (gst_mngdec_change_state):
25136         * ext/libmng/gstmngdec.h:
25137         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
25138         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
25139         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
25140         (gst_mngenc_chain), (gst_mngenc_get_property),
25141         (gst_mngenc_set_property):
25142         * ext/libmng/gstmngenc.h:
25143         Added basic MNG decoder. Needs more work. The encoder does
25144         not work yet.
25145
25146 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25147
25148         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
25149         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
25150         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
25151           Don't hang on length=0 chunks. Some negotiation fixes. Signal
25152           no-more-pads.
25153
25154 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25155
25156         * configure.ac:
25157           you need at least 1.0.4 of speex
25158
25159 2004-10-04 Iain <iaingnome@gmail.com>
25160
25161         * ext/speex/gstspeexdec.h: Revert the includes changes.
25162
25163         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
25164
25165 2004-09-30 Iain <iaingnome@gmail.com>
25166
25167         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
25168         found during init or set as a property instead of hardcoding /dev/audio
25169
25170 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25171
25172         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
25173         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
25174         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
25175         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
25176         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
25177         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
25178         (gst_rmdemux_dump_data):
25179           Use debug category, fix EOS handling. filesrc ! rmdemux now
25180           works.
25181
25182 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25183
25184         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
25185         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
25186         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
25187           Improve allocation, cutting and sorting of the index. How takes a
25188           few seconds instead of minutes.
25189
25190 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
25191
25192         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
25193           fixed compilation
25194
25195 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25196
25197         * gst-libs/gst/riff/riff-media.c:
25198         (gst_riff_create_video_caps_with_data),
25199         (gst_riff_create_video_template_caps):
25200           Add wing commander format mimetype/fourccs.
25201         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
25202           Don't crash if some value is 0.
25203
25204 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25205
25206         * gst-libs/gst/riff/riff-media.c:
25207         (gst_riff_create_video_caps_with_data),
25208         (gst_riff_create_video_template_caps):
25209           Add DIB fourcc (raw, palettized 8-bit RGB).
25210         * gst-libs/gst/riff/riff-read.c:
25211         (gst_riff_read_strf_vids_with_data):
25212           Oops, fix strf_data reading bug.
25213         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25214           Use a non-NULL tag.
25215         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25216           Time for hacks. Sorry Dave. At least one quicktime movie (a
25217           trailer) that I've encountered contains multiple video tracks.
25218           One of those is the actual video track, the other are one-frame
25219           tracks (images). Unfortunately, the number of frames according
25220           to the trak header is 1 for each, so that doesn't help. So
25221           instead, I look at the duration and discard tracks with a
25222           duration shorter than 20% of the length of the stream. Better
25223           than nothing.
25224
25225 2004-10-01  Christian Schaller <christian@fluendo.com>
25226
25227         * ext/ivorbis/vorbis.c:
25228           Patch from Phil Blundell (Bug 152341)
25229
25230 2004-10-01  Wim Taymans  <wim@fluendo.com>
25231
25232         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
25233         (speex_dec_get_formats), (speex_dec_convert),
25234         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
25235         (speex_dec_chain), (gst_speexdec_get_property),
25236         (gst_speexdec_set_property):
25237         Small cleanups.
25238
25239 2004-10-01  Wim Taymans  <wim@fluendo.com>
25240
25241         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
25242         (gst_wavparse_stream_init), (gst_wavparse_fmt),
25243         (gst_wavparse_other), (gst_wavparse_loop),
25244         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25245         (gst_wavparse_srcpad_event):
25246         * gst/wavparse/gstwavparse.h:
25247         Added some more debugging info.
25248         Fix the case where the length of the file is 0.
25249         Make sure we seek to sample borders.
25250
25251 2004-10-01  Wim Taymans  <wim@fluendo.com>
25252
25253         * gst/playback/README:
25254         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
25255         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
25256         (try_to_link_1), (no_more_pads), (close_link), (type_found):
25257         Add some debug info to decodebin, update README
25258
25259 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25260
25261         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
25262           Don't use g_print(); use GST_DEBUG().
25263
25264 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25265
25266         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25267         (gst_ogg_mux_queue_pads):
25268           Handle EOS properly.
25269
25270 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
25271
25272         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25273
25274         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
25275         (gst_faad_chain), (gst_faad_change_state):
25276         * ext/faad/gstfaad.h:
25277           Allow playback of raw (unframed) MPEG AAC files (#148993).
25278
25279 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
25280
25281         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25282
25283         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25284           Throw error if we didn't recognize the stream. Fixes #152289.
25285
25286 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25287
25288         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25289           Fix negotiation.
25290
25291 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
25292
25293         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25294
25295         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25296           Fix memleak.
25297
25298 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
25299
25300         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25301
25302         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
25303           Solve #152805.
25304         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
25305           Solve 152806.
25306
25307 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25308
25309         * gst-libs/gst/riff/riff-media.c:
25310         (gst_riff_create_video_caps_with_data),
25311         (gst_riff_create_audio_caps_with_data):
25312           Add codec_data handling (like asfdemux used to do).
25313         * gst/asfdemux/gstasf.c: (plugin_init):
25314         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
25315         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
25316           Use riff-media for caps creation instead of our own (mostly
25317           broken) copy of its functions.
25318
25319 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25320
25321         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
25322           Don't actually error out if we get another return value than
25323           -EINVAL. Opposite to what I first thought, drivers have random
25324           return values for this, although -EINVAL is the expected return
25325           value. Since this is not fatal, we shouldn't use
25326           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
25327
25328 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25329
25330         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
25331         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
25332         (dvdreadsrc_get_property), (_open), (_seek), (_read),
25333         (dvdreadsrc_get), (dvdreadsrc_open_file),
25334         (dvdreadsrc_change_state):
25335           Fix. Don't do one big huge loop around the whole DVD, that will
25336           cache all data and thus eat sizeof(dvd) (several GB) before we
25337           see something.
25338         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25339           Actually NULL'ify event after using it.
25340         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
25341         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
25342         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
25343         (gst_ebml_read_seek), (gst_ebml_read_skip):
25344           Handle events.
25345         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
25346         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
25347         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
25348           Fix timing (this will probably break if I seek using menus, but
25349           I didn't get there yet). VOBs and normal DVDs should now work.
25350           Add a mpeg2-only pad with high rank so this get autoplugged for
25351           MPEG-2 movies.
25352         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
25353         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
25354         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
25355         (gst_mpeg_demux_get_audio_stream),
25356         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
25357         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
25358           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
25359           MPEG-1 but use dvddemux for MPEG-2.
25360         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
25361         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
25362         (gst_mpeg_parse_parse_packhead):
25363           Timing. Only add pad template if it exists. Add sink template from
25364           class and not from ourselves. This means we will always use the
25365           correct sink template even if it is not the one defined in this
25366           file.
25367
25368 2004-09-29  Wim Taymans  <wim@fluendo.com>
25369
25370         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
25371         (gst_mpeg_demux_parse_pes):
25372         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
25373         Fix playback of mpeg again, timestamps where screwed up by
25374         patch 1.61.
25375
25376 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25377
25378         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
25379           Only return true if we actually filled something in. Prevents
25380           player applications from showing a random length for flac files.
25381         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
25382         (gst_riff_read_use_event), (gst_riff_read_handle_event),
25383         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
25384         (gst_riff_read_strf_vids_with_data),
25385         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
25386           OK, ok, so I implemented event handling. Apparently it's normal
25387           that we receive random events at random points without asking
25388           for it.
25389         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
25390         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
25391         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
25392         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
25393         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
25394         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
25395         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
25396         * gst/avi/gstavidemux.h:
25397           Implement non-lineair chunk handling and subchunk processing.
25398           The first solves playback of AVI files where the audio and video
25399           data of individual buffers that we read are not synchronized.
25400           This should not happen according to the wonderful AVI specs, but
25401           of course it does happen in reality. It is also a prerequisite for
25402           the second. Subchunk processing allows us to cut chunks in small
25403           pieces and process each of these pieces separately. This is
25404           required because I've seen several AVI files with incredibly large
25405           audio chunks, even some files with only one audio chunk for the
25406           whole file. This allows for proper playback including seeking.
25407           This patch is supposed to fix all AVI A/V sync issues.
25408         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
25409         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
25410           Work.
25411         * gst/modplug/gstmodplug.cc:
25412           Proper return value setting for the query() function.
25413         * gst/playback/gstplaybasebin.c: (setup_source):
25414           Being in non-playing state (after, e.g., EOS) is not necessarily
25415           a bad thing. Allow for that. This fixes playback of short files.
25416           They don't actually playback fully now, because the clock already
25417           runs. This means that small files (<500kB) with a small length
25418           (<2sec) will still not or barely play. Other files, such as mod
25419           or flx, will work correctly, however.
25420
25421 2004-09-28  Wim Taymans  <wim@fluendo.com>
25422
25423         * ext/speex/gstspeex.c: (plugin_init):
25424         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
25425         (gst_speex_dec_class_init), (speex_dec_get_formats),
25426         (speex_get_event_masks), (speex_get_query_types),
25427         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
25428         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
25429         (gst_speexdec_get_property), (gst_speexdec_set_property),
25430         (speex_dec_change_state):
25431         * ext/speex/gstspeexdec.h:
25432         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
25433         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
25434         (gst_speexenc_base_init), (gst_speexenc_class_init),
25435         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
25436         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
25437         (gst_speexenc_src_query), (gst_speexenc_init),
25438         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
25439         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
25440         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
25441         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
25442         (gst_speexenc_chain), (gst_speexenc_get_property),
25443         (gst_speexenc_set_property), (gst_speexenc_change_state):
25444         * ext/speex/gstspeexenc.h:
25445         Rewrote speex encoder, make sure it can be embedded in ogg.
25446         Implemented speex decoder.
25447
25448 2004-09-28  Christian Schaller <christian@fluendo.com>
25449
25450         * configure.ac:
25451         Remove kioslave plugin. Markey is brewing a new working one
25452         * ext/Makefile.am: Remove kioslave plugin
25453         * ext/kio: remove
25454         * gst-plugins.spec.in: remove kio plugin from spec
25455
25456 2004-09-27  Wim Taymans  <wim@fluendo.com>
25457
25458         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
25459         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
25460         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
25461         (gst_multifdsink_new_client),
25462         (gst_multifdsink_handle_client_write),
25463         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
25464         (gst_multifdsink_handle_clients):
25465         * gst/tcp/gstmultifdsink.h:
25466         Make syncing to keyframes actually work for new clients and lagging
25467         clients.
25468
25469 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25470
25471         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
25472         (gst_navigationtest_handle_src_event), (draw_box_planar411),
25473         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
25474         * gst/debug/gstnavigationtest.h:
25475           make navigationtest display button-press and button-release events
25476
25477 2004-09-26 Iain <iaingnome@gmail.com>
25478
25479         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
25480         the channels have received a new media event.
25481         (interleave_buffered_loop): Compresses a new media event on all
25482         channels into one.
25483
25484 2004-09-26 Iain <iaingnome@gmail.com>
25485
25486         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
25487         call the sinkpad's default event handler and not the srcpads. He also
25488         says this is confusing :)
25489         (gst_wavenc_stop_file): Company says that seek events only go upstream
25490         we should send a discontinuous downstream instead.
25491
25492 2004-09-25  Christian Schaller <christian@fluendo.com>
25493
25494         * Update SPEC file to be usable in conjunction with Fedora Core,
25495           Fedora.us and freshrpms packages
25496         * Fix typo in multifilesrc test Makefile
25497
25498 2004-09-24  Wim Taymans  <wim@fluendo.com>
25499
25500         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
25501         Only signal the no_more_pads signal when we have
25502         added the stream to our list.
25503
25504 2004-09-24  Wim Taymans  <wim@fluendo.com>
25505
25506         * gst/playback/gstplaybasebin.c: (remove_prerolls),
25507         (new_decoded_pad):
25508         * gst/playback/gstplaybasebin.h:
25509         * gst/playback/gstplaybin.c: (setup_sinks):
25510         Don't try to preroll or decode more than one audio/video
25511         track.
25512
25513 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25514
25515         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25516           Throw error if we failed to find a suitable output. This should
25517           throw an error if we successfully set up a pipeline (e.g. because
25518           we recognized a media file) but found no decodable streams in it
25519           (e.g. because it contains only media stream types for which we
25520           have no decoders, or because it's not a media type).
25521
25522 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25523
25524         * ext/dirac/Makefile.am:
25525         * ext/dirac/gstdirac.cc:
25526         * ext/dirac/gstdiracdec.cc:
25527         * ext/dirac/gstdiracdec.h:
25528           Do something. Don't actually know if this works because I don't
25529           have a demuxer yet.
25530         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
25531           Add channels=1 to caps returned from _getcaps().
25532         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
25533         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
25534         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
25535         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
25536         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
25537         (gst_ogm_parse_change_state):
25538           Separate between audio/video so ogmaudioparse actually uses the
25539           audio pad templates. Both audio and video work now, including
25540           autoplugging. Also use sometimes-srcpad hack.
25541         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25542           Handle events better. Don't hang on infinite loops.
25543         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
25544         (gst_avi_demux_init), (gst_avi_demux_reset),
25545         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
25546         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
25547         (gst_avi_demux_change_state):
25548         * gst/avi/gstavidemux.h:
25549           Improve A/V sync. Still not perfect.
25550         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
25551         (gst_ebml_read_skip):
25552           Handle events better.
25553         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25554         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
25555         (qtdemux_audio_caps):
25556           Add IMA4. Improve event handling. Save offset after a seek when
25557           the headers are at the end of the file so that we don't end up in
25558           an infinite loop.
25559         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
25560           Add low-priority typefind support for files with no length.
25561
25562 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25563
25564         * testsuite/multifilesink/Makefile.am:
25565         fix typo
25566
25567 2004-09-22  Julien MOUTTE  <julien@moutte.net>
25568
25569         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
25570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
25571         mistakes from thaytan's patches.
25572
25573 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
25574
25575         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
25576           For completeness, XSync in the destroy function as xvimage does.
25577
25578 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
25579
25580         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
25581            Correct caps negotiation
25582         * gst/volume/gstvolume.c: (volume_chain_float),
25583         (volume_chain_int16):
25584            Modify debug output to be little more informative
25585         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
25586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25587         (gst_xvimagesink_xvimage_destroy):
25588           Add XSync calls after detaching from the shared memory segment to
25589           avoid a crash.
25590
25591 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25592
25593         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25594         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
25595         * ext/vorbis/vorbis.c: (plugin_init):
25596         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25597         (gst_vorbisenc_chain):
25598         * ext/vorbis/vorbisenc.h:
25599         remove explicit newmedia support from oggmux and vorbisenc
25600         add debug category to vorbisenc
25601         * gst/multifilesink/gstmultifilesink.c:
25602         (gst_multifilesink_class_init), (gst_multifilesink_init),
25603         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
25604         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
25605         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
25606         (plugin_init):
25607         * gst/multifilesink/gstmultifilesink.h:
25608         add support for streamheader in multifilesink
25609
25610 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25611
25612         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
25613         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
25614         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
25615           Prevent infinite loops. More correct error reporting.
25616         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25617           Error out if negotiation fails.
25618         * gst/playback/gstplaybasebin.c: (setup_source),
25619         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
25620         (gst_play_base_bin_found_tag):
25621           Error/tag forwarding. Pre-roll fixes for source errors on state
25622           changes (e.g. "file does not exist") to prevent hangs.
25623
25624 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25625
25626         * testsuite/multifilesink/Makefile.am:
25627         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
25628         (gst_newmedia_class_init), (gst_newmedia_init),
25629         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25630         (newfile_signal), (test_signal), (main):
25631         * testsuite/multifilesink/multifilesrc_test.c: (main):
25632         * testsuite/multifilesink/oggtheora_test.c:
25633         (gst_newmedia_base_init), (gst_newmedia_class_init),
25634         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
25635         (test_format), (newfile_signal), (test_signal), (main):
25636         * testsuite/multifilesink/oggvorbis_test.c:
25637         (gst_newmedia_base_init), (gst_newmedia_class_init),
25638         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
25639         (test_format), (newfile_signal), (test_signal), (main):
25640         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
25641         (gst_newmedia_class_init), (gst_newmedia_init),
25642         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25643         (newfile_signal), (test_signal), (main):
25644         New media tests
25645
25646 2004-09-20  Christian Schaller <christian@fluendo.com>
25647
25648         * Fix mikmod license to LGPL as they have relicensed
25649         * Move Dirac and Effectv into LGPL section of README_license
25650
25651 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25652
25653         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
25654         (gst_mad_change_state):
25655           Allow for mp3 rate/channels changes. However, only very
25656           conservatively. Reason that we *have* to enable this is smiply
25657           because the mad find_sync() function is not good enough, it will
25658           regularly sync on random data as valid frames and therefore make
25659           us provide random caps as *final* caps of the stream. The best fix
25660           I could think of is to simply require several of the same stream
25661           changes in a row before we change caps.
25662           The actual testcase that works now is #
25663         * ext/ogg/Makefile.am:
25664         * ext/ogg/gstogg.c: (plugin_init):
25665         * ext/ogg/gstogmparse.c:
25666           OGM support (video only for now; I need an audio sample file).
25667         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
25668         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
25669         (gst_asf_demux_add_video_stream):
25670           WMV extradata.
25671         * gst/playback/gstplaybasebin.c: (unknown_type):
25672           Don't error out on single unknown-types after all. It's wrong.
25673           If we found type of video and audio but not of a subtitle stream,
25674           it will still error out (which is unwanted). Will find a better fix
25675           later on.
25676         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
25677         (ogmaudio_type_find), (plugin_init):
25678           OGM support.
25679
25680 2004-09-20  Johan Dahlin  <johan@gnome.org>
25681
25682         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
25683         after setting caps.
25684
25685 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25686
25687         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
25688         * gst/wavenc/gstwavenc.h:
25689         Added newmedia support to wavenc
25690
25691 2004-09-17  Wim Taymans  <wim@fluendo.com>
25692
25693         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
25694         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
25695         (gst_fdset_fd_can_write), (gst_fdset_wait):
25696         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
25697         (gst_multifdsink_init), (gst_multifdsink_add),
25698         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
25699         (gst_multifdsink_remove_client_link),
25700         (gst_multifdsink_client_queue_buffer),
25701         (gst_multifdsink_handle_client_write),
25702         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
25703         (gst_multifdsink_close), (gst_multifdsink_change_state):
25704         * gst/tcp/gstmultifdsink.h:
25705         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25706         (gst_tcpserversink_removed):
25707         Small cleanups in fdset.c
25708         Use a hastable to map fd to the client structure for faster
25709         lookup in _remove and get_stats.
25710         Added virtual function to close the fds.
25711         Handle clients even when the select/poll call was unblocked because
25712         of a command.
25713         Implement syncing to keyframe in the recovery procedure.
25714
25715 2004-09-16 Iain <iaingnome@gmail.com>
25716
25717         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
25718         try caps.
25719
25720 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25721
25722         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
25723           Caps are only set if the type of the stream is unknown, but this
25724           is initialized in ->init_stream(), so set to UNKNOWN after calling
25725           ->init_stream() so that capsnego starts.
25726
25727 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25728
25729         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25730         (gst_avi_demux_stream_data):
25731           Just hardcode for raw audio then. AVI audio sucks.
25732
25733 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
25734
25735         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25736         * gst/matroska/matroska-mux.c: (audiosink_templ),
25737         (gst_matroska_mux_audio_pad_link):
25738         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
25739         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
25740
25741 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25742
25743         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25744         (gst_avi_demux_stream_data):
25745           Try to fix a/v sync issues.
25746
25747 2004-09-15  David Schleef  <ds@schleef.org>
25748
25749         * configure.ac: remove NASM check, since we don't use it.  Update
25750         dirac check to 0.4
25751         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
25752         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25753         Initialized variables.
25754         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25755         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
25756         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
25757         SVQ3 format
25758
25759 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25760
25761         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25762         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
25763         * gst/avi/gstavidemux.h:
25764           Fix for compressed audio (mp3) timestamp generation. How did this
25765           ever work?
25766
25767 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25768
25769         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
25770           Volume is a double not a float.
25771
25772 2004-09-15  Wim Taymans  <wim@fluendo.com>
25773
25774         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
25775         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
25776         Don't close the fd in multifdsink as we didn't open it in the
25777         first place. Some cleanups.
25778
25779 2004-09-15  Wim Taymans  <wim@fluendo.com>
25780
25781         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
25782         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
25783         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
25784         Fix the case where the muxer would mark pages as delta
25785         frames when they are not (vorbis only ogg).
25786
25787 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25788
25789         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
25790         (gst_play_base_bin_change_state):
25791           Handle the case where we failed to setup a clear pipeline. This
25792           will throw an error (or EOS, another nice case) and if you don't
25793           catch that, the app will wait for the signal forever (and thus
25794           hang).
25795
25796 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25797
25798         * ext/gnomevfs/gstgnomevfssink.c:
25799         (gst_gnomevfssink_uri_get_protocols):
25800         * ext/gnomevfs/gstgnomevfssrc.c:
25801         (gst_gnomevfssrc_uri_get_protocols):
25802         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
25803         * ext/gnomevfs/gstgnomevfsuri.h:
25804           Use _uri_new() instead of _open(), so it doesn't take as long and
25805           Christophe's computer won't hang.
25806         * gst/playback/gstplaybasebin.c: (unknown_type):
25807           Throw error on unknown media type, so apps actually display it.
25808
25809 2004-09-14  Brian Cameron  <brian.cameron@sun.com
25810
25811         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
25812           this script to work on Solaris since bash shell handles echo
25813           differenly than bash.
25814
25815 2004-09-17  Wim Taymans  <wim@fluendo.com>
25816
25817         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
25818         (setup_source), (gst_play_base_bin_set_property),
25819         (gst_play_base_bin_add_element):
25820         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
25821         Some more work on making sure seeking pauses the pipeline and
25822         that changing the uri actually does something.
25823
25824 2004-09-17  Wim Taymans  <wim@fluendo.com>
25825
25826         * gst/tcp/gstfdset.c: (gst_fdset_wait):
25827         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
25828         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
25829         (gst_tcpserversink_close):
25830         Be a bit more paranoid when freeing memory.
25831
25832 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25833
25834         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
25835         (qtdemux_parse_trak):
25836           Don't crash by dividing by zero (see sample movie in #126922).
25837
25838 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25839
25840         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25841           Don't touch non-existing data (fixes crash on file in #140147).
25842
25843 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25844
25845         * gst/playback/gstplaybasebin.c:
25846         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
25847           Handle double disposals, and proper change of URIs.
25848
25849 2004-09-13  Martin Eikermann <meiker@upb.de>
25850
25851         * gst/mpegstream/gstmpegparse.c:
25852           fix synchronistation for streams recorded from digital PCR
25853           fixes bug #119376
25854
25855 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25856
25857         * ext/gnomevfs/Makefile.am:
25858         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25859         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
25860         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
25861         (gst_gnomevfssink_uri_get_type),
25862         (gst_gnomevfssink_uri_get_protocols),
25863         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
25864         (gst_gnomevfssink_uri_handler_init),
25865         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
25866         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
25867         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25868         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
25869         (gst_gnomevfssrc_uri_get_type),
25870         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
25871         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
25872         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25873         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
25874         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
25875         * ext/gnomevfs/gstgnomevfsuri.h:
25876           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
25877           of fake URIs to see which this version of Gnome-VFS likes, and
25878           uses that for the Gst-URI interface. Makes playbin support http://
25879           streams. Also fix up some stupid behaviour in gnomevfssrc.
25880
25881 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25882
25883         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
25884         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25885         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
25886         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
25887           Update mixer (to sync with other sessions) if we try to obtain
25888           a new value. This makes alsamixer work accross applications.
25889         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25890           Only call sync functions if we're running, else alsalib asserts.
25891         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
25892           Sometimes fails to compile. Possibly a gcc bug.
25893         * gst/playback/gstplaybin.c: (gen_video_element),
25894         (gen_audio_element):
25895           Add a reference to an application-provided object, because we lose
25896           this same reference if we add it to the bin. If we don't do this,
25897           we can only use this object once and thus crash if we go from
25898           ready to playing, back to ready and back to playing again.
25899           Also add an audioscale element because several cheap soundcards -
25900           like mine - don't support all samplerates.
25901         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25902         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
25903           Fix wrong order or PAR calls. Makes automatically obtained PAR
25904           from the X server atually being used.
25905
25906 2004-09-12  David Schleef  <ds@schleef.org>
25907
25908         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
25909         #151887, #152102, #152247.
25910         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
25911         * examples/seeking/cdparanoia.c: same
25912         * examples/seeking/cdplayer.c: same
25913         * examples/seeking/seek.c: same
25914         * examples/seeking/spider_seek.c: same
25915         * examples/seeking/vorbisfile.c: same
25916         * examples/stats/mp2ogg.c: same
25917         * ext/esd/esdsink.c: (gst_esdsink_class_init),
25918         (gst_esdsink_dispose): Dispose of element properly.
25919         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
25920         fixes.
25921         * ext/nas/nassink.c: (gst_nassink_class_init),
25922         (gst_nassink_dispose): Dispose of element correctly.
25923         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
25924         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25925         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
25926         Fix 64-bit warning.
25927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25928         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
25929         Fix 64-bit warning.
25930
25931 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25932
25933         * configure.ac : change speex detection as 1.1.6 now uses
25934           .pc/pkg-config and they changed their headers location.
25935
25936 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
25937
25938         * gst/matroska/matroska-mux.h:
25939         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
25940         (gst_matroska_mux_start), (gst_matroska_mux_finish),
25941         (gst_matroska_mux_write_data):
25942           Write multiple blocks/frames per cluster.
25943                 Write meta-seek information (seek heads).
25944
25945 2004-09-09  Scott Wheeler <wheeler@kde.org>
25946
25947         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
25948         (gst_play_bin_set_property), (gst_play_bin_get_property),
25949         (gen_audio_element), (gen_audio_element):
25950           Add a volume element / property to the pipeline.
25951
25952 2004-09-07  Wim Taymans  <wim@fluendo.com>
25953
25954         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
25955         Copy timestamps from the master pad to the output buffers.
25956
25957 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25958
25959         * ext/raw1394/gstdv1394src.c:
25960           throw errors when applicable
25961
25962 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
25963
25964         * gst/matroska/ebml-ids.h:
25965         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
25966         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
25967         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
25968           automatically convert unix time <-> ebml time when reading/writing
25969           a date, use gst_ebml_write_uint to write CUETIME,
25970           not gst_ebml_write_date.
25971         * gst/matroska/matroska-ids.h:
25972         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
25973         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
25974         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
25975         (gst_matroska_mux_write_data):
25976           Write track and segment UIDs, write muxing date, write
25977           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
25978           Create cues for audio only files.
25979
25980 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25981
25982         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25983         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25984           Re-commit ALSA switches.
25985         * gst/adder/gstadder.c: (gst_adder_loop):
25986           64-bit fix (#151416).
25987         * gst/debug/progressreport.c: (gst_progressreport_report):
25988           64-bit fix (#151419).
25989         * gst/matroska/matroska-demux.c:
25990         (gst_matroska_demux_parse_contents):
25991           64-bit fix (#151420).
25992         * gst/playback/test3.c: (update_scale):
25993           64-bit fix (#151421).
25994
25995 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
25996
25997         * configure.ac:
25998           bump nano to cvs
25999
26000 === release 0.8.4 ===
26001
26002 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26003
26004         * configure.ac: releasing 0.8.4, "Alias"
26005
26006 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26007
26008         * ext/theora/Makefile.am:
26009           fix makefile.  Fixes #151462.
26010
26011 2004-08-30  Wim Taymans  <wim@fluendo.com>
26012
26013         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
26014         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26015         (gst_multifdsink_remove_client_link),
26016         (gst_multifdsink_client_queue_buffer),
26017         (gst_multifdsink_handle_client_write):
26018         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
26019         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
26020         Fix some memory leaks.
26021
26022 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26023
26024         Patch by: David Schleef
26025
26026         * configure.ac:
26027         * sys/Makefile.am:
26028           rename our detection macro for V4L2.  Fixes #151236.
26029
26030 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26031
26032         Patch by: David Schleef
26033
26034         * configure.ac:
26035           check to define LAMEPRESET.  Fixes #151232.
26036
26037 2004-08-27  David Schleef  <ds@schleef.org>
26038
26039         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
26040         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
26041         (gst_glimagesink_fixate):  Move local variable declarations to
26042         make gcc-2.95 happy.
26043
26044 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26045
26046         * configure.ac:
26047           bump nano for prerelease
26048
26049 2004-08-27  David Schleef  <ds@schleef.org>
26050
26051         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
26052         * sys/sunaudio/gstsunaudiosrc.c:
26053         * sys/sunaudio/gstsunaudiosrc.h:
26054
26055 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
26056
26057         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
26058         handle EOS correctly
26059         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
26060         * gst/matroska/matroska-mux.h:
26061         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
26062         VFW compatibility mode
26063
26064 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26065
26066         patch by: Zaheer Abbas Merali
26067
26068         * ext/ogg/gstoggmux.c:
26069         * ext/vorbis/vorbisenc.c:
26070         * ext/vorbis/vorbisenc.h:
26071           handle NEWMEDIA
26072
26073 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
26074
26075         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
26076         fix byte order reversion on little endian machines.
26077         * gst/matroska/matroska-mux.c: (audiosink_templ),
26078         (gst_matroska_mux_audio_pad_link):
26079         add TTA codec to the list of supported codecs.
26080         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
26081         (gst_matroska_mux_start), (gst_matroska_mux_finish),
26082         (gst_matroska_mux_write_data):
26083         * gst/matroska/matroska-mux.h:
26084         write segment duration correctly, write muxing app string, fixes bugs
26085         #140897 and #140898.
26086         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
26087         wait for all pads to be negotiated before starting to mux.
26088
26089 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26090
26091         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
26092         * ext/lame/gstlame.h:
26093         Added new media support to lame
26094
26095 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
26096
26097         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
26098         send vorbis headers at the beginning of a stream, fixes bug #141554.
26099         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
26100         bug #148950.
26101         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
26102         (gst_matroska_demux_plugin_init):
26103         * gst/matroska/matroska-ids.h:
26104         enable demuxing of TTA audio streams, fixes bug #148951.
26105         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
26106         enable typefinding for TTA audio files, fixes bug #148711.
26107         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
26108         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
26109         fixes playback of packed bitstream and xvid with bframes, bug #135407.
26110
26111 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
26112
26113         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
26114         (gst_riff_read_element_data), (gst_riff_read_seek),
26115         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
26116         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
26117         <teuf@gnome.org>
26118
26119 2004-08-23 Iain <iaingnome@gmail.com>
26120
26121         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
26122         tags. They appear to be handled differently to normal.
26123         (tag_list_to_id3_tag_foreach): Ditto.
26124
26125 2004-08-22  Wim Taymans  <wim@fluendo.com>
26126
26127         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26128         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26129         Make sure we never send -1 granulepos.
26130
26131 2004-08-20  Wim Taymans  <wim@fluendo.com>
26132
26133         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26134         (gst_ogg_mux_loop):
26135         I will accept bitchslappings with non sharp objects.
26136
26137 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26138
26139         * configure.ac:
26140         Clean up the test for lame presets
26141
26142 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26143
26144         * configure.ac:
26145         * ext/lame/Makefile.am:
26146         * ext/lame/gstlame.c: (gst_lame_class_init),
26147         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
26148         Only enable lame presets if version of lame has presets in API
26149
26150 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
26151         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
26152         * gst/udp/gstudpsrc.h:
26153           Don't call gst_pad_push in a get function. Fixes #150449
26154
26155 2004-08-18  Wim Taymans  <wim@fluendo.com>
26156
26157         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
26158         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
26159         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
26160         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26161         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26162         (gst_fdset_wait):
26163         * gst/tcp/gstfdset.h:
26164         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26165         (gst_multifdsink_client_queue_buffer),
26166         (gst_multifdsink_handle_client_write):
26167         * gst/tcp/gstmultifdsink.h:
26168         Some extra checks in gstfdset.
26169         Only use send() when the fd is a socket. Don't try to
26170         read from write only fds.
26171
26172 2004-08-18  Wim Taymans  <wim@fluendo.com>
26173
26174         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
26175         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
26176         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26177         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26178         (gst_fdset_wait):
26179         Add more locking and bounds checking.
26180
26181 2004-08-18  Wim Taymans  <wim@fluendo.com>
26182
26183         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
26184         Realloc test fdset in the lock and right before starting
26185         the poll call. Bump the limit to 4096.
26186
26187 2004-08-17  David Schleef  <ds@schleef.org>
26188
26189         * sys/sunaudio/Makefile.am:
26190         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
26191         of rates and channels.  Make debugging less obnoxious.
26192
26193         Patch from Balamurali Viswanathan implementing a mixer for
26194         Sun audio.  (bug #144091):
26195         * sys/sunaudio/gstsunelement.c:
26196         * sys/sunaudio/gstsunelement.h:
26197         * sys/sunaudio/gstsunmixer.c:
26198         * sys/sunaudio/gstsunmixer.h:
26199
26200 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26201
26202         * gst/audioscale/gstaudioscale.c:
26203         * gst/audioscale/gstaudioscale.h:
26204         made audioscale resample from any sample rate to any sample rate
26205
26206 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26207
26208         * ext/libpng/gstpngdec.c:
26209           error out on unsupported types
26210
26211 2004-08-17  Iain <iaingnome@gmail.com>
26212
26213         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
26214         mid_side and loose_mid_side properties if its a stereo stream.
26215
26216 2004-08-17  Wim Taymans  <wim@fluendo.com>
26217
26218         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26219         (theora_get_formats), (theora_dec_src_convert),
26220         (theora_dec_sink_convert), (theora_dec_src_query),
26221         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
26222         Add a debug line.
26223
26224 2004-08-17  Wim Taymans  <wim@fluendo.com>
26225
26226         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
26227         (gst_ogg_pad_push):
26228         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
26229         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
26230         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
26231         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26232         Mark delta units in the muxer.
26233         Try to decode the packet after an out-of-sync error from
26234         libogg.
26235
26236 2004-08-17  Wim Taymans  <wim@fluendo.com>
26237
26238         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26239         (gst_multifdsink_init), (gst_multifdsink_add),
26240         (gst_multifdsink_client_queue_buffer),
26241         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
26242         * gst/tcp/gstmultifdsink.h:
26243         Added option to send a keyframe to clients as the first buffer.
26244         Make timeout property writable.
26245
26246 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26247
26248         patch by: Wim Taymans
26249
26250         * gst/tcp/gstfdset.c:
26251         * gst/tcp/gstmultifdsink.c:
26252           fix index comparison, should include 0
26253
26254 2004-08-16  Wim Taymans  <wim@fluendo.com>
26255
26256         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
26257         (gst_fdset_add_fd), (gst_fdset_remove_fd),
26258         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
26259         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
26260         (gst_fdset_wait):
26261           copy when reallocing for poll so the select arguments don't get
26262           changed during the call
26263
26264 2004-08-16  Wim Taymans  <wim@fluendo.com>
26265
26266         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
26267         (gst_theora_enc_class_init), (theora_enc_sink_link),
26268         (theora_buffer_from_packet), (theora_enc_chain):
26269         Fix bug where buffers were not marked as keyframes
26270         correctly.
26271
26272 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26273
26274         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
26275         (gst_lame_preset_get_type), (gst_lame_class_init):
26276         describe the enum values for vbr mode and presets more verbosely
26277
26278 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26279
26280         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
26281         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
26282         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
26283         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
26284         * ext/lame/gstlame.h:
26285         add preset property to lame so it can use lame presets
26286
26287 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26288
26289         * ext/lame/gstlame.c: (gst_lame_get_property):
26290         whoops forgot break, thanks teuf
26291
26292 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26293
26294         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
26295         (gst_lame_class_init), (gst_lame_src_getcaps),
26296         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
26297         (gst_lame_get_property), (gst_lame_setup):
26298         * ext/lame/gstlame.h:
26299         fix lame's broken vbr stuff, allow it to resample if need be, and also
26300         make xing header optional
26301
26302 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26303
26304         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
26305         added getcaps function so samplerate doesnt get fixated to silly values
26306
26307 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26308
26309         * ext/lame/gstlame.c: (gst_lame_src_link):
26310         revert previous fix
26311
26312 2004-08-12  Johan Dahlin  <johan@gnome.org>
26313
26314         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
26315         checks. Doesn't matter what state we are in. Interfaces are a
26316         compile time thing, not runtime. It also broke the python bindings.
26317
26318 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26319
26320         * ext/lame/gstlame.c: (gst_lame_src_link):
26321         made source pad link function check if sinkpad is ok..fixes the problem
26322         where core fixates the output rate of lame stupidly
26323
26324 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26325
26326         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
26327         * sys/v4l/v4l_calls.c:
26328         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
26329           fix fixate function to handle nonsimple caps.
26330           remove bogus check in _link
26331           cleanups
26332
26333 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26334
26335         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
26336         set default compression ratio parameter to 0.0 so bitrate parameter
26337         works :)
26338
26339 2004-08-11  David Schleef  <ds@schleef.org>
26340
26341         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
26342
26343 2004-08-11  David Schleef  <ds@schleef.org>
26344
26345         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
26346         before.
26347
26348 2004-08-11  David Schleef  <ds@schleef.org>
26349
26350         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
26351
26352 2004-08-11  David Schleef  <ds@schleef.org>
26353
26354         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
26355           license field
26356         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
26357         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
26358           LGPL.
26359         * gst/auparse/gstauparse.c: Fix plugin license field.
26360         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
26361         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
26362         * gst/rtp/gstrtp.c: Fix plugin license field.
26363
26364 2004-08-11  Wim Taymans  <wim@fluendo.com>
26365
26366         * gst/tcp/Makefile.am:
26367         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
26368         (ensure_size), (gst_fdset_new), (gst_fdset_free),
26369         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
26370         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
26371         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
26372         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
26373         (gst_fdset_fd_can_write), (gst_fdset_wait):
26374         * gst/tcp/gstfdset.h:
26375         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
26376         (gst_multifdsink_class_init), (gst_multifdsink_init),
26377         (gst_multifdsink_add), (gst_multifdsink_remove),
26378         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
26379         (gst_multifdsink_remove_client_link),
26380         (gst_multifdsink_handle_client_read),
26381         (gst_multifdsink_client_queue_data),
26382         (gst_multifdsink_client_queue_caps),
26383         (gst_multifdsink_client_queue_buffer),
26384         (gst_multifdsink_handle_client_write),
26385         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26386         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
26387         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26388         (gst_multifdsink_close):
26389         * gst/tcp/gstmultifdsink.h:
26390         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26391         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26392         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
26393         (gst_tcpserversink_close):
26394         * gst/tcp/gsttcpserversink.h:
26395         Abstracted away the select call, implemented poll (yes we ran into
26396         the 1024 limit in production).
26397
26398 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
26399
26400         * gst/tcp/gsttcp.c:
26401         * gst/tcp/gsttcpplugin.c:
26402           improve debuggging, remove assert
26403
26404 2004-08-10  Wim Taymans  <wim@fluendo.com>
26405
26406         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
26407         (gst_client_status_get_type), (gst_multifdsink_class_init),
26408         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
26409         (gst_multifdsink_handle_client_read),
26410         (gst_multifdsink_handle_client_write),
26411         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26412         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
26413         (gst_multifdsink_get_property):
26414         * gst/tcp/gstmultifdsink.h:
26415         * gst/tcp/gsttcp-marshal.list:
26416         Starting to prepare for specifying buffer time in other units
26417         than buffers. Expose remove reason in signal.
26418
26419 2004-08-10  Wim Taymans  <wim@fluendo.com>
26420
26421         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
26422         (gst_multifdsink_remove), (gst_multifdsink_clear),
26423         (gst_multifdsink_remove_client_link),
26424         (gst_multifdsink_handle_client_read),
26425         (gst_multifdsink_client_queue_data),
26426         (gst_multifdsink_client_queue_buffer),
26427         (gst_multifdsink_handle_client_write),
26428         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
26429         (gst_multifdsink_chain), (gst_multifdsink_close):
26430         * gst/tcp/gstmultifdsink.h:
26431         Added more debugging info. Changed the way clients are
26432         removed from the lists. Fixed a bug where a bad file descriptor
26433         could cause many clients to be removed.
26434
26435 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26436
26437         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
26438           allow all pixel-aspect-ratios, not just 1:1
26439
26440 2004-08-09  David Schleef  <ds@schleef.org>
26441
26442         * sys/glsink/ARB_multitexture.h:  Remove old files.
26443         * sys/glsink/EXT_paletted_texture.h:
26444         * sys/glsink/NV_register_combiners.h:
26445         * sys/glsink/gstgl_nvimage.c:
26446         * sys/glsink/gstgl_pdrimage.c:
26447         * sys/glsink/gstgl_rgbimage.c:
26448         * sys/glsink/gstglsink.c:
26449         * sys/glsink/gstglsink.h:
26450         * sys/glsink/gstglxwindow.c:
26451         * sys/glsink/regcomb_yuvrgb.c:
26452
26453 2004-08-09  David Schleef  <ds@schleef.org>
26454
26455         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
26456         GL sink plugin.  (Bug #147302)
26457
26458         * configure.ac: Test for OpenGL
26459         * sys/Makefile.am: Use test for OpenGL
26460         * sys/glsink/Makefile.am:
26461         * sys/glsink/glimagesink.c: rewrite
26462         * sys/glsink/glimagesink.h: rewrite
26463
26464 2004-08-09  David Schleef  <ds@schleef.org>
26465
26466         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
26467         sane framerates.
26468         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
26469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
26470         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
26471
26472 2004-08-09  Wim Taymans  <wim@fluendo.com>
26473
26474         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26475         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26476         (gst_multifdsink_client_remove),
26477         (gst_multifdsink_handle_client_read),
26478         (gst_multifdsink_handle_client_write),
26479         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26480         Do a bit more logging, make the client_read code more robust.
26481
26482 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26483
26484         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
26485         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
26486         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
26487         (gst_jpegdec_init), (gst_jpegdec_chain):
26488         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
26489         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
26490           cleanups, debugging fixes and memleak plugging
26491
26492 2004-08-09  Wim Taymans  <wim@fluendo.com>
26493
26494         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26495         (theora_get_formats), (theora_dec_src_convert),
26496         (theora_dec_sink_convert), (theora_dec_src_query),
26497         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
26498         (theora_dec_change_state):
26499         Don't crash on missing header packets.
26500
26501 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26502
26503         * po/LINGUAS:
26504         * po/sq.po:
26505           Added Albanian translation (Laurent Dhima)
26506         * po/cs.po:
26507           updated
26508
26509 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26510
26511         * ext/lame/gstlame.c:
26512           fix/add debugging
26513
26514 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26515
26516         * sys/ximage/ximagesink.c:
26517         * sys/xvimage/xvimagesink.c:
26518           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
26519
26520 2004-08-06  Wim Taymans  <wim@fluendo.com>
26521
26522         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26523         (gst_multifdsink_add), (gst_multifdsink_get_stats),
26524         (gst_multifdsink_client_remove),
26525         (gst_multifdsink_handle_client_read),
26526         (gst_multifdsink_handle_client_write),
26527         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26528         Make sure we don't try to read more from a client that what
26529         ioctl says us or we deadlock.
26530
26531 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26532
26533         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
26534         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
26535         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26536           decouple running_time and n_frames so it can handle changing
26537           framerate while running
26538
26539 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26540
26541         * po/nl.po:
26542         * po/sv.po:
26543           updated translations
26544
26545 2004-08-04  Benjamin Otte  <otte@gnome.org>
26546
26547         * gst/videotestsrc/gstvideotestsrc.c:
26548         (gst_videotestsrc_get_capslist), (generate_capslist),
26549         (plugin_init):
26550           generate the list of supported caps at startup and reuse it instead
26551           of always generating it
26552
26553 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26554
26555         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
26556           whoops, last checkin broke normal build
26557
26558 2004-08-03  Benjamin Otte  <otte@gnome.org>
26559
26560         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
26561         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
26562         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
26563         (gst_alsa_mixer_get_option):
26564         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
26565         (dvdnavsrc_print_event):
26566         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
26567         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
26568         (gst_ogg_mux_pad_unlink):
26569         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
26570         (gst_multipart_mux_pad_unlink):
26571         * gst/videofilter/gstvideobalance.c:
26572         (gst_videobalance_colorbalance_set_value):
26573         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
26574         (gst_videomixer_pad_unlink):
26575         * po/uk.po:
26576         * sys/oss/gstossmixer.c:
26577         * sys/v4l/gstv4lcolorbalance.c:
26578         * sys/v4l/gstv4ltuner.c:
26579         * sys/v4l/v4lsrc_calls.c:
26580         * sys/v4l2/gstv4l2colorbalance.c:
26581         * sys/v4l2/gstv4l2tuner.c:
26582           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
26583
26584 2004-08-03  Benjamin Otte  <otte@gnome.org>
26585
26586         * examples/dynparams/filter.c: (ui_control_create):
26587         * examples/gstplay/player.c: (print_tag):
26588         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
26589         * ext/gdk_pixbuf/gstgdkanimation.c:
26590         (gst_gdk_animation_iter_may_advance):
26591         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
26592         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
26593         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
26594         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
26595         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
26596         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
26597         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
26598         * gst/sine/demo-dparams.c: (main):
26599         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
26600         * testsuite/alsa/formats.c: (create_pipeline):
26601         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
26602           fixes for G_DISABLE_ASSERT and friends
26603         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26604         (mp3_type_frame_length_from_header), (mp3_type_find),
26605         (plugin_init):
26606           require mp3 typefinding to have at least MIN_HEADERS valid headers
26607           add typefinding for AAC adts files
26608
26609 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
26610
26611         * sys/ximage/ximagesink.c:
26612         (gst_ximagesink_calculate_pixel_aspect_ratio):
26613         * sys/xvimage/xvimagesink.c:
26614         (gst_xvimagesink_calculate_pixel_aspect_ratio):
26615         Make sure we calculate pixel-aspect-ratio using floating point maths
26616
26617 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26618
26619         * po/uk.po:
26620           updated translation
26621
26622 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26623
26624         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
26626           add debugging for display PAR calculation
26627
26628 2004-08-02  David Schleef  <ds@schleef.org>
26629
26630         * configure.ac: Fix mikmod CFLAGS.
26631
26632 2004-07-27  Benjamin Otte  <otte@gnome.org>
26633
26634         * gst/audioscale/gstaudioscale.c:
26635         - fix templates to only support S16, it's the only format that works
26636         - make caps nego code use try_set_caps_nonfixed and fixation instead
26637         of try_set_caps twice, which is not nice for autopluggers
26638         - change rank to secondary, so autopluggers can pick it up after
26639         audioconvert
26640
26641 2004-08-02  Iain <iain@prettypeople.org>
26642
26643         * gst/interleave/interleave.c (interleave_init),
26644         (interleave_request_new_pad),
26645         (interleave_pad_removed),
26646         (interleave_buffered_loop): Use the real pad count, not the artificial
26647         one.
26648
26649 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26650
26651         * configure.ac: bump nano back to development
26652
26653 === release 0.8.3 ===
26654
26655 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26656
26657         * configure.ac: releasing 0.8.3, "Water"
26658
26659 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26660
26661         * sys/xvimage/xvimagesink.c:
26662         (gst_xvimagesink_calculate_pixel_aspect_ratio),
26663         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
26664         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
26665         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
26666         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26667         * sys/xvimage/xvimagesink.h:
26668           apply similar PAR fixes as to ximagesink
26669
26670 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26671
26672         patch from: Benjamin Otte
26673
26674         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
26675           add link function to lame.  Fixes #148986.
26676
26677 2004-08-02  Johan Dahlin  <johan@gnome.org>
26678
26679         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
26680         fix debugging log
26681
26682 2004-07-30  David Schleef  <ds@schleef.org>
26683
26684         * gst/videomixer/Makefile.am: Fix things that should have been
26685         fixed in the last checkin.
26686
26687 2004-07-30  David Schleef  <ds@schleef.org>
26688
26689         * gst/multipart/Makefile.am: Fix things that should have been
26690         fixed in the last checkin.
26691
26692 2004-07-30  David Schleef  <ds@schleef.org>
26693
26694         * testsuite/multifilesink/Makefile.am: Fix unused variable.
26695
26696 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26697
26698         * configure.ac:
26699           bump nano for prerelease
26700         * po/af.po:
26701         * po/az.po:
26702         * po/cs.po:
26703         * po/en_GB.po:
26704         * po/hu.po:
26705         * po/nl.po:
26706         * po/sr.po:
26707         * po/sv.po:
26708         * po/uk.po:
26709           updates
26710
26711 2004-07-30  Wim Taymans  <wim@fluendo.com>
26712
26713         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
26714         (gst_multifdsink_add), (gst_multifdsink_remove),
26715         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
26716         (gst_multifdsink_client_remove),
26717         (gst_multifdsink_handle_client_write),
26718         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
26719         * gst/tcp/gstmultifdsink.h:
26720         Recover from a select with a bad file descriptor by removing
26721         the client.
26722
26723 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26724
26725         * configure.ac:
26726           fix requirement of core
26727         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
26728         (gst_play_pipeline_setup):
26729           don't use colorspace element.  do use hermescolorspace element.
26730           make macro to get a colorspace element.
26731           mark strings for translation.
26732         * po/POTFILES.in:
26733           add play.c
26734         * po/af.po:
26735         * po/az.po:
26736         * po/cs.po:
26737         * po/en_GB.po:
26738         * po/hu.po:
26739         * po/nl.po:
26740         * po/sr.po:
26741         * po/sv.po:
26742         * po/uk.po:
26743           update translations
26744
26745 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26746
26747         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
26748         fix default for newmedia flag
26749
26750 2004-07-30  Wim Taymans  <wim@fluendo.com>
26751
26752         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
26753         (gst_theora_dec_init), (theora_get_formats),
26754         (theora_dec_src_convert), (theora_dec_sink_convert),
26755         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26756         (theora_dec_chain), (theora_dec_set_property),
26757         (theora_dec_get_property):
26758         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
26759         (gst_theora_enc_class_init), (gst_theora_enc_init),
26760         (theora_enc_sink_link), (theora_enc_chain),
26761         (theora_enc_set_property), (theora_enc_get_property):
26762         Added cropping option to theora decoder.
26763         Added border option to theora encoder.
26764
26765 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26766
26767         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26768         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26769         (gst_pngenc_set_property):
26770         * ext/libpng/gstpngenc.h:
26771         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
26772
26773 2004-07-30  Wim Taymans  <wim@fluendo.com>
26774
26775         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26776         (theora_enc_sink_link), (theora_enc_chain),
26777         (theora_enc_set_property), (theora_enc_get_property):
26778         Fix encoding of non-multiple-of-16 video.
26779
26780 2004-07-29  David Schleef  <ds@schleef.org>
26781
26782         * configure.ac: make test for audiofile more strict
26783
26784 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26785
26786         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26787           give different names to typefind functions
26788
26789 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
26790
26791         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
26792         (gst_ximagesink_calculate_pixel_aspect_ratio),
26793         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
26794         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26795         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
26796         (gst_ximagesink_get_property), (gst_ximagesink_init):
26797         * sys/ximage/ximagesink.h:
26798           allocate PAR's dynamically.
26799           use autodetected PAR if no object-set PAR is given.
26800           add workaround for directfb's X not setting physical size.
26801           fix to xvimagesink will follow tomorrow.
26802
26803 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26804
26805         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
26806         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
26807         (gst_shout2send_get_type), (gst_shout2send_set_clock),
26808         (gst_shout2send_class_init), (gst_shout2send_init),
26809         (set_shout_metadata), (gst_shout2send_set_metadata),
26810         (gst_shout2send_chain), (gst_shout2send_set_property),
26811         (gst_shout2send_get_property), (gst_shout2send_connect),
26812         (gst_shout2send_change_state):
26813         * ext/shout2/gstshout2.h:
26814         - fix for sending mp3 audio to icecast2 server, if pad link function not
26815         called before PAUSED state
26816         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
26817         - added tagging support for mp3 audio broadcasted
26818         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
26819         debug info
26820
26821 2004-07-28  Wim Taymans  <wim@fluendo.com>
26822
26823         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
26824         (gst_ogg_demux_push):
26825         Return query failure when we don't know the length of
26826         an ogg stream insteda of returning TRUE with a bogus value.
26827
26828 2004-07-28  Wim Taymans  <wim@fluendo.com>
26829
26830         * ext/theora/theoradec.c: (theora_get_formats),
26831         (theora_dec_src_convert), (theora_dec_sink_convert),
26832         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26833         (theora_dec_chain):
26834         Don't screw up the 1 Chroma for 1 luma sample situation when we
26835         have an odd offset/width by adding a black border in those cases.
26836
26837 2004-07-28  Wim Taymans  <wim@fluendo.com>
26838
26839         * ext/theora/theoradec.c: (theora_get_formats),
26840         (theora_dec_src_convert), (theora_dec_sink_convert),
26841         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26842         (theora_dec_chain):
26843         * ext/theora/theoraenc.c: (theora_enc_sink_link):
26844         Added first attempt at cropping of the image as required by the
26845         theora spec. We need more properties in the caps (offset_x,
26846         offset_y,stride) to implement this correctly.
26847
26848 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
26849
26850         * ext/dvdnav/README:
26851           Update the README to use dvddemux
26852         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
26853           Ensure getcaps returns a subset of the template caps
26854         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
26855         (gst_mpeg2subt_init):
26856           Ensure getcaps returns a subset of the template caps
26857         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26858         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
26859         (gst_dvd_demux_get_subpicture_stream),
26860         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
26861         * gst/mpegstream/gstdvddemux.h:
26862           Set the explicit caps on the current_video pad before pushing
26863           anything
26864         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
26865         (gst_mpeg_demux_get_audio_stream):
26866           Free caps used to gst_pad_set_explicit_caps, which takes a const
26867           GstCaps *
26868
26869 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
26870
26871         * configure.ac: update GStreamer requirement to 0.8.4 because of
26872           GstFraction.
26873
26874 2004-07-28  Wim Taymans  <wim@fluendo.com>
26875
26876         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
26877         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
26878         Add the pad to the element after setting up the caps. This
26879         makes it a lot easier to autoplug.
26880
26881 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
26882
26883         * gst/median/gstmedian.c:
26884         * gst/mpeg2subt/gstmpeg2subt.c:
26885         * gst/mpegaudioparse/gstmpegaudioparse.c:
26886         * gst/mpegstream/gstdvddemux.c:
26887         * gst/mpegstream/gstmpegdemux.c:
26888         * gst/mpegstream/gstmpegpacketize.c:
26889         * gst/rtjpeg/gstrtjpeg.c:
26890         * gst/rtjpeg/gstrtjpegdec.c:
26891         * gst/rtjpeg/gstrtjpegenc.c:
26892         * gst/sine/gstsinesrc.c:
26893         * gst/smooth/gstsmooth.c:
26894         * gst/smpte/gstsmpte.c:
26895         * gst/smpte/gstsmpte.h:
26896         * gst/stereo/gststereo.c:
26897         * gst/videofilter/gstgamma.c:
26898         * gst/videofilter/gstvideobalance.c:
26899         * gst/videofilter/gstvideofilter.c:
26900         * gst/videofilter/gstvideoflip.c:
26901         * gst/videoscale/gstvideoscale.c:
26902         * gst/videoscale/videoscale.c:
26903         * gst/videotestsrc/gstvideotestsrc.c:
26904         * gst/videotestsrc/videotestsrc.c:
26905         * gst/wavenc/gstwavenc.c:
26906         * gst/wavparse/gstwavparse.c:
26907           fix local includes and 64 bits constants
26908
26909 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
26910
26911         * win32/gst.sln:
26912         * gst-libs/gst/*/*.vcproj:
26913         * gst/*/*.vcproj:
26914           more working plugins
26915
26916 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26917
26918         * testsuite/alsa/Makefile.am:
26919         * testsuite/alsa/srcstate.c:
26920         add test for alsasrc changing state
26921
26922 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26923
26924         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
26925         (gst_silence_get):
26926         * gst/silence/gstsilence.h:
26927         fix silence generation for 16bit raw audio
26928
26929 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26930
26931         * gst/matroska/matroska-demux.c:
26932         (gst_matroska_demux_parse_metadata),
26933         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
26934         * gst/mpegaudio/common.c:
26935         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
26936         (gst_videoscale_getcaps), (gst_videoscale_link),
26937         (gst_videoscale_src_fixate), (gst_videoscale_init),
26938         (gst_videoscale_finalize):
26939         * gst/videoscale/gstvideoscale.h:
26940         * gst/videotestsrc/gstvideotestsrc.c:
26941         (gst_videotestsrc_get_capslist):
26942         * gst/wavenc/gstwavenc.c:
26943         * sys/oss/gstossmixer.c: (fill_labels):
26944         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
26945         (gst_ximagesink_handle_xevents),
26946         (gst_ximagesink_calculate_pixel_aspect_ratio),
26947         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
26948         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
26949         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26950         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
26951         (gst_ximagesink_init), (gst_ximagesink_class_init):
26952         * sys/ximage/ximagesink.h:
26953         * sys/xvimage/xvimagesink.c:
26954         (gst_xvimagesink_calculate_pixel_aspect_ratio),
26955         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
26956         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
26957         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
26958         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26959         * sys/xvimage/xvimagesink.h:
26960           first batch of pixel aspect ratio commits.
26961
26962 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26963
26964         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26965         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
26966         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
26967           handle stride, needs work if we want to move stride handling
26968           upstream, but works correctly for our purposes.
26969
26970 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26971
26972         * gst/videoscale/README:
26973           add testing examples
26974         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
26975         (gst_videoscale_chain):
26976         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
26977         (gst_videoscale_get_size):
26978           add get_size function that handles stride like videotestsrc.
26979           fixes conversion for YUV formats for as much as I can test them.
26980
26981 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26982
26983         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
26984         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
26985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26986         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
26987         (gst_xvimagesink_xvimage_put):
26988           further cleanups, logging, error handling and synchronizing
26989
26990 2004-07-27  Wim Taymans  <wim@fluendo.com>
26991
26992         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26993         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26994         (gst_videomixer_pad_set_property),
26995         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26996         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26997         (gst_videomixer_class_init), (gst_videomixer_init),
26998         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
26999         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
27000         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
27001         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27002         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27003         (gst_videomixer_loop), (plugin_init):
27004         Be a nicer negotiation citizen and provide a getcaps function on
27005         the srcpad. This also fixes a crash when resizing.
27006
27007 2004-07-27  Julien MOUTTE  <julien@moutte.net>
27008
27009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27010         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
27011
27012 2004-07-27  Wim Taymans  <wim@fluendo.com>
27013
27014         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
27015         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27016         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27017         (gst_pngenc_set_property):
27018         * ext/libpng/gstpngenc.h:
27019         Added snapshot property to pngenc.
27020         removed g_print from pngdec
27021
27022 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
27023
27024         * gst/ac3parse/ac3parse.vcproj
27025         * gst/adder/adder.vcproj
27026         * gst/alpha/alpha.vcproj
27027         * gst/alpha/alphacolor.vcproj
27028         * gst/asfdemux/asf.vcproj
27029         * gst/audioconvert/audioconvert.vcproj
27030         * gst/audiorate/audiorate.vcproj
27031         * gst/audioscale/audioscale.vcproj
27032         * gst/auparse/auparse.vcproj
27033         * gst/avi/avi.vcproj
27034         * gst/cdxaparse/cdxaparse.vcproj
27035         * gst/chart/chart.vcproj
27036         * gst/colorspace/colorspace.vcproj
27037         * gst/cutter/cutter.vcproj
27038         * gst/debug/debug.vcproj
27039         * gst/debug/efence.vcproj
27040         * gst/debug/navigationtest.vcproj
27041         * gst/deinterlace/deinterlace.vcproj
27042         * gst/effectv/effectv.vcproj
27043         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
27044         * gst/filter/filter.vcproj
27045         * gst/flx/flxdec.vcproj
27046         * gst/goom/goom.vcproj
27047         * gst/interleave/interleave.vcproj
27048         * gst/law/alaw.vcproj
27049         * gst/law/mulaw.vcproj
27050         * gst/matroska/matroska.vcproj
27051         * gst/median/median.vcproj
27052         * gst/mixmatrix/mixmatrix.vcproj
27053         * gst/mpeg1sys/mpeg1systemencode.vcproj
27054         * gst/mpeg1videoparse/mp1videoparse.vcproj
27055         * gst/mpeg2sub/mpeg2subt.vcproj
27056         * gst/mpegaudio/mpegaudio.vcproj
27057         * gst/mpegaudioparse/mpegaudioparse.vcproj
27058         * gst/mpegstream/mpegstream.vcproj
27059         * gst/multifilesink/multifilesink.vcproj
27060         * gst/multipart/multipart.vcproj
27061         * gst/oneton/oneton.vcproj
27062         * gst/overlay/overlay.vcproj
27063         * gst/passthrough/passthrough.vcproj
27064         * gst/qtdemux/qtdemux.vcproj
27065         * gst/realmedia/rmdemux.vcproj
27066         * gst/rtjpeg/rtjpeg.vcproj
27067         * gst/rtp/rtp.vcproj
27068         * gst/silence/silence.vcproj
27069         * gst/sine/sinesrc.vcproj
27070         * gst/smooth/smooth.vcproj
27071         * gst/smpte/smpte.vcproj
27072         * gst/spectrum/spectrum.vcproj
27073         * gst/speed/speed.vcproj
27074         * gst/stereo/stereo.vcproj
27075         * gst/switch/switch.vcproj
27076         * gst/tags/tagedit.vcproj
27077         * gst/tcp/tcp.vcproj
27078         * gst/typefind/typefindfunctions.vcproj
27079         * gst/udp/udp.vcproj
27080         * gst/videobox/videobox.vcproj
27081         * gst/videocrop/videocrop.vcproj
27082         * gst/videodrop/videodrop.vcproj
27083         * gst/videofilter/gamma.vcproj
27084         * gst/videofilter/videobalance.vcproj
27085         * gst/videofilter/videofilter.vcproj
27086         * gst/videofilter/videoflip.vcproj
27087         * gst/videoflip/videoflip.vcproj
27088         * gst/videomixer/videomixer.vcproj
27089         * gst/videorate/videorate.vcproj
27090         * gst/videoscale/videoscale.vcproj
27091         * gst/videotestsrc/videotestsrc.vcproj
27092         * gst/virtualdub/virtualdub.vcproj
27093         * gst/volenv/volenv.vcproj
27094         * gst/volume/volume.vcproj
27095         * gst/wavenc/wavenc.vcproj
27096         * gst/wavparse/wavparse.vcproj
27097         * gst/y4m/y4menc.vcproj
27098         * gst-libs/gst/audio/audio.vcproj
27099         * gst-libs/gst/audio/audiofilter.vcproj
27100         * gst-libs/gst/colorbalance/colorbalance.vcproj
27101         * gst-libs/gst/idct/idtc.vcproj
27102         * gst-libs/gst/media-info/media-info.vcproj
27103         * gst-libs/gst/mixer/mixer.vcproj
27104         * gst-libs/gst/navigation/navigation.vcproj
27105         * gst-libs/gst/play/play.vcproj
27106         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
27107         * gst-libs/gst/resample/resample.vcproj
27108         * gst-libs/gst/riff/riff.vcproj
27109         * gst-libs/gst/tuner/tuner.vcproj
27110         * gst-libs/gst/video/video.vcproj
27111         * gst-libs/gst/xoverlay/xoverlay.vcproj
27112           avoid problems with math.h, fix release dependancy
27113           rename GStreamer-0.8.lib to libgstreamer.lib
27114
27115 2004-07-27  Julien MOUTTE  <julien@moutte.net>
27116
27117         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
27118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
27119         the atom is not available we have to unlock the mutex. Fixes #148023
27120
27121 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27122
27123         * gst-libs/gst/media-info/media-info.h:
27124           issue for a vararg macro with MSVC
27125
27126 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27127
27128         * gst/effectv/effectv.vcproj
27129         * gst-libs/gst/idct/idct.vcproj:
27130         * gst-libs/gst/media-info/media-info.vcproj:
27131         * gst-libs/gst/navigation/navigation.vcproj:
27132         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
27133         * gst-libs/gst/video/video.vcproj:
27134         * gst-libs/gst/xoverlay/xoverlay.vcproj:
27135           fixes for build problems
27136
27137 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27138
27139         * gst-libs/gst/audio/audio.def:
27140         * gst-libs/gst/audio/riff.def:
27141           add some definitions needed by plugins
27142
27143 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27144
27145         * gst/asfdemux/gstasfmux.c
27146           Fix some 64 bits constants to be glib friendly
27147
27148 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27149
27150         * gst/ac3parse/gstac3parse.c
27151         * gst/audioscale/gstaudioscale.c
27152         * gst/auparse/gstauparse.c
27153         * gst/colorspace/gstcolorspace.c
27154         * gst/colorspace/yuv2rgb.h
27155           local include fixes
27156
27157 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27158
27159         * win32/gst.sln
27160           add more plugins to the build
27161
27162 2004-07-26  Julien MOUTTE  <julien@moutte.net>
27163
27164         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
27165         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
27166
27167 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27168
27169         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
27170         (gst_level_set_property), (gst_level_get_property),
27171         (gst_level_base_init), (gst_level_class_init):
27172           add debugging categories.  cleanups.
27173
27174 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27175
27176         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27177         (gst_videoscale_planar411), (gst_videoscale_planar400),
27178         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
27179         (gst_videoscale_scale_nearest_str1),
27180         (gst_videoscale_scale_nearest_str2),
27181         (gst_videoscale_scale_nearest_str4),
27182         (gst_videoscale_scale_nearest_16bit),
27183         (gst_videoscale_scale_nearest_24bit):
27184           fixed stride issues
27185           tested with 320x240 -> 321, 322, 324 x240
27186           tested with YV12, I420, YUY2, UYVY
27187           fixed packed422rev (don't think it could have worked before)
27188           by testing with UYVY
27189
27190 2004-07-26  Benjamin Otte  <otte@gnome.org>
27191
27192         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
27193         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
27194         (plugin_init):
27195           add debugging category, add error checks like checking return values
27196           of setup calls, make sure it still works after
27197           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
27198
27199 2004-07-26  Wim Taymans  <wim@fluendo.com>
27200
27201         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
27202         (gst_mpeg_demux_get_audio_stream),
27203         (gst_mpeg_demux_process_private):
27204         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
27205         Check for error codes from the negotiation functions. Make sure
27206         we really set the pad caps when a new pad is created.
27207
27208 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27209
27210         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27211         (gst_ffmpeg_caps_to_pix_fmt):
27212         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27213         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27214         (gst_ffmpegcolorspace_pad_link):
27215           don't make function do two things at the same time without reason.
27216
27217 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27218
27219         * gst/ac3parse/ac3parse.vcproj
27220         * gst/adder/adder.vcproj
27221         * gst/alpha/alpha.vcproj
27222         * gst/alpha/alphacolor.vcproj
27223         * gst/asfdemux/asf.vcproj
27224         * gst/audioconvert/audioconvert.vcproj
27225         * gst/audiorate/audiorate.vcproj
27226         * gst/audioscale/audioscale.vcproj
27227         * gst/auparse/auparse.vcproj
27228         * gst/avi/avi.vcproj
27229         * gst/cdxaparse/cdxaparse.vcproj
27230         * gst/chart/chart.vcproj
27231         * gst/colorspace/colorspace.vcproj
27232         * gst/cutter/cutter.vcproj
27233         * gst/debug/debug.vcproj
27234         * gst/debug/efence.vcproj
27235         * gst/debug/navigationtest.vcproj
27236         * gst/deinterlace/deinterlace.vcproj
27237         * gst/effectv/effectv.vcproj
27238         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
27239         * gst/filter/filter.vcproj
27240         * gst/flx/flxdec.vcproj
27241         * gst/goom/goom.vcproj
27242         * gst/interleave/interleave.vcproj
27243         * gst/law/alaw.vcproj
27244         * gst/law/mulaw.vcproj
27245         * gst/matroska/matroska.vcproj
27246         * gst/median/median.vcproj
27247         * gst/mixmatrix/mixmatrix.vcproj
27248         * gst/mpeg1sys/mpeg1systemencode.vcproj
27249         * gst/mpeg1videoparse/mp1videoparse.vcproj
27250         * gst/mpeg2sub/mpeg2subt.vcproj
27251         * gst/mpegaudio/mpegaudio.vcproj
27252         * gst/mpegaudioparse/mpegaudioparse.vcproj
27253         * gst/mpegstream/mpegstream.vcproj
27254         * gst/multifilesink/multifilesink.vcproj
27255         * gst/multipart/multipart.vcproj
27256         * gst/oneton/oneton.vcproj
27257         * gst/overlay/overlay.vcproj
27258         * gst/passthrough/passthrough.vcproj
27259         * gst/qtdemux/qtdemux.vcproj
27260         * gst/realmedia/rmdemux.vcproj
27261         * gst/rtjpeg/rtjpeg.vcproj
27262         * gst/rtp/rtp.vcproj
27263         * gst/silence/silence.vcproj
27264         * gst/sine/sinesrc.vcproj
27265         * gst/smooth/smooth.vcproj
27266         * gst/smpte/smpte.vcproj
27267         * gst/spectrum/spectrum.vcproj
27268         * gst/speed/speed.vcproj
27269         * gst/stereo/stereo.vcproj
27270         * gst/switch/switch.vcproj
27271         * gst/tags/tagedit.vcproj
27272         * gst/tcp/tcp.vcproj
27273         * gst/typefind/typefindfunctions.vcproj
27274         * gst/udp/udp.vcproj
27275         * gst/videobox/videobox.vcproj
27276         * gst/videocrop/videocrop.vcproj
27277         * gst/videodrop/videodrop.vcproj
27278         * gst/videofilter/gamma.vcproj
27279         * gst/videofilter/videobalance.vcproj
27280         * gst/videofilter/videofilter.vcproj
27281         * gst/videofilter/videoflip.vcproj
27282         * gst/videoflip/videoflip.vcproj
27283         * gst/videomixer/videomixer.vcproj
27284         * gst/videorate/videorate.vcproj
27285         * gst/videoscale/videoscale.vcproj
27286         * gst/videotestsrc/videotestsrc.vcproj
27287         * gst/virtualdub/virtualdub.vcproj
27288         * gst/volenv/volenv.vcproj
27289         * gst/volume/volume.vcproj
27290         * gst/wavenc/wavenc.vcproj
27291         * gst/wavparse/wavparse.vcproj
27292         * gst/y4m/y4menc.vcproj
27293           more plugins supported under windows
27294
27295 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27296
27297         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27298         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
27299         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
27300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27301         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
27302           Add debugging statements.  Use the sizes as returned by the
27303           *CreateImage calls.
27304
27305 2004-07-26  Johan Dahlin  <johan@gnome.org>
27306
27307         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
27308         the pad is negotiated.
27309
27310         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
27311
27312 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
27313
27314         * gst-libs/gst/colorbalance/colorbalance.vcproj:
27315         * gst-libs/gst/idct/idct.vcproj:
27316         * gst-libs/gst/media-info/media-info.vcproj:
27317         * gst-libs/gst/mixer/mixer.vcproj:
27318         * gst-libs/gst/navigation/navigation.vcproj:
27319         * gst-libs/gst/play/play.vcproj:
27320         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
27321         * gst-libs/gst/resample/resample.vcproj:
27322         * gst-libs/gst/tuner/tuner.vcproj:
27323         * gst-libs/gst/video/video.vcproj:
27324         * gst-libs/gst/xoverlay/xoverlay.vcproj:
27325           more plugins supported under windows
27326
27327 2004-07-25 Iain <iain@prettypeople.org>
27328
27329         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
27330         pad now rather than when the pad is created because state changes wipe
27331         explicit caps (fixes #148043).
27332
27333 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
27334
27335         reviewed by Benjamin Otte  <otte@gnome.org>
27336
27337         * ext/mad/gstmad.c:
27338           fix mad plugin crashing on Sun (fixes #148289)
27339
27340 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27341
27342         * gst/avi/avi.def:
27343         * gst/avi/avi.vcproj:
27344         * gst/matroska/matroska.def:
27345         * gst/matroska/matroska.vcproj:
27346           remove unused .def files
27347
27348 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27349
27350         * gst-libs/gst/audio/gstaudiofilter.c:
27351           Clean the local include
27352
27353 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27354
27355         * win32/gst.sln:
27356         * gst-libs/gst/audio/audio.def:
27357         * gst-libs/gst/audio/audio.vcproj:
27358         * gst-libs/gst/audio/audiofilter.vcproj:
27359         * gst-libs/gst/audio/riff.def:
27360         * gst-libs/gst/audio/riff.vcproj:
27361         * gst-libs/gst/gst-libs.def:
27362         * gst-libs/gst/gst-libs.vcproj:
27363         * gst/avi/avi.vcproj:
27364         * gst/avi/avi.vcproj:
27365           Copy the files where needed after building, cleaner projects
27366
27367 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
27368
27369         * gst/matroska/ebml-write.c:
27370           Fix some 64 bits constants to be glib friendly
27371
27372 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
27373
27374         * win32/gst.sln:
27375         * gst-libs/gst/gst-libs.def:
27376         * gst-libs/gst/gst-libs.vcproj:
27377         * gst/matroska/matroska.def:
27378         * gst/matroska/matroska.vcproj:
27379           Add the preliminary canvas to build plugins on Win32
27380
27381 2004-07-23  Benjamin Otte  <otte@gnome.org>
27382
27383         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27384           don't enfore negotiation from source side, it breaks
27385           sinesrc ! audioconvert ! osssink
27386
27387 2004-07-22  David Schleef  <ds@schleef.org>
27388
27389         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
27390         for ELF files, since they can easily be recognized as audio/mpeg.
27391         (bug #147441)
27392
27393 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27394
27395         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27396         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
27397         (gst_videoscale_scale_nearest_24bit),
27398         (gst_videoscale_scale_nearest_16bit):
27399           fix 16bit and 24bit for stride (24bit might need testing)
27400           don't pretend we do more than one algorithm
27401
27402 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27403
27404         * configure.ac:
27405         * gst/Makefile.am:
27406         * gst/multifilesink/Makefile.am:
27407         * gst/multifilesink/gstmultifilesink.c:
27408         (gst_multifilesink_get_formats),
27409         (gst_multifilesink_get_query_types), (_do_init),
27410         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
27411         (gst_multifilesink_init), (gst_multifilesink_dispose),
27412         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
27413         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
27414         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
27415         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
27416         (gst_multifilesink_chain), (gst_multifilesink_change_state),
27417         (gst_multifilesink_uri_get_type),
27418         (gst_multifilesink_uri_get_protocols),
27419         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
27420         (gst_multifilesink_uri_handler_init), (plugin_init):
27421         * gst/multifilesink/gstmultifilesink.h:
27422         * testsuite/Makefile.am:
27423         * testsuite/multifilesink/Makefile.am:
27424         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
27425         (gst_newmedia_class_init), (gst_newmedia_init),
27426         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
27427         (newfile_signal), (test_signal), (main):
27428         multifilesink plugin for creating new files every time a new media
27429         discontinuity event occurs
27430
27431 2004-07-22  Wim Taymans  <wim@fluendo.com>
27432
27433         * gst/alpha/Makefile.am:
27434         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
27435         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
27436         (gst_alpha_color_init), (gst_alpha_color_set_property),
27437         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
27438         (transform), (gst_alpha_color_chain),
27439         (gst_alpha_color_change_state), (plugin_init):
27440         Stupid plugin to to RGBA to AYUV conversion because none of
27441         the colorspace plugins can handle that yet.
27442
27443 2004-07-22  Wim Taymans  <wim@fluendo.com>
27444
27445         * examples/seeking/seek.c: (update_scale), (main):
27446         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27447         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
27448         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
27449         (gst_decode_bin_init), (gst_decode_bin_dispose),
27450         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27451         (no_more_pads), (close_link), (type_found),
27452         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27453         (plugin_init):
27454         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27455         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27456         (gst_play_base_bin_dispose), (queue_overrun),
27457         (gen_preroll_element), (remove_prerolls), (unknown_type),
27458         (no_more_pads), (new_stream), (setup_source),
27459         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27460         (play_base_eos), (gst_play_base_bin_change_state),
27461         (gst_play_base_bin_add_element),
27462         (gst_play_base_bin_remove_element),
27463         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27464         (gst_play_base_bin_unlink_stream),
27465         (gst_play_base_bin_get_streaminfo):
27466         * gst/playback/gstplaybin.c: (gen_video_element),
27467         (gen_audio_element):
27468         * gst/playback/gststreaminfo.h:
27469         More playback updates, attempt to fix things after the state change
27470         breakage.
27471
27472 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27473
27474         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
27475         (gst_videoscale_scale_nearest_16bit):
27476           comment algorithm
27477
27478 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27479
27480         * gst/videotestsrc/gstvideotestsrc.c:
27481         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
27482         (gst_videotestsrc_init), (gst_videotestsrc_get),
27483         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
27484         (gst_videotestsrc_get_property):
27485         * gst/videotestsrc/gstvideotestsrc.h:
27486         * gst/videotestsrc/videotestsrc.c:
27487         * gst/videotestsrc/videotestsrc.h:
27488           cleanup and commenting
27489
27490 2004-07-21  Wim Taymans  <wim@fluendo.com>
27491
27492         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
27493         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
27494         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
27495         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
27496         (_find_chain_get_unknown_part), (_find_streams_check),
27497         (gst_ogg_demux_push), (gst_ogg_pad_push):
27498         * ext/theora/theoradec.c: (theora_get_formats),
27499         (theora_dec_src_convert), (theora_dec_sink_convert),
27500         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
27501         (theora_dec_chain):
27502         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27503         (vorbis_dec_convert), (vorbis_dec_src_query),
27504         (vorbis_dec_src_event), (vorbis_dec_event):
27505         More seeking fixes, oggdemux now supports seeking to time and
27506         uses the downstream element to convert granulepos to time.
27507         Seeking in theora-only ogg files now works.
27508
27509 2004-07-21  Wim Taymans  <wim@fluendo.com>
27510
27511         * ext/theora/theoradec.c: (gst_theora_dec_init),
27512         (theora_get_formats), (theora_get_event_masks),
27513         (theora_get_query_types), (theora_dec_src_convert),
27514         (theora_dec_sink_convert), (theora_dec_src_query),
27515         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
27516         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27517         (vorbis_get_event_masks), (vorbis_get_query_types),
27518         (gst_vorbis_dec_init), (vorbis_dec_convert),
27519         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
27520         Added query/convert/formats functions to vorbis and theora decoders
27521         so that the outside world can use them too. Fixed seeking on an
27522         ogg/theora/vorbis file by disabling the seeking seeking on the
27523         theora srcpad.
27524
27525 2004-07-21  Julien MOUTTE  <julien@moutte.net>
27526
27527         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27528         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
27529         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
27530         images creation for both elements. We don't create the image on caps
27531         nego or renego, we just destroy the internal one if present if it does
27532         not match the needs. The chain function takes care of creating a new
27533         image when needed.
27534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27535         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
27536         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
27537         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
27538         the image format information. The buffer pool checks for the context
27539         image format and discard images with different formats.
27540         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
27541
27542 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27543
27544         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27545         (gst_ffmpegcolorspace_chain):
27546           no point in doing any chaining if the pad we want to push from
27547           isn't usable.
27548
27549 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27550
27551         * gst-libs/gst/riff/riff-media.c:
27552         (gst_riff_create_audio_caps_with_data):
27553           Fix double end-to-native symbol conversion (#148021).
27554
27555 2004-07-20  David Schleef  <ds@schleef.org>
27556
27557         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
27558         Don't use an Atom that doesn't exist.
27559
27560 2004-07-20  Wim Taymans  <wim@fluendo.com>
27561
27562         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27563         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27564         (gst_multifdsink_client_remove),
27565         (gst_multifdsink_handle_client_write),
27566         (gst_multifdsink_queue_buffer):
27567         * gst/tcp/gstmultifdsink.h:
27568         More multifdsink stats. Avoid deadlock by releasing locks
27569         before sending out a signal.
27570
27571 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27572
27573         * po/LINGUAS:
27574         * po/hu.po:
27575           added Hungarian translation (Laszlo Dvornik)
27576
27577 2004-07-20  Wim Taymans  <wim@fluendo.com>
27578
27579         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27580         (gst_multifdsink_add), (gst_multifdsink_client_remove),
27581         (gst_multifdsink_handle_client_write),
27582         (gst_multifdsink_queue_buffer):
27583         * gst/tcp/gsttcp-marshal.list:
27584         Fixed the stupid marshal definition.
27585
27586 2004-07-20  Wim Taymans  <wim@fluendo.com>
27587
27588         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27589         (gst_multifdsink_init), (gst_multifdsink_add),
27590         (gst_multifdsink_client_remove),
27591         (gst_multifdsink_handle_client_write),
27592         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
27593         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
27594         (gst_multifdsink_init_send):
27595         * gst/tcp/gstmultifdsink.h:
27596         Added more stats, added timeout for a client, fixed some typos
27597         and added some comments.
27598
27599 2004-07-20  Wim Taymans  <wim@fluendo.com>
27600
27601         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
27602         (gst_multifdsink_add), (gst_multifdsink_get_stats),
27603         (gst_multifdsink_client_remove),
27604         (gst_multifdsink_handle_client_write):
27605         * gst/tcp/gstmultifdsink.h:
27606         * gst/tcp/gsttcp-marshal.list:
27607         Added get_stats method that returns a GValueArray of
27608         stats values.
27609
27610 2004-07-19  Benjamin Otte  <otte@gnome.org>
27611
27612         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
27613           make sure longname, description and author are valid UTF-8
27614
27615 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27616
27617         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
27618         (gst_ximagesink_set_property):
27619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
27620         (gst_xvimagesink_set_property):
27621           make sure SYNCHRONOUS is respected after getting the X context
27622
27623 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27624
27625         * gst/matroska/matroska-demux.c:
27626         (gst_matroska_demux_handle_src_event),
27627         (gst_matroska_demux_parse_blockgroup):
27628         * gst/matroska/matroska-ids.h:
27629           add BlockReference tag and ignore it to clear out log.
27630           ignore NAVIGATION events to clear out log.
27631
27632 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27633
27634         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
27635         (gst_matroska_demux_add_stream):
27636         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
27637           add debug categories
27638
27639 2004-07-16  Wim Taymans  <wim@fluendo.com>
27640
27641         * ext/libpng/Makefile.am:
27642         * ext/libpng/gstpng.c: (plugin_init):
27643         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
27644         (gst_pngdec_get_type), (gst_pngdec_base_init),
27645         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
27646         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
27647         * ext/libpng/gstpngdec.h:
27648         Added png decoder.
27649
27650 2004-07-16  Julien MOUTTE  <julien@moutte.net>
27651
27652         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
27653         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
27654         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
27655         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
27656         (gst_ximagesink_buffer_alloc):
27657         * sys/ximage/ximagesink.h:
27658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27659         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
27660         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
27661         (gst_xvimagesink_buffer_alloc):
27662         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
27663         again. Using internal data pointer of the x(v)image to store image's
27664         data to be coherent with the buffer alloc mechanism. Investigated the
27665         image destruction code to be sure that everything gets freed correctly.
27666
27667 2004-07-16  Wim Taymans  <wim@fluendo.com>
27668
27669         * gst-libs/gst/riff/riff-read.c:
27670         (gst_riff_read_strf_vids_with_data),
27671         (gst_riff_read_strf_auds_with_data):
27672         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
27673         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
27674         Make sure we don't create 0 sized subbuffers in riff-read.
27675         Signal the no more pads signal after reading the avi header.
27676
27677 2004-07-16  Wim Taymans  <wim@fluendo.com>
27678
27679         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27680         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
27681         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
27682         (gst_decode_bin_init), (gst_decode_bin_dispose),
27683         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
27684         (no_more_pads), (close_link), (type_found),
27685         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27686         (gst_decode_bin_change_state), (plugin_init):
27687         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27688         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27689         (gst_play_base_bin_dispose), (queue_overrun),
27690         (gen_preroll_element), (remove_prerolls), (unknown_type),
27691         (no_more_pads), (new_stream), (setup_source),
27692         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27693         (play_base_eos), (gst_play_base_bin_change_state),
27694         (gst_play_base_bin_add_element),
27695         (gst_play_base_bin_remove_element),
27696         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27697         (gst_play_base_bin_unlink_stream),
27698         (gst_play_base_bin_get_streaminfo):
27699         * gst/playback/gstplaybasebin.h:
27700         Better error recovery. Added configurable preroll queue size. Faster
27701         detection of no-more-pads.
27702
27703 2004-07-16  Wim Taymans  <wim@fluendo.com>
27704
27705         * gst-libs/gst/video/video.h:
27706         Added 32 bits RGBA. Not sure if we should use another mime-type
27707         for alpha rgb. Currently the presence of the alpha_mask property
27708         signals an alpha channel.
27709
27710 2004-07-16  Wim Taymans  <wim@fluendo.com>
27711
27712         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
27713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27714         FPS seems to be 0.0 to MAX everywhere else.
27715
27716 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27717
27718         * gst-libs/gst/riff/riff-media.c:
27719         (gst_riff_create_video_caps_with_data):
27720           mp42/mp43 (no caps) exist too.
27721         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
27722           Set pixel_width/height; we've got them in-caps.
27723         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
27724         * gst/wavparse/gstwavparse.c: (plugin_init):
27725           Both are valid primary.
27726         * sys/oss/gstossmixer.c:
27727           Remove i18n hack and enable translations.
27728
27729 2004-07-15  Benjamin Otte  <otte@gnome.org>
27730
27731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
27732         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
27733           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
27734
27735 2004-07-15  Benjamin Otte  <otte@gnome.org>
27736
27737         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27738         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
27739         (gst_alsa_close_audio):
27740           disable some of the debugging code for now. Writing debugging to a
27741           buffer is broken in current alsalib releases.
27742
27743 2004-07-12  Benjamin Otte  <otte@gnome.org>
27744
27745         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
27746           use bufferpools
27747
27748 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27749
27750         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
27751         (theora_dec_src_query), (theora_dec_event):
27752         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
27753           add debugging categories.  Remove \n's.
27754
27755 2004-07-13  Johan Dahlin  <johan@gnome.org>
27756
27757         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
27758         (gst_play_bin_get_property): Impl.
27759
27760 2004-07-13  Wim Taymans  <wim@fluendo.com>
27761
27762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
27763         When trying to find the stream length, seek back N pages
27764         instead of just one, where N is the number of streams in
27765         the current chain.
27766
27767 2004-07-13  Wim Taymans  <wim@fluendo.com>
27768
27769         * gst-libs/gst/riff/riff-media.c:
27770         (gst_riff_create_audio_caps_with_data),
27771         (gst_riff_create_audio_caps),
27772         (gst_riff_create_audio_template_caps):
27773         * gst-libs/gst/riff/riff-media.h:
27774         * gst-libs/gst/riff/riff-read.c:
27775         (gst_riff_read_strf_vids_with_data),
27776         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
27777         * gst-libs/gst/riff/riff-read.h:
27778         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
27779         (gst_avi_demux_add_stream):
27780         Set codec_data on caps for avidemuxer.
27781
27782 2004-07-12  David Schleef  <ds@schleef.org>
27783
27784         * configure.ac: Fix test for Objective C
27785
27786 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
27787         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
27788         (gst_gdk_pixbuf_chain):
27789           Add svg and pcx to template caps, and ensure that getcaps returns a
27790           subset of the template caps.
27791           Copy each row manually for output, as gdkpixbuf may pad the
27792           rowstride to a 32-bit word boundary.
27793
27794 2004-07-12  Wim Taymans  <wim@fluendo.com>
27795
27796         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
27797         (gst_riff_create_video_template_caps):
27798         Fix the template caps to include some more media types.
27799
27800 2004-07-12  Wim Taymans  <wim@fluendo.com>
27801
27802         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27803         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27804         (compare_ranks), (print_feature), (gst_decode_bin_init),
27805         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
27806         (try_to_link_1), (new_pad), (close_link), (type_found),
27807         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27808         (gst_decode_bin_change_state), (plugin_init):
27809         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27810         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27811         (gst_play_base_bin_dispose), (queue_overrun),
27812         (gen_preroll_element), (remove_prerolls), (no_more_pads),
27813         (new_stream), (setup_source), (gst_play_base_bin_set_property),
27814         (gst_play_base_bin_get_property), (play_base_eos),
27815         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
27816         (gst_play_base_bin_remove_element),
27817         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27818         (gst_play_base_bin_unlink_stream),
27819         (gst_play_base_bin_get_streaminfo):
27820         * gst/playback/gstplaybasebin.h:
27821         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27822         (gst_play_bin_class_init), (gst_play_bin_init),
27823         (gst_play_bin_dispose), (gst_play_bin_set_property),
27824         (gst_play_bin_get_property), (gen_video_element),
27825         (gen_audio_element), (remove_sinks), (setup_sinks),
27826         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
27827         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27828         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27829         (gst_play_bin_query), (plugin_init):
27830         * gst/playback/test4.c: (main):
27831         More fixes on reusing of the element.
27832
27833 2004-07-11  Benjamin Otte  <otte@gnome.org>
27834
27835         * ext/mad/gstmad.c: (normal_seek):
27836           allow seeking for other methods than just SET
27837
27838 2004-07-11  Andy Wingo  <wingo@pobox.com>
27839
27840         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
27841         float, "any" caps -> buffer_frames=[0,MAX].
27842
27843         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
27844         doesn't intersect our caps with the template any more. Do it
27845         ourselves.
27846         (interleave_buffered_loop): Use g_newa instead of malloc/free.
27847
27848 2004-07-09  Wim Taymans  <wim@fluendo.com>
27849
27850         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
27851         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
27852         (compare_ranks), (print_feature), (gst_decode_bin_init),
27853         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
27854         (try_to_link_1), (new_pad), (close_link), (type_found),
27855         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
27856         (gst_decode_bin_change_state), (plugin_init):
27857         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
27858         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
27859         (gst_play_base_bin_dispose), (queue_overrun),
27860         (gen_preroll_element), (remove_prerolls), (no_more_pads),
27861         (new_stream), (setup_source), (gst_play_base_bin_set_property),
27862         (gst_play_base_bin_get_property), (play_base_eos),
27863         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
27864         (gst_play_base_bin_remove_element),
27865         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
27866         (gst_play_base_bin_unlink_stream),
27867         (gst_play_base_bin_get_streaminfo):
27868         * gst/playback/gstplaybasebin.h:
27869         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
27870         (gst_play_bin_class_init), (gst_play_bin_init),
27871         (gst_play_bin_dispose), (gst_play_bin_set_property),
27872         (gst_play_bin_get_property), (gen_video_element),
27873         (gen_audio_element), (remove_sinks), (setup_sinks),
27874         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
27875         (gst_play_bin_send_event), (gst_play_bin_get_formats),
27876         (gst_play_bin_convert), (gst_play_bin_get_query_types),
27877         (gst_play_bin_query), (plugin_init):
27878         * gst/playback/test4.c: (main):
27879         Work on object reuse and seeking.
27880
27881 2004-07-09  Wim Taymans  <wim@fluendo.com>
27882
27883         * examples/seeking/seek.c: (iterate):
27884         Don't consume all CPU in the idle loop.
27885
27886 2004-07-09  Wim Taymans  <wim@fluendo.com>
27887
27888         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
27889         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
27890         Add pad to element *after* setting the pad functions so that
27891         the scheduler can use the correct ones.
27892
27893 2004-07-09  Wim Taymans  <wim@fluendo.com>
27894
27895         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
27896         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
27897         Sync to keyframe after seek
27898
27899 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27900
27901         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27902         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27903         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
27904         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
27905         * ext/libvisual/visual.c: (gst_visual_change_state):
27906         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
27907         * ext/theora/theoradec.c: (theora_dec_change_state):
27908         * ext/theora/theoraenc.c: (theora_enc_change_state):
27909         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
27910         * gst-libs/gst/navigation/navigation.c:
27911         * gst/adder/gstadder.c: (gst_adder_change_state):
27912         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
27913         (gst_audio_convert_get_buffer):
27914         * gst/multipart/multipartdemux.c:
27915         (gst_multipart_demux_change_state):
27916         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
27917         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27918         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27919         * gst/videoscale/gstvideoscale.c:
27920         (gst_videoscale_handle_src_event):
27921         * gst/volume/gstvolume.c: (volume_chain_int16):
27922           don't assert in state change, this should be done by the base
27923           GstElement class.
27924           various debugging fixes.
27925
27926 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27927
27928         * configure.ac:
27929         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27930         (gst_play_dispose), (gst_play_set_location),
27931         (gst_play_set_data_src), (gst_play_set_video_sink),
27932         (gst_play_set_audio_sink), (gst_play_set_visualization),
27933         (gst_play_connect_visualization), (gst_play_get_sink_element),
27934         (gst_play_get_all_by_interface):
27935         * gst-libs/gst/play/play.h:
27936           add new method to get elements implementing an interface.
27937           add various error logging
27938
27939 2004-07-08  Wim Taymans  <wim@fluendo.com>
27940
27941         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
27942         (make_mpeg_pipeline), (make_mpegnt_pipeline),
27943         (make_playerbin_pipeline), (query_durations_elems),
27944         (query_durations_pads), (query_positions_elems),
27945         (query_positions_pads), (update_scale), (iterate), (stop_seek),
27946         (main):
27947         Added playbin seeking example.
27948
27949 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27950
27951         * gst-libs/gst/play/play.c: (gst_play_set_location),
27952         (gst_play_set_data_src), (gst_play_set_video_sink),
27953         (gst_play_set_audio_sink), (gst_play_set_visualization),
27954         (gst_play_connect_visualization), (gst_play_get_framerate):
27955           use a macro to look up elements from hash table
27956
27957 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27958
27959         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27960         (gst_play_get_length_callback), (gst_play_set_location),
27961         (gst_play_seek_to_time), (gst_play_set_data_src),
27962         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27963         (gst_play_set_visualization), (gst_play_connect_visualization),
27964         (gst_play_get_sink_element):
27965         - add debugging info
27966         - fix looking up sink elements by iterating over complete caps
27967         - put everything except for source and autoplugger in a complete bin
27968
27969 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27970
27971         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
27972         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
27973         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
27974         (gst_alsa_sink_write), (gst_alsa_sink_loop):
27975         * ext/alsa/gstalsasink.h:
27976         - add debugging info
27977         - clean up schizophrenia of data/buffer/event
27978         - fix double event unref error
27979
27980 2004-07-08  Wim Taymans  <wim@fluendo.com>
27981
27982         * gst/playback/Makefile.am:
27983         Add headers to noinst
27984
27985 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27986
27987         * tools/gst-launch-ext-m.m:
27988         * tools/gst-launch-ext.1.in:
27989           convert to the third millenium
27990
27991 2004-07-07  David Schleef  <ds@schleef.org>
27992
27993         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
27994
27995 2004-07-07  Wim Taymans  <wim@fluendo.com>
27996
27997         * gst/playback/Makefile.am:
27998         * gst/playback/README:
27999         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28000         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28001         (compare_ranks), (print_feature), (gst_decode_bin_init),
28002         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
28003         (try_to_link_1), (new_pad), (close_link), (type_found),
28004         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
28005         (plugin_init):
28006         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
28007         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
28008         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
28009         (gen_preroll_element), (no_more_pads), (new_stream),
28010         (setup_source), (gst_play_base_bin_set_property),
28011         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
28012         (gst_play_base_bin_add_element),
28013         (gst_play_base_bin_remove_element),
28014         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
28015         (gst_play_base_bin_unlink_stream),
28016         (gst_play_base_bin_get_streaminfo):
28017         * gst/playback/gstplaybasebin.h:
28018         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28019         (gst_play_bin_class_init), (gst_play_bin_init),
28020         (gst_play_bin_dispose), (gst_play_bin_set_property),
28021         (gst_play_bin_get_property), (gen_video_element),
28022         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
28023         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28024         (gst_play_bin_get_formats), (gst_play_bin_convert),
28025         (gst_play_bin_get_query_types), (gst_play_bin_query),
28026         (plugin_init):
28027         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
28028         (gst_stream_info_get_type), (gst_stream_info_class_init),
28029         (gst_stream_info_init), (gst_stream_info_new),
28030         (gst_stream_info_dispose), (gst_stream_info_set_property),
28031         (gst_stream_info_get_property):
28032         * gst/playback/gststreaminfo.h:
28033         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
28034         (main):
28035         * gst/playback/test2.c: (main):
28036         * gst/playback/test3.c: (update_scale), (main):
28037         More playbin fixes. Added README. Do better element filtering.
28038         Added base class to preroll media. Added test apps.
28039
28040 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28041
28042         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
28043         * ext/mpeg2dec/gstmpeg2dec.h:
28044           various debugging improvements.  Reset stream to next picture
28045           instead of sequence header, otherwise seeks cannot work.
28046
28047 2004-07-07  Wim Taymans  <wim@fluendo.com>
28048
28049         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
28050         (gst_video_box_class_init), (gst_video_box_set_property),
28051         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
28052         Use pad_alloc where possible.
28053
28054 2004-07-07  Wim Taymans  <wim@fluendo.com>
28055
28056         * sys/oss/gstosselement.c: (gst_osselement_reset),
28057         (gst_osselement_parse_caps):
28058         * sys/oss/gstosselement.h:
28059         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28060         Fix offset on osssrc.
28061
28062 2004-07-07  Wim Taymans  <wim@fluendo.com>
28063
28064         * ext/theora/theora.c: (plugin_init):
28065         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
28066         (theora_dec_src_query), (theora_dec_chain):
28067         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28068         (theora_enc_sink_link), (theora_buffer_from_packet),
28069         (theora_push_packet), (theora_enc_chain):
28070         Fix theora granulepos calculation.
28071         Fix overflow in duration/position calculation.
28072         Bump rank to PRIMARY for theoradec.
28073         Use granulepos of last packet to calculate position.
28074         Set keyframe flag on buffers when needed.
28075
28076 2004-07-06  David Schleef  <ds@schleef.org>
28077
28078         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
28079         serious?  (Fixed, obviously.)
28080
28081 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28082
28083         * po/LINGUAS:
28084         * po/cs.po:
28085           added Czech translation (Miloslav Trmac)
28086
28087 2004-07-05  Wim Taymans  <wim@fluendo.com>
28088
28089         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28090         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28091         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
28092         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28093         (close_link), (type_found), (gst_decode_bin_set_property),
28094         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
28095         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
28096         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
28097         (gst_decode_bin_query), (plugin_init):
28098         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28099         (gst_play_bin_class_init), (gst_play_bin_init),
28100         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
28101         (get_video_element), (new_pad), (setup_source),
28102         (gst_play_bin_set_property), (gst_play_bin_get_property),
28103         (gst_play_bin_change_state), (gst_play_bin_add_element),
28104         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
28105         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28106         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28107         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
28108         * gst/playback/test.c: (main):
28109         More fixes, cleaned up playbin, make it use decodebin. Added
28110         threaded property to playbin.
28111
28112 2004-07-05  Wim Taymans  <wim@fluendo.com>
28113
28114         * configure.ac:
28115         * gst/playback/Makefile.am:
28116         * gst/playback/decodetest.c: (main):
28117         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
28118         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
28119         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
28120         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
28121         (close_link), (type_found), (gst_decode_bin_set_property),
28122         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
28123         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
28124         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
28125         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
28126         (plugin_init):
28127         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
28128         (gst_play_bin_class_init), (gst_play_bin_init),
28129         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
28130         (collect_sink_pads), (find_compatibles), (close_pad_link),
28131         (try_to_link_1), (new_pad), (close_link), (type_found),
28132         (setup_source), (gst_play_bin_set_property),
28133         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
28134         (compare_ranks), (gst_play_bin_collect_factories),
28135         (gst_play_bin_change_state), (gst_play_bin_add_element),
28136         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
28137         (gst_play_bin_send_event), (gst_play_bin_get_formats),
28138         (gst_play_bin_convert), (gst_play_bin_get_query_types),
28139         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
28140         * gst/playback/test.c: (main):
28141         Added some playback helper elements and some test apps, very alpha
28142         still.
28143
28144 2004-07-04  Benjamin Otte  <otte@gnome.org>
28145
28146         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
28147           only restart audio when we indeed have an xrun to fix repeated
28148           xruns. Fix suggested by Giuliano Pochini.
28149
28150 2004-07-03  David Schleef  <ds@schleef.org>
28151
28152         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
28153         call to gst_debug_log() if debugging is disabled (bug #145118)
28154
28155 2004-07-03  Benjamin Otte  <otte@gnome.org>
28156
28157         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
28158           use our own functions for restarting the alsa device.
28159         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28160           I should apply patches myself - use MIN for the third argument, not
28161           the second, this fixes seeking
28162
28163 2004-07-02  David Schleef  <ds@schleef.org>
28164
28165         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28166         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
28167         do with the logic.
28168
28169 2004-07-02  David Schleef  <ds@schleef.org>
28170
28171         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
28172         output buffers.  Fix logic mistake.  (bug #144866)
28173
28174 2004-07-02  David Schleef  <ds@schleef.org>
28175
28176         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
28177         on X.  (bug #144753)
28178
28179 2004-07-02  David Schleef  <ds@schleef.org>
28180
28181         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
28182         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
28183         (bug #144624)
28184         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
28185         (gst_osselement_rate_probe_check): Add another workaround for
28186         buggy drivers (bug #145336)
28187
28188 2004-07-02  David Schleef  <ds@schleef.org>
28189
28190         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
28191         Most systems don't have MSG_NOSIGNAL.
28192
28193 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28194
28195         * Makefile.am:
28196         * gst-libs/gst/colorbalance/Makefile.am:
28197         * gst-libs/gst/mixer/Makefile.am:
28198         * gst-libs/gst/play/Makefile.am:
28199         * gst-libs/gst/tuner/Makefile.am:
28200           (hopefully) fix both install and dist and make error message useful.
28201           needs testing across automakes.
28202
28203 2004-07-02  Benjamin Otte  <otte@gnome.org>
28204
28205         * ext/ogg/gstogg.c: (plugin_init):
28206           we require bytestream now
28207         * ext/ogg/gstoggdemux.c:
28208           huge diff to implement chain setup in a fast and generic way. This
28209           improves tag reading and startup of huge files (read: Theora videos)
28210           quite a bit. It probably contains bugs, too, so please test.
28211           Seeking is not improved to the fast method.
28212
28213 2004-06-29  Wim Taymans  <wim@fluendo.com>
28214
28215         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28216         * ext/ogg/gstoggmux.c:
28217         Fix memleak in oggdemux when running unconnected pads.
28218         doc update in mux, start working on keyframe mode.
28219
28220 2004-06-29  Benjamin Otte  <otte@gnome.org>
28221
28222         * sys/oss/gstosssink.c:
28223         * sys/oss/gstosssrc.c:
28224           advertise correct template caps - we indeed do non-native endianness
28225           and 8bit audio has no endianness
28226         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
28227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
28228           avoid (wrong) duplications in getcaps function and return
28229           template caps
28230
28231 2004-06-29  Wim Taymans  <wim@fluendo.com>
28232
28233         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28234         (gst_multifdsink_class_init), (gst_multifdsink_add),
28235         (gst_multifdsink_remove), (gst_multifdsink_clear),
28236         (gst_multifdsink_client_remove),
28237         (gst_multifdsink_handle_client_read),
28238         (gst_multifdsink_client_queue_data),
28239         (gst_multifdsink_client_queue_caps),
28240         (gst_multifdsink_client_queue_buffer),
28241         (gst_multifdsink_handle_client_write),
28242         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28243         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28244         (gst_multifdsink_init_send), (gst_multifdsink_close):
28245         Fix wrong GList iteration that could crash the server when
28246         more then 2 clients disconnect at the same time. Read all the
28247         pending commands in one batch to recover from command storms under
28248         very heavy load.
28249
28250 2004-06-28  Wim Taymans  <wim@fluendo.com>
28251
28252         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
28253         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
28254         (gst_videomixer_pad_set_property),
28255         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
28256         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
28257         (gst_videomixer_class_init), (gst_videomixer_init),
28258         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
28259         (pad_zorder_compare), (gst_videomixer_sort_pads),
28260         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28261         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
28262         (gst_videomixer_update_queues), (gst_videomixer_loop),
28263         (plugin_init):
28264         Avoid divide by zero, choose masterpad as the pad with the highest
28265         framerate.
28266
28267 2004-06-27  Julien Moutte  <julien@moutte.net>
28268
28269         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
28270         (gst_ximagesink_xwindow_new):
28271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
28272         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
28273         function directly. We might want to call it from somewhere else one day.
28274
28275 2004-06-27  Julien Moutte  <julien@moutte.net>
28276
28277         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
28278         (gst_ximagesink_xwindow_new):
28279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
28280         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
28281         window decorations.
28282
28283 2004-06-27  Wim Taymans  <wim@fluendo.com>
28284
28285         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
28286         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28287         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
28288         (gst_dvdec_set_property), (gst_dvdec_get_property):
28289         * ext/dv/gstdvdec.h:
28290         Implement drop_factor property to lower the framerate with
28291         a factor.
28292
28293 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28294
28295         * gst-libs/gst/colorbalance/Makefile.am:
28296         * gst-libs/gst/mixer/Makefile.am:
28297         * gst-libs/gst/play/Makefile.am:
28298         * gst-libs/gst/tuner/Makefile.am:
28299           unbreak Company's fix that didn't install the -enum.h files
28300
28301 2004-06-27  Wim Taymans  <wim@fluendo.com>
28302
28303         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
28304         (gst_dvdec_change_state):
28305         * ext/dv/gstdvdec.h:
28306         Fix timestamp, duration and offset of the buffers.
28307
28308 2004-06-27  Wim Taymans  <wim@fluendo.com>
28309
28310         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28311         (gst_multifdsink_class_init), (gst_multifdsink_add),
28312         (gst_multifdsink_remove), (gst_multifdsink_clear),
28313         (gst_multifdsink_client_remove),
28314         (gst_multifdsink_handle_client_read),
28315         (gst_multifdsink_client_queue_data),
28316         (gst_multifdsink_client_queue_caps),
28317         (gst_multifdsink_client_queue_buffer),
28318         (gst_multifdsink_handle_client_write),
28319         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28320         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28321         (gst_multifdsink_init_send), (gst_multifdsink_close):
28322         * gst/tcp/gstmultifdsink.h:
28323         * gst/tcp/gsttcpserversink.c:
28324         (gst_tcpserversink_handle_server_read),
28325         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
28326         More multifdsink fixes, more recovery policy fixes.
28327         Removed stupid g_print
28328
28329 2004-06-26  Wim Taymans  <wim@fluendo.com>
28330
28331         * gst/tcp/Makefile.am:
28332         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
28333         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
28334         (gst_multifdsink_class_init), (gst_multifdsink_init),
28335         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
28336         (gst_multifdsink_handle_client_read),
28337         (gst_multifdsink_client_queue_data),
28338         (gst_multifdsink_client_queue_caps),
28339         (gst_multifdsink_client_queue_buffer),
28340         (gst_multifdsink_handle_client_write),
28341         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28342         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
28343         (gst_multifdsink_chain), (gst_multifdsink_set_property),
28344         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
28345         (gst_multifdsink_close), (gst_multifdsink_change_state):
28346         * gst/tcp/gstmultifdsink.h:
28347         * gst/tcp/gsttcpplugin.c: (plugin_init):
28348         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
28349         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
28350         (gst_tcpserversink_handle_server_read),
28351         (gst_tcpserversink_handle_select),
28352         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
28353         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
28354         * gst/tcp/gsttcpserversink.h:
28355         Added multifdsink, made tcpserversink a subclass of fdsink, removed
28356         one of the locks, added recovery policy to multifdsink.
28357
28358 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28359
28360         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
28361           fix decision for when getting frames with same timestamp
28362         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28363         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28364         (gst_v4lsrc_get_property):
28365         * sys/v4l/gstv4lsrc.h:
28366           add latency offset property
28367
28368 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28369
28370         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
28371         (plugin_init):
28372           fix debugging. add category.
28373
28374 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28375
28376         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28377           fix wrong offsets
28378
28379 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28380
28381         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28382         (gst_alsa_src_get_time), (gst_alsa_src_loop),
28383         (gst_alsa_src_change_state):
28384           return a time that is in sync with the element's processing
28385
28386 2004-06-25  Wim Taymans  <wim@fluendo.com>
28387
28388         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
28389         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
28390         (gst_tcpserversink_client_remove),
28391         (gst_tcpserversink_handle_client_read),
28392         (gst_tcpserversink_client_queue_data),
28393         (gst_tcpserversink_client_queue_caps),
28394         (gst_tcpserversink_client_queue_buffer),
28395         (gst_tcpserversink_handle_client_write),
28396         (gst_tcpserversink_queue_buffer),
28397         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
28398         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
28399         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
28400         (gst_tcpserversink_close):
28401         * gst/tcp/gsttcpserversink.h:
28402         Serversink rewrite. Really do non blocking writes to clients and
28403         maintain an internal queue to handle slower clients while not
28404         disturbing fast clients.
28405
28406 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28407
28408         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28409           better debug, don't override OFFSET and OFFSET_END
28410
28411 2004-06-25  Iain <iain@prettypeople.org>
28412
28413         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
28414         name=source for the wavparse pipeline.
28415
28416 2004-06-24  Johan Dahlin  <johan@gnome.org>
28417
28418         * ext/theora/theoraenc.c (theora_enc_chain): Call
28419         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
28420         streamheader caps are set correctly.
28421
28422 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28423
28424         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
28425         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
28426           respect minimum bitrate; same could be done for max bitrate
28427
28428 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28429
28430         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
28431         (gst_vorbisenc_setup):
28432           fix sample rate range
28433
28434 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28435
28436         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
28437         (gst_oggvorbisenc_setup):
28438         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
28439         (gst_vorbisenc_setup):
28440           resolve ambiguities in code and description
28441
28442 2004-06-24  Wim Taymans  <wim@fluendo.com>
28443
28444         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
28445         * ext/alsa/gstalsa.h:
28446         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28447         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
28448         Use alsa trigger_tstamp to get the timestamp of the first
28449         sample in the buffer for more precise sync. Some cleanups.
28450
28451 2004-06-24  Wim Taymans  <wim@fluendo.com>
28452
28453         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
28454         (gst_audiorate_init), (gst_audiorate_chain),
28455         (gst_audiorate_set_property), (gst_audiorate_get_property):
28456         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28457         (gst_videorate_chain):
28458         Added some logging, fixed an overflow bug in videorate.
28459
28460 2004-06-24  Benjamin Otte  <otte@gnome.org>
28461
28462         * ext/kio/Makefile.am:
28463           fix for builddir != srcdir and distcheck
28464
28465 2004-06-24  Benjamin Otte  <otte@gnome.org>
28466
28467         * gst-libs/gst/colorbalance/Makefile.am:
28468         * gst-libs/gst/mixer/Makefile.am:
28469         * gst-libs/gst/play/Makefile.am:
28470         * gst-libs/gst/tuner/Makefile.am:
28471         * gst/tcp/Makefile.am:
28472         * sys/dxr3/Makefile.am:
28473           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
28474           tarball.
28475           Also add all *.list files that were missing.
28476         * Makefile.am:
28477           add a distcheck hook to ensure the above doesn't happen again.
28478
28479 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
28480
28481         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
28482
28483 2004-06-23  Colin Walters  <walters@redhat.com>
28484
28485         * m4/Makefile.am: Distribute gst-fionread.m4.
28486
28487 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28488
28489         * configure.ac: back to dev
28490
28491 2004-06-23  Wim Taymans  <wim@fluendo.com>
28492
28493         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28494         (gst_alsa_xrun_recovery):
28495         * ext/alsa/gstalsa.h:
28496         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28497         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
28498         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
28499         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
28500         (gst_alsa_src_loop):
28501         Add clock to alsasrc. Take new capture timestamp when
28502         restarting after an overrun. Split up some functions between
28503         alsasrc and alsasink.
28504
28505 === release 0.8.2 ===
28506
28507 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28508
28509         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
28510         (gst_alsa_change_state), (gst_alsa_update_avail),
28511         (gst_alsa_xrun_recovery):
28512         * ext/alsa/gstalsa.h:
28513         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28514           merge back changes from release
28515
28516 2004-06-23  Wim Taymans  <wim@fluendo.com>
28517
28518         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
28519         (gst_audiorate_init), (gst_audiorate_chain),
28520         (gst_audiorate_set_property), (gst_audiorate_get_property):
28521         Implement sample dropping and notify
28522
28523 2004-06-22  Wim Taymans  <wim@fluendo.com>
28524
28525         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28526         (theora_enc_sink_link), (theora_buffer_from_packet),
28527         (theora_push_packet), (theora_enc_chain):
28528         Some cleanups, make sure the timestamps are correct.
28529
28530 2004-06-22  Wim Taymans  <wim@fluendo.com>
28531
28532         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
28533         (gst_alsa_change_state), (gst_alsa_update_avail),
28534         (gst_alsa_xrun_recovery):
28535         * ext/alsa/gstalsa.h:
28536         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28537         Cleanups, take queued samples into account when reporting
28538         the time.
28539
28540 2004-06-22  Wim Taymans  <wim@fluendo.com>
28541
28542         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28543         (gst_videorate_init):
28544         Initialize the property as well.
28545
28546 2004-06-22  Wim Taymans  <wim@fluendo.com>
28547
28548         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
28549         (gst_videorate_init), (gst_videorate_chain),
28550         (gst_videorate_set_property), (gst_videorate_get_property):
28551         Add property to make videorate silent.
28552         Add property to prefer new frames over old ones.
28553
28554 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28555
28556         * sys/osxvideo/Makefile.am:
28557         Workaround so that the osxvideo .so file gets linked with the
28558         Cocoa, OpenGL and QuickTime frameworks
28559
28560 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28561
28562         * sys/osxaudio/Makefile.am:
28563         Workaround so that the osxaudio .so file gets linked with the
28564         CoreAudio framework
28565
28566 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28567
28568         * configure.ac:
28569         Whoops, my fault...fixed build issues
28570
28571 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28572
28573         * configure.ac:
28574         Add objective-c support if running in Darwin/Mac OS X
28575         * sys/Makefile.am:
28576         * sys/osxvideo:
28577         * sys/osxvideo/Makefile.am:
28578         * sys/osxvideo/osxvideosink.h:
28579         * sys/osxvideo/osxvideosink.m:
28580         * sys/osxvideo/cocoawindow.h:
28581         * sys/osxvideo/cocoawindow.m:
28582         Add osxvideosink, a cocoa-based osx video sink
28583
28584
28585 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
28586         * ext/dvdnav/gst-dvd:
28587         Grab the gconf key from the right spot
28588         * gst/debug/gstnavseek.c: (gst_navseek_init),
28589         (gst_navseek_segseek), (gst_navseek_handle_src_event),
28590         (gst_navseek_chain):
28591         * gst/debug/gstnavseek.h:
28592           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
28593           and loop parameters of a segment seek.
28594         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
28595         (gst_videotestsrc_get_event_masks),
28596         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
28597         * gst/videotestsrc/gstvideotestsrc.h:
28598           Add seeking support to videotestsrc
28599           Initialise the timestamp_offset variable.
28600
28601 2004-06-18  Wim Taymans  <wim@fluendo.com>
28602
28603         * ext/sidplay/gstsiddec.cc:
28604         Fix negotiation and set correct end offset.
28605
28606 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28607
28608         * configure.ac: branch and prerelease
28609
28610 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28611
28612         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
28613         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
28614         (gst_tcpclientsrc_init_receive):
28615         * gst/tcp/gsttcpclientsrc.h:
28616           read caps when connecting to server for GDP so we set them correctly
28617
28618 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28619
28620         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
28621           notify drops and duplicates
28622         * gst/videoscale/videoscale.c: (videoscale_get_structure):
28623           no good reason to limit ourselves to 100x100
28624
28625 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28626
28627         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28628         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
28629         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28630         (gst_v4lsrc_get_property):
28631         * sys/v4l/gstv4lsrc.h:
28632         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
28633         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
28634         (gst_v4l_set_audio):
28635         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
28636         (gst_v4lsrc_try_capture):
28637         * sys/v4l/v4lsrc_calls.h:
28638           change try_palette to more general try_capture
28639           add autoprobe option so we can turn off autoprobing
28640           various fixes
28641
28642 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28643
28644         * configure.ac:
28645           add videorate
28646         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
28647         (gst_ximagesink_class_init):
28648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
28649         (gst_xvimagesink_class_init):
28650           run them as finalize, not dispose, since dispose can be invoked
28651           multiple times
28652
28653 2004-06-17  Wim Taymans  <wim@fluendo.com>
28654
28655         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
28656         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
28657         * ext/alsa/gstalsa.h:
28658         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
28659         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
28660         (gst_alsa_src_change_state):
28661         * ext/alsa/gstalsasrc.h:
28662         Make the xrun code timestamp and offset the buffers correctly.
28663         moved the clock to the base class, use alsa methods to get time.
28664         Do correct timestamping on outgoing buffers.
28665
28666 2004-06-17  Wim Taymans  <wim@fluendo.com>
28667
28668         * gst/audiorate/Makefile.am:
28669         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
28670         (gst_audiorate_base_init), (gst_audiorate_class_init),
28671         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
28672         (gst_audiorate_set_property), (gst_audiorate_get_property),
28673         (gst_audiorate_change_state), (plugin_init):
28674         Added an audiorate converter that fills in gaps.
28675
28676 2004-06-17  Johan Dahlin  <johan@gnome.org>
28677
28678         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
28679
28680 2004-06-16  Wim Taymans  <wim@fluendo.com>
28681
28682         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
28683         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
28684         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
28685         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28686         (gst_v4lsrc_get_property):
28687         * sys/v4l/gstv4lsrc.h:
28688         Added a copy mode to v4lsrc where it will output a copied version
28689         of its internal hardware buffer.
28690         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
28691         can't | them.
28692
28693 2004-06-16  Wim Taymans  <wim@fluendo.com>
28694
28695         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28696         Timestamp fixes.
28697
28698 2004-06-16  Wim Taymans  <wim@fluendo.com>
28699
28700         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
28701         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
28702         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
28703         (gst_v4lsrc_get_property):
28704         * sys/v4l/gstv4lsrc.h:
28705         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
28706         Added a sync mode enum property to control v4lsrc timestamp method
28707         Removed the use-fixed-fps property and moved functionality in
28708         the enum.
28709         Don't error on an error value from v4l-conf, it might not always
28710         be a real error.
28711
28712 2004-06-16  Wim Taymans  <wim@fluendo.com>
28713
28714         * gst/videorate/Makefile.am:
28715         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
28716         (gst_videorate_base_init), (gst_videorate_class_init),
28717         (gst_videorate_getcaps), (gst_videorate_link),
28718         (gst_videorate_init), (gst_videorate_chain),
28719         (gst_videorate_set_property), (gst_videorate_get_property),
28720         (gst_videorate_change_state), (plugin_init):
28721         Added a video timestamp corrector.
28722
28723 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28724
28725         fixed a potential leak with previous commit
28726
28727         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28728
28729 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28730
28731         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28732         Added missing refcount, fixes bug #144425
28733         Cheers Tim for finding the bug
28734
28735 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28736
28737         * sys/v4l/gstv4l.c: (plugin_init):
28738         * sys/v4l/gstv4lcolorbalance.c:
28739         * sys/v4l/gstv4lcolorbalance.h:
28740         * sys/v4l/gstv4lelement.c:
28741         * sys/v4l/gstv4lelement.h:
28742         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28743         * sys/v4l/gstv4lmjpegsink.h:
28744         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28745         * sys/v4l/gstv4lmjpegsrc.h:
28746         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
28747         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
28748         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
28749         * sys/v4l/gstv4lsrc.h:
28750         * sys/v4l/gstv4ltuner.c:
28751         * sys/v4l/gstv4ltuner.h:
28752         * sys/v4l/gstv4lxoverlay.c:
28753         * sys/v4l/gstv4lxoverlay.h:
28754         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28755         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28756         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
28757         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
28758         (gst_v4l_set_audio):
28759         * sys/v4l/v4l_calls.h:
28760         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28761         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
28762         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
28763         (gst_v4lmjpegsink_playback_init),
28764         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
28765         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
28766         (gst_v4lmjpegsink_playback_stop),
28767         (gst_v4lmjpegsink_playback_deinit):
28768         * sys/v4l/v4lmjpegsink_calls.h:
28769         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
28770         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
28771         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28772         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
28773         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
28774         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
28775         * sys/v4l/v4lmjpegsrc_calls.h:
28776         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28777         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
28778         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
28779         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
28780         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
28781         (gst_v4lsrc_try_palette):
28782         * sys/v4l/v4lsrc_calls.h:
28783           bunch of paranoia cleanups
28784
28785 2004-06-14  David Schleef  <ds@schleef.org>
28786
28787         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
28788         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
28789         Send discont events and change timestamps appropriately when
28790         we get a seek event.  (bug #144240)
28791         * ext/cdparanoia/gstcdparanoia.h:
28792
28793 2004-06-14  Benjamin Otte  <otte@gnome.org>
28794
28795         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
28796           snd_pcm_hw_params_set_rate  since the latter fails for no good
28797           reason on some setups.
28798
28799 2004-06-14  David Schleef  <ds@schleef.org>
28800
28801         * gst/volume/demo.c: (value_changed_callback): exp10() is not
28802         standard.  Thank you for playing.
28803
28804 2004-06-14  Wim Taymans  <wim@fluendo.com>
28805
28806         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
28807         Patch 1.3 broke the ordering of the colorspace info and
28808         made the plugin basically work by coincidence, reordered
28809         the info.
28810
28811 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28812
28813         * ext/lame/gstlame.c:
28814         * ext/mad/gstmad.c:
28815           sync caps.  Make sure mad can only output a list of rates, not
28816           a full range.  In the future, have three caps lists for each of the
28817           mpeg versions.  Change mpegversion to a double as well.
28818
28819 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28820
28821         * gst/volume/.cvsignore:
28822         * gst/volume/Makefile.am:
28823         * gst/volume/demo.c: (value_changed_callback), (idler),
28824         (setup_gui), (main):
28825           added small demo app
28826
28827 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
28828         * ext/esd/esdsink.c: (gst_esdsink_change_state):
28829         * ext/esd/esdsink.h:
28830         Close the esd connection on pause, because esd will just wait -
28831         blocking all other esd clients indefinitely.
28832
28833 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
28834
28835         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
28836           previous commit with GST_DEBUG
28837
28838 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28839
28840         * configure.ac:
28841           add a header check for a dvdread header in dvdnav.  Fixes #133002
28842
28843 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28844
28845         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
28846         * gst/tcp/gsttcpclientsink.h:
28847         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
28848         * gst/tcp/gsttcpclientsrc.h:
28849         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
28850         (gst_tcpserversink_handle_server_read),
28851         (gst_tcpserversink_init_send):
28852         * gst/tcp/gsttcpserversink.h:
28853         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
28854         * gst/tcp/gsttcpserversrc.h:
28855         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
28856         version of IP)
28857
28858 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28859
28860         * configure.ac:
28861         Added ogg library so that OSX detects libtheora properly
28862
28863 2004-06-11  Wim Taymans  <wim@fluendo.com>
28864
28865         * ext/theora/theoradec.c: (theora_dec_chain),
28866         (theora_dec_change_state):
28867         Don't try to decode frames before we received a keyframe.
28868
28869 2004-06-11  Wim Taymans  <wim@fluendo.com>
28870
28871         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
28872         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
28873         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
28874         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
28875         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
28876         Added property to set the maximum delay of a page.
28877
28878 2004-06-10  Wim Taymans  <wim@fluendo.com>
28879
28880         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
28881         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
28882         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
28883         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
28884         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
28885         Added max-delay property to control the maximum amount
28886         of data to put in one page.
28887
28888 2004-06-10  Wim Taymans  <wim@fluendo.com>
28889
28890         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28891         (gst_theora_enc_init), (theora_enc_sink_link),
28892         (theora_buffer_from_packet), (theora_enc_set_property),
28893         (theora_enc_get_property):
28894         Set duration on encoded buffer, added some more properties
28895
28896 2004-06-10  Wim Taymans  <wim@fluendo.com>
28897
28898         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28899         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
28900         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
28901         * ext/theora/theoraenc.c: (theora_enc_chain):
28902         Fix refcounting bugs
28903
28904 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28905
28906         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
28907         (gst_asf_demux_loop), (gst_asf_demux_process_file),
28908         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
28909         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
28910         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
28911         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
28912         (gst_asf_demux_change_state):
28913         * gst/asfdemux/gstasfdemux.h:
28914           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
28915           feels like. I think we should set a new requirement for demuxers
28916           from now on to implement sane loop functions, data loops, query
28917           and seek functions before first commit into CVS. And this commit
28918           fixes all of the above.
28919
28920 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
28921
28922         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
28923           vorbis comments are properly encoded in UTF-8 before adding them
28924           to a GstTagList
28925
28926 2004-06-09  Benjamin Otte  <otte@gnome.org>
28927
28928         * ext/alsa/gstalsa.c: (add_channels):
28929           handle min <= max correctly
28930         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
28931         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
28932           add fixation functions so we fixate correctly. No preferring of alaw
28933           anymore because it's the first structure.
28934         * ext/alsa/gstalsa.h:
28935         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
28936         (gst_alsa_hw_params_dump):
28937           add functions to ease debugging in alsalib
28938         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
28939         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
28940         (gst_alsa_start_audio):
28941           only specify hw params if we really setup a format (fixes #134007 -
28942           or at least works around it)
28943
28944 2004-06-09  Wim Taymans  <wim@fluendo.com>
28945
28946         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
28947         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
28948         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
28949         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
28950         (gst_ogg_mux_loop):
28951         Use stream caps to setup the initial pages in the ogg stream.
28952         Correctly set the streamheader caps on the srcpad.
28953
28954 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28955
28956         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
28957         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
28958         (gst_v4lsrc_getcaps):
28959         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
28960         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
28961           add querying of fps lists for webcams.  Negotiating to a framerate
28962           now works.
28963
28964 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28965
28966         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
28967         (theora_push_buffer), (theora_push_packet),
28968         (theora_set_header_on_caps), (theora_enc_chain):
28969           mark buffers and put on streamheader, raw theora streaming
28970           now works too, whee
28971
28972 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28973
28974         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
28975         (gst_tcp_gdp_read_caps):
28976           do a looping read for caps and GDP headers too
28977
28978 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28979
28980         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28981         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
28982           return EOS instead of NULL in _get
28983
28984 2004-06-08  Wim Taymans  <wim@fluendo.com>
28985
28986         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
28987         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
28988         (gst_tcp_gdp_write_caps):
28989         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
28990         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
28991         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
28992         Memory leak fixes
28993
28994 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28995
28996         * ext/vorbis/Makefile.am:
28997         * ext/vorbis/vorbis.c: (plugin_init):
28998         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
28999         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
29000         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
29001         (vorbis_parse_change_state):
29002         * ext/vorbis/vorbisparse.h:
29003           adding a vorbisparse element that marks the buffers, streaming
29004           raw vorbis using GDP now works, whee
29005
29006 2004-06-08  Wim Taymans  <wim@fluendo.com>
29007
29008         * ext/jpeg/Makefile.am:
29009         * ext/jpeg/README:
29010         * ext/jpeg/gstjpeg.c: (plugin_init):
29011         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
29012         (gst_smokedec_base_init), (gst_smokedec_class_init),
29013         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
29014         * ext/jpeg/gstsmokedec.h:
29015         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
29016         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
29017         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
29018         (gst_smokeenc_resync), (gst_smokeenc_chain),
29019         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
29020         * ext/jpeg/gstsmokeenc.h:
29021         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
29022         (smokecodec_flush_destination), (smokecodec_term_destination),
29023         (smokecodec_init_source), (smokecodec_fill_input_buffer),
29024         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
29025         (smokecodec_term_source), (smokecodec_encode_new),
29026         (smokecodec_decode_new), (smokecodec_info_free),
29027         (smokecodec_set_quality), (smokecodec_get_quality),
29028         (smokecodec_set_threshold), (smokecodec_get_threshold),
29029         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29030         (find_best_size), (abs_diff), (put), (smokecodec_encode),
29031         (smokecodec_parse_header), (smokecodec_decode):
29032         * ext/jpeg/smokecodec.h:
29033         Added a new simple jpeg based codec
29034
29035 2004-06-08  Wim Taymans  <wim@fluendo.com>
29036
29037         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29038         (gst_multipart_mux_loop):
29039         Fix memory leak
29040
29041 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29042
29043         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
29044         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
29045         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
29046         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
29047         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
29048         * gst/tcp/gsttcpserversink.h:
29049           take streamheader into account
29050
29051 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29052
29053         * gst/level/Makefile.am:
29054         * gst/level/gstlevel.c: (gst_level_class_init):
29055           clean up marshal generation
29056
29057 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29058
29059         * gst/tcp/Makefile.am:
29060         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
29061         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
29062         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
29063         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
29064         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
29065         (gst_tcpclientsrc_get_property):
29066         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
29067         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
29068         (gst_tcpserversink_handle_client_read),
29069         (gst_tcpserversink_handle_client_write),
29070         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
29071         * gst/tcp/gsttcpserversink.h:
29072           add signals client-added and client-removed
29073         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
29074         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
29075         (gst_tcpserversrc_get_property):
29076         uniformized, change default protocol to NONE
29077         * gst/tcp/gsttcp-marshal.list: added
29078 2004-06-07  Benjamin Otte  <otte@gnome.org>
29079
29080         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29081           handle discont events if they happen before caps nego
29082
29083 2004-06-07  Wim Taymans  <wim@fluendo.com>
29084
29085         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
29086         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
29087         (gst_multipart_demux_plugin_init):
29088         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29089         (gst_multipart_mux_init), (gst_multipart_mux_loop),
29090         (gst_multipart_mux_change_state):
29091         Small updates, fix a memleak
29092
29093 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29094
29095         * configure.ac: OSS portability
29096         * ext/arts/gst_arts.c: idem
29097         * sys/oss/gstosselement.c: idem
29098         * sys/oss/gstossmixer.c: idem
29099         * sys/oss/gstosssink.c: idem
29100         * sys/oss/gstosssrc.c: idem
29101         * sys/oss/oss_probe.c: idem
29102           - check for soundcard.h in different places for some BSD
29103
29104 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
29105
29106         * AUTHORS:
29107         Add me to the authors file
29108         * configure.ac:
29109         Increase the libdv requirement to >= version 0.100
29110         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
29111         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
29112         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
29113         * ext/dv/gstdvdec.h:
29114         Add support for the new_media flag when sending DISCONT events
29115         Make the querying work when video pad is not linked
29116
29117 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29118
29119         reviewed by Benjamin Otte  <otte@gnome.org>
29120
29121         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
29122           create a NULL-initialized array of pads, so we don't think they
29123           exist already. (fixes #143130)
29124
29125 2004-06-07  Benjamin Otte  <otte@gnome.org>
29126
29127         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
29128         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
29129         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
29130           don't use // coments
29131
29132 2004-06-07  Benjamin Otte  <otte@gnome.org>
29133
29134         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
29135           cast to GstClockTime to get higher granularity
29136         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29137           use gst_element_set_time_delay to get the exact time
29138         * ext/mad/gstmad.c: (gst_mad_chain):
29139           use the negotiated rate instead of the current frame's rate which
29140           might be wrong because of bit errors. This avoids emitting totally
29141           bogus timestamps and screwing sync.
29142         (fixes #143454)
29143
29144 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29145
29146         reviewed by Benjamin Otte  <otte@gnome.org>
29147
29148         * gst/adder/gstadder.c: (gst_adder_loop):
29149           properly error out when no negotiation has happened yet. (fixes
29150           #143032)
29151
29152 2004-06-06  Benjamin Otte  <otte@gnome.org>
29153
29154         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29155           forward correctly transformed offset in discont events. Based on
29156           patch by Arwed v. Merkatz. (fixes #142851)
29157
29158 2004-06-06  David Schleef  <ds@schleef.org>
29159
29160         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
29161         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
29162         problems on several systems.
29163
29164 2004-06-06  Benjamin Otte  <otte@gnome.org>
29165
29166         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
29167           use explicit caps on the srcpad
29168         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29169           properly error out if caps couldn't be set (fixes #142764)
29170
29171 2004-06-06  Benjamin Otte  <otte@gnome.org>
29172
29173         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
29174         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
29175         (gst_alsa_start_audio):
29176           - don't call set_periods_integer anymore, it breaks the
29177           configuration randomly
29178           - call snd_pcm_hw_params_set_access directly instead of using masks
29179           - don't fail if the sw_params can't be set, just use the default
29180           params and hope it works. Alsalib has weird issues when you touch
29181           sw_params and does no proper error reporting about what failed.
29182         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29183         (gst_alsa_close_audio):
29184           make our alsa debugging go via gst debugging and not conditionally
29185           defined
29186         * ext/alsa/gstalsa.h:
29187           add ALSA_DEBUG_FLUSH macro
29188         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
29189         (plugin_init):
29190           wrap alsa errors to be printed via the gst debugging system and not
29191           spammed to stderr
29192
29193 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29194
29195         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
29196         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
29197         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
29198         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
29199         (qtdemux_parse_trak):
29200         * gst/qtdemux/qtdemux.h:
29201           Bitch. Also known as seeking, querying & co.
29202         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29203         (gst_osssink_change_state):
29204         * sys/oss/gstosssink.h:
29205           Resyncing is for weenies, this hack is no longer needed and was
29206           broken anyway (since it - unintendedly - always leaves resync to
29207           TRUE).
29208
29209 2004-06-05  Andrew Turner <zxombie@hotpop.com>
29210
29211         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
29212         * gst/tcp/gsttcpclientsrc.h: idem
29213           - define MSG_NOSIGNAL if not done
29214           - include unistd.h for off_t
29215           (fixes #143749)
29216
29217 2004-06-05  Benjamin Otte  <otte@gnome.org>
29218
29219         * configure.ac:
29220         * ext/kio/Makefile.am:
29221           check for qt's moc preprocessor explicitly and use it
29222
29223 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29224
29225         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
29226           don't get a signal for EPIPE on socket writes
29227           (somebody check if this works on other platforms)
29228
29229 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29230
29231         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
29232         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29233           check error condition on available samples correctly
29234
29235 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29236
29237         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
29238           avoid a segfault
29239         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
29240         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
29241         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
29242         (gst_tcpserversrc_gdp_read_header):
29243          use ssize_t over size_t since the former is signed and thus the
29244          check for error codes can work
29245
29246 2004-06-02  Wim Taymans  <wim@fluendo.com>
29247
29248         reviewed by: Johan
29249
29250         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29251         (gst_multipart_mux_loop):
29252         Oops
29253
29254 2004-06-02  Wim Taymans  <wim@fluendo.com>
29255
29256         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
29257         (gst_multipart_mux_init), (gst_multipart_mux_loop),
29258         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
29259         (gst_multipart_mux_change_state):
29260         Added configurable boundary specifier, added the value as a
29261         caps field as well.
29262
29263 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29264
29265         * gst/tcp/gsttcp.c:
29266         * gst/tcp/gsttcpclientsrc.c:
29267         * gst/tcp/gsttcpclientsrc.h:
29268         * gst/tcp/gsttcpserversrc.c:
29269           - portability fix, to compile on OSX
29270             (fixes #143146)
29271
29272         * sys/osxaudio/gstosxaudioelement.c:
29273         * sys/osxaudio/gstosxaudiosink.c:
29274         * sys/osxaudio/gstosxaudiosrc.c:
29275           - compilation warnings on OSX
29276             (fixes #143153)
29277
29278 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29279
29280         * ext/vorbis/vorbisdec.c : sign warning fixes
29281
29282         * gst-libs/gst/mixer/mixertrack.c :
29283           do no use defines which are glib 2.4 specific
29284
29285 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
29286
29287         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
29288           buffer since libflac doesn't expect it (reports a sync error when
29289           it encounters that)
29290
29291
29292 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
29293
29294         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
29295         * gst-libs/gst/mixer/mixertrack.c:
29296         (gst_mixer_track_get_property), (get_mixer_track_init),
29297         (get_mixer_track_get_property): Added property accessors
29298         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
29299         * gst-libs/gst/mixer/mixeroptions.c:
29300         (gst_mixer_options_get_values): Added
29301         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
29302         * gst-libs/gst/mixer/mixer.c: Fixed comment
29303
29304
29305 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29306
29307         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
29308           improve error messages on open
29309
29310
29311 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29312
29313         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29314           check if v4l-conf is in path
29315
29316 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29317
29318         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
29319           change assert to a more readable error message
29320
29321 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29322
29323         * gst-libs/gst/tuner/tunerchannel.h:
29324           - add a freq_multiplicator field to make the conversion
29325             between internal frequency unit and Hz
29326         * sys/v4l/gstv4lelement.c:
29327         * sys/v4l2/gstv4l2element.c:
29328           - change default video device to /dev/video0
29329         * sys/v4l/v4l_calls.c:
29330         * sys/v4l2/v4l2_calls.c:
29331           - we only expose frequency to the user in Hz instead of
29332             bastard v4lX unit (either 62.5kHz or 62.5Hz)
29333
29334 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
29335         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29336           Initialise b_o_s and e_o_s variables
29337         * gst-libs/gst/riff/riff-media.c:
29338         (gst_riff_create_video_caps_with_data):
29339           Add some unusual fourcc's from mplayer avi's
29340         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
29341           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
29342           autoplugging.
29343
29344 2004-05-28  Wim Taymans  <wim@fluendo.com>
29345
29346         * configure.ac:
29347         * gst/alpha/Makefile.am:
29348         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29349         (gst_alpha_get_type), (gst_alpha_base_init),
29350         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29351         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
29352         (gst_alpha_chroma_key), (gst_alpha_chain),
29353         (gst_alpha_change_state), (plugin_init):
29354         A plugin to add an alpha channel to I420 video. Can optionally do
29355         chroma keying.
29356         * gst/multipart/Makefile.am:
29357         * gst/multipart/multipart.c: (plugin_init):
29358         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
29359         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
29360         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
29361         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
29362         (gst_multipart_demux_change_state),
29363         (gst_multipart_demux_plugin_init):
29364         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
29365         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
29366         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
29367         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
29368         (gst_multipart_mux_pad_unlink),
29369         (gst_multipart_mux_request_new_pad),
29370         (gst_multipart_mux_handle_src_event),
29371         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
29372         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
29373         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
29374         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
29375         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
29376         send multipart jpeg images to a browser.
29377         * gst/videobox/Makefile.am:
29378         * gst/videobox/README:
29379         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
29380         (gst_video_box_get_type), (gst_video_box_base_init),
29381         (gst_video_box_class_init), (gst_video_box_init),
29382         (gst_video_box_set_property), (gst_video_box_get_property),
29383         (gst_video_box_sink_link), (gst_video_box_i420),
29384         (gst_video_box_ayuv), (gst_video_box_chain),
29385         (gst_video_box_change_state), (plugin_init):
29386         Crops or adds borders around an image. can do alpha channel
29387         borders as well.
29388         * gst/videomixer/Makefile.am:
29389         * gst/videomixer/README:
29390         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
29391         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
29392         (gst_videomixer_pad_get_sink_event_masks),
29393         (gst_videomixer_pad_get_property),
29394         (gst_videomixer_pad_set_property),
29395         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
29396         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
29397         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
29398         (gst_videomixer_base_init), (gst_videomixer_class_init),
29399         (gst_videomixer_init), (gst_videomixer_request_new_pad),
29400         (gst_videomixer_handle_src_event),
29401         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
29402         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
29403         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
29404         (gst_videomixer_loop), (gst_videomixer_get_property),
29405         (gst_videomixer_set_property), (gst_videomixer_change_state),
29406         (plugin_init):
29407         Generic video mixer plugin, can handle multiple inputs all with
29408         different framerates and video sizes. Is fully alpha channel
29409         aware.
29410
29411 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29412
29413         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29414           Select first track as master track. Not sure how else to handle
29415           that...
29416         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
29417           Discard discont events. Should fix #142962.
29418
29419 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29420
29421         * ext/alsa/Makefile.am:
29422         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
29423         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
29424         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
29425         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
29426         (gst_alsa_mixer_get_option):
29427         * ext/alsa/gstalsamixer.h:
29428         * ext/alsa/gstalsamixeroptions.c:
29429         (gst_alsa_mixer_options_get_type),
29430         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
29431         (gst_alsa_mixer_options_new):
29432         * ext/alsa/gstalsamixeroptions.h:
29433         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29434         * ext/alsa/gstalsamixertrack.h:
29435           Add enumerations (as GstMixerOptions). Make correct distinction
29436           between input/output tracks. Add capture/playback private flag.
29437           Use flag to decide on whether to set capture or playback volumes
29438           or switches. Use playback and record switches.
29439         * gst-libs/gst/mixer/Makefile.am:
29440         * gst-libs/gst/mixer/mixer-marshal.list:
29441         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
29442         (gst_mixer_set_option), (gst_mixer_get_option),
29443         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
29444         (gst_mixer_volume_changed), (gst_mixer_option_changed):
29445         * gst-libs/gst/mixer/mixer.h:
29446         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
29447         (gst_mixer_options_class_init), (gst_mixer_options_init),
29448         (gst_mixer_options_dispose):
29449         * gst-libs/gst/mixer/mixeroptions.h:
29450           Add GstMixerOptions.
29451         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29452           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
29453           broken device detection on computers with multiple OSS sound
29454           cards.
29455
29456 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29457
29458         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
29459           fixate nicely even when the peer is not negotiating
29460
29461 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29462
29463         * gst/audioconvert/gstaudioconvert.c:
29464         (gst_audio_convert_parse_caps):
29465           make sure we don't allow depth > width
29466         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
29467           fixate endianness to G_BYTE_ORDER as default
29468         * gst/audioscale/gstaudioscale.c:
29469           we don't handle another endianness as host-endianness
29470
29471 2004-05-25  David Schleef  <ds@schleef.org>
29472
29473         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
29474
29475 2004-05-24  Benjamin Otte  <otte@gnome.org>
29476
29477         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
29478         (gst_oggvorbisenc_setup):
29479           properly fail when we can't setup the vorbis encoder due to
29480           unsupported settings
29481         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
29482         (gst_vorbisenc_setup):
29483           same
29484         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29485           fix case where warnings occured when one pad was unlinked while the
29486           other's link function was called
29487
29488 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
29489
29490         * gst/tcp/Makefile.am:
29491           use GST_ENABLE_NEW
29492
29493 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29494
29495         * gst-libs/gst/resample/private.h:
29496           don't use optimizations that are #if 0'ed
29497
29498 2004-05-24  Wim Taymans  <wim@fluendo.com>
29499
29500         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
29501         Fix potential division by zero error and hopefully get
29502         the position query right to get correct timestamps on avi
29503         audio.
29504
29505 2004-05-24  Wim Taymans  <wim@fluendo.com>
29506
29507         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
29508         (gst_videoscale_scale_nearest_str2),
29509         (gst_videoscale_scale_nearest_str4),
29510         (gst_videoscale_scale_nearest_32bit),
29511         (gst_videoscale_scale_nearest_24bit),
29512         (gst_videoscale_scale_nearest_16bit):
29513         Fix the scaling algorithm and avoid a buffer overflow.
29514         removed the while loop in the scaling function as it
29515         was used for point sampling only.
29516
29517 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29518
29519         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29520         (gst_id3_tag_class_init), (gst_id3_tag_init),
29521         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
29522         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
29523         (gst_id3_tag_send_tag_event):
29524           lots of fixes to make id3mux work and id3demux work correctly
29525
29526 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29527
29528         * ext/Makefile.am:
29529           add rules to build shout2send (was removed by accident
29530           when this module was no more marked experimental/broken)
29531
29532 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29533
29534         * ext/shout2/gstshout2.c:
29535         * ext/shout2/gstshout2.h:
29536           adding a "connection problem" signal to shout2send
29537           (fixes #142954)
29538
29539 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29540
29541         * ext/kio/kioreceiver.cpp:
29542         * ext/kio/kioreceiver.h:
29543           fix sign comparison issues
29544
29545 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29546
29547         * gst/cdxaparse/gstcdxaparse.c:
29548         * gst/cdxaparse/gstcdxaparse.h:
29549           some renaming
29550           add some checks/sanity
29551           prepare for seek addition
29552
29553         * sys/sunaudio/gstsunaudio.c:
29554           remove exported dupe init function
29555
29556 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
29557
29558         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
29559         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
29560           Fix format conversion and position querying.
29561         * gst/debug/progressreport.c: (gst_progressreport_report):
29562           Don't output a bogus total value that we didn't query.
29563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29564           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
29565           only a blank window after xine has been used.
29566
29567 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29568
29569         * m4/as-arts.m4:
29570           sync with upstream version to fix test on FC2
29571           readd with -ko to preserve Id header
29572
29573 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29574
29575         * configure.ac:
29576           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
29577         * gst/tcp/gsttcpclientsrc.c: idem
29578         * gst/tcp/gsttcpserversink.c: idem
29579         * gst/tcp/gsttcpserversrc.c: idem
29580         * m4/gst-fionread.m4: idem
29581
29582         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
29583
29584         * configure.ac: enable speex plugin for speex 1.1.5+
29585         * ext/speex/gstspeexenc.c: fix cast warning
29586
29587         * ext/esd/README: fix typo
29588
29589 2004-05-20  David Schleef  <ds@schleef.org>
29590
29591         * configure.ac: Minor cosmetic change to convince the buildbot to
29592         reautogen.
29593         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
29594         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
29595         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
29596         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
29597         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
29598         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
29599         More hacking.  Plays audio now.
29600
29601 2004-05-20  David Schleef  <ds@schleef.org>
29602
29603         * configure.ac:
29604         * sys/Makefile.am:
29605
29606 2004-05-20  David Schleef  <ds@schleef.org>
29607
29608         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
29609         * sys/osxaudio/gstosxaudio.c:
29610         * sys/osxaudio/gstosxaudioelement.c:
29611         * sys/osxaudio/gstosxaudioelement.h:
29612         * sys/osxaudio/gstosxaudiosink.c:
29613         * sys/osxaudio/gstosxaudiosink.h:
29614         * sys/osxaudio/gstosxaudiosrc.c:
29615         * sys/osxaudio/gstosxaudiosrc.h:
29616
29617 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29618
29619         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
29620         (gst_vorbisenc_chain):
29621           put the codec headers on the caps as streamheader as well as
29622           pushing them out
29623
29624 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29625
29626         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
29627         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
29628         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
29629         split up push_packet into two functions
29630
29631 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29632
29633         * gst/tcp/.cvsignore:
29634           ignore enums
29635         * gst/tcp/Makefile.am:
29636         * gst/tcp/README:
29637         * gst/tcp/gsttcp.c:
29638         * gst/tcp/gsttcp.h:
29639         * gst/tcp/gsttcpclientsink.c:
29640         * gst/tcp/gsttcpclientsink.h:
29641         * gst/tcp/gsttcpclientsrc.c:
29642         * gst/tcp/gsttcpclientsrc.h:
29643         * gst/tcp/gsttcpplugin.c:
29644         * gst/tcp/gsttcpserversink.c:
29645         * gst/tcp/gsttcpserversink.h:
29646         * gst/tcp/gsttcpserversrc.c:
29647         * gst/tcp/gsttcpserversrc.h:
29648           add new tcp elements
29649
29650 2004-05-19  Wim Taymans  <wim@fluendo.com>
29651
29652         * gst/law/mulaw-conversion.c: (mulaw_encode):
29653         Fix overflow bug in ulaw encoding.
29654
29655 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29656
29657         * ext/mad/gstmad.c: (gst_mad_handle_event):
29658           don't unref the event twice
29659
29660 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29661
29662         * configure.ac:
29663           remove -Wno-sign-compare
29664
29665 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29666
29667         * configure.ac:
29668           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
29669           if you want to work against glib 2.2 and 2.4
29670
29671 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29672
29673         * gst/tcp/Makefile.am:
29674         * gst/tcp/gsttcp.c:
29675         * gst/tcp/gsttcp.h:
29676         * gst/tcp/gsttcpsink.h:
29677         * gst/tcp/gsttcpsrc.h:
29678           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
29679
29680 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29681
29682         * gst/debug/tests.c: (md5_get_value):
29683           fix segfault on gst-inspect
29684
29685 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29686
29687         * gst/debug/testplugin.c:
29688         * gst/debug/tests.c:
29689         * gst/debug/tests.h:
29690           add new extensible and configurable testing element. Current tests
29691           include buffer count, stream length, timestamp/duration matching and
29692           md5.
29693         * gst/debug/Makefile.am:
29694         * gst/debug/gstdebug.c: (plugin_init):
29695           add infrastructure for new element
29696
29697 2004-05-19  Johan Dahlin  <johan@gnome.org>
29698
29699         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
29700         ending of the array. Fixes gst-inspect segfault on ppc.
29701
29702 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29703
29704         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
29705
29706         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
29707
29708 2004-05-18  David Schleef  <ds@schleef.org>
29709
29710         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
29711         warnings (bugs, actually) noticed by gcc but not forte.
29712
29713 2004-05-18  David Schleef  <ds@schleef.org>
29714
29715         * sys/sunaudio/Makefile.am:
29716         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
29717
29718 2004-05-18  David Schleef  <ds@schleef.org>
29719
29720         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
29721         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
29722         to allow qtdemux to use non-seekable streams. (bug #142272)
29723
29724 2004-05-18  David Schleef  <ds@schleef.org>
29725
29726         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
29727         (gst_resample_sinc_ft_float): Remove use of static temporary
29728         buffer.  This code was obviously not supposed to last long, but
29729         it's stuck in our ABI, so it required a little hack to make it
29730         ABI-compatible.  Fixes #142585.
29731         * gst-libs/gst/resample/resample.h: same.
29732
29733 2004-05-18  David Schleef  <ds@schleef.org>
29734
29735         * configure.ac: Add sunaudio
29736         * examples/Makefile.am: make gstplay depend on gconf
29737         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
29738         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
29739         (convert_table_lookup), (img_convert): remove c99-isms
29740         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
29741           unsigned, to fix a warning on Solaris
29742         * gst/mpeg1sys/systems.c: bcopy->memcpy
29743         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
29744         * sys/Makefile.am: Add sunaudio
29745
29746 2004-05-18  Wim Taymans  <wim@fluendo.com>
29747
29748         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
29749         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
29750         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
29751         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
29752         (gst_ogg_mux_loop):
29753         Fix an ugly memleak where the muxer didn't flush enough ogg
29754         pages. This also resulted in badly muxed ogg files.
29755
29756 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29757
29758         * gst/asfdemux/asfheaders.c :
29759         * gst/asfdemux/asfheaders.h :
29760         * gst/asfdemux/gstasfdemux.c :
29761           - fix ASF_OBJ_PADDING guid
29762           - add 3 new object guids (language list, metadata,
29763             extended stream properties)
29764           - add a function to parse extended header objects
29765
29766 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29767
29768         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
29769           remove leftover debugging g_print
29770
29771 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29772
29773         * ext/mad/gstmad.c: (gst_mad_handle_event):
29774           Fix for when the first format in a discont event is not a
29775           byte-based one. Should fix #137710.
29776
29777 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29778
29779         * m4/a52.m4 : fix compilation with -Wall -Werror
29780         * m4/libfame.m4 : idem
29781         * m4/libmikmod.m4 : idem
29782
29783 2004-05-17  Benjamin Otte  <otte@gnome.org>
29784
29785         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29786           signal the new tags before giving up the reference
29787
29788 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29789
29790         * ext/shout2/gstshout2.c:
29791           use application/ogg instead of application/x-ogg (patch by Patrick
29792           Guimond, fixes #142432)
29793         * sys/oss/gstosselement.c: (gst_osselement_reset),
29794         (gst_osselement_sync_parms):
29795           don't set fragment size unless specified (fixes #142493)
29796
29797 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29798
29799         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
29800           fixes #142664
29801
29802 2004-05-17  Benjamin Otte  <otte@gnome.org>
29803
29804         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29805           compute offsets correctly for internal buffers so timestamps are set
29806           correctly when we can't seek. Also handle cases where there are no
29807           offsets. (based on a patch by David Moore, fixes #142507)
29808
29809 2004-05-17  Benjamin Otte  <otte@gnome.org>
29810
29811         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29812           use correct variable when determining amount of data to skip so we
29813           don't skip into the void and segfault
29814
29815 2004-05-16  Benjamin Otte  <otte@gnome.org>
29816
29817         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29818           Hi, I'm a memleak
29819
29820 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29821
29822         * gst/asfdemux/gstasfdemux.c:
29823           - fix a mem leak and always propagate tags
29824           - add WMV3 to known video codecs (but no decoder yet)
29825           - replace "surplus data" at end of audio header for what
29826             it is : codec specific data
29827           - fix a typo
29828
29829 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
29830
29831         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
29832
29833         * gst-libs/gst/audio/audioclock.c:
29834           Fix wrong return type (#142205).
29835
29836 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29837
29838         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
29839           Ignore CRCs by default (fixes #142566).
29840
29841 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29842
29843         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
29844         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
29845         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
29846         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
29847         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
29848         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
29849           Fix for cases where we fail to attach to a mixer.
29850
29851 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29852
29853         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
29854           Don't touch events after not owning them anymore.
29855         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
29856         (gst_wavparse_fmt), (gst_wavparse_other),
29857         (gst_wavparse_handle_seek), (gst_wavparse_loop),
29858         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
29859         (gst_wavparse_srcpad_event):
29860         * gst/wavparse/gstwavparse.h:
29861           Add seeking, fix querying.
29862
29863 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29864
29865         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29866           - process comments even if they don't end with \0\0
29867             g_convert would ignore them if present and works well without them
29868
29869 2004-05-16  Benjamin Otte  <otte@gnome.org>
29870
29871         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
29872           simplify caps
29873
29874 2004-05-16  Benjamin Otte  <otte@gnome.org>
29875
29876         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
29877           don't write to memory we might not write to - g_convert does that
29878           for us anyway (fixes #142613)
29879         (gst_asf_demux_audio_caps):
29880           comment out gst_util_dump_mem
29881
29882 2004-05-16  Benjamin Otte  <otte@gnome.org>
29883
29884         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29885           compute correct expected timestamps after seek (broken since
29886           last commit)
29887         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
29888           rename element and debugging category to gdkpixbufscale
29889
29890 2004-05-16  Benjamin Otte  <otte@gnome.org>
29891
29892         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29893           add error checking to snd_pcm_delay and remove duplicate call to
29894           snd_pcm_delay that caused issues (see inline code comments)
29895         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29896           make more readable and fix return value when snd_pcm_delay fails
29897         (fixes #142586)
29898
29899 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
29900         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
29901         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
29902         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
29903         (gst_pixbufscale_link), (gst_pixbufscale_init),
29904         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
29905         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
29906         (gst_pixbufscale_get_property), (pixbufscale_init):
29907         * ext/gdk_pixbuf/pixbufscale.h:
29908         Add these files I forgot earlier
29909
29910 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
29911         * ext/gdk_pixbuf/Makefile.am:
29912         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29913         * ext/gdk_pixbuf/gstgdkpixbuf.h:
29914         Add new pixbufscale element to scale RGB video
29915         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
29916         and HYPER interpolation correctly.
29917         * ext/theora/theoraenc.c: (theora_enc_chain),
29918         Discard buffer and return if explicit caps could not be set
29919         (theora_enc_get_property):
29920         Make _get return kbps for the bitrate consistent with
29921         the _set function.
29922
29923
29924 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29925
29926         * ext/libvisual/visual.c: (gst_visual_chain):
29927           add missing visual_audio_analyze
29928
29929 2004-05-14  David Schleef  <ds@schleef.org>
29930
29931         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
29932         is killed while we're playing.
29933         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
29934         gst_element_no_more_pads().
29935
29936 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29937
29938         * gst-libs/gst/riff/riff-read.c :
29939           - fix INFO tag extraction in RIFF/AVI files
29940             because gst_event_unref (event) also freed taglist
29941           - avoid a mem leak
29942
29943 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29944
29945         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
29946         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
29947
29948         * gst/auparse/gstauparse.c :
29949           - add code (commented for now) to support audio/x-adpcm on src pad
29950             (we have no decoder for those layout yet)
29951
29952         * gst/cdxaparse/gstcdxaparse.c :
29953         * gst/cdxaparse/gstcdxaparse.h :
29954           - partial rewrite using RiffRead (ripped iain's wavparse code)
29955
29956         * gst/rtp/gstrtpL16enc.c : typo
29957         * gst/rtp/gstrtpgsmenc.c : typo
29958
29959 2004-05-13  Benjamin Otte  <otte@gnome.org>
29960
29961         * configure.ac:
29962           check for exact version of libvisual, it's not supposed to be
29963           API/ABI stable yet
29964
29965 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29966
29967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
29968           signal no-more-pads
29969
29970 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
29971
29972         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
29973         Report which format was used for GST_FORMAT_DEFAULT
29974         * gst/debug/Makefile.am:
29975         * gst/debug/gstdebug.c: (plugin_init):
29976         * gst/debug/progressreport.c: (gst_progressreport_base_init),
29977         (gst_progressreport_class_init), (gst_progressreport_init),
29978         (gst_progressreport_report), (gst_progressreport_set_property),
29979         (gst_progressreport_get_property), (gst_progressreport_chain),
29980         (gst_progressreport_plugin_init):
29981         Add progressreport element for testing.
29982
29983 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29984
29985         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
29986         * sys/v4l/gstv4lsrc.h:
29987         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
29988         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
29989         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
29990         (gst_v4lsrc_grab_frame):
29991           add more debugging
29992           send a discont at start
29993
29994 2004-05-12  Colin Walters  <walters@redhat.com>
29995
29996         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
29997         inflooping if we can't find a chunk.  Or in other words, don't blow
29998         chunks if we don't have a chunk to blow.
29999
30000 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
30001         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
30002         Remove old debug output
30003         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
30004         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
30005         (gst_dvdec_set_property), (gst_dvdec_get_property):
30006         Change the quality setting to an enum, so it works from gst-launch
30007         Don't renegotiate a non-linked pad. Allows audio only decoding.
30008         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
30009         (gst_deinterlace_link), (gst_deinterlace_init):
30010         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30011         (gst_videodrop_link):
30012         Some caps negotiation fixes
30013
30014 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30015
30016         * ext/tarkin/gsttarkin.c :
30017           - Change RANK from NONE to PRIMARY
30018         * ext/gdk_pixbuf/gstgdkpixbuf.c :
30019           - Change RANK from NONE to MARGINAL
30020         * ext/divx/gstdivxenc.c :
30021           - Change RANK from PRIMARY to NONE (encoder/spider issue)
30022
30023 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30024
30025         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
30026         (gst_vorbisenc_push_packet):
30027           copy a function that was added between 1.0 and 1.0.1 until we
30028           depend on worthwhile features of post-1.0
30029
30030 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30031
30032         * configure.ac:
30033           enable shout2 by default
30034         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
30035         (gst_shout2send_base_init), (gst_shout2send_init),
30036         (gst_shout2send_connect), (gst_shout2send_change_state):
30037         * ext/shout2/gstshout2.h:
30038           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
30039           #142262)
30040         * ext/theora/theora.c: (plugin_init):
30041           don't set rank on encoders
30042
30043 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
30044
30045         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30046           Use codec_data property instead of flag1 and flag2 for wma
30047
30048 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30049
30050         * gst/cdxaparse/gstcdxaparse.c :
30051           - Add mpegversion to CAPS to make it link
30052           - Rank is as GST_RANK_SECONDARY instead of NONE
30053         * gst/auparse/gstauparse.c :
30054           - Document all audio encoding we can encounter from Solaris 9
30055             headers and libsndfile information.
30056           - Increase max. rate from 48000 to 192000 (to match other elements)
30057           - Don't try to play junk data between header and samples
30058
30059 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30060
30061         * ext/libvisual/visual.c: (gst_visual_getcaps):
30062           use the right caps depending on endianness (I hope)
30063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
30064           use GST_RANK_NONE for all non-decoding elements or spider gets
30065           mighty confused
30066
30067 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30068
30069         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
30070           Fix some odd cases and fix BE metadata parsing of unicode16 text.
30071
30072 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30073
30074         * gst/switch/gstswitch.c: (gst_switch_release_pad),
30075         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
30076         (gst_switch_loop), (gst_switch_get_type):
30077           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
30078           HEADERS. Had to be said.
30079
30080 2004-05-10  David Schleef  <ds@schleef.org>
30081
30082         * configure.ac: Add prototype Dirac support.
30083         * ext/Makefile.am:
30084         * ext/dirac/Makefile.am:
30085         * ext/dirac/gstdirac.cc:
30086         * ext/dirac/gstdiracdec.cc:
30087
30088 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30089
30090         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
30091         (gst_auparse_init), (gst_auparse_chain),
30092         (gst_auparse_change_state):
30093           Hack around spider. Remove me some day please.
30094
30095 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30096
30097         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30098           Fix for some uninitialized variables in previous patch, also
30099           makes it work. Fixes #142286 while we're at it.
30100
30101 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30102
30103         * gst/auparse/gstauparse.c:
30104                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
30105                 only unsupported formats are ADPCM/CCITT G.72x
30106                 reviewed by Ronald
30107         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
30108
30109 2004-05-10  Wim Taymans  <wim@fluendo.com>
30110
30111         * ext/vorbis/Makefile.am:
30112         * ext/vorbis/README:
30113         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
30114         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
30115         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
30116         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
30117         (gst_oggvorbisenc_convert_sink),
30118         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
30119         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
30120         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
30121         (get_constraints_string), (update_start_message),
30122         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
30123         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
30124         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
30125         * ext/vorbis/oggvorbisenc.h:
30126         * ext/vorbis/vorbis.c: (plugin_init):
30127         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
30128         (raw_caps_factory), (gst_vorbisenc_class_init),
30129         (gst_vorbisenc_init), (gst_vorbisenc_setup),
30130         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
30131         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
30132         * ext/vorbis/vorbisenc.h:
30133         Added a raw vorbis encoder to be used with the oggmuxer.
30134         We still need the old encoder for some gnome applications,
30135         read the README to find out how that works.
30136         The raw encoder is called "rawvorbisenc" until 0.9.
30137
30138 2004-05-10  Wim Taymans  <wim@fluendo.com>
30139
30140         * ext/ogg/gstogg.c: (plugin_init):
30141         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
30142         (gst_ogg_print):
30143         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
30144         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
30145         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
30146         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
30147         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
30148         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
30149         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
30150         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
30151         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
30152         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
30153         Added an ogg muxer.
30154         Small typo fixes in the demuxer.
30155
30156 2004-05-10  Wim Taymans  <wim@fluendo.com>
30157
30158         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30159         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
30160         (theora_enc_change_state), (theora_enc_set_property),
30161         (theora_enc_get_property):
30162         Mark the last packet with an EOS flag which is not really needed
30163         in gstreamer.
30164         Do some better video framerate initialisation.
30165         Update the buffer timestamp.
30166
30167 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
30168
30169         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
30170         Return the result of the parent state change call
30171
30172 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30173
30174         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
30175         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
30176         * gst/law/alaw-encode.c : (idem)
30177         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
30178         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
30179         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
30180
30181 2004-05-09  Benjamin Otte  <otte@gnome.org>
30182
30183         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30184           don't use a fixed buffer size when writing variable length data to
30185           it. Fixes memory corruption and makes alsasrc work
30186
30187 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30188
30189         * ext/gnomevfs/gstgnomevfssink.c:
30190         (_gst_boolean_allow_overwrite_accumulator),
30191         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
30192           Run glib's default signal handler (??) in RUN_CLEANUP rather than
30193           RUN_LAST, and don't use that to set the accumulator value because
30194           then it's always FALSE.
30195
30196 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30197
30198         * gst-libs/gst/riff/riff-media.c:
30199         (gst_riff_create_video_caps_with_data),
30200         (gst_riff_create_audio_caps),
30201         (gst_riff_create_audio_template_caps):
30202         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
30203           Fix for unaligned RIFF files (i.e. where all the chunks together
30204           in a LIST chunk are not of the same size as the size given in
30205           the LIST chunk header). Fixes several odd WAVE files. Also fix
30206           ADPCM (block_align property) in audio, so that wavparse based
30207           on this works now as it used to stand-alone.
30208
30209 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
30210
30211         reviewed by Benjamin Otte  <otte@gnome.org>
30212
30213         * ext/a52dec/gsta52dec.c:
30214         * ext/divx/gstdivxdec.c:
30215         * ext/divx/gstdivxenc.c:
30216         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
30217         * ext/faac/gstfaac.c: (gst_faac_base_init):
30218         * ext/faad/gstfaad.c: (gst_faad_base_init):
30219         * ext/ivorbis/vorbisfile.c:
30220         * ext/lame/gstlame.c:
30221         * ext/libfame/gstlibfame.c:
30222         * ext/mpeg2enc/gstmpeg2enc.cc:
30223         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
30224         * ext/sidplay/gstsiddec.cc:
30225         * ext/speex/gstspeexdec.c:
30226         * ext/speex/gstspeexenc.c:
30227         * ext/xvid/gstxviddec.c:
30228         * ext/xvid/gstxvidenc.c:
30229           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
30230           (fixes #142193)
30231
30232 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30233
30234         * ext/alsa/gstalsa.c: (device_list),
30235         (gst_alsa_class_probe_devices):
30236         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
30237           Fix alsa oddness in mixer after the combination of using mixer
30238           in source/sink elements and using hw:x,y instead of just hw:x.
30239
30240 2004-05-09  Benjamin Otte  <otte@gnome.org>
30241
30242         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
30243         (gst_wavparse_create_sourcepad):
30244           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
30245           sourcepads
30246
30247 2004-05-09  Benjamin Otte  <otte@gnome.org>
30248
30249         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30250           allow discont events before caps nego
30251
30252 2004-05-08  Benjamin Otte  <otte@gnome.org>
30253
30254         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
30255           don't leak events
30256
30257 2004-05-08  Benjamin Otte  <otte@gnome.org>
30258
30259         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
30260         (gst_level_change_state), (gst_level_init):
30261         * gst/level/gstlevel.h:
30262           figure out if we're initialized directly instead of keeping a
30263           variable that's wrong in 90% of cases
30264           don't initialize pads and then leak them and use a new unitialized
30265           pad. (fixes #142084)
30266           these were bugs so n00bish I didn't find them for an hour :/
30267
30268 2004-05-08 Iain <iain@prettypeople.org>
30269
30270         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
30271         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
30272         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
30273         return the length that was read.
30274         (gst_riff_read_strf_auds): Allow fmt tags as well.
30275
30276 2004-05-07  David Schleef  <ds@schleef.org>
30277
30278         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
30279         signed char assumption in faad.h.
30280
30281 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30282
30283         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
30284           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
30285
30286 2004-05-07  Colin Walters  <walters@redhat.com>
30287
30288         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
30289         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
30290         function.
30291         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
30292         Add dispose function.
30293
30294 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
30295         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
30296           Fix caps nego and pad templates. RGB mode caps should
30297           work now.
30298         * ext/dvdnav/gst-dvd:
30299           Move mpeg2dec inside the thread because otherwise the
30300           queue rejects cap changes mid-stream
30301         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
30302         (gst_mpeg2dec_flush_decoder):
30303           For mpeg2dec > 0.4.0, call the flush function instead of
30304           manually extracting all in-flight frames.
30305         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
30306         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
30307           Change mime type video/dv go video/x-dv to match the
30308           rest of gst-plugins
30309
30310 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30311
30312         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30313         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
30314         (gst_alsa_sink_class_init):
30315         * ext/alsa/gstalsasink.h:
30316         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
30317         (gst_alsa_src_class_init):
30318         * ext/alsa/gstalsasrc.h:
30319           Make alsasink/src a subclass of alsamixer so that mixer stuff
30320           shows up in gst-rec. Needs some finetuning.
30321
30322 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30323
30324         * ext/lame/gstlame.c: (gst_lame_chain):
30325           simplify
30326         * ext/mad/gstmad.c: (gst_mad_handle_event):
30327           fix event leak
30328         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
30329           be able to detect mp3 files < 4096 bytes
30330
30331 2004-05-06  Wim Taymans  <wim@fluendo.com>
30332
30333         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30334         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
30335         (theora_enc_set_property), (theora_enc_get_property):
30336         Also encode the first frame, cleanup some code.
30337
30338 2004-05-06  Wim Taymans  <wim@fluendo.com>
30339
30340         * ext/mpeg2enc/gstmpeg2enc.cc:
30341         Forward events first before deciding that negotiation was
30342         not performed.
30343
30344 2004-05-06  Wim Taymans  <wim@fluendo.com>
30345
30346         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30347         First process the events before deciding that negotiation
30348         was not performed.
30349
30350 2004-05-06  Wim Taymans  <wim@fluendo.com>
30351
30352         * ext/theora/Makefile.am:
30353         * ext/theora/theora.c: (plugin_init):
30354         * ext/theora/theoradec.c: (theora_dec_change_state):
30355         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
30356         (gst_theora_enc_class_init), (gst_theora_enc_init),
30357         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
30358         (theora_enc_chain), (theora_enc_change_state),
30359         (theora_enc_set_property), (theora_enc_get_property):
30360         Added a theora encoder, grouped the encoder and decoder into the
30361         same plugin.
30362
30363 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30364
30365         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30366         (gst_jpegenc_chain):
30367         fix DURATION on outgoing buffers
30368         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
30369         debug using time formats
30370         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30372         (gst_xvimagesink_sink_link):
30373         windows with width/height 0 generate X errors, so don't allow them
30374
30375 2004-05-05  Wim Taymans  <wim@fluendo.com>
30376
30377         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
30378         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
30379         (gst_mpeg2dec_negotiate_format):
30380         * ext/mpeg2dec/gstmpeg2dec.h:
30381           removed the static pad template so that we can add the
30382           more accurate framerate value to the caps.
30383
30384
30385 2004-05-04  Benjamin Otte  <otte@gnome.org>
30386
30387         * configure.ac:
30388           check for kdemacros.h, too (should fix #141821)
30389         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
30390           don't crash if no header was sent, but nicely error out (fixes part
30391           of #141554)
30392
30393 2004-05-04  Wim Taymans  <wim@fluendo.com>
30394
30395         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
30396         parent dispose function to avoid segfault on destroy.
30397
30398 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30399
30400         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30401         (plugin_init):
30402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30403         (gst_xvimagesink_sink_link):
30404         clean up debugging caps
30405         also recreate xvimage when format has changed
30406
30407 2004-05-04  Benjamin Otte  <otte@gnome.org>
30408
30409         * ext/libvisual/Makefile.am:
30410         * ext/libvisual/visual.c: (gst_visual_class_init),
30411         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
30412         (gst_visual_srclink), (gst_visual_chain),
30413         (gst_visual_change_state), (plugin_init):
30414           use a GstAdapter to correctly adapt buffer sizes - allows using a
30415           framerate
30416
30417 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30418
30419         * sys/v4l/gstv4lelement.h:
30420         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30421         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
30422         (gst_v4lsrc_buffer_free):
30423         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
30424         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30425         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
30426         (gst_v4lsrc_requeue_frame):
30427         move some debugging categories around
30428         query for fps index and set accordingly if found
30429
30430 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30431
30432         * ext/lame/gstlame.c:
30433         correct defaults that lame_init puts out of range
30434
30435 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30436
30437         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
30438         (gst_divxenc_class_init):
30439         fix range since -1 is the default
30440         * gst/mpeg1sys/gstmpeg1systemencode.c:
30441         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
30442         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
30443         (gst_rtjpegdec_chain):
30444         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
30445         (gst_rtjpegenc_chain):
30446         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
30447         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
30448         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
30449         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
30450         * sys/v4l/gstv4lsrc.c:
30451         * sys/v4l/v4l_calls.c: (gst_v4l_open):
30452         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
30453         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
30454         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
30455         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
30456           remove gst_info calls
30457
30458 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30459
30460         * Makefile.am:
30461         * po/af.po:
30462         * po/az.po:
30463         * po/en_GB.po:
30464         * po/nl.po:
30465         * po/sr.po:
30466         * po/sv.po:
30467           Updated translations
30468
30469 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30470
30471         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
30472           refactor/comment code
30473
30474 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30475
30476         * gst/asfdemux/Makefile.am:
30477         * gst/asfdemux/asfheaders.c:
30478         * gst/asfdemux/asfheaders.h:
30479         * gst/asfdemux/gstasf.c: (plugin_init):
30480         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
30481         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
30482         (gst_asf_demux_setup_pad):
30483         * gst/asfdemux/gstasfdemux.h:
30484         * gst/asfdemux/gstasfmux.c:
30485         * gst/asfdemux/gstasfmux.h:
30486           Add tagging support to demuxer, split out registration in its own
30487           file instead of in demux (hacky), and prevent having some tables
30488           in our memory multiple times (in asfheaders.h).
30489
30490 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30491
30492         * gst/matroska/matroska-demux.c:
30493         (gst_matroska_demux_parse_metadata):
30494         * gst/matroska/matroska-ids.h:
30495           Basic tag reading support.
30496
30497 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30498
30499         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30500           Really detect ac-3 audio.
30501         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
30502           really detect matroska files (off-by-1).
30503
30504 2004-04-30  David Schleef  <ds@schleef.org>
30505
30506         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30507         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
30508         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
30509         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
30510         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
30511         hackage -- parse a lot more atoms, extract a few tags.  One might even
30512         mistake this for tag support.  Maybe it is.
30513         * gst/qtdemux/qtdemux.h:
30514
30515 2004-04-30  Colin Walters  <walters@verbum.org>
30516
30517         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
30518
30519 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30520
30521         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30522         (gst_ffmpegcolorspace_getcaps):
30523           remove broken nego fix
30524
30525 2004-04-30  Benjamin Otte  <otte@gnome.org>
30526
30527         * configure.ac:
30528         * ext/Makefile.am:
30529         * ext/libvisual/Makefile.am:
30530         * ext/libvisual/visual.c:
30531           add initial support for libvisual (http://libvisual.sourceforge.net)
30532           libvisual is still quite alpha, so expect crashes in there :)
30533
30534 2004-04-29  David Schleef  <ds@schleef.org>
30535
30536         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
30537         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
30538         up qtdemux to make it spit out codec_data.  Do _not_ look at this
30539         code; you will no longer respect me.
30540
30541 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30542
30543         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
30544         * ext/alsa/gstalsa.h :
30545         change alsa pcm device discovery to find more than 1 device
30546         per card. code review by Ronald.
30547
30548 2004-04-29  David Schleef  <ds@schleef.org>
30549
30550         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
30551         Add a check for a driver bug on FreeBSD.  (bug #140565)
30552
30553 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
30554
30555         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
30556         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30557         (gst_jpegenc_getcaps):
30558           move format setting to inner loop
30559         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30560         (gst_ffmpegcolorspace_getcaps):
30561           use GST_PAD_CAPS if available so that we use already negotiated
30562           caps
30563         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30564         (qtdemux_parse_moov), (qtdemux_parse):
30565           extra debugging
30566         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
30567         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
30568           move hardcoded path to DEFINE
30569
30570 2004-04-28  David Schleef  <ds@schleef.org>
30571
30572         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
30573         (bug #140064)
30574
30575 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30576
30577         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30578           Don't probe for playback device if we're a source element. Fixes
30579           #139658.
30580
30581 2004-04-29  Benjamin Otte  <otte@gnome.org>
30582
30583         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30584         (gst_id3_tag_chain):
30585           rewrite buffer offset
30586
30587 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30588
30589         * configure.ac:
30590         * ext/Makefile.am:
30591         * ext/dts/Makefile.am:
30592         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
30593         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
30594         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
30595         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
30596         (gst_dtsdec_loop), (gst_dtsdec_change_state),
30597         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
30598         (plugin_init):
30599         * ext/dts/gstdtsdec.h:
30600           New DTS decoder.
30601         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
30602         (gst_faad_srcconnect):
30603           Add ESDS atom handling (.m4a).
30604
30605 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30606
30607         * ext/divx/gstdivxdec.c: (plugin_init):
30608           Remove comment that makes no sense.
30609         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
30610           Fix for obvious typo that resulted in warnings during gst-register.
30611         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
30612         (gst_xviddec_sink_link):
30613           Fix caps negotiation a bit better.
30614         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30615           We call this 'codec_data', not 'esds'.
30616
30617 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30618
30619         * gst/monoscope/gstmonoscope.c:
30620           make sure we only provide 256x128
30621         * gst/monoscope/monoscope.c: (monoscope_init):
30622           assert size of 256x128
30623
30624 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30625
30626         * Makefile.am:
30627         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
30628         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
30629           fixate to max width and height of device
30630
30631 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30632
30633         * Makefile.am:
30634         * sys/v4l/gstv4l.c:
30635         * sys/v4l/gstv4lsrc.c:
30636         * sys/v4l/v4l_calls.c:
30637         * sys/v4l/v4lsrc_calls.c:
30638           fix for qc-usb driver which fakes having more than one buffer
30639           by handing the same buffer twice, which confused GStreamer's/v4lsrc
30640           buffer_free override
30641           add debugging
30642
30643 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30644
30645         * Makefile.am:
30646         * gst/videotestsrc/gstvideotestsrc.c:
30647         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
30648         (gst_videotestsrc_init), (gst_videotestsrc_get),
30649         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
30650         * gst/videotestsrc/gstvideotestsrc.h:
30651           add num-buffers property
30652
30653         2004-04-26  Benjamin Otte  <otte@gnome.org>
30654
30655         * ext/mad/gstid3tag.c: (plugin_init):
30656           set id3mux rank to NONE so it doesn't confuse spider
30657           require audio/mpeg,mpegversion=1 in id3mux
30658
30659 2004-04-26  Benjamin Otte  <otte@gnome.org>
30660
30661         * configure.ac:
30662           detect faad correctly as non-working if it's indeed non-working
30663
30664 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30665
30666         * Makefile.am:
30667         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
30668         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
30669         fix _getcaps so it only negotiates to its supported format
30670
30671 2004-04-25  Benjamin Otte  <otte@gnome.org>
30672
30673         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
30674           fix memleak
30675
30676 2004-04-23  Benjamin Otte  <otte@gnome.org>
30677
30678         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
30679           audio/x-raw-int with height rules! not. Now it's depth.
30680
30681 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30682
30683         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
30684         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30685         (gst_wavparse_loop):
30686           Missing variable initialization. Add handling of DVI ADPCM. Fix
30687           mis-parsing of LIST chunks. This works around a bug where we mis-
30688           parse non-aligning LIST chunks (so LIST chunks where the contents
30689           don't align with the actual LIST size). The correct fix is to use
30690           rifflib, I'm not going to fix wavparse - too much work. All this
30691           fixes #104878.
30692
30693 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30694
30695         reviewed by Benjamin Otte  <otte@gnome.org>
30696
30697         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
30698           fix shoutcast not working (fixes #140844)
30699
30700 2004-04-22  Benjamin Otte  <otte@gnome.org>
30701
30702         * ext/hermes/gsthermescolorspace.c:
30703         (gst_hermes_colorspace_caps_remove_format_info):
30704         * gst/colorspace/gstcolorspace.c:
30705         (gst_colorspace_caps_remove_format_info):
30706         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30707         (gst_ffmpegcolorspace_caps_remove_format_info):
30708           s/gst_caps_simplify/gst_caps_do_simplify/
30709
30710 2004-04-22  Benjamin Otte  <otte@gnome.org>
30711
30712         * gst-libs/gst/riff/riff-media.c:
30713         (gst_riff_create_video_caps_with_data):
30714           mpegversion is an int
30715         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
30716           don't try to create pad templates with NULL caps, use any caps
30717           instead.
30718
30719 2004-04-20  David Schleef  <ds@schleef.org>
30720
30721         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
30722         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
30723         (bug #140384)
30724
30725 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
30726
30727         reviewed by David Schleef
30728
30729         * ext/mad/gstid3tag.c: Add stdlib.h
30730         * gst/rtp/gstrtpgsmenc.c: same
30731         * gst/tags/gstid3tag.c: same
30732         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
30733         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
30734         GST_DISABLE_LOADSAVE use.
30735         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
30736         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
30737         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
30738         atol(3)).
30739         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
30740         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
30741         strtoul(3)).
30742         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
30743         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
30744         $(ID3_CFLAGS).
30745         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
30746         $(LIBFAME_CFLAGS).
30747
30748 2004-04-20  David Schleef  <ds@schleef.org>
30749
30750         * gst/realmedia/rmdemux.c:  This was supposed to part of the
30751         last checkin.  Same idea.
30752
30753 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
30754
30755         reviewed by David Schleef
30756
30757         * configure.ac: bump required gstreamer version to 0.8.1.1
30758         because of following changes [--ds]
30759
30760         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
30761         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
30762         (gst_riff_read_header):  Use GST_READ_UINT*
30763         macros to access possibly unaligned memory.
30764
30765         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
30766         (mp3_type_find):  Use GST_READ_UINT*
30767         macros to access possibly unaligned memory.
30768         (mp3_type_find, mpeg1_parse_header, qt_type_find)
30769         (speex_type_find): Likewise
30770
30771         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
30772
30773         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
30774         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
30775         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
30776         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
30777         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
30778         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
30779         macros to access possibly unaligned memory.
30780
30781         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
30782         Likewise.
30783
30784         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
30785         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
30786
30787         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
30788         Likewise.
30789
30790         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
30791         (gst_mpeg2subt_chain_subtitle): Likewise.
30792
30793         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
30794         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
30795         Likewise.
30796
30797         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
30798         Likewise.
30799
30800         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
30801         Likewise.
30802
30803         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
30804         Likewise.
30805
30806 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30807
30808         * configure.ac:
30809           update required version of GStreamer because of GST_TIME_FORMAT
30810
30811 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30812
30813         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
30814           remove leftover g_print
30815         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30816           don't try setting only a subset of the caps. We don't want to kill
30817           autoplugging on purpose
30818
30819 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30820
30821         * sys/ximage/ximagesink.c: (plugin_init):
30822         * sys/xvimage/xvimagesink.c: (plugin_init):
30823           add debugging categories
30824
30825 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30826
30827         * po/en_GB.po:
30828         * po/LINGUAS:
30829           Adding en_GB translation (Gareth Owen)
30830
30831 2004-04-20  David Schleef  <ds@schleef.org>
30832
30833         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30834         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
30835         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
30836         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
30837         A number of new features and hacks to extract the esds atom and
30838         put it into the caps.  (bug #137724)
30839
30840 2004-04-19  David Schleef  <ds@schleef.org>
30841
30842         * gconf/Makefile.am: Fix for non-GNU make
30843         * gst-libs/gst/Makefile.am: Change directory order to handle
30844         GstPlay linking with gstinterfaces
30845         * gst-libs/gst/audio/make_filter: make use of tr portable
30846         * gst-libs/gst/play/Makefile.am: Add intended \
30847         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
30848         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
30849         function prototype instead of void *.
30850         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
30851         macro.
30852         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
30853         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
30854         * gst/videofilter/make_filter: make use of tr portable
30855         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
30856
30857 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30858
30859         * po/LINGUAS:
30860         * po/uk.po:
30861           Added Ukrainian translation (Maxim V. Dziumanenko)
30862
30863 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30864
30865         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
30866         (gst_gsmdec_link), (gst_gsmdec_chain):
30867           Fix capsnego, simplify chain function slightly.
30868         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30869           Add GSM.
30870
30871 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30872
30873         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30874         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
30875         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
30876           Hack to make wavparse work with spider (always -> sometimes pad).
30877           Fixes #135862 && #140411.
30878
30879 2004-04-18  Benjamin Otte  <otte@gnome.org>
30880
30881         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
30882         (gst_osselement_rate_probe_check),
30883         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
30884           get rid of \n in debug output
30885
30886 2004-04-17  Iain <iain@prettypeople.org>
30887
30888         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
30889         not just EOS.
30890
30891 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30892
30893         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
30894         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
30895         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
30896         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
30897         (gst_id3_tag_src_link), (gst_id3_tag_chain),
30898         (gst_id3_tag_change_state), (plugin_init):
30899           deprecate id3tag element and replace with id3demux/id3mux.
30900           great side effect: this ugly file is now even uglier, yay!
30901         * ext/mad/gstmad.h:
30902           remove non-available function
30903           update for new get_type
30904
30905 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30906
30907         * configure.ac:
30908           require mpeg2dec >= 0.4.0
30909
30910 2004-04-17  Benjamin Otte  <otte@gnome.org>
30911
30912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30913         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30914         (gst_xvimagesink_set_xwindow_id):
30915           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
30916           assorted cleanup fixes.
30917
30918 2004-04-16  David Schleef  <ds@schleef.org>
30919
30920         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
30921         * sys/xvimage/xvimagesink.h: same
30922
30923 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30924
30925         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
30926           Fix GST_ELEMENT_ERROR with (NULL)
30927
30928 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30929
30930         * gst-libs/gst/riff/riff-media.c:
30931         (gst_riff_create_video_caps_with_data):
30932           Add div[3456] as fourccs for DivX 3 (fixes #140137).
30933
30934 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30935
30936         * gst-libs/gst/riff/riff-media.c:
30937         (gst_riff_create_video_caps_with_data),
30938         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
30939         (gst_riff_create_video_template_caps),
30940         (gst_riff_create_audio_template_caps):
30941         * gst-libs/gst/riff/riff-media.h:
30942         * gst-libs/gst/riff/riff-read.c:
30943         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
30944         * gst-libs/gst/riff/riff-read.h:
30945         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30946           Add MS RLE support. I added some functions to read out strf chunks
30947           into strf chunks and the data behind it. This is usually color
30948           palettes (as in RLE, but also in 8-bit RGB). Also use those during
30949           caps creation. Lastly, add ADPCM (similar to wavparse - which
30950           should eventually be rifflib based).
30951         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
30952         (gst_matroska_demux_init), (gst_matroska_demux_reset):
30953         * gst/matroska/matroska-demux.h:
30954           Remove placeholders for some prehistoric tagging system. Didn't add
30955           support for any tag system really anyway.
30956         * gst/qtdemux/qtdemux.c:
30957           Add support for audio/x-m4a (MPEG-4) through spider.
30958         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30959         (gst_wavparse_loop):
30960           ADPCM support (#135862). Increase max. buffer size because we
30961           cannot split buffers for ADPCM (screws references) and I've seen
30962           files with 2048 byte chunks. 4096 seems safe for now.
30963
30964 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30965
30966         * configure.ac: bump nano to 1
30967
30968 === release 0.8.1 ===
30969
30970 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
30971
30972         * configure.ac: releasing 0.8.1, "Comforting Sounds"
30973
30974 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30975
30976         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
30977           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
30978           Fixes #140058
30979
30980 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30981
30982         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
30983           lower rank of dvddemux so that it's not used for mpeg playback.
30984
30985 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30986
30987         * configure.ac:
30988           save libs correctly when checking mad
30989
30990 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30991
30992         * ext/mad/gstid3tag.c: (plugin_init):
30993           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
30994
30995 2004-04-13  David Schleef  <ds@schleef.org>
30996
30997         * common/m4/gst-feature.m4: Call -config scripts with
30998         --plugin-libs if it is supported.
30999         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
31000         JPEG images are image/jpeg.
31001         * gst/debug/Makefile.am:
31002         * gst/debug/negotiation.c: (gst_negotiation_class_init),
31003         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
31004         (gst_negotiation_update_caps), (gst_negotiation_get_property),
31005         (gst_negotiation_plugin_init): Add a property that acts like
31006         filter caps.
31007         * testsuite/gst-lint:  Move license checking to be a standard
31008         test.
31009
31010 2004-04-13  David Schleef  <ds@schleef.org>
31011
31012         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
31013         patch from Sebastien Cote (bug #139958)
31014
31015 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31016
31017         * examples/gstplay/Makefile.am:
31018         * examples/gstplay/player.c: (main):
31019           make the commandline player example use gconf settings
31020
31021 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31022
31023         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
31024         (gst_cacasink_sinkconnect), (gst_cacasink_init),
31025         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
31026           init/end library during state transition, not object
31027           creation/disposal.  get rid of custom dispose handler.
31028
31029
31030 2004-04-12  Christian Schaller <Uraeus@gnome.org>
31031
31032         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
31033         be a symlink
31034
31035 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31036
31037         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
31038           Handle JUNK chunks inside data section. Prevents warnings.
31039
31040 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31041
31042         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
31043         (gst_riff_create_video_template_caps):
31044           Add MS video v1.
31045         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
31046         (gst_avi_demux_stream_data):
31047           Add support for "rec-list" chunks.
31048
31049 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31050
31051         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
31052           Fix another codecname mismatch.
31053
31054 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31055
31056         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
31057           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
31058           so that MJPEG plays back.
31059
31060 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31061
31062         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31063         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
31064         * gst/mpeg1videoparse/gstmp1videoparse.h:
31065           Fix for some slight mis-cuts in buffer parsing, and for some
31066           potential overflows or faults-causers. Adds disconts. Also fixes
31067           #139105 while we're at it.
31068
31069 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31070
31071         * configure.ac:
31072         * sys/v4l2/gstv4l2element.h:
31073           Workaround for missing struct v4l2_buffer declaration in Suse 9
31074           and Mandrake 10 linux/videodev2.h header file (#135919).
31075
31076 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31077
31078         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
31079           Bail out if no filename was given.
31080
31081 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31082
31083         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
31084         (gst_v4l2_fourcc_from_structure):
31085           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
31086           Y41B somewhere).
31087
31088 2004-04-09  Benjamin Otte  <otte@gnome.org>
31089
31090         * ext/gnomevfs/gstgnomevfssink.c:
31091         (_gst_boolean_allow_overwrite_accumulator),
31092         (gst_gnomevfssink_class_init):
31093           fix erase signal - if any handler returns false the file will not be
31094           overwritten. If no handler is connected, the file will not be
31095           overwritten either.
31096           renamed signal to "allow-overwrite"
31097         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
31098           free string when adding it to ID3 failed
31099         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31100           unref event when done
31101         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
31102           free caps
31103         * gst/typefind/gsttypefindfunctions.c:
31104         (mpeg_video_stream_type_find):
31105           fix invalid read
31106
31107 2004-04-08  David Schleef  <ds@schleef.org>
31108
31109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31110         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
31111
31112 2004-04-08  David Schleef  <ds@schleef.org>
31113
31114         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
31115         we don't support (bug #139532)
31116
31117 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
31118
31119         * ext/mad/gstmad.c: (gst_mad_handle_event),
31120         (gst_mad_check_caps_reset), (gst_mad_chain),
31121         (gst_mad_change_state):
31122           only set explicit caps if they haven't been set before for
31123           this stream.  MPEG-audio sample rate/channels aren't allowed
31124           to change in-stream.
31125           Fixes #139382
31126
31127 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31128
31129         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
31130         (_gst_boolean_did_something_accumulator),
31131         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
31132         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
31133         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
31134         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
31135         (gst_gnomevfssink_change_state):
31136           Fix erase signal. Don't erase by default. Remove handoff signal.
31137           Remove erase property. Don't segfault. General cleanup.
31138
31139 2004-04-07  Benjamin Otte  <otte@gnome.org>
31140
31141         * gst-libs/gst/gconf/test-gconf.c: (main):
31142           add missing gst_init
31143
31144 2004-04-07  Benjamin Otte  <otte@gnome.org>
31145
31146         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
31147           free the mutexes, too
31148
31149 2004-04-07  Benjamin Otte  <otte@gnome.org>
31150
31151         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
31152           actually free the URI string
31153         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
31154           compute offset correctly when passing discont events
31155         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31156           don't leak discont events
31157         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
31158           add some missing breaks so caps aren't copied randomly
31159         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
31160           if we realloc memory, we better use it
31161
31162 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31163
31164         * ext/mad/gstmad.c: (normal_seek):
31165           fix GST_FORMAT_TIME usage
31166
31167 2004-04-05  David Schleef  <ds@schleef.org>
31168
31169         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
31170         a deprecated function (hack!)
31171
31172 2004-04-05  Benjamin Otte  <otte@gnome.org>
31173
31174         * ext/esd/esdmon.c: (gst_esdmon_get):
31175           fix nonterminated vararg and memleak
31176
31177 2004-04-05  Benjamin Otte  <otte@gnome.org>
31178
31179         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
31180         (gst_ladspa_init), (gst_ladspa_force_src_caps),
31181         (gst_ladspa_set_property), (gst_ladspa_get_property),
31182         (gst_ladspa_instantiate), (gst_ladspa_activate),
31183         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
31184           clean up debugging
31185
31186 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
31187
31188         reviewed by Benjamin Otte  <otte@gnome.org>
31189
31190         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
31191           check for broken LADSPA parameters (fixes #138635)
31192
31193 2004-04-05  Benjamin Otte  <otte@gnome.org>
31194
31195         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
31196           advertise buffer-frames correctly on sinkpads
31197
31198 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31199
31200         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
31201         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
31202         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
31203         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
31204         (gst_mad_check_caps_reset), (gst_mad_chain):
31205         add more debugging, only reset caps when we're not in error state
31206
31207 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31208
31209         * ext/mad/gstmad.c: add debugging category, comment + cleanups
31210
31211 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
31212
31213         reviewed by Benjamin Otte  <otte@gnome.org>
31214
31215         * configure.ac:
31216           fix == in test(1) operator
31217
31218 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
31219
31220         reviewed by Benjamin Otte  <otte@gnome.org>
31221
31222         * configure.ac:
31223           fix --export-symblos-regex to a working regex.
31224
31225 2004-04-04  Benjamin Otte  <otte@gnome.org>
31226
31227         * sys/oss/.cvsignore:
31228           add for oss_probe
31229
31230 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
31231
31232         reviewed by Benjamin Otte  <otte@gnome.org>
31233
31234         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31235           add missing 'new_media' argument (fixes #138168)
31236         * gst/matroska/matroska-demux.c:
31237         (gst_matroska_demux_handle_seek_event):
31238           add vararg terminator (fixes #138169)
31239
31240 2004-04-02  David Schleef  <ds@schleef.org>
31241
31242         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
31243         disted (bug #138914)
31244
31245 2004-04-01  Benjamin Otte  <otte@gnome.org>
31246
31247         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
31248         (gst_alsa_close_audio):
31249           handle case better where a soundcard can't pause
31250         * ext/ogg/gstoggdemux.c:
31251           don't crash when we get events but don't have pads yet
31252
31253 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31254
31255         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
31256           throw an error if we couldn't probe any caps.
31257
31258 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
31259
31260         * ext/dvdnav/gst-dvd:
31261         Add a really simple sample DVD player
31262
31263 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
31264
31265         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
31266         (gst_a52dec_push), (gst_a52dec_handle_event),
31267         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
31268         (gst_a52dec_change_state):
31269         * ext/a52dec/gsta52dec.h:
31270           Use a debug category, Output timestamps correctly
31271           Emit tag info, Handle events, tell liba52dec about cpu
31272           capabilities so it can use MMX etc.
31273         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
31274           Fix a crasher accessing invalid memory
31275         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
31276         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
31277         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31278         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
31279         (dvdnavsrc_query):
31280           Some support for byte-format seeking.
31281           Small fixes for still frames and menu button overlays
31282         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
31283         (gst_mpeg2dec_alloc_buffer):
31284           Use a debug category. Adjust the report level of several items to
31285           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
31286           so it doesn't lose the GstBuffer pointer
31287         * gst/debug/Makefile.am:
31288         * gst/debug/gstdebug.c: (plugin_init):
31289         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
31290         (gst_navseek_base_init), (gst_navseek_class_init),
31291         (gst_navseek_init), (gst_navseek_seek),
31292         (gst_navseek_handle_src_event), (gst_navseek_set_property),
31293         (gst_navseek_get_property), (gst_navseek_chain),
31294         (gst_navseek_plugin_init):
31295         * gst/debug/gstnavseek.h:
31296           Add the navseek debug element for seeking back and forth in a
31297           video stream using arrow keys.
31298         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
31299         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
31300         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
31301         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
31302         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
31303         (gst_mpeg2subt_parse_header), (gst_get_nibble),
31304         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
31305         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
31306         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
31307         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
31308         * gst/mpeg2sub/gstmpeg2subt.h:
31309           Pretty much a complete rewrite. Now a loopbased element. May still
31310           require work to properly synchronise subtitle buffers.
31311         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
31312         (gst_dvd_demux_send_subbuffer):
31313         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
31314           Don't attempt to create subbuffers of size 0
31315           Reduce a couple of error outputs to warnings.
31316         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
31317         (gst_y4mencode_chain):
31318         Output the y4m frame header correctly.
31319
31320 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31321
31322         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
31323           throw errors instead of allowing SIGFPE
31324
31325 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31326
31327         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
31328         (gst_gconf_render_bin_from_key):
31329           leak plugging and style fixing
31330
31331 2004-03-31  David Schleef  <ds@schleef.org>
31332
31333         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
31334         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
31335         (bug #138225)
31336         * gst/debug/Makefile.am:
31337         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
31338         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
31339         plugin.
31340         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
31341         (gst_negotiation_base_init), (gst_negotiation_class_init),
31342         (gst_negotiation_init), (gst_negotiation_getcaps),
31343         (gst_negotiation_pad_link), (gst_negotiation_chain),
31344         (gst_negotiation_set_property), (gst_negotiation_get_property),
31345         (gst_negotiation_plugin_init):  New element to talk about random
31346         negotiation things happening in a pipeline.
31347
31348 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31349
31350         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
31351           fix integer addition with help of Stefan Kost
31352
31353 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31354
31355         * po/nl.po: updated Dutch translation (Elros Cyriatan)
31356
31357 2004-03-30  David Schleef  <ds@schleef.org>
31358
31359         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
31360         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
31361         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
31362         (bug #137504)
31363         * ext/mpeg2dec/gstmpeg2dec.h:
31364
31365 2004-03-30  David Schleef  <ds@schleef.org>
31366
31367         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
31368
31369 2004-03-30  David Schleef  <ds@schleef.org>
31370
31371         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
31372         Michael Petullo) to handle .mov
31373
31374 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31375
31376         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
31377         (gst_osselement_rate_check_rate):
31378           probe caps correctly for sound cards that only support one format
31379
31380 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31381
31382         * ext/kio/kiosrc.cpp: (process_events):
31383           update handling event processing if inside KDE - untested
31384
31385 2004-03-29  David Schleef  <ds@schleef.org>
31386
31387         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
31388         by 2 to not interfere with other colorspaces.
31389         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
31390         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
31391         one to not interfere with ffmpeg_colorspace.
31392
31393 2004-03-29  David Schleef  <ds@schleef.org>
31394
31395         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
31396         aren't in the caps.
31397         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
31398         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
31399
31400 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31401
31402         * gst-libs/gst/riff/riff-media.c:
31403           fail on error, don't try to set stuff on NULL caps
31404
31405 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31406
31407         * configure.ac:
31408         * ext/Makefile.am:
31409         * ext/kio/Makefile.am:
31410         * ext/kio/kioreceiver.cpp:
31411         * ext/kio/kioreceiver.h:
31412         * ext/kio/kiosrc.cpp:
31413         * ext/kio/kiosrc.h:
31414           add experimental kiosrc plugin
31415         * ext/alsa/gstalsaplugin.c: (plugin_init):
31416           initialize debugging category only when we're sure registering the
31417           plugins worked.
31418
31419 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31420
31421         * examples/gstplay/player.c: (main):
31422         * gst-libs/gst/play/play.c: (gst_play_class_init),
31423         (gst_play_set_location), (gst_play_set_data_src),
31424         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31425         (gst_play_set_visualization), (gst_play_connect_visualization):
31426           check return values of element_set_state and return FALSE where
31427           failed
31428
31429 2004-03-29  Benjamin Otte  <otte@gnome.org>
31430
31431         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
31432           try harder to check if an event is really a discont
31433
31434 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
31435
31436         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
31437         * po/az.po:
31438
31439 2004-03-28  Benjamin Otte  <otte@gnome.org>
31440
31441         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
31442         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31443         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31444           get rid of non-standard "..." ranges in case statements.
31445
31446 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
31447
31448         * gst/mpegstream/gstmpegdemux.c:
31449         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
31450         specific functionality split to the new dvddemux element.
31451         * gst/mpegstream/gstdvddemux.c:
31452         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
31453         streams, derived from mpegdemux.
31454         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
31455         up. SCR based timestamp rewriting can be turned off (will probably
31456         completely disappear soon).
31457         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
31458         hacking. General cleanup. All printf statements replaced by
31459         debugging messages. Almost complete libdvdnav support.
31460         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
31461         by events. New properties for audio and subpicture languages.
31462         (dvdnavsrc_update_highlight): Now uses events.
31463         (dvdnavsrc_user_op): Cleaned up.
31464         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
31465         based). Lots of cleanup, and propper support for most libdvdnav
31466         events.
31467         (dvdnavsrc_make_dvd_event): New function.
31468         (dvdnavsrc_make_dvd_nav_packet_event): New function.
31469         (dvdnavsrc_make_clut_change_event): New function.
31470
31471 2004-03-26  Benjamin Otte  <otte@gnome.org>
31472
31473         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
31474           fix bug where typefinding would claim it's theora whenever less then
31475           7 bytes of data were available
31476
31477 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31478
31479         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
31480         (gst_alawdec_base_init), (gst_alawdec_class_init),
31481         (gst_alawdec_init), (gst_alawdec_chain):
31482         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
31483         (gst_alawenc_base_init), (gst_alawenc_class_init),
31484         (gst_alawenc_init), (gst_alawenc_chain):
31485         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
31486         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
31487         (gst_mulawdec_init), (gst_mulawdec_chain):
31488         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
31489         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
31490         (gst_mulawenc_init), (gst_mulawenc_chain):
31491           Fix capsnego in all four, remove the unused property functions and
31492           simplify the chain functions slightly. I guess we could use macros
31493           or something similar for those, since the code is so similar, but
31494           I'm currently too lazy...
31495
31496 2004-03-24  David Schleef  <ds@schleef.org>
31497
31498         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
31499         (gst_osselement_close_audio), (gst_osselement_probe_caps),
31500         (gst_osselement_get_format_structure),
31501         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
31502         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
31503         (gst_osselement_rate_int_compare): Add code to handle rate probing
31504         (bug #120883)
31505         * sys/oss/gstosselement.h: same
31506         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
31507         Use rate probing provided by osselement.
31508         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
31509
31510 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31511
31512         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
31513         (gst_xvidenc_get_property):
31514           ulong/int mess-up.
31515
31516 2004-03-24  David Schleef  <ds@schleef.org>
31517
31518         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
31519         (gst_speexdec_init):
31520         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
31521         (gst_speexenc_init):  Create the pad template correctly (from
31522         the static pad template, not a NULL pointer.)
31523
31524 2004-03-25  Benjamin Otte  <otte@gnome.org>
31525
31526         * gst/debug/Makefile.am:
31527         * gst/debug/breakmydata.c:
31528           add element that quasi-randomly changes bytes in the stream.
31529           Intended use is robustness checking of demuxers and decoders in
31530           media tests.
31531
31532 2004-03-24  Benjamin Otte  <otte@gnome.org>
31533
31534         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31535         (gst_alsa_probe_hw_params):
31536         * ext/alsa/gstalsa.h:
31537           debugging output fixes
31538
31539 2004-03-24  Benjamin Otte  <otte@gnome.org>
31540
31541         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
31542           don't g_return_if_fail if element is PLAYING, fail silently as every
31543           other element.
31544         * gst/effectv/gstquark.c: (gst_quarktv_chain):
31545           only fix needed for cast lvalue issues in gst-plugins
31546         * gst/volenv/gstvolenv.c: (gst_volenv_init):
31547           add proxy_getcaps
31548
31549 2004-03-24  Benjamin Otte  <otte@gnome.org>
31550
31551         * gst/level/gstlevel.c: (gst_level_init):
31552           add proxying getcaps function, so level doesn't advertise impossible
31553           caps
31554
31555 2004-03-24  David Schleef  <ds@schleef.org>
31556
31557         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31558         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
31559         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
31560         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
31561         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
31562         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
31563         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
31564         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
31565         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
31566         messages.  Divide the chunk size by the compression ratio
31567         (needed for MACE audio)
31568
31569 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31570
31571         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31572           Fix buffer overflow read error.
31573
31574 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31575
31576         * ext/alsa/gstalsa.h:
31577           Remove unused entry.
31578         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
31579           Add cinepak.
31580         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31581         (gst_videodrop_link), (gst_videodrop_chain):
31582           Fix, sort of. Was horribly broken with new capsnego. Bah...
31583
31584 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
31585
31586         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
31587         (plugin_init):
31588         Add a monkeysaudio typefind function
31589
31590 2004-03-23  Johan Dahlin  <johan@gnome.org>
31591
31592         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
31593         (gst_play_video_fixate): Check so the structure has the field
31594         before trying to fixate them, this makes it possible to have
31595         fakesinks for video and audio output without printing errors on
31596         the output console.
31597
31598 2004-03-22  David Schleef  <ds@schleef.org>
31599
31600         * sys/oss/Makefile.am:
31601         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
31602         (check_rate), (add_rate):  Rate probing test app.
31603
31604 2004-03-21  Benjamin Otte  <otte@gnome.org>
31605
31606         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
31607         (_fixate_caps_to_int), (gst_audio_convert_fixate):
31608           add a fixation function that pretty much does the right thing (fixes
31609           #137556)
31610
31611 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
31612
31613         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
31614
31615 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
31616
31617         reviewed by: Benjamin Otte  <otte@gnome.org>
31618
31619         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31620           terminate gst_event_new_discontinuous correctly (fixes parts of
31621           #137711)
31622
31623 2004-03-19  David Schleef  <ds@schleef.org>
31624
31625         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
31626         since it doesn't depend on X, and it's part of our ABI.
31627
31628 2004-03-19  Iain <iain@prettypeople.org>
31629
31630         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
31631         is_int in the structure, not the local variable.
31632
31633 2004-03-19  David Schleef  <ds@schleef.org>
31634
31635         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
31636         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
31637         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
31638         Improvements in caps negotiation.
31639
31640 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31641
31642         * po/LINGUAS:
31643         * po/af.po:
31644           adding Afrikaans (Petri Jooste)
31645
31646 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31647
31648         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31649         (gst_ffmpegcolorspace_chain):
31650         throw error instead of g_critical (#137588)
31651
31652 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31653
31654         * Makefile.am:
31655         * configure.ac:
31656           dist common and m4 correctly
31657         * po/sv.po:
31658
31659 2004-03-17  David Schleef  <ds@schleef.org>
31660
31661         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
31662         (bug #137348)
31663
31664 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31665
31666         * po/LINGUAS:
31667         * po/sv.po:
31668           adding Swedish translation (Christian Rose)
31669
31670 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31671
31672         * Makefile.am: use release.mak
31673
31674 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31675
31676         * common/ChangeLog:
31677         * common/gst-autogen.sh:
31678           add some explanation about the version detection
31679         * configure.ac:
31680           fix X check
31681
31682 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31683
31684         * configure.ac: bump nano to 1
31685
31686 === release 0.8.0 ===
31687
31688 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31689
31690         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
31691
31692 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31693
31694         * configure.ac:
31695           update libtool version
31696         * gst-libs/gst/media-info/Makefile.am:
31697           actually use libtool version
31698
31699 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31700
31701         * configure.ac: fix speex detection to work with 1.0 but not 1.1
31702
31703 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31704
31705         * configure.ac:
31706         * gst-plugins.spec.in:
31707         * pkgconfig/Makefile.am:
31708         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
31709         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31710         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31711         * pkgconfig/gstreamer-libs.pc.in:
31712         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
31713         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31714         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
31715         * pkgconfig/gstreamer-plugins.pc.in:
31716           remove @VERSION@ from some of the pc files since core and plugins
31717           are decoupled.
31718           created gstreamer-plugins.pc as it's a better name, but keeping
31719           -libs around for now to get fixes upstream done first.
31720
31721 2004-03-15  Julien MOUTTE <julien@moutte.net>
31722
31723         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
31724         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
31725         * gst-libs/gst/play/play.h:
31726
31727 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31728
31729         * *.c, *.cc: don't mix tabs and spaces
31730
31731 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31732
31733         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
31734           use the new ffmpegcolorspace
31735         * gst-plugins.spec.in:
31736           package new colorspace and media-info
31737         * configure.ac:
31738         * pkgconfig/Makefile.am:
31739           fix some more disting issues
31740         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
31741         * pkgconfig/gstreamer-media-info.pc.in:
31742           generate media-info pc files
31743
31744 2004-03-15  Johan Dahlin  <johan@gnome.org>
31745
31746         * *.h: Revert indenting
31747
31748 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31749
31750         * configure.ac:
31751           adding ffmpegcolorspace element
31752         * gst/ffmpegcolorspace/Makefile.am:
31753         * gst/ffmpegcolorspace/avcodec.h:
31754         * gst/ffmpegcolorspace/common.h:
31755         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
31756         * gst/ffmpegcolorspace/dsputil.h:
31757         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
31758         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
31759         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
31760         (gst_ffmpeg_caps_to_pix_fmt):
31761         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
31762         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31763         (gst_ffmpegcolorspace_caps_remove_format_info),
31764         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
31765         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
31766         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
31767         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
31768         (gst_ffmpegcolorspace_set_property),
31769         (gst_ffmpegcolorspace_get_property),
31770         (gst_ffmpegcolorspace_register):
31771         * gst/ffmpegcolorspace/imgconvert.c:
31772         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
31773         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
31774         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
31775         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
31776         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
31777         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
31778         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
31779         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
31780         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
31781         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
31782         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
31783         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
31784         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
31785         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
31786         (img_get_alpha_info), (deinterlace_line),
31787         (deinterlace_line_inplace), (deinterlace_bottom_field),
31788         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
31789         * gst/ffmpegcolorspace/imgconvert_template.h:
31790         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
31791         * gst/ffmpegcolorspace/mmx.h:
31792         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
31793           adding ffmpegcolorspace element supplied by Ronald after cleaning
31794           up and pulling in the right bits of upstream source.
31795           I'm sure a better C/compiler wizard could do some cleaning up (for
31796           example use GLIB's malloc stuff), but as a first pass this
31797           works very well
31798
31799 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
31800
31801         * ext/alsa/gstalsa.h:
31802           I assume Ronald forgot to commit the change to have cardname
31803           as a struct member.  Expect some public spanking at the next
31804           opportunity.
31805
31806 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31807
31808         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
31809         (gst_alsa_open_audio), (gst_alsa_close_audio):
31810         * ext/alsa/gstalsa.c:
31811           Don't open the device if we're a mixer (= padless).
31812         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
31813         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
31814         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
31815           Open mixer during state change rather than during object
31816           initialization. Also, get a device name. Currently in a somewhat
31817           hackish fashion, but I didn't really find something better.
31818
31819 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31820
31821         * *.c, *.h: run gst-indent
31822
31823 2004-03-14  Benjamin Otte  <otte@gnome.org>
31824
31825         * gst/modplug/gstmodplug.cc:
31826         * gst/modplug/gstmodplug.h:
31827           set correct timestamps on outgoing buffers
31828
31829 2004-03-14  Benjamin Otte  <otte@gnome.org>
31830
31831         * gst/modplug/gstmodplug.cc:
31832           handle events - don't do crap when a discont arrives that's not
31833           necessary
31834           This allows correct loading and playback of mods in Rhythmbox
31835
31836 2004-03-14  Benjamin Otte  <otte@gnome.org>
31837
31838         * configure.ac:
31839         * gst-libs/gst/gconf/Makefile.am:
31840         * pkgconfig/Makefile.am:
31841           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
31842           they get rebuilt properly
31843         * configure.ac:
31844           when checking for vorbis, try pkgconfig first.
31845         * gst/modplug/gstmodplug.cc:
31846           add fixate function
31847
31848 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31849
31850         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
31851           Fix for obvious mistake, where we first shift the offset and then
31852           read a samplesize element assuming the old offset. Note that this
31853           part still has something weird, i.e. my movies containing those
31854           don't actually play well, but at least there's something that looks
31855           like sound now.
31856
31857 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
31858         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
31859         (plugin_init):
31860         Add a typefind function for speex format
31861
31862 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31863
31864         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
31865         (gst_asf_demux_setup_pad):
31866           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
31867           instead of 0. Reason is simple: some elements have a fps range
31868           of 1-max instead of 0-max. So now ASF video actually works.
31869
31870 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31871
31872         * po/LINGUAS:
31873         * po/sr.po:
31874           adding serbian as a language
31875
31876 2004-03-13  Benjamin Otte  <otte@gnome.org>
31877
31878         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31879           return taglist correctly from _get function, don't gst_pad_push it.
31880           (fixes #137042)
31881
31882 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
31883         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
31884
31885 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31886
31887         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
31888         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
31889         (gst_alsa_mixer_track_new):
31890         * ext/alsa/gstalsamixertrack.h:
31891           Fix ancient leftovers... MixerTrack is a GObject.
31892
31893 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31894
31895         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
31896         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
31897           Don't block during probing...
31898
31899 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31900
31901         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
31902         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
31903         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
31904         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
31905         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
31906         (gst_alsa_open_audio), (gst_alsa_close_audio):
31907         * ext/alsa/gstalsa.h:
31908           Add propertyprobe interface implementation, add some device-name
31909           property, all this so that it looks good in gnome-volume-control.
31910
31911 2004-03-12  David Schleef  <ds@schleef.org>
31912
31913         * configure.ac: the Hermes library controls hermescolorspace, not
31914         colorspace.
31915         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
31916         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
31917         not /* */
31918         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
31919         * ext/sdl/sdlvideosink.h: ditto.
31920         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
31921
31922 2004-03-12  Benjamin Otte  <otte@gnome.org>
31923
31924         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
31925         (gst_x_overlay_got_xwindow_id):
31926         * gst-libs/gst/xoverlay/xoverlay.h:
31927           replace XID with unsigned long to get rid of the xlibs dependency in
31928           XOverlay (fixes #137004)
31929
31930 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
31931         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
31932         (gst_agingtv_setup):
31933         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
31934         (gst_dicetv_base_init), (gst_dicetv_class_init),
31935         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
31936         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
31937         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
31938         (gst_edgetv_setup), (gst_edgetv_rgb32):
31939         * gst/effectv/gsteffectv.c:
31940         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
31941         (gst_quarktv_set_property):
31942         * gst/effectv/gstrev.c: (gst_revtv_get_type),
31943         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
31944         (gst_revtv_setup), (gst_revtv_rgb32):
31945         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
31946         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
31947         (gst_shagadelictv_init), (gst_shagadelictv_setup),
31948         (gst_shagadelictv_rgb32):
31949         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
31950         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
31951         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
31952         * gst/effectv/gstwarp.c:
31953         Port everything that can be ported to videofilter and fix up the caps.
31954         Can someone with a big-endian machine please check these?
31955
31956 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31957
31958         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
31959         (gst_osssink_chain), (gst_osssink_change_state):
31960           Latest fixes for A/V sync, audio playback and such. This is about
31961           all... MPEG playback issues are mostly related to the async build-
31962           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
31963
31964 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
31965
31966         patch from: Stephane Loeuillet
31967
31968         * configure.ac:
31969           use pkg-config for some libraries, falling back to the old .m4 way
31970           (fixes #131270)
31971         * m4/libdv.m4:
31972           removed
31973
31974 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
31975
31976         * configure.ac:
31977         * tools/Makefile.am:
31978         * tools/Makefile.in:
31979         * tools/gst-launch-ext-m.m:
31980         * tools/gst-launch-ext.1.in:
31981         * tools/gst-visualise-m.m:
31982         * tools/gst-visualise.1:
31983         * tools/gst-visualise.1.in:
31984           reorganizing generation of script tools
31985
31986 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31987
31988         * ext/divx/gstdivxdec.c:
31989           Downgrade priority. We prefer ffdec_mpeg4.
31990         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
31991         (gst_faad_chain), (gst_faad_change_state):
31992           Fix capsnego. Doesn't work for some sounds because we don't have
31993           a 5:1 to stereo element.
31994         * ext/xvid/gstxvid.c: (plugin_init):
31995           Add priority.
31996         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
31997         (gst_osssink_change_state):
31998           Add discont handling.
31999
32000 2004-03-09  Colin Walters  <walters@verbum.org>
32001
32002         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
32003         conversion.
32004
32005 2004-03-09  Benjamin Otte  <otte@gnome.org>
32006
32007         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
32008           the signals take 2 arguments
32009
32010 2004-03-09  David Schleef  <ds@schleef.org>
32011
32012         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
32013         (gst_alsa_fixate): Add fixate function.  (bug #136686)
32014         * ext/alsa/gstalsa.h:
32015         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
32016
32017 2004-03-09  Benjamin Otte  <otte@gnome.org>
32018
32019         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
32020         (gst_mikmod_change_state):
32021         * ext/mikmod/gstmikmod.h:
32022           make mikmod's loop function not loop infinitely and call
32023           gst_element_yield anymore
32024         * gst/modplug/gstmodplug.cc:
32025           fix pad negotiation (fixes #136590)
32026
32027 2004-03-09  David Schleef  <ds@schleef.org>
32028
32029         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
32030         doesn't conflict with the internal colorspace plugin.
32031         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
32032         satisfy the crappy-ass shell shipped by a certain vendor.
32033         * gst/videofilter/make_filter: same (bug #135299)
32034
32035 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32036
32037         * configure.ac: bump nano to 1
32038
32039 === release 0.7.6 ===
32040
32041 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32042
32043         * configure.in: releasing 0.7.6, "There"
32044
32045 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32046
32047         * pkgconfig/gstreamer-play-uninstalled.pc.in:
32048         * pkgconfig/gstreamer-play.pc.in:
32049           synchronize the two
32050
32051 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32052
32053         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
32054         (cdparanoia_open), (cdparanoia_event):
32055           fix/add error handling
32056         * po/POTFILES.in:
32057           add cdparanoia source
32058         * tools/Makefile.am:
32059           make scripts executable
32060
32061 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32062
32063         * configure.ac:
32064         * ext/vorbis/Makefile.am:
32065         * sys/Makefile.am:
32066           remove id3types, vorbisfile and xvideosink from the build (#133783)
32067
32068 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32069
32070         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32071           Fix metadata read crash (#136537).
32072
32073 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32074
32075         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
32076         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
32077           adding mime types, fixing the one-stop function
32078
32079 2004-03-08  Christian Schaller <Uraeus@gnome.org>
32080
32081         * ext/nas/nassink.c and /ext/nas/nassink.h:
32082         More NAS love from Arwed von Merkatz
32083         So lets all sing 'Can you feel the NAS tonight'
32084
32085 2004-03-08  Christian Schaller <Uraeus@gnome.org>
32086
32087         * tools/gst-launch-ext.in:
32088         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
32089
32090 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32091
32092         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
32093         (gst_mpeg2dec_init):
32094         remove the user_data pad for now, because it is being used in
32095         fixating causing MPEG playback to fixate on 1000 Hz for playback.
32096         If someone knows how to fix this properly, please do.
32097
32098 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
32099
32100         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
32101         (gst_osssink_get_time):
32102         add a warning, IMO this won't get triggered anymore, remove later
32103
32104 2004-03-07  David Schleef  <ds@schleef.org>
32105
32106         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
32107         format (bug #136470)
32108
32109 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
32110
32111         * gst-libs/Makefile.am:
32112         * gst-libs/gst/media-info/Makefile.am:
32113         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
32114         (error_callback), (gst_media_info_error_create),
32115         (gst_media_info_error_element), (gmip_init), (gmip_reset),
32116         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
32117         * gst-libs/gst/media-info/media-info-priv.h:
32118         * gst-libs/gst/media-info/media-info-test.c: (main):
32119         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32120         (gst_media_info_class_init), (gst_media_info_instance_init),
32121         (gst_media_info_set_source), (gst_media_info_read_with_idler),
32122         (gst_media_info_read_idler), (gst_media_info_read):
32123         * gst-libs/gst/media-info/media-info.h:
32124         fixed, should work now
32125
32126 2004-03-07  Christian Schaller <Uraeus@gnome.org>
32127
32128         * ext/nas/nassink.c:
32129         A bunch of NAS fixes from Arwed von Merkatz
32130
32131 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32132
32133         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
32134         (qtdemux_parse_trak):
32135           Fix crash (j might be greater than n_samples, in which case we're
32136           writing outside the allocated space for the array) and memleak.
32137
32138 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32139
32140         * sys/oss/gstosssink.c: (gst_osssink_chain):
32141           And another caller that couldn't handle delay < 0 (unsigned
32142           integer overflow). Video now continues playing on an audio
32143           buffer underrun, and the clock continues working. Audio still
32144           stalls.
32145
32146 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32147
32148         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
32149         (gst_osssink_get_time):
32150           get_delay() may return values lower than 0. In those cases, we
32151           should not actually cast to *unsigned* int64, that will break
32152           stuff horribly. In my case, it screwed up A/V sync in movies
32153           in totem rather badly.
32154
32155 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32156
32157         * ext/faac/gstfaac.c: (gst_faac_chain):
32158         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32159         * ext/libpng/gstpngenc.c: (user_write_data):
32160         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32161         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
32162         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
32163         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
32164         Fix several misuse of gst_buffer_merge (it doesn't take ownership
32165         of any buffer), should fix some leaks. I hope I didn't unref buffers
32166         that shouldn't be...
32167
32168 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32169
32170         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32171         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
32172         (error_callback), (gmi_reset), (gmi_seek_to_track),
32173         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
32174         (gmip_find_type_post), (gmip_find_stream_post),
32175         (gmip_find_track_streaminfo_post):
32176         * gst-libs/gst/media-info/media-info-priv.h:
32177         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
32178         (info_print), (main):
32179         * gst-libs/gst/media-info/media-info.c:
32180         (gst_media_info_error_create), (gst_media_info_error_element),
32181         (gst_media_info_instance_init), (gst_media_info_get_property),
32182         (gst_media_info_new), (gst_media_info_set_source),
32183         (gst_media_info_read_idler), (gst_media_info_read):
32184         * gst-libs/gst/media-info/media-info.h:
32185           first pass at making this work again.  This seems to work on
32186           tagged ogg/vorbis and mp3 files.
32187
32188 2004-03-06  Benjamin Otte  <otte@gnome.org>
32189
32190         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
32191           fix huge leak: gst_buffer_merge doesn't unref the first argument
32192           itself.
32193
32194 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32195
32196         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
32197           report layer/mode/emphasis
32198
32199 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32200
32201         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
32202
32203 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32204
32205         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
32206           signal serial
32207
32208 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32209
32210         * ext/vorbis/vorbis.c: (plugin_init):
32211         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32212         (gst_vorbis_dec_init), (vorbis_dec_event):
32213         add debug category
32214         make vorbisdec handle _BYTE and _TIME queries
32215
32216 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32217
32218         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
32219           from the xing header
32220
32221 2004-03-06  Benjamin Otte  <otte@gnome.org>
32222
32223         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
32224         (gst_audio_convert_link), (gst_audio_convert_change_state),
32225         (gst_audio_convert_buffer_from_default_format):
32226           do conversions from/to float correctly, fix some caps nego errors,
32227           export correct supported caps in template and getcaps, use correct
32228           caps in try_set_caps functions
32229
32230 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32231
32232         For some reason, I only committed a ChangeLog entry yesterday and
32233         not the corresponding code...
32234         * ext/mad/gstmad.c: Fix detection of Xing headers
32235         * gst/tags/gstid3tag.c: Changes to support TLEN tags
32236
32237 2004-03-06  Benjamin Otte  <otte@gnome.org>
32238
32239         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
32240         (gst_ogg_demux_src_query):
32241           make sure to handle the case where there's no current chain
32242           gracefully.
32243
32244 2004-03-05  David Schleef  <ds@schleef.org>
32245
32246         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
32247         Add fixate function. (bug #131128)
32248         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
32249         (gst_sdlvideosink_fixate):  Add fixate function.
32250         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32251         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
32252         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
32253         Fix missing break that was causing ulaw to be interpreted as
32254         raw int.
32255
32256 2004-03-05  David Schleef  <ds@schleef.org>
32257
32258         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
32259         Fix code that ignores return value of gst_buffer_merge().
32260         (bug #114560)
32261         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
32262         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
32263         * testsuite/gst-lint:  Check for above.
32264
32265 2004-03-05  David Schleef  <ds@schleef.org>
32266
32267         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
32268         caps and throw an element error.  (bug #136334)
32269
32270 2004-03-05  David Schleef  <ds@schleef.org>
32271
32272         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
32273         (gst_faad_chain): Fix negotiation.
32274         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
32275         key and button events.
32276         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
32277         dung heap of code.
32278         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
32279         depends on gconf
32280         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
32281         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32282         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
32283         function to encourage better negotiation, particularly between
32284         audioconvert and osssink.
32285         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
32286         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
32287         more important.
32288         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
32289         typefinding.
32290         * gst/vbidec/vbiscreen.c:  Add glib header
32291         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
32292
32293 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
32294
32295         * ext/mad/gstmad.c: Fix detection of Xing headers
32296         * gst/tags/gstid3tag.c: Changes to support TLEN tags
32297
32298 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32299
32300         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32301         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
32302           debug updates
32303
32304 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
32305
32306         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
32307         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
32308         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
32309         files, and report the parsed length as a GST_TAG_DURATION tag.
32310         * gst/tags/gstid3tag.c: support TLEN (duration) tag
32311
32312 2004-03-05  Benjamin Otte  <otte@gnome.org>
32313
32314         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
32315           convert channels correctly. convert correctly to unsigned.
32316
32317 2004-03-05  Julien MOUTTE <julien@moutte.net>
32318
32319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
32320         we have a window before clearing it.
32321
32322 2004-03-05  Julien MOUTTE <julien@moutte.net>
32323
32324         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
32325         have a window before clearing it.
32326
32327 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32328
32329         * gconf/gstreamer.schemas.in:
32330         * gst-libs/gst/gconf/Makefile.am:
32331           version installation path the same way as for 0.6
32332         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
32333         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
32334         * pkgconfig/gstreamer-play-uninstalled.pc.in:
32335           remove comment that was fixed
32336
32337 2004-03-05  David Schleef  <ds@schleef.org>
32338
32339         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
32340         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
32341         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
32342         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
32343         Add prototype code for handling seeking and querying.
32344
32345 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32346
32347         * examples/gstplay/player.c: (main):
32348           Initialize variables to NULL. Prevents a segfault because the
32349           (uninitialized) variable is not NULL, resulting in a crash on
32350           trying to reach error->message.
32351
32352 2004-03-05  Benjamin Otte  <otte@gnome.org>
32353
32354         * gst/audioconvert/gstaudioconvert.c:
32355         (gst_audio_convert_buffer_to_default_format):
32356         make float=>int conversion work correctly even in cornercases.
32357
32358 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
32359
32360         * debian/README.Debian:
32361         * debian/build-deps:
32362         * debian/changelog:
32363         * debian/control:
32364         * debian/control.in:
32365         * debian/copyright:
32366         * debian/gstreamer-a52dec.files:
32367         * debian/gstreamer-aa.files:
32368         * debian/gstreamer-alsa.files:
32369         * debian/gstreamer-alsa.manpages:
32370         * debian/gstreamer-arts.files:
32371         * debian/gstreamer-artsd.files:
32372         * debian/gstreamer-audiofile.files:
32373         * debian/gstreamer-avifile.files:
32374         * debian/gstreamer-cdparanoia.files:
32375         * debian/gstreamer-colorspace.files:
32376         * debian/gstreamer-doc.files:
32377         * debian/gstreamer-dv.files:
32378         * debian/gstreamer-dvd.files:
32379         * debian/gstreamer-esd.files:
32380         * debian/gstreamer-festival.files:
32381         * debian/gstreamer-flac.files:
32382         * debian/gstreamer-gconf.conffiles:
32383         * debian/gstreamer-gconf.files:
32384         * debian/gstreamer-gconf.postinst:
32385         * debian/gstreamer-gnomevfs.files:
32386         * debian/gstreamer-gsm.files:
32387         * debian/gstreamer-http.files:
32388         * debian/gstreamer-jack.files:
32389         * debian/gstreamer-jpeg.files:
32390         * debian/gstreamer-mad.files:
32391         * debian/gstreamer-mikmod.files:
32392         * debian/gstreamer-misc.files:
32393         * debian/gstreamer-mpeg2dec.files:
32394         * debian/gstreamer-oss.files:
32395         * debian/gstreamer-plugin-apps.files:
32396         * debian/gstreamer-plugin-apps.manpages:
32397         * debian/gstreamer-plugin-libs-dev.files:
32398         * debian/gstreamer-plugin-libs.files:
32399         * debian/gstreamer-plugin-template.postinst:
32400         * debian/gstreamer-plugin-template.postrm:
32401         * debian/gstreamer-sdl.files:
32402         * debian/gstreamer-sid.files:
32403         * debian/gstreamer-vorbis.files:
32404         * debian/gstreamer-x.files:
32405         * debian/mk.control:
32406         * debian/rules:
32407         Debian package info not maintained here.
32408
32409 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
32410
32411         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
32412         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
32413         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
32414         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
32415         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
32416         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
32417         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
32418         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
32419         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
32420         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
32421         * gst-libs/gst/colorbalance/colorbalance.c:
32422         (gst_color_balance_class_init):
32423         * gst-libs/gst/colorbalance/colorbalancechannel.c:
32424         (gst_color_balance_channel_class_init):
32425         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
32426         * gst-libs/gst/play/play.c: (gst_play_class_init):
32427         * gst-libs/gst/propertyprobe/propertyprobe.c:
32428         (gst_property_probe_iface_init):
32429         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
32430         * gst-libs/gst/tuner/tunerchannel.c:
32431         (gst_tuner_channel_class_init):
32432         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
32433         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
32434         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
32435         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
32436         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
32437         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
32438         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
32439         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
32440         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
32441           fix signals to use - instead of _
32442         * ext/libcaca/gstcacasink.h:
32443         * ext/sdl/sdlvideosink.h:
32444           fix header rename
32445
32446 2004-03-04  David Schleef  <ds@schleef.org>
32447
32448         * testsuite/gst-lint:  Add a check for bad signal names.
32449
32450 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
32451
32452         reviewed by David Schleef
32453
32454         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
32455         modified the alpha channel and caused a warning. (bug #136192)
32456
32457 2004-04-03  Christian Schaller <Uraeus@gnome.org>
32458
32459         * gst-plugins.spec.in:
32460         Change names of plugins to actually be correct. Try to keep things
32461         alphabetical to avoid getting beat up by Thomas
32462
32463 2004-03-03  Julien MOUTTE <julien@moutte.net>
32464
32465         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
32466         Using ximagesink as a default if no gconf key found. We should
32467         probably consider using alsasink instead of osssink for the audio
32468         part.
32469
32470 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32471
32472         * configure.ac:
32473           fix --with-plugins, don't think it ever worked before
32474         * gst-plugins.spec.in:
32475           even more updates
32476
32477 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32478
32479         * ext/sdl/sdlvideosink.h:
32480         * sys/ximage/ximagesink.h:
32481         * sys/xvideo/xvideosink.h:
32482         * sys/xvimage/xvimagesink.h:
32483           Fix for move of gstvideosink.h -> videosink.h.
32484
32485 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32486
32487         * gst-libs/gst/xwindowlistener/Makefile.am:
32488           this is a plugin library, not a library
32489
32490 2004-03-01  David Schleef  <ds@schleef.org>
32491
32492         * AUTHORS:  Added some names.  Add yourself if you're still
32493         missing.
32494
32495 2004-03-01  David Schleef  <ds@schleef.org>
32496
32497         * MAINTAINERS: Add
32498
32499 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32500
32501         * gst-plugins.spec.in: clean up spec file
32502
32503 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32504
32505         * gst-libs/gst/video/Makefile.am:
32506         * gst-libs/gst/video/gstvideosink.c:
32507         * gst-libs/gst/video/gstvideosink.h:
32508           rename gstvideosink.h to videosink.h to match other headers
32509         * gst/mixmatrix/Makefile.am:
32510           fix plugin filename
32511         * gst/tags/Makefile.am: fix plugin filename
32512
32513 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32514
32515         * gst/tags/Makefile.am: fix plugin filename
32516
32517 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
32518
32519         * examples/gstplay/player.c: (got_time_tick), (main):
32520           add error handler
32521           display time_tick more readably
32522         * gst/mixmatrix/Makefile.am:
32523           fix plugin file name
32524
32525 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
32526
32527         * sys/oss/gstosselement.c: (gst_osselement_probe),
32528         (device_combination_append), (gst_osselement_class_probe_devices):
32529         * sys/oss/gstosselement.h:
32530           Reworked enumeration of oss dsps and mixers so that gst-mixer works
32531           on my system using alsa oss emulation, fixes bug #135597
32532
32533 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32534
32535         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
32536         (gst_videodrop_chain), (gst_videodrop_change_state):
32537         * gst/videodrop/gstvideodrop.h:
32538           Work based on timestamp of input data, not based on the expected
32539           framerate from the input. The consequence is that this element now
32540           not only scales framerates, but also functions as a framerate
32541           corrector or framerate stabilizer/constantizer.
32542
32543 2004-02-27  David Schleef  <ds@schleef.org>
32544
32545         patches from jmmv@menta.net (Julio M. Merino Vidal)
32546
32547         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
32548         GST_ELEMENT_ERROR call (bug #135634)
32549         * gst/interleave/interleave.c: (interleave_buffered_loop),
32550         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
32551         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
32552         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
32553         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
32554         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
32555         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
32556         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
32557         Fix GST_ELEMENT_ERROR call.
32558         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
32559         GST_ELEMENT_ERROR call.
32560
32561 2004-02-27  Benjamin Otte  <otte@gnome.org>
32562
32563         * gst-libs/gst/audio/audio.h:
32564           add macro to make sure header isn't included twice
32565         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
32566           don't use gst_buffer_free
32567         * gst/playondemand/filter.func:
32568           don't use gst_data_free. Free data only once.
32569
32570 2004-02-26  David Schleef  <ds@schleef.org>
32571
32572         * gst-libs/gst/colorbalance/Makefile.am:
32573         * gst-libs/gst/mixer/Makefile.am:
32574         * gst-libs/gst/tuner/Makefile.am:
32575         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
32576         should not be disted, -marshal.h files should not be installed,
32577         and -enum.h files _should_ be installed.  Fix to make this the
32578         case.
32579
32580 === release 0.7.5 ===
32581
32582 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32583
32584         * configure.ac: release 0.7.5, "Under The Sea"
32585
32586 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32587
32588         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
32589         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
32590         * gst/videoscale/gstvideoscale.c:
32591         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
32592           assorted debug/warning fixes
32593
32594 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32595
32596         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
32597         (gst_videoscale_init), (gst_videoscale_chain),
32598         (gst_videoscale_set_property), (plugin_init):
32599         * gst/videoscale/gstvideoscale.h:
32600         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32601         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
32602         (gst_videoscale_planar400), (gst_videoscale_packed422),
32603         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
32604         (gst_videoscale_24bit), (gst_videoscale_16bit),
32605         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
32606         (gst_videoscale_scale_plane_slow),
32607         (gst_videoscale_scale_point_sample),
32608         (gst_videoscale_scale_nearest),
32609         (gst_videoscale_scale_nearest_str2),
32610         (gst_videoscale_scale_nearest_str4),
32611         (gst_videoscale_scale_nearest_32bit),
32612         (gst_videoscale_scale_nearest_24bit),
32613         (gst_videoscale_scale_nearest_16bit):
32614         add debugging category and use it properly
32615         fix use of GST_PTR_FORMAT
32616
32617 2004-02-25  Andy Wingo  <wingo@pobox.com>
32618
32619         * gst/interleave/interleave.c (interleave_buffered_loop): Always
32620         push only when channel->buffer is NULL. Prevents segfaults doing
32621         the state change after a nonlocal exit, like a scheme exception.
32622
32623         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
32624         Handle the case where the intersected caps is empty.
32625
32626 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32627
32628         * gst/law/mulaw-decode.c: (mulawdec_link):
32629         * gst/law/mulaw.c: (plugin_init):
32630           fix mulawdec so it actually works again
32631
32632 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
32633
32634         reviewed by: David Schleef  <ds@schleef.org>
32635
32636         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
32637         (gst_gamma_init), (gst_gamma_set_property),
32638         (gst_gamma_get_property), (gst_gamma_calculate_tables),
32639         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
32640         for RGB, with separate r g and b correction factors. (#131167)
32641
32642 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
32643
32644         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
32645           only signal tags for bitrate if they're > 0 (#134894)
32646
32647 2004-02-24  David Schleef  <ds@schleef.org>
32648
32649         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
32650         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
32651         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
32652         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
32653         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
32654         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
32655         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
32656         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
32657         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
32658         category.  Attempt to fix timestamp calculation.
32659
32660 2004-02-24  Johan Dahlin  <johan@gnome.org>
32661
32662         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
32663
32664 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32665
32666         * configure.ac:
32667         * gconf/Makefile.am:
32668         * gconf/gstreamer.schemas:
32669         * gst-libs/gst/gconf/Makefile.am:
32670         * gst-libs/gst/gconf/gconf.c:
32671           version gconf schemas and install locations
32672
32673 2004-02-23  Benjamin Otte  <otte@gnome.org>
32674
32675         * ext/xine/xineinput.c: (gst_xine_input_dispose):
32676         (gst_xine_input_subclass_init):
32677           call parent dispose.
32678           change pad template for CD reader correctly
32679         * ext/xine/Makefile.am:
32680         * ext/xine/gstxine.h:
32681         * ext/xine/xine.c: (plugin_init):
32682         * ext/xine/xineaudiosink.c:
32683           wrap audio sinks, too
32684         * gst-libs/gst/resample/private.h:
32685         * gst-libs/gst/resample/resample.c: (gst_resample_init),
32686         (gst_resample_reinit), (gst_resample_scale),
32687         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
32688         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
32689         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
32690         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
32691         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
32692         * gst-libs/gst/resample/resample.h:
32693         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
32694         (gst_audioscale_class_init), (gst_audioscale_link),
32695         (gst_audioscale_get_buffer), (gst_audioscale_init),
32696         (gst_audioscale_chain), (gst_audioscale_set_property),
32697         (gst_audioscale_get_property):
32698         * gst/audioscale/gstaudioscale.h:
32699           s/resample_*/gst_resample_*/i to not clobber namespaces
32700
32701 2004-02-23  Julien MOUTTE  <julien@moutte.net>
32702
32703         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
32704         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
32705         (gst_riff_create_video_template_caps),
32706         (gst_riff_create_audio_template_caps),
32707         (gst_riff_create_iavs_template_caps):
32708         * gst-libs/gst/riff/riff-media.h:
32709         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
32710         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
32711         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
32712         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
32713         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
32714         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
32715         (gst_matroska_demux_plugin_init): First batch implementing audio and
32716         video codec tags in demuxers.
32717
32718 2004-02-22  Benjamin Otte  <otte@gnome.org>
32719
32720         * ext/xine/Makefile.am:
32721         * ext/xine/gstxine.h:
32722         * ext/xine/xine.c: (plugin_init):
32723         * ext/xine/xineinput.c:
32724           add input plugin wrapper. Playback from files, http, mms and cdda
32725           works.
32726         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32727           remove leftover G_GNUC_UNUSED
32728         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
32729         (gst_asf_demux_identify_guid):
32730           improve debugging output
32731
32732 2004-02-22  Benjamin Otte  <otte@gnome.org>
32733
32734         reported by: Padraig O'Briain <padraig.obriain@sun.com>
32735
32736         * autogen.sh:
32737           replace test -e with test -x for mkinstalldirs to be more portable.
32738           (fixes #134816)
32739
32740 2004-02-22  Benjamin Otte  <otte@gnome.org>
32741
32742         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
32743
32744         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
32745           set rank to PRIMARY
32746         * gst/volume/gstvolume.c: (plugin_init):
32747           set rank to NONE
32748         fixes #134960
32749
32750 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
32751
32752         reviewed by Benjamin Otte  <otte@gnome.org>
32753
32754         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32755           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
32756
32757 2004-02-22  Benjamin Otte  <otte@gnome.org>
32758
32759         * configure.ac:
32760           export [_]*{gst,Gst,GST}.* symbols from plugins
32761
32762 2004-02-22  Christophe Fergeau <teuf@gnome.org>
32763
32764         reviewed by: Benjamin Otte  <otte@gnome.org>
32765
32766         * ext/lame/gstlame.c: (add_one_tag):
32767         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
32768         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
32769         (gst_vorbisenc_metadata_set1):
32770         * gst/tags/gstid3tag.c:
32771         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
32772           apply fixes from bugs #135042 (lame can't write tags) and #133817
32773           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
32774
32775 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
32776
32777         * configure.ac: Export only gst_plugin_desc from plugins.
32778          Note that this change only makes any effect with Linux using libtool
32779          1.5.2 or higher. Otherwise it is silently ignored, but it would build
32780          fine. And don't try to have several versions of libtool in different
32781          directories.
32782
32783 2004-02-20  Andy Wingo  <wingo@pobox.com>
32784
32785         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
32786         interleave respectively.
32787
32788         * gst/interleave/deinterleave.c: New plugin: deinterleave
32789         (replaces on oneton).
32790         * gst/interleave/interleave.c: New plugin: interleave.
32791         * gst/interleave/plugin.h: Support file.
32792         * gst/interleave/plugin.c: Support file.
32793
32794         * configure.ac: Remove intfloat and oneton, add interleave.
32795
32796         * ext/sndfile/gstsf.c: Handle events better.
32797
32798         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
32799         and float2int operation. int2float has scheduling problems as
32800         noted in in2float_chain.
32801
32802 2004-02-20  Benjamin Otte  <otte@gnome.org>
32803
32804         * ext/xine/Makefile.am:
32805         * ext/xine/gstxine.h:
32806         * ext/xine/xine.c:
32807         * ext/xine/xineaudiodec.c:
32808         * ext/xine/xinecaps.c:
32809           add first version of xine plugin wrapper. Currently only wraps the
32810           QDM2 win32 DLL, and even that only in proof-of-concept quality.
32811         * configure.ac:
32812         * ext/Makefile.am:
32813           add xine plugin wrapper, disabled by default. Use --enable-xine to
32814           build. Note that it'll segfault on gst-register if you don't remove
32815           the goom and tvtime post plugins from xine.
32816         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
32817         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
32818           add extradata parsing for QDM2.
32819           change around debugging prints.
32820
32821 2004-02-19  Benjamin Otte  <otte@gnome.org>
32822
32823         * ext/lame/gstlame.c: (gst_lame_chain):
32824         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32825           use gst_tag_list_insert when you want to insert tags
32826
32827 2004-02-18  David Schleef  <ds@schleef.org>
32828
32829         * configure.ac:  Move massink to gst-rotten
32830         * ext/Makefile.am:
32831         * ext/mas/Makefile.am:
32832         * ext/mas/massink.c:
32833         * ext/mas/massink.h:
32834
32835 2004-02-18  David Schleef  <ds@schleef.org>
32836
32837         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
32838         typefinding, since it seems to be worse than nothing.
32839         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
32840         atom to recognize .mp4 and .m4a files as video/quicktime.
32841
32842 2004-02-18  David Schleef  <ds@schleef.org>
32843
32844         * gst/sine/demo-dparams.c: (quit_live),
32845         (dynparm_log_value_changed), (dynparm_value_changed), (main):
32846         Use double dparams, not float.
32847         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
32848         (gst_sinesrc_init): Change sync default to FALSE, since multiple
32849         sync'd elements don't really work correctly.
32850         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
32851         (volume_update_volume), (volume_get_property):  Change dparam
32852         to double.
32853
32854 2004-02-18  Julien MOUTTE  <julien@moutte.net>
32855
32856         * sys/ximage/ximagesink.c:
32857         (gst_ximagesink_xwindow_update_geometry),
32858         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
32859         (gst_ximagesink_change_state), (gst_ximagesink_expose),
32860         (gst_ximagesink_init): Rework the way software video scaling works. So
32861         now we check on each chain call if the video frames are feeling the
32862         window. If not we try to renegotiate caps. On failure we memorize that
32863         and we won't try again for that PLAYING sessions.
32864         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
32865         failure.
32866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
32867         synchronous flag.
32868
32869 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32870
32871         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
32872           break up _link so we can give a better debug message for errors
32873
32874 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32875
32876         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
32877           set up debug category
32878
32879 2004-02-18  Julien MOUTTE <julien@moutte.net>
32880
32881         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32882         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
32883         the way renegotiation work. The event handling function is not taking
32884         care of external windows and renegotiate method check for pad flags
32885         NEGOTIATING. Should fix : #133209
32886
32887 2004-02-17  Julien MOUTTE  <julien@moutte.net>
32888
32889         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
32890         pad is negotiating before trying renegotiation.
32891
32892 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32893
32894         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
32895           pass on all possible mime types as typefind hints
32896
32897 2004-02-17  Julien MOUTTE <julien@moutte.net>
32898
32899         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
32900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
32901         possible SHM leak if we crash. All other apps using XShm are doing
32902         that.
32903
32904 2004-02-17  Julien MOUTTE  <julien@moutte.net>
32905
32906         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32907         (gst_ximagesink_expose): Renegotiate size on expose.
32908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
32909         size on expose.
32910
32911 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32912
32913         * testsuite/alsa/sinesrc.c:
32914           cosmetic fix to fix compile issue with gcc 2.95.4
32915
32916 2004-02-16  Julien MOUTTE <julien@moutte.net>
32917
32918         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32919         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
32920         failed opening the audio device.
32921         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32922         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
32923         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
32924         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
32925         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
32926         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
32927         (gst_ximagesink_change_state), (gst_ximagesink_chain),
32928         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
32929         Removing some useless g_return_if_fail like wingo suggested.
32930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32931         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
32932         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
32933         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
32934         (gst_xvimagesink_update_colorbalance),
32935         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
32936         (gst_xvimagesink_xcontext_clear),
32937         (gst_xvimagesink_get_fourcc_from_caps),
32938         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
32939         (gst_xvimagesink_set_xwindow_id),
32940         (gst_xvimagesink_colorbalance_list_channels),
32941         (gst_xvimagesink_colorbalance_set_value),
32942         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
32943         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
32944
32945 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
32946
32947         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
32948           throw error when not negotiated instead of asserting
32949
32950 2004-02-15  Julien MOUTTE  <julien@moutte.net>
32951
32952         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
32953         correct data refcounting.
32954
32955 2004-02-15  Julien MOUTTE  <julien@moutte.net>
32956
32957         * gst/switch/gstswitch.c: (gst_switch_change_state),
32958         (gst_switch_class_init): Cleaning the sinkpads correctly on state
32959         change, mostly the EOS flag.
32960
32961 2004-02-15  Julien MOUTTE  <julien@moutte.net>
32962
32963         * examples/gstplay/player.c: (got_eos), (main): Adding some
32964         output for debugging.
32965         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
32966         timeouts if we go to any state different from PLAYING.
32967         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
32968         more EOS bugs in riff lib.
32969
32970 2004-02-14  Julien MOUTTE  <julien@moutte.net>
32971
32972         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
32973         visualization until i find a way to fix switch correctly.
32974         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
32975         EOS arrives.
32976         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32977         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
32978         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
32979         Reworked switch to get a more correct behaviour with events and refing
32980         of data stored in sinkpads.
32981         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
32982         we don't pull from a pad in EOS.
32983
32984 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32985
32986         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
32987           remove v1 tag even if we can't read it (makes sure we don't detect
32988           it again)
32989
32990 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32991
32992         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
32993         (gst_alsa_xrun_recovery):
32994         * ext/alsa/gstalsa.h:
32995           try xrun recovery when wait failed. Make xrun recovery function
32996           return TRUE/FALSE to indicate success. (might fix #134354)
32997
32998 2004-02-13  David Schleef  <ds@schleef.org>
32999
33000         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
33001         (dynparm_value_changed), (main): Convert from float to double.
33002         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
33003
33004 2004-02-13  David Schleef  <ds@schleef.org>
33005
33006         * gst/silence/gstsilence.c: (gst_silence_class_init),
33007         (gst_silence_set_clock), (gst_silence_get),
33008         (gst_silence_set_property), (gst_silence_get_property):
33009         * gst/silence/gstsilence.h: Add sync property.
33010         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
33011         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
33012         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
33013         * gst/sine/gstsinesrc.h: Add sync property.
33014
33015 2004-02-13  David Schleef  <ds@schleef.org>
33016
33017         * gst/intfloat/gstint2float.c: (conv_f32_s16),
33018         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
33019
33020 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
33021
33022         * configure.ac:
33023         * ext/Makefile.am:
33024         * gst-libs/ext/Makefile.am:
33025           move ffmpeg plugin to gst-ffmpeg module
33026
33027 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
33028
33029         * configure.ac: use GST_ARCH to detect architecture
33030
33031 2004-02-12  Julien MOUTTE  <julien@moutte.net>
33032
33033         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
33034
33035 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33036
33037         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33038           classify LADSPA plugins based on number of src/sink pads
33039           (#133663, Stefan Kost)
33040         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
33041           fix dparams registration
33042           (#133528, Stefan Kost)
33043         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
33044           fix use of isprint and use g_ascii_isprint instead
33045           (#133316, Stefan Kost)
33046
33047 2004-02-11  David Schleef  <ds@schleef.org>
33048
33049         Convert a few inner loops to use liboil.  This is currently
33050         optional, and is only enabled if liboil is present (duh!).
33051         * configure.ac: Check for liboil-0.1
33052         * gst/intfloat/Makefile.am:
33053         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
33054         (gst_int2float_chain_gint16):
33055         * gst/videofilter/Makefile.am:
33056         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
33057         (tablelookup_u8), (gst_videobalance_planar411):
33058         * gst/videotestsrc/Makefile.am:
33059         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
33060         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
33061         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
33062         (paint_hline_RGB565), (paint_hline_xRGB1555):
33063
33064 2004-02-11  David Schleef  <ds@schleef.org>
33065
33066         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
33067         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
33068         (gst_colorspace_getcaps), (gst_colorspace_link),
33069         (gst_colorspace_base_init), (gst_colorspace_init),
33070         (gst_colorspace_chain), (gst_colorspace_change_state),
33071         (plugin_init): Merge Ronald's patch (bug #117897) and update
33072         for new caps and negotiation.  Seems to work, although it
33073         shows off bugs in lcs.
33074
33075 2004-02-11  David Schleef  <ds@schleef.org>
33076
33077         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
33078         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
33079
33080 2004-02-11  David Schleef  <ds@schleef.org>
33081
33082         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
33083         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
33084         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
33085         Add server and port properties
33086
33087 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
33088
33089         * m4/a52.m4:
33090         * m4/aalib.m4:
33091         * m4/as-ffmpeg.m4:
33092         * m4/as-liblame.m4:
33093         * m4/as-slurp-ffmpeg.m4:
33094         * m4/check-libheader.m4:
33095         * m4/esd.m4:
33096         * m4/freetype2.m4:
33097         * m4/gconf-2.m4:
33098         * m4/glib.m4:
33099         * m4/gst-alsa.m4:
33100         * m4/gst-artsc.m4:
33101         * m4/gst-ivorbis.m4:
33102         * m4/gst-matroska.m4:
33103         * m4/gst-sdl.m4:
33104         * m4/gst-shout2.m4:
33105         * m4/gst-sid.m4:
33106         * m4/gtk.m4:
33107         * m4/libdv.m4:
33108         * m4/libfame.m4:
33109         * m4/libmikmod.m4:
33110         * m4/ogg.m4:
33111         * m4/vorbis.m4:
33112           fix underquotedness of macros (#133800)
33113         * m4/as-avifile.m4:
33114         * m4/xmms.m4:
33115           removed because no longer used
33116
33117 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
33118
33119         * configure.ac:
33120           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
33121           by autopoint (fixes #132996)
33122
33123 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33124
33125         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
33126         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
33127         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
33128         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
33129           fix memleaks
33130
33131 2004-02-11  David Schleef  <ds@schleef.org>
33132
33133         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33134         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
33135         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
33136         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
33137         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
33138         (gst_jpegenc_class_init), (gst_jpegenc_init),
33139         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
33140         (gst_jpegenc_chain), (gst_jpegenc_set_property),
33141         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
33142         * ext/jpeg/gstjpegenc.h: Fix negotiation.
33143
33144 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33145
33146         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
33147         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
33148         * ext/mikmod/gstmikmod.h:
33149           fix caps negotiation in mikmod
33150         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
33151           output debug information
33152
33153 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33154
33155         * gst-libs/gst/colorbalance/Makefile.am:
33156         * gst-libs/gst/navigation/Makefile.am:
33157         * gst-libs/gst/xoverlay/Makefile.am:
33158           remove unused GST_OPT_CFLAGS from Makefiles
33159           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
33160
33161 2004-02-07  David Schleef  <ds@schleef.org>
33162
33163         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
33164         push events to pads that haven't been created (#133508)
33165
33166 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
33167
33168         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33169         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
33170         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33171         (gst_dvdec_loop), (gst_dvdec_change_state):
33172         Second attempt at committing a working dvdec element.
33173
33174 2004-02-06  David Schleef  <ds@schleef.org>
33175
33176         Build fixes for OS X: (see #129600)
33177         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
33178         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
33179         (gst_riff_read_strf_iavs):
33180         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
33181         (gst_avi_demux_stream_odml):
33182         * gst/playondemand/Makefile.am:
33183         * gst/rtp/rtp-packet.c:
33184
33185 2004-02-05  David Schleef  <ds@schleef.org>
33186
33187         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
33188         last change, because it Just Doesn't Compile.
33189
33190 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33191
33192         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
33193           skip undecodable id3v2 tag instead of keeping it
33194
33195 2004-02-05  David Schleef  <ds@schleef.org>
33196
33197         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
33198         Unref leaked buffer.  (Noticed by Ronald)
33199
33200 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
33201
33202         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
33203         Sync requires with other checks.  >= vs =.
33204
33205 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
33206
33207         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
33208         (gst_dvdec_video_link), (gst_dvdec_loop):
33209         * ext/dv/gstdvdec.h:
33210           rework the caps negotiation so that dvdec works again instead
33211           of just segfaulting.
33212
33213 === release 0.7.4 ===
33214
33215 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33216
33217         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
33218         * configure.ac: changed for release
33219
33220 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
33221
33222         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
33223         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
33224         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
33225         * pkgconfig/gstreamer-play-uninstalled.pc.in:
33226           reworked patch by David Lehn to fix libdir and includedir for
33227           uninstalled libraries
33228           removed play and gconf from gstreamer-libs since they have their
33229           own pkgconfig files
33230
33231 2004-02-04  David Schleef  <ds@schleef.org>
33232
33233         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
33234         memleak.
33235
33236 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33237
33238         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
33239           use correct GST_TAG_ENCODER tag
33240
33241 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33242
33243         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33244           be sure to stop the clock when going to paused
33245         * sys/oss/gstosssink.c: (gst_osssink_change_state):
33246           reset number of transmitted when going to ready.
33247         fixes #132935
33248
33249 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
33250
33251         reviewed by Benjamin Otte
33252
33253         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33254           extract track count (fixes #133410)
33255
33256 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33257
33258         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
33259           that should be !=, not == (fixes #132519)
33260
33261 2004-02-04  David Schleef  <ds@schleef.org>
33262
33263         Make sure set_explicit_caps() is called before adding pad.
33264         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33265         * gst/id3/gstid3types.c: (gst_id3types_loop):
33266         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33267         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33268
33269 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
33270
33271         * configure.ac:
33272           bump nano to 2, first prerelease
33273           put back AM_PROG_LIBTOOL
33274
33275 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
33276
33277         * testsuite/alsa/Makefile.am:
33278           these are user test apps, not automatic testsuite tests
33279
33280 2004-02-04  David Schleef  <ds@schleef.org>
33281
33282         Convert GST_DEBUG_CAPS() to GST_DEBUG():
33283         * gst/mpeg1videoparse/gstmp1videoparse.c:
33284         (mp1videoparse_parse_seq):
33285         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33286         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
33287         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
33288         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33289         (gst_xvideosink_getcaps):
33290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33291         * testsuite/gst-lint: more tests
33292
33293 2004-02-04  David Schleef  <ds@schleef.org>
33294
33295         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
33296         with the code that they would expand to.
33297         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
33298         (gst_flacdec_get_src_query_types),
33299         (gst_flacdec_get_src_event_masks):
33300         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
33301         (gst_gnomevfssrc_get_query_types),
33302         (gst_gnomevfssrc_get_event_mask):
33303
33304 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33305
33306         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
33307         (gst_sinesrc_dispose):
33308           fix memleak by properly disposing sinesrc
33309
33310 2004-02-04  Julien MOUTTE  <julien@moutte.net>
33311
33312         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
33313         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
33314         an overlay to redraw the image because it has been exposed.
33315         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
33316         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
33317         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
33318         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
33319         interface
33320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
33321         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
33322         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
33323         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
33324         interface
33325
33326 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33327
33328         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
33329           more memleak fixage
33330
33331 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33332
33333         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
33334         * gst/typefind/gsttypefindfunctions.c:
33335           fix memleaks shown by gst-typefind
33336
33337 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33338
33339         * common/glib-gen.mak:
33340           add hack rule to touch .Plo files
33341         * gst-libs/gst/colorbalance/Makefile.am:
33342         * gst-libs/gst/mixer/Makefile.am:
33343         * gst-libs/gst/play/Makefile.am:
33344         * gst-libs/gst/tuner/Makefile.am:
33345           remove glib_root variable
33346
33347 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33348
33349         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
33350           set explicit caps before adding the element, so the autopluggers can
33351           plug correctly.
33352         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
33353         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
33354         (mpeg_video_type_find), (mpeg_video_stream_type_find),
33355         (dv_type_find):
33356           fix memleaks in typefind functions. gst_type_find_suggest takes a const
33357           argument.
33358
33359 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
33360
33361         * gst-libs/gst/colorbalance/Makefile.am:
33362         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
33363         * gst-libs/gst/colorbalance/colorbalance.c:
33364         * gst-libs/gst/colorbalance/colorbalance.h:
33365         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
33366         * gst-libs/gst/mixer/Makefile.am:
33367         * gst-libs/gst/mixer/mixer-marshal.list:
33368         * gst-libs/gst/mixer/mixer.c:
33369         * gst-libs/gst/mixer/mixer.h:
33370         * gst-libs/gst/mixer/mixermarshal.list:
33371         * gst-libs/gst/play/Makefile.am:
33372         * gst-libs/gst/play/play.h:
33373         * gst-libs/gst/tuner/Makefile.am:
33374         * gst-libs/gst/tuner/tuner-marshal.list:
33375         * gst-libs/gst/tuner/tuner.c:
33376         * gst-libs/gst/tuner/tuner.h:
33377         * gst-libs/gst/tuner/tunermarshal.list:
33378           use new glib-gen.mak snippet to clean up Makefile.am
33379           fix various bugs in Makefile.am's
33380
33381 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33382
33383         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
33384           handle chain parsing correctly in the multichain case
33385         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
33386         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
33387         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33388         (theora_dec_chain):
33389           handle events and queries correctly
33390
33391 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33392
33393         * .cvsignore:
33394         Ignore generated file _stdint.h.
33395
33396 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33397
33398         * gst-libs/gst/colorbalance/Makefile.am:
33399         * gst-libs/gst/colorbalance/colorbalance.h:
33400         * gst-libs/gst/mixer/Makefile.am:
33401         * gst-libs/gst/mixer/mixer.h:
33402         * gst-libs/gst/play/Makefile.am:
33403         * gst-libs/gst/play/play.h:
33404         * gst-libs/gst/tuner/Makefile.am:
33405         * gst-libs/gst/tuner/tuner.h:
33406         Generate enum type code with glib-mkenums.
33407         * gst-libs/gst/colorbalance/.cvsignore:
33408         * gst-libs/gst/mixer/.cvsignore:
33409         * gst-libs/gst/play/.cvsignore:
33410         * gst-libs/gst/tuner/.cvsignore:
33411         Ignore generated files.
33412
33413 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33414
33415         * gst-libs/gst/audio/.cvsignore:
33416         Ignore generated file.
33417         * gst-libs/gst/audio/Makefile.am:
33418         Do not install example filter.
33419
33420 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
33421
33422         * examples/switch/.cvsignore:
33423         Ignore generated file.
33424
33425 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33426
33427         * common/m4/ax_create_stdint_h.m4:
33428         * configure.ac:
33429           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
33430           _stdint.h.
33431         * Makefile.am:
33432           remove generated _stdint.h in DISTCLEANFILES
33433         * ext/a52dec/gsta52dec.c:
33434           include _stdint.h for a52dec. (should fix #133064)
33435
33436 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
33437
33438         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
33439         (gst_tag_to_vorbis_comments):
33440         Add replaygain support to vorbistag
33441
33442 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
33443         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
33444         (gst_ffmpeg_caps_to_extradata):
33445           Fix SVQ3 caps flag properties
33446           Use glib macro for bytes swap
33447
33448 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33449
33450         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
33451         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
33452         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
33453         * ext/sndfile/gstsf.c: (plugin_init):
33454         * gst/avi/gstavi.c: (plugin_init):
33455         * sys/dxr3/dxr3init.c: (plugin_init):
33456         * sys/oss/gstossaudio.c: (plugin_init):
33457         * sys/v4l/gstv4l.c: (plugin_init):
33458         * sys/v4l2/gstv4l2.c: (plugin_init):
33459           remove textdomain calls
33460         * po/nl.po:
33461           update Dutch translation
33462
33463 2004-02-02  Julien MOUTTE  <julien@moutte.net>
33464
33465         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33466         (gst_play_set_audio_sink): Moving volume in the audio thread for
33467         instantaneous volume change. Maybe i will add another volume in front
33468         of visualization later, not sure yet though.
33469
33470 2004-02-02  Julien MOUTTE  <julien@moutte.net>
33471
33472         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
33473         (gst_ximagesink_handle_xevents): Better X events handling, only take
33474         the latest events for configure and motion.
33475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
33476
33477 2004-02-02  Jon Trowbridge  <trow@gnu.org>
33478
33479         reviewed by: David Schleef  <ds@schleef.org>
33480
33481         Fix memory leaks:
33482         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
33483         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
33484
33485 2004-02-02  David Schleef  <ds@schleef.org>
33486
33487         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
33488         of lines.
33489         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
33490         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
33491         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
33492         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33493         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
33494         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
33495         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
33496         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
33497         (gst_float2_2_int_link):
33498         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
33499         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
33500         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
33501         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
33502         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
33503         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
33504         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
33505         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
33506         * testsuite/gst-lint: Add tests for bzero and ;;
33507
33508 2004-02-02  David Schleef  <ds@schleef.org>
33509
33510         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
33511
33512 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33513
33514         * ext/aalib/gstaasink.c: (gst_aasink_open):
33515         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
33516         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33517         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33518         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
33519         (gst_afsink_close_file):
33520         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
33521         (gst_afsrc_close_file):
33522         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
33523         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
33524         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33525         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
33526         * ext/esd/esdmon.c: (gst_esdmon_get):
33527         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
33528         * ext/faac/gstfaac.c: (gst_faac_chain):
33529         * ext/faad/gstfaad.c: (gst_faad_chain):
33530         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
33531         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33532         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
33533         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
33534         (gst_flacdec_loop):
33535         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
33536         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
33537         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
33538         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
33539         (gst_gnomevfssink_close_file):
33540         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
33541         (gst_gnomevfssrc_open_file):
33542         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
33543         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
33544         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
33545         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
33546         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
33547         * ext/mad/gstmad.c: (gst_mad_chain):
33548         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
33549         * ext/mpeg2dec/gstmpeg2dec.c:
33550         * ext/mpeg2enc/gstmpeg2enc.cc:
33551         * ext/mplex/gstmplex.cc:
33552         * ext/mplex/gstmplexibitstream.cc:
33553         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
33554         (gst_ogg_demux_push):
33555         * ext/raw1394/gstdv1394src.c:
33556         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
33557         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
33558         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
33559         (gst_sf_loop):
33560         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
33561         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
33562         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
33563         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
33564         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
33565         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
33566         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
33567         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
33568         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
33569         (gst_riff_read_element_data), (gst_riff_read_seek),
33570         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
33571         * gst/adder/gstadder.c: (gst_adder_loop):
33572         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
33573         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
33574         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
33575         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33576         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
33577         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33578         * gst/goom/gstgoom.c: (gst_goom_chain):
33579         * gst/id3/gstid3types.c: (gst_id3types_loop):
33580         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
33581         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
33582         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
33583         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
33584         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
33585         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
33586         (gst_ebml_read_float), (gst_ebml_read_header):
33587         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
33588         (gst_matroska_demux_parse_blockgroup):
33589         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
33590         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33591         * gst/oneton/gstoneton.c: (gst_oneton_chain):
33592         * gst/silence/gstsilence.c: (gst_silence_get):
33593         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33594         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
33595         * gst/speed/gstspeed.c: (speed_loop):
33596         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
33597         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33598         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
33599         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
33600         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
33601         (gst_wavparse_loop):
33602         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
33603         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
33604         (dxr3audiosink_close):
33605         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
33606         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
33607         (dxr3videosink_close), (dxr3videosink_write_data):
33608         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
33609         * sys/oss/gstosssink.c: (gst_osssink_chain):
33610         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33611         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33612         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
33613         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
33614         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33615         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33616         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
33617         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
33618         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
33619         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
33620         (gst_v4l_set_audio):
33621         * sys/v4l/v4l_calls.h:
33622         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33623         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
33624         (gst_v4lmjpegsink_playback_init),
33625         (gst_v4lmjpegsink_playback_start):
33626         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
33627         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33628         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
33629         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
33630         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
33631         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
33632         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
33633         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
33634         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
33635         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
33636         (gst_v4l2_get_output), (gst_v4l2_set_output),
33637         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
33638         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
33639         (gst_v4l2_set_attribute):
33640         * sys/v4l2/v4l2_calls.h:
33641         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
33642         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
33643         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
33644         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
33645         (gst_v4l2src_capture_stop):
33646         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
33647         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
33648         (gst_ximagesink_chain):
33649         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
33650         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
33651         (gst_xvideosink_xwindow_new):
33652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33653         (gst_xvimagesink_chain):
33654
33655 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33656
33657         * gst/volume/gstvolume.c: (gst_volume_set_volume),
33658         (gst_volume_get_volume), (volume_class_init), (volume_init),
33659         (volume_chain_int16), (volume_update_volume):
33660         * gst/volume/gstvolume.h:
33661           make code more readable by removing magic numbers
33662           make mixer interface export 0-100 range
33663           make it internally map to 0.0-1.0 range so users don't distort
33664           output by putting the sliders at full volume
33665
33666 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33667
33668         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
33669         (gst_play_state_change), (gst_play_seek_to_time):
33670         block the tick callback for 0.5 secs after doing a seek
33671
33672 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33673
33674         * gst-libs/gst/play/play.c: (gst_play_new):
33675           check for GError
33676
33677 2004-02-01  Julien MOUTTE  <julien@moutte.net>
33678
33679         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
33680         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
33681         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
33682         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
33683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
33684         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
33685
33686 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33687
33688         * configure.ac:
33689         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33690           check for a function added in vorbis 1.1
33691
33692 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33693
33694         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33695         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
33696           really start/stop clock only on PLAYING <=> PAUSED
33697         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33698           remove \n from debugging lines
33699         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
33700           make it work when seeking does not
33701         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33702           reset on DISCONT
33703
33704 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33705
33706         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
33707           start clock on PAUSED=>PLAYING, not later
33708         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33709           extract correct time for different discont formats
33710         (gst_alsa_sink_get_time):
33711           don't segfault when no format is negotiated yet, just return 0
33712         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
33713         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
33714         (gst_ogg_pad_push):
33715           handle flush and discont events correctly
33716         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
33717           handle discont events correctly
33718
33719 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
33720
33721         * gst-libs/gst/play/play.c: (gst_play_error_quark),
33722         (gst_play_error_create), (gst_play_error_plugin),
33723         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
33724         * gst-libs/gst/play/play.h:
33725           add error handling during creation
33726         * examples/gstplay/player.c: (main):
33727           use new gst_play_new
33728
33729
33730 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33731
33732         * ext/theora/theoradec.c: (theora_dec_chain):
33733           make comments work
33734         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
33735         (vorbis_dec_src_event), (vorbis_dec_chain):
33736           add encoder tag, fix tag reading to be more error tolerant, change
33737           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
33738           gst_pad_event_default.
33739         * gst/tags/gstvorbistag.c:
33740         (gst_tag_list_from_vorbiscomment_buffer):
33741           undefine function specific define at end of function
33742
33743 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
33744
33745         * ext/flac/gstflac.c: (plugin_init):
33746         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
33747         * ext/flac/gstflacdec.h:
33748         * ext/flac/gstflacenc.h:
33749           Fix typos
33750
33751 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
33752
33753         * examples/gstplay/player.c: s/gstplay.h/play.h/
33754
33755 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33756
33757         * gst-libs/gst/play/Makefile.am:
33758         * gst-libs/gst/play/gstplay.c:
33759         * gst-libs/gst/play/gstplay.h:
33760         * gst-libs/gst/play/play.c:
33761           more surgery, operation complete
33762
33763 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33764
33765         * gst-libs/gst/play/play.old.c:
33766         * gst-libs/gst/play/play.old.h:
33767           after CVS surgery by moving, remove
33768         * gst-libs/gst/play/playpipelines.c:
33769           remove
33770
33771         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
33772           add negotiation error
33773
33774 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33775
33776         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
33777         (gst_ogg_demux_push):
33778           add some seeking debug info
33779           send a flush when seeking
33780
33781 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33782
33783         * configure.ac:
33784           use AC_C_INLINE
33785         * configure.ac:
33786         * ext/Makefile.am:
33787         * ext/theora/Makefile.am:
33788         * ext/theora/theoradec.c:
33789           add theora video decoder. Does just do simple decoding for now and
33790           has been tested against Theora cvs only. It only works when theora
33791           is compiled with --enable-static.
33792         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
33793           always reset packetno on DISCONT
33794
33795 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33796
33797         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33798           Fix audio.
33799
33800 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33801
33802         * gst/mpegaudioparse/gstmpegaudioparse.c:
33803         (mp3_type_frame_length_from_header):
33804           Fix header parsing - stolen from ffmpeg (thank you! :) ).
33805
33806 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33807
33808         * ext/esd/esdsink.c: (gst_esdsink_init):
33809           Since we have static pad template caps, we don't need to negotiate;
33810           either the core errors out or we know the format.
33811
33812 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33813
33814         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
33815         (gst_riff_read_seek):
33816         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
33817         (gst_ebml_read_seek):
33818           Fix event handling.
33819
33820 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33821
33822         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33823           removee video/x-theora from vp3 decoder, it doesn't handle raw
33824           theora streams
33825         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
33826           fix bug with finalizing element that never went to PAUSED
33827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
33828           length and position queries were swapped
33829         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
33830         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
33831         (vorbis_dec_src_event):
33832           implement querying time and bytes
33833
33834 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
33835
33836         * just about every source file:
33837           gst_element_error -> GST_ELEMENT_ERROR
33838
33839 2004-01-29  Julien MOUTTE  <julien@moutte.net>
33840
33841         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
33842         emiting FLUSH and even before DISCONT.
33843         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
33844         get the best instant seeking as possible yay!
33845
33846 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33847
33848         * gst/mpeg1videoparse/gstmp1videoparse.c:
33849         (gst_mp1videoparse_real_chain):
33850           Committed wrong version last week... Grr... Didn't notice until now.
33851
33852 2004-01-29  Julien MOUTTE <julien@moutte.net>
33853
33854         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
33855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
33856         have_xwindow_id signal in xwindow_create.
33857
33858 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33859
33860         * ext/ogg/gstoggdemux.c:
33861           lots of changes - mainly support for chained bitstreams, seeking,
33862           querying and bugfixes of course
33863         * ext/vorbis/Makefile.am:
33864         * ext/vorbis/vorbisdec.c:
33865         * ext/vorbis/vorbisdec.h:
33866           add vorbisdec raw vorbis decoder
33867         * ext/vorbis/vorbis.c: (plugin_init):
33868           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
33869         * gst/intfloat/Makefile.am:
33870         * gst/intfloat/float22int.c:
33871         * gst/intfloat/float22int.h:
33872         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
33873           add float2intnew plugin. It converts multichannel interleaved float to
33874           multichannel interleaved int. The name should probably be changed.
33875         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
33876         (plugin_init):
33877           add typefinding for raw theora video so oggdemux can detect it.
33878
33879 2004-01-28  Julien MOUTTE  <julien@moutte.net>
33880
33881         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
33882         sink element first.
33883         * gst/videoscale/gstvideoscale.c:
33884         (gst_videoscale_handle_src_event): Fixing src event handler.
33885
33886 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33887
33888         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33889         (gst_v4lsrc_open), (gst_v4lsrc_close),
33890         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
33891         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
33892         * sys/v4l/gstv4lsrc.h:
33893         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
33894         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
33895           Implement resizing... Hack. But that's why v4l is b0rked...
33896
33897 2004-01-28  Julien MOUTTE <julien@moutte.net>
33898
33899         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
33900         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
33901         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
33902         (gst_ximagesink_xwindow_destroy):
33903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33904         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33905         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
33906         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
33907         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
33908         correctly cleaning the image created to check xshm calls on succes,
33909         added a lot of XSync calls in X11 functions, and fixed a segfault when
33910         no image format was defined before negotiation happened.
33911
33912 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33913
33914         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
33915           use gst_element_get_time to get correct time
33916
33917 2004-01-28  Julien MOUTTE  <julien@moutte.net>
33918
33919         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33920         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
33921         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
33922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
33923         (gst_xvimagesink_check_xshm_calls),
33924         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
33925         X plugins are now able to detect that XShm calls will fail even if the
33926         server claims that it has XShm support (remote displays most of the
33927         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
33928         so that we use non XShm functions. This feature is almost useless for
33929         xvimagesink as Xv is not supported on remote displays anyway, but
33930         it might happen than even on the local display XShm calls fail.
33931
33932 2004-01-27  David Schleef  <ds@schleef.org>
33933
33934         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
33935         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
33936         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
33937         changed esdsink to only use 44100,16,2, since esd sucks at rate
33938         conversion and esdsink has had difficulty negotiating.
33939
33940 2004-01-27  Julien MOUTTE <julien@moutte.net>
33941
33942         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
33943         (gst_play_seek_to_time): Fixing the way to get current position.
33944
33945 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33946
33947         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
33948           use gst_element_get_time to get correct time
33949
33950 2004-01-27  Julien MOUTTE <julien@moutte.net>
33951
33952         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
33953         fix ever... Inverting 2 lines of code make spider autoplug correctly
33954         tagged mp3 !
33955
33956 2004-01-27  David Schleef  <ds@schleef.org>
33957
33958         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33959         Use gst_pad_try_set_caps_nonfixed().
33960
33961 2004-01-27  David Schleef  <ds@schleef.org>
33962
33963         * gst/ac3parse/gstac3parse.c: update to checklist 5
33964         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
33965         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
33966         * gst/audioscale/gstaudioscale.c: same
33967         * gst/auparse/gstauparse.c: same
33968         * gst/avi/gstavidemux.c: same
33969
33970 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33971
33972         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
33973           stop processing after EOS
33974
33975 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33976
33977         * gst/asfdemux/asfheaders.h:
33978         * gst/asfdemux/gstasfdemux.c:
33979         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
33980         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
33981         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
33982           lot's of fixes to make data extraction simpler and get the code
33983           architecture and compiler independant. Add debugging category
33984         * gst/goom/gstgoom.c: (gst_goom_change_state):
33985           reset channel count on PAUSED=>READY, not READY=>PAUSED
33986
33987 2004-01-26  Colin Walters  <walters@verbum.org>
33988
33989         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
33990         code to pull a bigger buffer in iradio mode.  This as a side effect
33991         makes typefinding work.
33992
33993 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
33994
33995         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
33996         Fix SVQ3 decoding on PPC
33997
33998 2004-01-26  Julien MOUTTE <julien@moutte.net>
33999
34000         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
34001         that one managed to stay there... Fixed.
34002
34003 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
34004
34005         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
34006         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
34007         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
34008         (qtdemux_video_caps):
34009         * gst/qtdemux/qtdemux.h:
34010         Add SVQ3 specific flags to qtdemux and ffmpeg
34011
34012 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34013
34014         * gst-libs/gst/audio/audio.h:
34015           remove buffer-frames from audio caps
34016         * gst/audioconvert/gstaudioconvert.c:
34017           fix plugin to really work.
34018
34019 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34020
34021         * gst-libs/gst/mixer/mixer.c:
34022         * gst-libs/gst/propertyprobe/propertyprobe.c:
34023         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
34024         (gst_tuner_find_channel_by_name):
34025         * gst-libs/gst/tuner/tuner.h:
34026           Add gtk-doc style comments. Also fix a function name.
34027
34028 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34029
34030         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
34031         (gst_divxdec_negotiate):
34032           Fix for new capsnego - also fixes gst-player with divxdec.
34033
34034 2004-01-25  Julien MOUTTE  <julien@moutte.net>
34035
34036         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
34037         (gst_play_identity_handoff), (gst_play_set_location),
34038         (gst_play_set_visualization), (gst_play_connect_visualization): Another
34039         try in visualization implementation. Still have an issue with switch
34040         blocking when pulling from video_queue and only audio comes out of
34041         spider.
34042         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34043         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
34044         release method. And check if the pad is usable before pulling.
34045
34046 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34047
34048         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
34049         (gst_videobalance_init),
34050         (gst_videobalance_colorbalance_list_channels),
34051         (gst_videobalance_colorbalance_set_value),
34052         (gst_videobalance_colorbalance_get_value),
34053         (gst_videobalance_update_properties),
34054         (gst_videobalance_update_tables_planar411),
34055         (gst_videobalance_planar411):
34056         * gst/videofilter/gstvideobalance.h:
34057           Implement lookup-tables. +/- 10x faster.
34058
34059 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34060
34061         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
34062         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
34063           The index reading was broken. The rest worked fine, but the whole
34064           goal of my rewrite was to make avidemux readable, and this was
34065           not at all readable. Please use typed variables.
34066
34067 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34068
34069         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
34070           Additional pad usability check.
34071         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
34072         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
34073         (gst_mp1videoparse_real_chain):
34074           Fix MPEG video stream parsing. The original plugin had several
34075           issues, including not timestamping streams where the source was
34076           not timestamped (this happens with PTS values in mpeg system
34077           streams, but MPEG video is also a valid stream on its own so
34078           that needs timestamps too). We use the display time code for that
34079           for now. Also, if one incoming buffer contains multiple valid
34080           frames, we push them all on correctly now, including proper EOS
34081           handling. Lastly, several potential segfaults were fixed, and we
34082           properly sync on new sequence/gop headers to include them in next,
34083           not previous frames (since they're header for the next frame, not
34084           the previous). Also see #119206.
34085         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
34086         (bpf_from_header):
34087           Move caps setting so we only do it after finding several valid
34088           MPEG-1 fraes sequentially, not right after the first one (which
34089           might be coincidental).
34090         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
34091         (mpeg_video_type_find), (mpeg_video_stream_type_find),
34092         (plugin_init):
34093           Add unsynced MPEG video stream typefinding, and change some
34094           probability values so we detect streams rightly. The idea is as
34095           follows: I can have an unsynced system stream which contains
34096           video. In the current code, I would randomly get a type for either
34097           system or video stream type found, because the probabilities are
34098           being calculated rather randomly. I now use fixed values, so we
34099           always prefer system stream if that was found (and that is how it
34100           should be). If no system stream was found, we can still identity                the stream as video-only.
34101
34102 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34103
34104         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
34105         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
34106           don't write to buffer. Extract data without the need of
34107           __attribute__ ((packed))
34108
34109 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34110
34111         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
34112         (mpeg1_sys_type_find):
34113           Fix MPEG-1 stream typefinding.
34114
34115 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34116
34117         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
34118           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
34119
34120 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34121
34122         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
34123         * ext/esd/gstesd.c: (plugin_init):
34124           private debugging, better error reporting
34125
34126 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34127
34128         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
34129         (gst_riff_read_init), (gst_riff_read_change_state):
34130         * gst-libs/gst/riff/riff-read.h:
34131           Remove stuff fromold metadata system.
34132
34133 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34134
34135         * ext/ogg/gstoggdemux.c:
34136           Fix wrong file comment.
34137         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
34138         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
34139           Add metadata reading properly.
34140
34141 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34142
34143         * ext/Makefile.am:
34144           Fix nas DIST_SUBDIRS
34145           Uraeus:
34146           Fix bug where make distcheck doesn't get run on adding stuff to
34147           the build.
34148
34149 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34150
34151         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
34152         * ext/divx/gstdivxdec.h:
34153           Fix divx3 ("msmpeg4") playback using divxdec.
34154
34155 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34156
34157         * gst/typefind/gsttypefindfunctions.c:
34158         (mp3_type_frame_length_from_header): fix bug in length computation
34159         (mp3_type_find): improve debugging output
34160
34161 2004-01-23  Julien MOUTTE  <julien@moutte.net>
34162
34163         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
34164         (gst_play_set_location), (gst_play_seek_to_time),
34165         (gst_play_set_audio_sink), (gst_play_set_visualization),
34166         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
34167         the pipeline from scratch. Visualization is back and switch went out as
34168         i realized it was not possible to use the way i wanted.
34169         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
34170         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
34171         clearing in state change from READY to NULL. So that one can clean the
34172         X ressources keeping the element.
34173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34174         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
34175         (gst_xvimagesink_colorbalance_set_value),
34176         (gst_xvimagesink_colorbalance_get_value),
34177         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
34178         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
34179         change from READY to NULL and fixed some stupid bugs in colorbalance
34180         get/set values. Also added the following feature : when nobody tries to
34181         set some values to the colorbalance levels before the xcontext is
34182         grabbed, then when creating channels list from Xv attributes we set the
34183         internal values to the Xv defaults. This way we handle buggy Xv drivers
34184         that set default hue values far from the middle of the range (Thanks
34185         to Jon Trowbridge for pointing that issue).
34186         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
34187         colorbalance levels have been set before xcontext is grabbed.
34188
34189 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34190
34191         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34192           Fix the ossmixer case where we shouldn't open /dev/dsp* because
34193           it might block operations (which is bad for a mixer).
34194
34195 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
34196
34197         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
34198         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
34199         (gmip_find_type_pre):
34200         * gst-libs/gst/media-info/media-info-priv.h:
34201         * gst-libs/gst/media-info/media-info.c:
34202         (gst_media_info_instance_init), (gst_media_info_read_idler):
34203         add fakesink to get caps on decoder src pad again
34204         fix callback prototype to match new have_type signal signature
34205
34206 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
34207
34208         * gst/adder/gstadder.c: (gst_adder_link):
34209           fix non-compile and cut-n-paste code
34210
34211 2004-01-21  David Schleef  <ds@schleef.org>
34212
34213         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
34214         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
34215         (gst_swfdec_init), (gst_swfdec_change_state):
34216         * ext/swfdec/gstswfdec.h:
34217         Fix negotiation.
34218         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
34219         (gst_adder_request_new_pad): Fix negotiation.
34220         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
34221         Add a fixate function.
34222         * gst/intfloat/gstfloat2int.c:
34223         * gst/intfloat/gstfloat2int.h:
34224         * gst/intfloat/gstint2float.c:
34225         * gst/intfloat/gstint2float.h:
34226         Completely rewrite the negotiation.  Doesn't quite work yet,
34227         due to some buffer-frames problem.
34228
34229 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34230
34231         * ext/gnomevfs/gstgnomevfssrc.c:
34232         * sys/v4l2/v4l2_calls.h:
34233           fix includes for distcheck
34234
34235 2004-01-21  Christian Schaller <uraeus@gnome.org>
34236
34237         * ext/nas/
34238         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
34239         based on earlier patch from Laurent Vivier
34240
34241 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
34242
34243         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
34244         Fix wma caps property
34245         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34246         Fix typo (flags1 and flags2)
34247
34248 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34249
34250         * gst-libs/gst/media-info/media-info-priv.c:
34251         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
34252         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
34253         (gmip_find_stream), (gmip_find_track_metadata),
34254         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
34255         (gmip_find_track_format):
34256         * gst-libs/gst/media-info/media-info-priv.h:
34257         * gst-libs/gst/media-info/media-info-test.c: (main):
34258         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
34259         (gst_media_info_read_idler), (gst_media_info_read):
34260         * gst-libs/gst/media-info/media-info.h:
34261           register debugging category and use it for debugging
34262
34263 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34264
34265         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
34266         (gst_vorbisfile_new_link):
34267           signal streaminfo through tags
34268
34269 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34270
34271         * ext/mplex/gstmplex.cc:
34272         * ext/mplex/gstmplexibitstream.cc:
34273           g++ doesn't like NULL in our i18n/error macros, should be
34274           either (NULL) or ("").
34275
34276 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34277
34278         * sys/dxr3/dxr3audiosink.c:
34279         * sys/dxr3/dxr3init.c:
34280         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
34281         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
34282           Fix more error error error errors (missing includes here).
34283
34284 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34285
34286         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34287           fix thomas' error errors.
34288
34289 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34290
34291         * ext/mpeg2enc/gstmpeg2enc.cc:
34292           fix error errors.
34293
34294 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34295
34296         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
34297         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
34298           Fix for new error system.
34299
34300 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34301
34302         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
34303           fix for new error reporting
34304
34305 2004-01-20  David Schleef  <ds@schleef.org>
34306
34307         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34308         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
34309         (gst_ximagesink_set_xwindow_id): Change to using a framerate
34310         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
34311         and neither is 100+, most likely.
34312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
34313         (gst_xvimagesink_getcaps): same
34314
34315 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34316
34317         * configure.ac:
34318           Up version requirement to 2.0.3 (not yet released) to avoid symbol
34319           clashes with ffmpeg.
34320
34321 2004-01-20  Julien MOUTTE  <julien@moutte.net>
34322
34323         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
34324         (gst_switch_init): Fixed switch element : proxying link and setting
34325         caps from src to sink on request.
34326
34327 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34328
34329         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34330         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
34331         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
34332         fix element_error
34333
34334 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34335
34336         * sys/v4l/v4l_calls.h:
34337         * sys/v4l2/v4l2_calls.h:
34338           element_error fixes
34339
34340 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34341
34342         * gst-libs/gst/gst-i18n-plugin.h:
34343           add locale.h
34344           remove config.h inclusion
34345
34346 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34347
34348         * autogen.sh:
34349           adding autopoint invocation
34350         * Makefile.am:
34351         * configure.ac:
34352         * gst-libs/gst/gettext.h:
34353           adding gettext bits
34354         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
34355         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
34356         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
34357         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
34358         (gst_gnomevfssink_close_file):
34359         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
34360         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
34361         * gst-libs/gst/gst-i18n-plugin.h:
34362         * gst/avi/gstavi.c: (plugin_init):
34363         * sys/dxr3/dxr3init.c: (plugin_init):
34364         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
34365         * sys/oss/gstossaudio.c: (plugin_init):
34366         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34367         * sys/v4l/gstv4l.c: (plugin_init):
34368         * sys/v4l/v4l_calls.c: (gst_v4l_open):
34369         * sys/v4l2/gstv4l2.c: (plugin_init):
34370         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34371         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
34372         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
34373         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
34374         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
34375         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
34376           make sure locale and translation domain are set
34377           fix translated strings
34378         * po/.cvsignore:
34379         * po/LINGUAS:
34380         * po/Makevars:
34381         * po/POTFILES.in:
34382         * po/nl.po:
34383           put translation files into place
34384         * sys/xvideo/imagetest.c: (main):
34385         * ext/dv/demo-play.c: (main):
34386           fix unnecessary translations
34387
34388 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34389
34390         * ext/sndfile/gstsf.c:
34391         * gst/avi/gstavimux.c:
34392         * ext/audiofile/gstafsink.c:
34393         * ext/audiofile/gstafsrc.c:
34394         * ext/gnomevfs/gstgnomevfssink.c:
34395         * ext/gnomevfs/gstgnomevfssrc.c:
34396         * sys/oss/gstosselement.c:
34397         * sys/v4l/v4l_calls.h:
34398           fix i18n include
34399
34400 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34401
34402         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
34403         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
34404         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
34405         (gst_v4l2_get_output), (gst_v4l2_set_output),
34406         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
34407         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
34408         (gst_v4l2_set_attribute):
34409         update to new error handling
34410
34411 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34412
34413         * ext/sidplay/gstsiddec.cc:
34414         * gst/modplug/gstmodplug.cc:
34415           parenthese NULL because C++ seems angry about it
34416
34417 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34418
34419         * gst-libs/gst/gst-i18n-plugin.h:
34420           add skeleton i18n stuff, but needs to be further implemented
34421
34422 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34423
34424         * examples/gstplay/player.c: (main):
34425         * ext/aalib/gstaasink.c: (gst_aasink_open):
34426         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
34427         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34428         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34429         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
34430         (gst_afsink_close_file):
34431         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
34432         (gst_afsrc_close_file):
34433         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
34434         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
34435         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
34436         * ext/esd/esdmon.c: (gst_esdmon_get):
34437         * ext/esd/esdsink.c: (gst_esdsink_chain):
34438         * ext/faac/gstfaac.c: (gst_faac_chain):
34439         * ext/faad/gstfaad.c: (gst_faad_chain):
34440         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
34441         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
34442         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
34443         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
34444         (gst_flacdec_loop):
34445         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
34446         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
34447         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
34448         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
34449         (gst_gnomevfssink_close_file):
34450         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
34451         (gst_gnomevfssrc_open_file):
34452         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
34453         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
34454         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
34455         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
34456         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
34457         * ext/mad/gstmad.c: (gst_mad_chain):
34458         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
34459         * ext/mpeg2dec/gstmpeg2dec.c:
34460         * ext/mpeg2enc/gstmpeg2enc.cc:
34461         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34462         * ext/mplex/gstmplex.cc:
34463         * ext/mplex/gstmplexibitstream.cc:
34464         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
34465         (gst_ogg_demux_push), (gst_ogg_pad_push):
34466         * ext/raw1394/gstdv1394src.c:
34467         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
34468         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
34469         * ext/sidplay/gstsiddec.cc:
34470         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
34471         (gst_sf_loop):
34472         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
34473         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
34474         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
34475         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
34476         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
34477         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
34478         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
34479         * gst-libs/gst/Makefile.am:
34480         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
34481         (gst_riff_read_element_data), (gst_riff_read_seek),
34482         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
34483         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
34484         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
34485         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
34486         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
34487         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
34488         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
34489         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
34490         * gst/goom/gstgoom.c: (gst_goom_chain):
34491         * gst/id3/gstid3types.c: (gst_id3types_loop):
34492         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
34493         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
34494         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
34495         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
34496         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
34497         (gst_ebml_read_float), (gst_ebml_read_header):
34498         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
34499         (gst_matroska_demux_parse_blockgroup):
34500         * gst/modplug/gstmodplug.cc:
34501         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
34502         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
34503         * gst/oneton/gstoneton.c: (gst_oneton_chain):
34504         * gst/silence/gstsilence.c: (gst_silence_get):
34505         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34506         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
34507         * gst/speed/gstspeed.c: (speed_loop):
34508         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
34509         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34510         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
34511         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
34512         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
34513         (gst_wavparse_loop):
34514         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
34515         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
34516         (dxr3audiosink_close):
34517         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
34518         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
34519         (dxr3videosink_close), (dxr3videosink_write_data):
34520         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
34521         * sys/oss/gstosselement.h:
34522         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
34523         (gst_osssink_chain):
34524         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34525         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
34526         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
34527         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
34528         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
34529         (gst_v4l_enable_overlay):
34530         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
34531         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
34532         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
34533         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
34534         (gst_v4l_set_audio):
34535         * sys/v4l/v4l_calls.h:
34536         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34537         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
34538         (gst_v4lmjpegsink_playback_init),
34539         (gst_v4lmjpegsink_playback_start):
34540         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34541         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
34542         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
34543         (gst_v4lmjpegsrc_requeue_frame):
34544         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34545         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
34546         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
34547         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
34548         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
34549         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
34550         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
34551         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
34552         (gst_v4l2src_capture_stop):
34553         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
34554         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
34555         (gst_ximagesink_chain):
34556         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
34557         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
34558         (gst_xvideosink_xwindow_new):
34559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34560         (gst_xvimagesink_chain):
34561         use new error signal, function and categories
34562
34563 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
34564
34565         * configure.ac:
34566         * ext/Makefile.am:
34567         * ext/musicbrainz/gsttrm.c:
34568         * ext/musicbrainz/gsttrm.h:
34569         * ext/musicbrainz/Makefile.am:
34570         Add a trm plugin
34571
34572 2004-01-18  Julien MOUTTE  <julien@moutte.net>
34573
34574         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
34575         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
34576         synchronous property for debugging.
34577         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
34578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34579         (gst_xvimagesink_set_property): Moving a pointer declaration to a
34580         smaller block, fixing indent.
34581
34582 2004-01-16  David Schleef  <ds@schleef.org>
34583
34584         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
34585         property affects the video stream.
34586         * sys/xvimage/xvimagesink.c:
34587         * sys/xvimage/xvimagesink.h:
34588         Add synchronous property for debugging.  Should probably be
34589         disabled in non-CVS builds.  Make sure that the Xv attribute
34590         exists before we set it (crash!).  Fix a silly float bug that
34591         caused colorbalance to just not work.
34592
34593 2004-01-17  Christian Schaller <Uraeus@gnome.org>
34594
34595         * tools/gst-launch-ext.in - update for new plugins
34596
34597 2004-01-16  David Schleef  <ds@schleef.org>
34598
34599         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
34600         already-freed caps.
34601
34602 2994-01-16  Christian Schaller <Uraeus@gnome.org>
34603
34604         * Update spec for new colorspace plugin and libcaca plugin
34605         * Fix compilation of libcaca plugin (clock -> id)
34606
34607 2004-01-16  Julien MOUTTE <julien@moutte.net>
34608
34609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
34610         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
34611         (gst_xvimagesink_set_xwindow_id),
34612         (gst_xvimagesink_colorbalance_set_value),
34613         (gst_xvimagesink_colorbalance_get_value),
34614         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
34615         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
34616         correct colorbalance properties. They can now be set when the element
34617         is still in NULL state. The values will be committed to the Xv Port
34618         when xcontext is initialized.
34619         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
34620         brightness int values in the GstXvImagesink structure.
34621
34622 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34623
34624         * gst-libs/gst/Makefile.am:
34625           restructure so having local patches works easier.
34626
34627 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34628
34629         * ext/mpeg2enc/Makefile.am:
34630         * ext/mpeg2enc/gstmpeg2enc.cc:
34631         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34632           Bugfix with respect to EOS handling.
34633
34634 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34635
34636         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
34637           Link with right caps (else, it segfaults).
34638         * ext/mplex/gstmplexjob.cc:
34639           Fix for slight API change in 1.6.1.93 release of mjpegtools.
34640
34641 2004-01-15  David Schleef  <ds@schleef.org>
34642
34643         * gst-libs/gst/audio/Makefile.am:
34644         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
34645         from the template.
34646         * gst-libs/gst/audio/gstaudiofilter.c:
34647         * gst-libs/gst/audio/gstaudiofilter.h:
34648         Add bytes_per_sample and size and n_samples calculation.
34649         * gst-libs/gst/audio/gstaudiofilterexample.c:
34650         Remove, now autogenerated.
34651         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
34652         Moved from gstaudiofilterexample, object name changed, code added
34653         so that it actually works.
34654         * gst-libs/gst/audio/make_filter:
34655         Script to build an audiofilter subclass from the template.
34656         * gst/colorspace/Makefile.am:
34657         * gst/colorspace/yuv2yuv.c:
34658         Remove file, since it's GPL, and we don't use it.
34659
34660 2004-01-15  Julien MOUTTE  <julien@moutte.net>
34661
34662         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
34664         them use the buffer free function to test how the buffer was allocated.
34665
34666 2004-01-15  David Schleef  <ds@schleef.org>
34667
34668         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
34669         that handles osssink fallback.
34670         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
34671         (gst_audio_convert_getcaps):
34672         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
34673         Add audio/x-qdm2 for QDM2 audio.
34674         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34675         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
34676         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
34677         Decrease minimum size to 16x16.
34678         * gst/wavparse/gstwavparse.c:
34679         Convert disabled pad template caps to new caps.
34680         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34682         (gst_xvimagesink_chain): Throw element error when display cannot
34683         be opened.  Increase minimum framerate to 1.0.  Check the data
34684         free function on a buffer to make sure it is the type we expect
34685         before manipulating it.
34686
34687 2004-01-15  Julien MOUTTE <julien@moutte.net>
34688
34689         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
34690         (gst_videobalance_colorbalance_set_value): Implement passthru if
34691         settings are in the middle.
34692         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
34693
34694 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34695
34696         * gst/videofilter/Makefile.am:
34697         * gst/volume/Makefile.am:
34698           Since we use videofilter symbols, link to it.
34699
34700 2004-01-15  Julien MOUTTE <julien@moutte.net>
34701
34702         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
34703         mixer interface type to HARDWARE.
34704         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
34705         type to SOFTWARE.
34706         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
34707         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
34708         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
34709         (gst_volume_interface_init), (gst_volume_list_tracks),
34710         (gst_volume_set_volume), (gst_volume_get_volume),
34711         (gst_volume_set_mute), (gst_volume_mixer_init),
34712         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
34713         (volume_init): Implementing mixer interface.
34714         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
34715         * sys/oss/gstosselement.c: (gst_osselement_get_type),
34716         (gst_osselement_change_state): Removing some trailing commas in
34717         structures.
34718         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
34719         interface type to HARDWARE.
34720         * sys/v4l/gstv4lcolorbalance.c:
34721         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
34722         type to HARDWARE.
34723         * sys/v4l2/gstv4l2colorbalance.c:
34724         (gst_v4l2_color_balance_interface_init): Setting colorbalance
34725         interface type to HARDWARE.
34726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
34727         same code than ximagesink for event handling.
34728
34729 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34730
34731         * ext/snapshot/Makefile.am:
34732         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
34733         (gst_snapshot_chain):
34734         * ext/snapshot/gstsnapshot.h:
34735           This has to be a joke... Snapshot should be connected to a tee,
34736           colorspace element before it and EOS after that, where the other
34737           src of the tee receives normal data.
34738           The current way is *wrong*.
34739
34740 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34741
34742         * ext/hermes/gsthermescolorspace.c:
34743           Fix another compile error. Same as below.
34744
34745 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34746
34747         * gst/colorspace/gstcolorspace.c:
34748         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
34749         (gst_colorspace_i420_to_yv12):
34750           Fix compiling... Didn't test if it actually works.
34751
34752 2004-01-15  David Schleef  <ds@schleef.org>
34753
34754         * configure.ac:
34755         * gst/colorspace/Makefile.am:
34756         * gst/colorspace/gstcolorspace.c:
34757         * gst/colorspace/gstcolorspace.h:
34758         * gst/colorspace/yuv2rgb.c:
34759         * gst/colorspace/yuv2rgb.h:
34760         Duplicate the ext/hermes colorspace plugin, and remove Hermes
34761         code and GPL code.  Fix for new caps negotiation.  Rewrite
34762         much of the format handling code, and some of the conversion
34763         code.  Basically, rewrote almost everything.  This element
34764         handles I420, YV12 to RGB conversions.
34765         * ext/hermes/Makefile.am:
34766         * ext/hermes/gsthermescolorspace.c:
34767         Rename colorspace to hermescolorspace.  Fix negotiation issues.
34768         Remove non-Hermes related code.  This element handles lots of
34769         RGB to RGB conversions, but no YUV.
34770         * ext/hermes/gstcolorspace.c:
34771         * ext/hermes/gstcolorspace.h:
34772         * ext/hermes/rgb2yuv.c:
34773         * ext/hermes/yuv2rgb.c:
34774         * ext/hermes/yuv2rgb.h:
34775         * ext/hermes/yuv2rgb_mmx16.s:
34776         * ext/hermes/yuv2yuv.c:
34777         * ext/hermes/yuv2yuv.h:
34778         Remove old code.
34779
34780 2004-01-14  Colin Walters  <walters@verbum.org>
34781
34782         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
34783         they've already been.
34784
34785 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34786
34787         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
34788           assume tag mode when pad is not connected
34789
34790 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34791
34792         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34793           Don't update the time of the clock
34794         (gst_alsa_sink_loop):
34795           sync to the clock given to alsasink, not the own clock
34796         * sys/oss/gstosssink.c: (gst_osssink_chain):
34797           sync to the clock
34798         (gst_osssink_change_state):
34799           activate the clock
34800         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
34802           remove bogus code that made DISCONT events unhandled
34803         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
34804           explicitly case to double in _set_simple. (fixes 2nd warning in bug
34805           #131502)
34806         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
34807         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
34808         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
34809           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
34810           2nd warning in bug #131502)
34811
34812 2004-01-14  Julien MOUTTE  <julien@moutte.net>
34813
34814         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
34815         (gst_videobalance_colorbalance_set_value),
34816         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
34817         for colorbalance interface implementation.
34818         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
34819         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
34820         (gst_ximagesink_dispose), (gst_ximagesink_init),
34821         (gst_ximagesink_class_init): Adding DISPLAY property.
34822         * sys/ximage/ximagesink.h: Adding display_name to store display.
34823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34824         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
34825         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
34826         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
34827         properties (they still need polishing though for gst-launch use : no
34828         xcontext yet, i ll do that tomorrow).
34829         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
34830
34831 2004-01-14  Julien MOUTTE  <julien@moutte.net>
34832
34833         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
34834         (gst_play_set_location), (gst_play_set_visualization): Preparing
34835         switch integration, adding videobalance in the pipeline.
34836
34837 2004-01-14  Julien MOUTTE <julien@moutte.net>
34838
34839         * gst-libs/gst/colorbalance/colorbalance.c:
34840         (gst_color_balance_class_init): Adding a default type.
34841         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
34842         the type.
34843         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
34844         (gst_videobalance_dispose), (gst_videobalance_class_init),
34845         (gst_videobalance_init), (gst_videobalance_interface_supported),
34846         (gst_videobalance_interface_init),
34847         (gst_videobalance_colorbalance_list_channels),
34848         (gst_videobalance_colorbalance_set_value),
34849         (gst_videobalance_colorbalance_get_value),
34850         (gst_videobalance_colorbalance_init): Implementing colorbalance
34851         interface.
34852         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
34853         list.
34854         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
34855         bug which was triggering a BadAccess X error when setting an overlay
34856         before pad was really negotiated.
34857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
34858         Using the colorbalance type macro.
34859
34860 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34861
34862         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
34863         (gst_flacenc_chain):
34864           handle tags correctly
34865         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
34866           extract ID3v1 tags correctly
34867
34868 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34869
34870         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
34871         (plugin_init):
34872           Improve matroska typefinding for odd-typed headers...
34873
34874 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34875
34876         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
34877           Fix for using incremental number on padnames.
34878
34879 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34880
34881         * ext/divx/gstdivxdec.c:
34882         * ext/divx/gstdivxenc.c:
34883           Set category to divx4linux instead of divx (too generic).
34884         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34885         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
34886         (gst_wavparse_loop), (gst_wavparse_change_state):
34887         * gst/wavparse/gstwavparse.h:
34888           fix parsing of WAV files with non-standard fmt-tag size and fix
34889           skipping of unrecognized chunks... Someone please fix this thing
34890           to use rifflib so all this is automated.
34891         * sys/v4l/Makefile.am:
34892         * sys/v4l2/Makefile.am:
34893           Add X_CFLAGS because we depend on X (for overlay).
34894
34895 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
34896
34897         * ext/mpeg2dec/gstmpeg2dec.c:
34898           Don't issue a timestamp unless we tagged the frame
34899           with a PTS.
34900
34901 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34902
34903         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
34904           Query the audio element to get the time, not the clock. We're
34905           interested in the element's time here.
34906
34907 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34908
34909         * ext/aalib/gstaasink.c: (gst_aasink_chain):
34910         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34911         * ext/esd/esdsink.c: (gst_esdsink_chain):
34912         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
34913         * ext/mas/massink.c: (gst_massink_chain):
34914         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
34915         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
34916         (gst_matroska_demux_parse_metadata):
34917         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
34918         (gst_mpeg_parse_release_locks):
34919         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
34920         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
34921         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34922         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34923         (gst_osssink_change_state):
34924         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
34925         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
34926         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
34927         (gst_xvideosink_release_locks):
34928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
34929           use element time.
34930         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
34931         (gst_alsa_clock_stop):
34932         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
34933         (gst_audio_clock_get_internal_time):
34934           simplify for use with new clocking code.
34935         * testsuite/alsa/Makefile.am:
34936         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
34937           fix testsuite for new caps system
34938
34939 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34940
34941         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
34942         * ext/flac/gstflacenc.c: (add_one_tag):
34943           length is already host endian, no need to convert. Fixes playback of
34944           tagged files on PPC. (bug #128384)
34945
34946 2004-01-13  Julien MOUTTE <julien@moutte.net>
34947
34948         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
34949         colorbalance interface stating if it is hardware based or software
34950         based.
34951         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
34952         Removing a trailing comma.
34953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34954         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
34955         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
34956         the documentation seems to be wrong on the -1000 to 1000 interval.
34957
34958 2004-01-12  David Schleef  <ds@schleef.org>
34959
34960         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
34961         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
34962         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
34963         Fix negotiation.  Add a bufferalloc function for the sink pad,
34964         and generally clean up some of the code.
34965
34966 2004-01-12  Julien MOUTTE <julien@moutte.net>
34967
34968         * gst-libs/gst/colorbalance/colorbalancechannel.c:
34969         (gst_color_balance_channel_dispose): Adding safety check in dispose
34970         method.
34971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34972         (gst_xvimagesink_xcontext_clear),
34973         (gst_xvimagesink_interface_supported),
34974         (gst_xvimagesink_colorbalance_list_channels),
34975         (gst_xvimagesink_colorbalance_set_value),
34976         (gst_xvimagesink_colorbalance_get_value),
34977         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
34978         Adding colorbalance interface support to set XV parameters such as
34979         HUE, BRIGHTNESS, CONTRAST, SATURATION.
34980         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
34981         interface.
34982
34983 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34984
34985         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
34986         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
34987         (gst_audio_convert_init), (gst_audio_convert_set_property),
34988         (gst_audio_convert_get_property), (gst_audio_convert_chain),
34989         (gst_audio_convert_link),
34990         (gst_audio_convert_buffer_to_default_format),
34991         (gst_audio_convert_buffer_from_default_format), (plugin_init):
34992           - implement _getcaps and use it
34993           - improve linking
34994           - remove float caps since no float conversion is actually done
34995           - remove properties and arguments that were to be used for rate
34996             conversion
34997
34998 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34999
35000         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
35001         (gst_audio_structure_set_int):
35002         * gst-libs/gst/audio/audio.h:
35003           add helper functions for _getcaps matching the standard audio
35004           templates
35005
35006 2004-01-12  David Schleef  <ds@schleef.org>
35007
35008         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35009         Test that pad is negotiated before getting its caps.
35010
35011 2004-01-12  Julien MOUTTE <julien@moutte.net>
35012
35013         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
35014         analyzing the pads of an element the bin is mostly in READY state so
35015         no caps were negotiated. This helper function needs to work with
35016         _get_caps directly then. I was not freeing them though, added that to
35017         fix the mem leak.
35018
35019 2004-01-12  Julien MOUTTE <julien@moutte.net>
35020
35021         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
35022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
35023         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
35024         than the free_func.
35025
35026 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35027
35028         * sys/oss/gstossaudio.c: (plugin_init):
35029         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35030         * sys/oss/gstosselement.h:
35031           make an oss debugging category
35032           make failure more descriptive
35033
35034 2004-01-11  David Schleef  <ds@schleef.org>
35035
35036         * ext/ffmpeg/gstffmpeg.c:
35037         * ext/ffmpeg/gstffmpegcodecmap.c:
35038         * ext/ffmpeg/gstffmpegdec.c:
35039         * ext/ffmpeg/gstffmpegenc.c:
35040         * ext/ffmpeg/gstffmpegprotocol.c:
35041         * ext/gdk_pixbuf/gstgdkanimation.c:
35042         * ext/jpeg/gstjpeg.c:
35043         * ext/libpng/gstpng.c:
35044         * ext/mpeg2dec/perftest.c:
35045         * ext/speex/gstspeex.c:
35046         * gst-libs/gst/resample/dtos.c:
35047         * gst/intfloat/gstintfloatconvert.c:
35048         * gst/oneton/gstoneton.c:
35049         * gst/rtjpeg/RTjpeg.c:
35050         * gst/rtp/gstrtp.c:
35051         * sys/dxr3/dxr3init.c:
35052         * sys/glsink/gstgl_nvimage.c:
35053         * sys/glsink/gstgl_pdrimage.c:
35054         * sys/glsink/gstglsink.c:
35055         * testsuite/gst-lint:
35056         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
35057
35058 2004-01-11  David Schleef  <ds@schleef.org>
35059
35060         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
35061         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
35062         * ext/gdk_pixbuf/gstgdkanimation.c:
35063         (gst_gdk_animation_iter_create_pixbuf):
35064         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
35065         (gst_gdk_pixbuf_chain):
35066         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35067         * ext/jack/gstjack.c: (gst_jack_change_state):
35068         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
35069         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
35070         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
35071         * gst/videofilter/gstvideofilter.c:
35072         (gst_videofilter_set_output_size):
35073         Remove all usage of gst_pad_get_caps(), and replace it with
35074         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
35075
35076 2004-01-11  David Schleef  <ds@schleef.org>
35077
35078         * configure.ac:
35079         * ext/Makefile.am: Fixes to make ext/libcaca compile.
35080         * ext/divx/gstdivxdec.c:
35081         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
35082         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
35083         handle images that span multiple buffers.  Now work with both
35084         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
35085         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35086         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
35087         video/video.h changes
35088         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
35089         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35090         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
35091         of GstData free function.
35092         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
35093         same.
35094
35095 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35096
35097         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
35098         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
35099         (gst_v4l2element_get_property):
35100         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
35101           add norm, channel and frequency properties.
35102         * sys/v4l2/gstv4l2tuner.c:
35103           fixes for tuner interface changes
35104         * sys/v4l2/gstv4l2element.h:
35105         * sys/v4l2/gstv4l2src.c:
35106         * sys/v4l2/gstv4l2src.h:
35107         * sys/v4l2/v4l2src_calls.c:
35108         * sys/v4l2/v4l2src_calls.h:
35109           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
35110
35111 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35112
35113         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
35114         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
35115         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
35116         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
35117         * gst-libs/gst/tuner/tuner.h:
35118           GObjects aren't const.
35119           Add find_by_name functions.
35120           Add checks to _changed functions.
35121         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
35122         (gst_v4l_tuner_get_norm):
35123           Fixes for above.
35124
35125 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35126
35127         * gst-libs/gst/video/video.h:
35128           Fix caps template names to be understandable.
35129           Prefix everything with GST_VIDEO.
35130         * ext/aalib/gstaasink.c:
35131         * ext/divx/gstdivxdec.c:
35132         * ext/divx/gstdivxenc.c:
35133         * ext/gdk_pixbuf/gstgdkpixbuf.c:
35134         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
35135         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
35136         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
35137         * ext/libcaca/gstcacasink.c:
35138         * ext/libpng/gstpngenc.c: (raw_caps_factory):
35139         * ext/snapshot/gstsnapshot.c:
35140         * ext/swfdec/gstswfdec.c:
35141         * ext/xvid/gstxviddec.c:
35142         * ext/xvid/gstxvidenc.c:
35143         * gst/chart/gstchart.c:
35144         * gst/deinterlace/gstdeinterlace.c:
35145         * gst/effectv/gsteffectv.c:
35146         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
35147         * gst/goom/gstgoom.c:
35148         * gst/median/gstmedian.c:
35149         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
35150         (gst_monoscope_srcconnect), (gst_monoscope_chain):
35151         * gst/overlay/gstoverlay.c:
35152         * gst/smooth/gstsmooth.c:
35153         * gst/smpte/gstsmpte.c:
35154         * gst/synaesthesia/gstsynaesthesia.c:
35155         * gst/videocrop/gstvideocrop.c:
35156         * gst/videodrop/gstvideodrop.c:
35157         * gst/y4m/gsty4mencode.c:
35158         * sys/qcam/gstqcamsrc.c:
35159         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
35160           Make them work with new video.h file.
35161         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35162         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
35163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35164         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
35165           Make it work with new buffer allocation system.
35166
35167 2004-01-11  Julien MOUTTE  <julien@moutte.net>
35168
35169         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
35170         pad_alloc_buffer implementation to use ->srcpad
35171         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
35172         pad_alloc_buffer implementation to use ->srcpad
35173         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
35174         pad_alloc_buffer implementation to use ->srcpad
35175         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
35176         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
35177         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
35178         a reference to everything we need.
35179         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
35180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
35181         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
35182         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
35183         a reference to everything we need.
35184         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
35185
35186 2004-01-11  David Schleef  <ds@schleef.org>
35187
35188         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
35189         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
35190         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
35191         structure members.
35192         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
35193         value during a resize/renegotiation.
35194         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
35195         gst_pad_alloc_buffer();
35196         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35197         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
35198         structure members.
35199         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
35200         Fix for rename of buffer private structure members.
35201         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35202         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
35203         Fix for rename of buffer private structure members.
35204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35205         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
35206         Fix for rename of buffer private structure members.
35207
35208 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
35209
35210         reviewed by: David Schleef <ds@schleef.org>
35211
35212         * gst/videofilter/Makefile.am:
35213         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
35214         from the patch by ds to fit in with recent make_filter changes.
35215
35216 2004-01-11  Julien MOUTTE  <julien@moutte.net>
35217
35218         * configure.ac: Adding examples/switch/Makefile
35219         * examples/Makefile.am: Adding examples/switch
35220         * examples/switch/Makefile.am: Adding switcher example.
35221         * examples/switch/switcher.c: (got_eos), (idle_iterate),
35222         (switch_timer), (main): Adding an example demonstrating switch usage
35223         with 2 videotestsrc showing different patterns.
35224         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
35225         (gst_switch_init): Fixing switch with the new caps system.
35226
35227 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35228
35229         * gst-libs/gst/video/video.h:
35230           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
35231           They should probably be like
35232           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
35233
35234 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35235
35236         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35237         (qtdemux_parse_trak):
35238           fix audio chunk size/timestamp calculation
35239
35240 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35241
35242         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
35243           fix SVQ3 caps
35244
35245 2004-01-11  Steve Baker  <steve@stevebaker.org>
35246
35247         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
35248         (gst_agingtv_base_init), (gst_agingtv_class_init),
35249         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
35250         (gst_agingtv_set_property), (gst_agingtv_get_property):
35251         Port agingTV to videofilter
35252
35253 2004-01-09  Julien MOUTTE <julien@moutte.net>
35254
35255         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
35256         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35257
35258 2004-01-09  Julien MOUTTE <julien@moutte.net>
35259
35260         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
35261         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35262         * gst-libs/gst/xoverlay/xoverlay.c:
35263         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
35264         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
35265         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35266         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
35267         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
35268         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
35269         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
35270         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
35271         the bufferalloc_function to replace bufferpools, fixing the XOverlay
35272         interface implementation to handle xid being 0 and fix some bugs
35273         triggered by Benjamin's testcase.
35274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
35275         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
35276         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
35277         the bufferalloc_function to replace bufferpools, fixing the XOverlay
35278         interface implementation to handle xid being 0 and fix some bugs
35279         triggered by Benjamin's testcase.
35280
35281 2004-01-09  David Schleef  <ds@schleef.org>
35282
35283         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
35284         mouse pointer events.  It works.
35285
35286 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35287
35288         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
35289           Use explicit caps - fix capsnego.
35290         * ext/xvid/gstxviddec.c:
35291         * ext/xvid/gstxvidenc.c:
35292           Remove macro-inside-macro which caused compile errors.
35293         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
35294           Error out if it's not a RIFF file. Else we error out without
35295           gst_element_error() which is not good...
35296
35297 2004-01-08  David Schleef  <ds@schleef.org>
35298
35299         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
35300         Fix pad_link function to handle formats that ffmpeg returns
35301         as multiple caps structures.
35302         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
35303         Only complain if source buffer is _smaller_ than expected.
35304         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
35305         (gst_videoscale_handle_src_event): Resize navigation events
35306         when passing them upstream.
35307         * gst/videotestsrc/gstvideotestsrc.c:
35308         * gst/videotestsrc/gstvideotestsrc.h:
35309         * gst/videotestsrc/videotestsrc.c:
35310         * gst/videotestsrc/videotestsrc.h:
35311         Rewrite many of the buffer painting functions to handle odd
35312         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
35313         been verified to work with my video card.
35314         * testsuite/gst-lint:  Add check for elements calling
35315         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
35316
35317 2004-01-08  David Schleef  <ds@schleef.org>
35318
35319         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35320         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
35321
35322 2004-01-08  Julien MOUTTE  <julien@moutte.net>
35323
35324         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
35325         configure event is not emiting the desired size signal. That fixes
35326         aspect ratio issues with gst-player.
35327
35328 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35329
35330         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
35331           Fix capsnego.
35332
35333 2004-01-08  Julien MOUTTE  <julien@moutte.net>
35334
35335         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
35336         public method to fire size signal.
35337
35338 2004-01-07  Julien MOUTTE  <julien@moutte.net>
35339
35340         * examples/gstplay/Makefile.am: Adding the interface library.
35341         * gst-libs/gst/play/Makefile.am: Adding the interface library.
35342         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
35343         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
35344         GST_IS_X_OVERLAY before signal connect.
35345         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
35346         Removing the have_video_size signal.
35347         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
35348         and associated public method.
35349         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
35350         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
35351         signal.
35352         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
35353         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
35354         signal.
35355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
35356         Using XOverlay public method to fire size signal.
35357
35358 2004-01-07  David Schleef  <ds@schleef.org>
35359
35360         * gst/videofilter/Makefile.am:
35361         * gst/videofilter/gstvideotemplate.c:
35362         * gst/videofilter/make_filter:
35363         Create gstvideoexample.c in a srcdir!=builddir friendly way.
35364         Convert make_filter to /bin/sh script.
35365
35366 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35367
35368         * gst/modplug/gstmodplug.cc: fix element description
35369
35370 2004-01-07  Julien MOUTTE  <julien@moutte.net>
35371
35372         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
35373         (got_video_size): Adding some new lines in g_print calls.
35374         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
35375         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
35376         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
35377         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
35378         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
35379         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
35380         Complete code review, reverting some stuff i disagree with, adding
35381         some fixes : time synchronization on invalid timestamps, renegotiation
35382         of private window.
35383         * sys/ximage/ximagesink.h:
35384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
35385         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
35386         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
35387         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
35388         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
35389         (gst_xvimagesink_buffer_new),
35390         (gst_xvimagesink_navigation_send_event),
35391         (gst_xvimagesink_set_xwindow_id),
35392         (gst_xvimagesink_get_desired_size),
35393         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
35394         stuff i disagree with, adding some fixes : Renegotiation of private
35395         window, implementing get_desired_size.
35396
35397 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35398
35399         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
35400         (gst_afsink_handle_event):
35401         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
35402         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
35403         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
35404         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
35405         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
35406           Fix for instantiate-test (see core). Also remove dead code from
35407           jpegenc (which still needs fixing, but that's lower on my TODO
35408           list...).
35409         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
35410           Never return NULL as caps.
35411
35412 2004-01-07  David Schleef  <ds@schleef.org>
35413
35414         * configure.ac:
35415         * ext/Makefile.am:
35416         * ext/librfb/Makefile.am:
35417         * ext/librfb/gstrfbsrc.c:
35418         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
35419         is the protocol used by VNC.
35420
35421 2004-01-07  David Schleef  <ds@schleef.org>
35422
35423         * gst/videofilter/gstvideotemplate.c:
35424         * gst/videofilter/gstvideotemplate.h:
35425         * gst/videofilter/make_filter:
35426         Merge videotemplate header into source file.
35427         * gst/effectv/Makefile.am:
35428         * gst/effectv/gsteffectv.c: (plugin_init):
35429         * gst/effectv/gstwarp.c:
35430         Make warpTV a subclass of videofilter.
35431
35432 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35433
35434         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
35435           Add guard against invalid utf-8 conversions in mad. Just in case.
35436
35437 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35438
35439         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
35440           Fix for bug shown by poisoning
35441
35442 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35443
35444         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
35445         (gst_v4lmjpegsrc_buffer_free):
35446         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
35447         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
35448         (gst_v4lsrc_buffer_free):
35449           Fix for removed bufferpools.
35450
35451 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
35452
35453         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
35454         Fix caps negotiation.
35455
35456         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
35457         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
35458         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
35459         (dvdnavsrc_event):
35460         * ext/mpeg2dec/gstmpeg2dec.c:
35461         * gst-libs/gst/navigation/navigation.c:
35462         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
35463         * gst-libs/gst/navigation/navigation.h:
35464         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
35465         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
35466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
35467         Super-simple first version of mouse and keyboard events. Clicking
35468         on a DVD menu now works, although it may not take you where you
35469         expected.
35470
35471         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
35472         * gst/videotestsrc/gstvideotestsrc.c:
35473         (gst_videotestsrc_src_fixate):
35474         These fixate functions were broken - they never actually
35475         fixated :)
35476
35477 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35478
35479         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
35480         (gst_icecastsend_init):
35481           fix for new caps system.
35482         * gst-libs/gst/mixer/mixertrack.h:
35483         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
35484           Add 'master track' flag (for tools like ACME that only want to
35485           change the main volume).
35486
35487 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
35488
35489         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
35490         (gst_xvid_csp_to_caps):
35491         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
35492         * ext/xvid/gstxvidenc.c:
35493         ifdef out ARGB type when it isn't available
35494         in xvidcore 1.0.0beta2
35495
35496 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35497
35498         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
35499           When we have received a new SCR right in the first buffer after
35500           a seek (so in the same cycle that handles the discont), we should
35501           handle the buffer instead of unreffing it, else we lose data.
35502
35503 2004-01-06  Iain <iain@prettypeople.org>
35504
35505         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
35506           buffer-frames caps too.
35507
35508         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
35509           caps that we need, don't destroy them all and rebuild them. And when
35510           creating src pads, use the src pad template rather than the sink...
35511
35512 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35513
35514         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
35515           Add pad to element *after* setting functions such as event handler.
35516           Without this, the scheduler (opt) will link pads, set the event
35517           handler from the default event function (dispatcher in gstpad.c)
35518           and *after* that, we will set our own event function, which will
35519           thus never be used (and thus mpegdemux doesn't handle events).
35520
35521 2004-01-04  David Schleef  <ds@schleef.org>
35522
35523         Fix the fixate functions to handle new prototype:
35524         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
35525         * gst/videotestsrc/gstvideotestsrc.c:
35526         (gst_videotestsrc_src_fixate):
35527         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
35528         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
35529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
35530
35531 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35532
35533         * sys/ximage/ximagesink.h:
35534         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
35535         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
35536         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
35537         (gst_ximagesink_xoverlay_init):
35538           assorted fixes to make (re)embedding work
35539         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
35540         (gst_ximagesink_get_desired_size):
35541           implement desired size additions to XOverlay
35542
35543 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35544
35545         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
35546         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
35547         (gst_x_overlay_got_desired_size):
35548         * gst-libs/gst/xoverlay/xoverlay.h:
35549           Add optional "desired size" signal and querying.
35550
35551 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35552
35553         * gst/matroska/matroska-demux.c:
35554         (gst_matroska_demux_parse_blockgroup):
35555           Fix EBML-laced block parsing. Diffs are relative to previous
35556           lace, not the first lace. Thanks to Mosu from the Matroska
35557           team for detecting this.
35558         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35559         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
35560         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
35561         (gst_wavparse_change_state):
35562         * gst/wavparse/gstwavparse.h:
35563           Quickfix for capsnego.
35564
35565 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35566
35567         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
35568           Fix indenting, fix pad creation.
35569
35570 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35571
35572         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
35573         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
35574         (gst_xviddec_sink_link):
35575           Implement src_getcaps() so proper size caps is negotiated.
35576
35577 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35578
35579         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
35580           Finish flac decoder on EOS. See #116178.
35581
35582 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35583
35584         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
35585         (gst_matroska_demux_add_stream):
35586         * gst/matroska/matroska-ids.h:
35587           Add getcaps() function to fix capsnego...
35588
35589 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35590
35591         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
35592         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
35593         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
35594           Fix more integer overflows. Again, see #126967.
35595
35596 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35597
35598         * ext/mpeg2dec/gstmpeg2dec.c:
35599           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
35600           #130416.
35601
35602 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35603
35604         * configure.ac:
35605         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
35606         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
35607         * ext/xvid/gstxvid.h:
35608         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
35609         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
35610         (gst_xviddec_src_link), (gst_xviddec_sink_link),
35611         (gst_xviddec_change_state):
35612         * ext/xvid/gstxviddec.h:
35613         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
35614         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
35615         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
35616         (gst_xvidenc_link), (gst_xvidenc_set_property),
35617         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
35618         * ext/xvid/gstxvidenc.h:
35619           Update xvid plugin to latest xvid (1.0.0-beta3) API.
35620
35621 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35622
35623         * gst/rtp/rtp-packet.c:
35624           Add sys/types.h include, since OS X doesn't define in_addr_t
35625           in netinet/in.h, like it does on Linux (see #129600).
35626
35627 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
35628
35629         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35630
35631         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
35632           Correct logic of dispose function (see #129306).
35633
35634 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35635
35636         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
35637         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
35638         (gst_mpeg_parse_init):
35639         * gst/mpegstream/gstmpegparse.h:
35640           Remove clock (which was never provided, i.e. dead code), and
35641           also fix integer overflows at high PTS values (see #126967).
35642
35643 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35644
35645         * ext/flac/gstflacdec.c:
35646         * ext/libpng/gstpngenc.h:
35647         * ext/mikmod/gstmikmod.h:
35648           OS X fixes (see #126628).
35649
35650 2004-01-02  David Schleef  <ds@schleef.org>
35651
35652         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
35653         (gst_alsa_src_base_init): Remove bogus "src" request pad.
35654         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
35655         (gst_mpeg_parse_class_init): Move pad template registration
35656         to class_init, since the derived class (mpegdemux) doesn't
35657         want them.
35658
35659 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35660
35661         * sys/ximage/Makefile.am:
35662         * sys/xvideo/Makefile.am:
35663         * sys/xvimage/Makefile.am:
35664           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
35665           after installation (see #127664).
35666
35667 2004-01-02  David Schleef  <ds@schleef.org>
35668
35669         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
35670         (gst_ffmpegenc_connect):  Negotiation fixes.
35671         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
35672         Remove inappropriate gst_caps_free().
35673         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
35674         Reenable Ronald's internal resize code, since the core handles
35675         it correctly now.
35676
35677 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35678
35679         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
35680         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
35681         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
35682           Fix pad template stuff.
35683
35684 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35685
35686         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
35687         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
35688           fix signed integer reading/writing.
35689
35690 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35691
35692         * ext/alsa/README:
35693           Remove outdated document
35694
35695 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
35696
35697         * gst/cutter/gstcutter.c: (gst_cutter_init):
35698           src pad was being created twice - oops.
35699
35700 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35701
35702         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
35703           Comment out internal resize. It doesn't handle the resulting
35704           XEvent internally, does another try_set_caps() which leads to
35705           a really nice loop.
35706           Real fix will come when Julien and Dave are awake. ;).
35707
35708 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35709
35710         * ext/mpeg2enc/gstmpeg2enc.cc:
35711           fix const/nonconst compile issue.
35712
35713 2004-01-02  David Schleef  <ds@schleef.org>
35714
35715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
35716         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
35717         Add fixate function and a check for bad formats.
35718
35719 2004-01-01  David Schleef  <ds@schleef.org>
35720
35721         Negotiation fixes:
35722         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
35723         (gst_audiofilter_init):
35724         * gst/debug/efence.c: (gst_efence_init):
35725         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
35726         (gst_deinterlace_init):
35727         * gst/volume/gstvolume.c: (volume_connect):
35728
35729 2004-01-01  David Schleef  <ds@schleef.org>
35730
35731         Convert elements to use gst_pad_use_explicit_caps() where
35732         appropriate:
35733         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
35734         * ext/audiofile/gstafparse.c: (gst_afparse_init),
35735         (gst_afparse_open_file):
35736         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
35737         (gst_afsrc_open_file):
35738         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
35739         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
35740         (gst_ffmpegdec_chain):
35741         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
35742         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
35743         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
35744         (gst_gdk_pixbuf_chain):
35745         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
35746         (gst_jpegdec_chain):
35747         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
35748         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
35749         (gst_mikmod_negotiate):
35750         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
35751         (gst_mpeg2dec_negotiate_format):
35752         * ext/mpeg2enc/gstmpeg2enc.cc:
35753         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
35754         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
35755         (gst_speexdec_sinkconnect):
35756         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
35757         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
35758         (gst_vorbisfile_new_link):
35759         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
35760         (gst_ac3parse_chain):
35761         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
35762         (gst_asf_demux_setup_pad):
35763         * gst/auparse/gstauparse.c: (gst_auparse_init),
35764         (gst_auparse_chain):
35765         * gst/id3/gstid3types.c: (gst_id3types_loop):
35766         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
35767         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35768         (mp1videoparse_parse_seq):
35769         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
35770         (bpf_from_header):
35771         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
35772         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
35773         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
35774         (gst_mpeg_parse_send_data):
35775         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35776         (gst_qtdemux_add_stream):
35777         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
35778         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35779         (gst_wavparse_parse_fmt):
35780
35781 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35782
35783         * configure.ac:
35784           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
35785           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
35786           it therefore uses the wrong include paths. Too bad... Note
35787           that 1.6.1.93 is not release yet. ;).
35788           Also add a check for mplex, which is now using the lib'ified
35789           mplex from mjpegtools, too.
35790         * ext/ffmpeg/gstffmpegcodecmap.c:
35791           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
35792           issues. I don't think ffmpeg handles 3ivx correctly, so this
35793           probably won't work. But it won't hurt either.
35794         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
35795         (gst_ffmpegdec_chain):
35796         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
35797         (gst_ffmpegenc_chain_audio):
35798           Fix memleak in audio encoding. Close codec if open fails, this
35799           calls the cleanup routines so we can re-use the context.
35800         * ext/mpeg2enc/gstmpeg2enc.cc:
35801           Fix pad template names/types, fix memory issue with getcaps().
35802         * ext/mpeg2enc/gstmpeg2encoder.cc:
35803         * ext/mpeg2enc/gstmpeg2encoder.hh:
35804           Fix compile issue with new caps system (const thingy).
35805         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
35806         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
35807           We read a first frame right on initing, so that we have a caps
35808           when we init the output. This caps is cached in padprivate and
35809           read as first frame.
35810         * ext/mplex/Makefile.am:
35811         * ext/mplex/gstmplex.cc:
35812         * ext/mplex/gstmplex.h:
35813         * ext/mplex/gstmplex.hh:
35814         * ext/mplex/gstmplexibitstream.cc:
35815         * ext/mplex/gstmplexibitstream.hh:
35816         * ext/mplex/gstmplexjob.cc:
35817         * ext/mplex/gstmplexjob.hh:
35818         * ext/mplex/gstmplexoutputstream.cc:
35819         * ext/mplex/gstmplexoutputstream.hh:
35820           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
35821           had issues, didn't do capsnego, supported only a subset of the
35822           mplex features and required a mplex fork in our local CVS. Plus
35823           that it worked agaist a very old mplex version. Rewriting was
35824           faster than updating it.
35825         * gst-libs/ext/Makefile.am:
35826         * gst-libs/ext/mplex/INSTRUCT:
35827         * gst-libs/ext/mplex/Makefile.am:
35828         * gst-libs/ext/mplex/README:
35829         * gst-libs/ext/mplex/TODO:
35830         * gst-libs/ext/mplex/ac3strm_in.cc:
35831         * gst-libs/ext/mplex/audiostrm.hh:
35832         * gst-libs/ext/mplex/audiostrm_out.cc:
35833         * gst-libs/ext/mplex/aunit.hh:
35834         * gst-libs/ext/mplex/bits.cc:
35835         * gst-libs/ext/mplex/bits.hh:
35836         * gst-libs/ext/mplex/buffer.cc:
35837         * gst-libs/ext/mplex/buffer.hh:
35838         * gst-libs/ext/mplex/fastintfns.h:
35839         * gst-libs/ext/mplex/format_codes.h:
35840         * gst-libs/ext/mplex/inputstrm.cc:
35841         * gst-libs/ext/mplex/inputstrm.hh:
35842         * gst-libs/ext/mplex/lpcmstrm_in.cc:
35843         * gst-libs/ext/mplex/mjpeg_logging.cc:
35844         * gst-libs/ext/mplex/mjpeg_logging.h:
35845         * gst-libs/ext/mplex/mjpeg_types.h:
35846         * gst-libs/ext/mplex/mpastrm_in.cc:
35847         * gst-libs/ext/mplex/mpegconsts.cc:
35848         * gst-libs/ext/mplex/mpegconsts.h:
35849         * gst-libs/ext/mplex/mplexconsts.hh:
35850         * gst-libs/ext/mplex/multplex.cc:
35851         * gst-libs/ext/mplex/outputstream.hh:
35852         * gst-libs/ext/mplex/padstrm.cc:
35853         * gst-libs/ext/mplex/padstrm.hh:
35854         * gst-libs/ext/mplex/stillsstream.cc:
35855         * gst-libs/ext/mplex/stillsstream.hh:
35856         * gst-libs/ext/mplex/systems.cc:
35857         * gst-libs/ext/mplex/systems.hh:
35858         * gst-libs/ext/mplex/vector.cc:
35859         * gst-libs/ext/mplex/vector.hh:
35860         * gst-libs/ext/mplex/videostrm.hh:
35861         * gst-libs/ext/mplex/videostrm_in.cc:
35862         * gst-libs/ext/mplex/videostrm_out.cc:
35863         * gst-libs/ext/mplex/yuv4mpeg.cc:
35864         * gst-libs/ext/mplex/yuv4mpeg.h:
35865         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
35866         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
35867           We don't fork mjpegtools' mplex in our CVS anymore.
35868         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
35869         (gst_avi_demux_add_stream):
35870         * gst/avi/gstavidemux.h:
35871           Add getcaps() function for proper caps nego. This makes some
35872           parts of AVI playback/reading work.
35873         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
35874           Resize window on new capsnego. This is probably wrong, but
35875           I'm still committing it because with current capsnego, the
35876           first successfull capsnego is auto-fixated, therefore rounded
35877           down to the lowest values in the caps. this results in a 16x16
35878           XWindow that is not reized when real capsnego finishes.
35879           Dave, I see more cases of this, do you know a proper solution?
35880         * tools/gst-launch-ext.in:
35881           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
35882
35883 2003-12-31  David Schleef  <ds@schleef.org>
35884
35885         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
35886         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
35887           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
35888
35889 2003-12-30  David Schleef  <ds@schleef.org>
35890
35891         * ext/ffmpeg/gstffmpegcolorspace.c:
35892         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
35893         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
35894         (gst_ffmpegcsp_chain): Negotiation fixes
35895         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
35896         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
35897         (gst_audio_convert_link), (gst_audio_convert_channels):
35898         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
35899         (gst_audioscale_link), (gst_audioscale_get_buffer),
35900         (gst_audioscale_chain): Negotiation fixes
35901         * gst/audioscale/gstaudioscale.h:
35902         * gst/videofilter/gstvideofilter.c:
35903         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
35904         (gst_videofilter_link), (gst_videofilter_init),
35905         (gst_videofilter_set_output_size), (gst_videofilter_setup),
35906         (gst_videofilter_find_format_by_structure):
35907         * gst/videofilter/gstvideofilter.h: Negotiation fixes
35908         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
35909         (gst_videoscale_link):
35910         * gst/videoscale/videoscale.c: (videoscale_get_structure),
35911         (videoscale_find_by_structure), (gst_videoscale_setup):
35912         * gst/videoscale/videoscale.h: Negotiation fixes
35913         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
35914         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
35915         function, restrict resizing to a multiple of 4 (hack until
35916         everyone supports odd sizes correctly).
35917
35918 2003-12-29  Colin Walters  <walters@verbum.org>
35919
35920         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
35921         signed.
35922
35923 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
35924
35925         * ext/sndfile/gstsf.c: (gst_sf_loop):
35926           Fix warning about discarding const qualifier
35927
35928 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
35929
35930         * gst/cutter/gstcutter.c:
35931         * gst/videoscale/gstvideoscale.c:
35932         * gst/volenv/gstvolenv.c:
35933         * gst-libs/gst/audio/audio.c:
35934         * gst-libs/gst/video/video.c:
35935           Fix warnings
35936
35937 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35938
35939         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
35940           Don't send ALSA debugging to stderr.
35941         * ext/alsa/gstalsa.h:
35942           Use GST_WARNING instead of g_warning when ALSA functions fail.
35943
35944 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35945
35946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35947           Free XVAdapterInfo correctly.
35948
35949 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35950
35951         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
35952         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
35953           Make id3tag use correct caps nego.
35954
35955 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
35956
35957         * ext/ivorbis/vorbis.c:
35958         * ext/ivorbis/vorbisenc.h:
35959         * ext/ivorbis/vorbisfile.c:
35960           Modify so that it uses the new caps things
35961
35962 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35963
35964         * testsuite/spider/spider1.c: (main):
35965         * testsuite/spider/spider2.c: (main):
35966         * testsuite/spider/spider3.c: (main):
35967           Make tests compile again. They probably don't work.
35968
35969 2003-12-24  Colin Walters  <walters@verbum.org>
35970
35971         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
35972         we can't fixate the caps anymore.
35973
35974 2003-12-23  David Schleef  <ds@schleef.org>
35975
35976         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
35977         * sys/oss/gstosssink.c: (gst_osssink_init),
35978         (gst_osssink_sink_fixate): Add fixate function.
35979
35980 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35981
35982         * ext/ffmpeg/gstffmpegcodecmap.c:
35983         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
35984         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
35985         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
35986         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
35987         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
35988         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
35989         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
35990           fix typo in RGB masks, and move back to "old" colorspace
35991           capsnego code until whoever wrote this new crap has actually
35992           tested it so that it works.
35993           And yes, this works, keep it that way please.
35994
35995 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35996
35997         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
35998         (gst_divxdec_init), (gst_divxdec_negotiate):
35999         * ext/divx/gstdivxdec.h:
36000         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
36001         (gst_divxenc_init):
36002         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
36003         (gst_faac_sinkconnect), (gst_faac_srcconnect):
36004         * ext/mpeg2enc/gstmpeg2enc.cc:
36005         * ext/mpeg2enc/gstmpeg2encoder.cc:
36006         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
36007         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
36008         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
36009         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
36010         (dxr3spusink_init):
36011         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
36012         (dxr3videosink_init):
36013           Fix caps breakage after Dave's caps branch merge.
36014
36015 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36016
36017         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
36018           Fix for 24bpp display.
36019
36020 2003-12-23  Colin Walters  <walters@verbum.org>
36021
36022         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
36023         a GnomeVFSHandle directly.
36024
36025 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36026
36027         * gst/volume/Makefile.am:
36028         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
36029         (volume_base_init), (volume_init):
36030           Reenable volume element and fix to work with new caps stuff.
36031           Rhythmbox needs this.
36032
36033 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36034
36035         * gst/qtdemux/qtdemux.c: (plugin_init):
36036           qtdemux requires bytestream
36037
36038 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36039
36040         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
36041           Fix remaining caps handling errors due to CAPS merge.
36042
36043 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36044
36045         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
36046         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
36047         (gst_faad_srcconnect):
36048           Port to new caps system.
36049
36050 2003-12-21  Julien MOUTTE  <julien@moutte.net>
36051
36052         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
36053         (got_video_size), (main): using g_print instead of g_message.
36054         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
36055         signal which was not emitted because of "switch" element added to the
36056         bin but not connected. (Removing from the bin temporarily)
36057
36058 2003-12-21  Julien MOUTTE  <julien@moutte.net>
36059
36060         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
36061         find X development files. I don't understand the previous tests and
36062         they fail on my debian/ppc unstable. This one works.
36063         * examples/gstplay/player.c: (main): Set the pipeline to READY before
36064         exiting.
36065         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
36066         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36067         (gst_play_set_visualization): Add some safety checks in set_ methods
36068         and state_change. This was throwing some ugly CRITICAL messages when
36069         pipeline was getting disposed and casts were failing.
36070
36071 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36072
36073         * configure.ac:
36074           Improve mpeg2enc detection. This is for distributions that do
36075           ship mjpegtools, but without mpeg2enc. Also does object check
36076           for might there ever be ABI incompatibility.
36077         * ext/mpeg2enc/gstmpeg2enc.cc:
36078           Add Andrew as second maintainer (he's helping me), and also add
36079           an error if no caps was set. This happens if I pull before capsnego
36080           and that's something I should solve sometime else.
36081         * gst/matroska/matroska-demux.c:
36082         (gst_matroska_demux_parse_blockgroup):
36083           Fix time parsing.
36084         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
36085         (gst_matroska_mux_track_header):
36086           Add caps to templates.
36087         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
36088           Add mpegversion=1 to prevent confusion with MPEG/AAC.
36089         * gst/mpegstream/gstmpegdemux.c:
36090           Remove layer since it causes warnings about unfixed caps.
36091         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
36092           Fix obvious typo (we error out if caps were set, we should of
36093           course error out if *no* caps were set).
36094         * sys/oss/gstosselement.c: (gst_osselement_convert):
36095           Fix format conversion, we confused bits/bytes.
36096         * sys/oss/gstosselement.h:
36097           Improve documentation for 'bps'.
36098         * sys/v4l/TODO:
36099           Remove stuff about plugins that need removing - this was done
36100           ages ago.
36101         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
36102         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
36103         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
36104         (gst_v4lsrc_src_query):
36105         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
36106         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
36107           Add get_query_types(), get_formats() and query() functions.
36108
36109 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
36110
36111         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
36112           * moved CVS to freedesktop.org